Omni Calculator logo

Car Jump Distance Calculator

Created by Dominik Czernia, PhD, Álvaro Díez and Miłosz Panfil, PhD
Reviewed by Steven Wooding and Jack Bowater
Last updated: Jan 18, 2024


The car jump distance calculator is here to help you simulate the very dangerous but, for sure, phenomenal stunt – jumping in the car from one ramp to another. Remember that we should consider many different factors during a car jump, but we can't take them all into account.

Even if it isn't 100% accurate, the car jump distance calculator still allows you to estimate the expected jumping range and landing angle including the air drag force. These are crucial parameters and should be known before any trial jumps.

Keep reading to learn more about the calculator and physics behind the car jumping problem!

How to use the car jump distance calculator?

We divided the calculator into three parts.

Basic jump parameters

That's the central part which is obligatory to see any results. You need to provide:

  • Take-off ramp slope and height – the slope should be expressed in angle units;
  • Landing ramp height – note that we show the results for only first part of the jump if the landing ramp is too high for a jumping car;
  • Take-off speed – the speed that the car has just before take-off; and
  • Standard gravity – by default, we set it to 1 g1 \ \mathrm{g}, which is the mean gravitational force on Earth. You can adjust it to the standard gravity at your location or change to standard gravity of other planets.

That's enough to analyze a simple projectile motion problem. For more advanced computations, you need to input more values. Decide whether you want to include the air drag force, compute car tilt during a jump, or both. A new section called "Advanced calculations" should appear.

Advanced calculations

Regardless of what advanced options you choose, you need to specify car mass, length, and height. The former is the total mass of a car including all equipment, fuel, and the passengers' weight. Additionally, the air drag force option requires:

  • Air density – which for standard conditions is 1.225 kg/m31.225 \ \mathrm{kg/m^3}. Use our air density calculator to find the density of air for your specific jumping conditions; and
  • Automobile drag coefficient – you can check the drag coefficient for various cars, e.g., here.

The car tilt computation needs the following additional parameters:

  • Wheelbase – the distance between car's rear and front axles;
  • Horizontal and vertical locations of the center of mass – in other words, the longitudinal and altitudinal positions (see the picture that should appear in the calculator), which you can estimate using our car center of mass calculator;
  • Car height – the car height is required to approximate the moment of inertia (if you don't know its value) and air resistance; and
  • Moment of inertia – if you know the exact value of the moment of inertia, you can input it directly in the corresponding field. This moment of inertia is around the axis passing through the car's center of mass and parallel to the car's width (the calculator will move the axis of rotation to the correct place automatically). Read the FAQ below to learn how we find the approximation of mass moment of inertia in the car jump distance calculator.
Four solid cuboids as car's moment of inertia approximation.
A car is modeled as four solid cuboids to calculate the moment of inertia displaced by a certain distance from the center of mass. See FAQ below for more details.

Results

The results section consists of:

  • Summary table – includes the most interesting car jumping parameters like range, time of flight or landing tilt angle; and
  • Customized chart – specify what should be on the x-axis (horizontal position or time) and y-axis (position, velocity, acceleration, or car tilt angle). You can add up to three graphs at the same time.

Click the advanced mode button to change the units of quantities appearing in the table or chart.

Determination of the distance traveled mid-air

You can treat the launching of a car from a ramp as a projectile motion with an initial velocity v0v_0 and angle of launch α\alpha. The standard way to analyze a projectile motion trajectory is to treat the horizontal xx and vertical yy positions as separate variables. We'll use differential equations, which is a suitable method to deal with more complex problems (e.g., including drag force). If you want a simpler approach, visit our projectile motion calculator.

Car jumping initial parameters with a ramp and velocity decomposition.

The only force acting upon the car is the gravitational force, equal to the mass mm multiplied by the standard gravity gg. Furthermore, we can decompose the velocity vector into two perpendicular vectors using the sine and cosine trigonometric functions. The first component is in the horizontal direction v0x=v0cosαv_{0\mathrm{x}} = v_0 \cos \alpha and the second one in the vertical direction v0y=v0sinαv_{0\mathrm{y}} = v_0 \sin \alpha. The two sets of differential equations are then:

2yt2+g=02xt2=0\frac{\partial ^2 y}{\partial t ^2} + g = 0 \\[1.5em] \frac{\partial ^2 x}{\partial t ^2} = 0

with initial conditions:

x(0)=0y(0)=h0xtt=0=v0xytt=0=v0yx(0) = 0 \\[1.5em] y(0) = h_0 \\[1.5em] \frac{\partial x}{\partial t}_{|t = 0} = v_{0\mathrm{x}}\\[1.5em] \frac{\partial y}{\partial t}_{|t = 0} = v_{0\mathrm{y}}

where h0h_0 stands for initial height and tt for time since take-off. We'll skip the whole procedure, but it shouldn't be hard to find the solution for a person who is familiar with differential equations:

x(t)=v0xty(t)=h0+v0ytgt22x(t) = v_{0\mathrm{x}} t \\[1.5em] y(t) = h_0 + v_{0\mathrm{y}} t - \frac{g t^2}{2}

Just for the sake of completeness, we listed some of the most interesting parameters that you can derive from the above equations.

Velocities

vx(t)=v0xvy(t)=v0ygtv_{\mathrm{x}}(t) = v_{0\mathrm{x}} \\[1.5em] v_{\mathrm{y}}(t) = v_{0\mathrm{y}} - gt

Accelerations

ax(t)=0ay(t)=ga_{\mathrm{x}}(t) = 0 \\[1.5em] a_{\mathrm{y}}(t) = -g

Maximum height hmaxh_{\max} and associated time tmaxt_{\max}

hmax=h0+v0y22gtmax=v0ygh_{\max} = h_0 + \frac{v_{0\mathrm{y}}^2}{2g} \\[1.5em] t_{\max} = \frac{v_{0\mathrm{y}}}{g}

Time of flight tft_\mathrm{f} and range x(tf)x(t_\mathrm{f})

tf=v0y+v0y2+2g(h0hf)gxf=v0xtft_\mathrm{f} = \frac{v_{0\mathrm{y}} + \sqrt{v_{0\mathrm{y}}^2 + 2g(h_0 - h_\mathrm{f})}}{g} \\[1.5em] x_\mathrm{f} = v_{0\mathrm{x}} t_\mathrm{f}

In the latter case, we have introduced the height of the landing ramp hfh_\mathrm{f} to have a more general result.

Car jump with air drag force

Let's introduce the air resistance into the computations of car jump trajectory. We'll use the most common form of the drag formula we described in the drag equation calculator:

Fd=bv2F_\mathrm{d} = - b v^2

where:

  • FdF_\mathrm{d} – drag force;
  • bb – air resistance coefficient; and
  • vv – car velocity.

The air resistance coefficient bb is equal to:

b=12ρACdb = \frac{1}{2} \rho A C_\mathrm{d}

where:

  • ρρ – air density;
  • AA – cross-sectional area of the car, seen from the movement direction; and
  • CdC_\mathrm{d} – drag coefficient that depends on the shape of the moving object.

The drag equation consists of several variables, which we often treat as constants for simplicity. However, it isn't true in general. The car rotates mid-air, meaning that the cross-sectional area and drag coefficient generally change their values during the jump. That drastically complicates the problem, and to find the exact solution, you might have to use numerical simulations we cannot provide.

The cross-sectional area of a car in x and y directions.

Still, in the car jump distance calculator, we assumed that b is constant, which is approximately the case if a car doesn't rotate very much. So, let's write the same differential equations as before but extended by air resistance contribution:

2yt2+g±bym(2yt2)2=02xt2+bxm(2xt2)2=0\frac{\partial ^2y}{\partial t^2} + g \pm \frac{b_\mathrm{y}}{m} \left( \frac{\partial ^2y}{\partial t^2} \right)^2 = 0 \\[1.5em] \frac{\partial ^2x}{\partial t^2} + \frac{b_\mathrm{x}}{m} \left( \frac{\partial ^2x}{\partial t^2} \right)^2 = 0

The ±\pm symbol means that there is ++ for the car rising and - for the car falling. The initial conditions remain the same as in the previous section, except for two additional conditions:

y(tmax)=hmaxytt=tmax=0y(t_\mathrm{max}) = h_\mathrm{max} \\[1.5em] \frac{\partial y}{\partial t}_{|t = t_\mathrm{max}} = 0

The solution for xx variable is in the relatively simple form with natural logarithm:

x(t)=mbxln(bxv0xmt+1)x(t) = \frac{m}{b_\mathrm{x}} \ln{\left( \frac{b_\mathrm{x} v_{0 \mathrm{x}}}{m} t + 1 \right)}

The vertical position time-dependence has a much more elaborate set of formulae involving the inverse cosine and hyperbolic cosine functions:

when a car is rising:

y(t)=h0+mbyln ⁣[ ⁣cos(c2(tmaxt))c1 ⁣] ⁣\begin{split} y(t) &= h_0\\[1em] &+ \frac{m}{b_\mathrm y} \ln{ \! \left[ \! \frac{\cos{\left( c_2 (t_\mathrm{max} - t) \right)}}{c_1} \! \right ] \!} \end{split}

when a car is falling:

y(t)=hmaxmbyln ⁣[cosh(c2(tmaxt))]\begin{split} y(t) &= h_\mathrm{max}\\[1em] &- \frac{m}{b_\mathrm y} \ln{ \! \left[ \cosh{\left( c_2 (t_\mathrm{max} - t) \right)} \right ]} \end{split}

where we used the following c1c_1 and c2c_2 coefficients under the square root:

c1=mgmg+byv0y2c2=bygmc_1 = \sqrt{\frac{m g}{m g + b_\mathrm{y} v_\mathrm{0 y}^2}} \\[1.5em] c_2 = \sqrt{\frac{b_\mathrm y g}{m}}

As you can see, to evaluate the vertical position while falling, you need to know the maximum height hmaxh_\mathrm{max} and associated time tmaxt_\mathrm{max}. We'll give the appropriate formula later, but let's focus on other parameters to keep the previous order.

Velocities

vx(t)=mbx(t+mbxv0x)v_\mathrm x (t) = \frac{m}{b_ \mathrm x \left(t + \frac{m}{b_ \mathrm x v_\mathrm{0x}} \right)}

when a car is rising:

vy(t)=c2mby ⁣tan[c2(tmax ⁣ ⁣t)]v_\mathrm y (t) = c_2 \frac{m}{b_\mathrm y} \! \tan{\left[ c_2 (t_\mathrm{max} \! - \! t) \right]}

when a car is falling:

vy(t)= ⁣c2mby ⁣tanh[c2(t ⁣ ⁣tmax)]v_\mathrm y (t) = \! - c_2 \frac{m}{b_\mathrm y} \! \tanh{\left[ c_2 (t \! - \! t_\mathrm{max} ) \right]}

where we used tangent function, and hyperbolic tangent function.

Accelerations

ax(t)=mbx(t+mbxv0x)2a_\mathrm{x} (t) = - \frac{m}{b_\mathrm x \left( t + \frac{m}{b_\mathrm x v_\mathrm{0x}} \right)^2}

when a car is rising:

ax(t)=gcos2 ⁣[c2(tmaxt)]a_\mathrm{x} (t) = -g \cos^{-2} \! \left[ c_2 (t_\mathrm{max} - t) \right]

when a car is falling:

ay(t)=gcosh2 ⁣[c2(ttmax)]a_\mathrm{y} (t) = -g \cosh^{-2} \! \left[ c_2 (t - t_\mathrm{max}) \right]

Maximum height hmaxh_\mathrm{max} and associated time tmaxt_\mathrm{max}

hmax=h0mbylnc1tmax=arccosc1c2h_\mathrm{max} = h_0 - \frac{m}{b_\mathrm y} \ln c_1 \\[1em] t_\mathrm{max} = \frac{\arccos c_1}{c_2}

Time of flight tft_\mathrm f and range x(tf)x(t_\mathrm f)

tf=tmax+ ⁣1c2arccosh ⁣ ⁣[ebym(hmaxhf)]xf=mbxln(bxv0xmtf+1)t_\mathrm f = t_\mathrm{max} + \! \frac{1}{c_2} \mathrm{arccosh} \! \! \left[ \mathrm e ^{\frac{b_\mathrm y}{m} (h_\mathrm{max} - h_\mathrm f)} \right] \\[1em] x_\mathrm f = \frac{m}{b_\mathrm x} \ln{\left( \frac{b_\mathrm x v_\mathrm{0x}}{m} t_\mathrm f + 1 \right)}

where we used the inverse function of the hyperbolic cosine.

That's it! Quite tedious, isn't it? You can try to input the results into the starting differential equations to verify the answer. Furthermore, it's a good idea to investigate the limits of bxb_\mathrm x and byb_\mathrm y at zeros. Will they lead to the projectile motion without air resistance? 🤔

Why is a car tilting during the jump?

If you have ever seen a car launching from a ramp (or any other inclined plane), you have surely noticed that the front is almost always tilting towards the ground. The main reason for this lies in the non-zero take-off time. The front axle of the car losses contact with the ramp first, and then, after a fraction of a second, the rear axle. Even if that short, this amount of time is enough to put the car into rotation.

To understand the physics behind car rotation, we have to consider a car as a rotating rigid body. There are two phases of rotation:

  1. Angular acceleration – only the rear axle touches the ground. In this phase, the car starts to rotate, gaining a certain angular acceleration value until the rear axle take-off the ramp.
  2. Constant angular acceleration – when all the tires are mid-air, the car rotates with constant angular acceleration until landing.
The physics of car rotation. Axis of rotation is at rear wheels and the gravitational force cause torque.

Let's focus on the first phase. The axis of rotation goes through two points located on the bottom-most part of the two rear tires, as in the picture above. The car is subjected to the two forces: a gravitational force mgm g acting on the car's center of mass and ground reaction force NN originating from the tire-ground interface.
Since we need to calculate torque τ\tau, we can omit the latter force in the further analysis (it acts on the points localized at the axis of rotation). Ultimately, we can use torque to calculate the angular acceleration and final angular velocity ω\omega, which is all we need to know to proceed to the next phase.

The last phase is a much simpler problem because there is no torque mid-air. Therefore, angular acceleration vanishes and angular velocity has a constant value. Eventually, that allows us to calculate the landing angle by multiplying the angular velocity with the time of flight, or more precisely, the duration of the last phase.

Knowing the final tilt angle is crucial to make sure the landing is safe. You will always want to land on the car wheels (front, rear, or preferably both axles) and not hit the ground with the hood or the rear bumper. Guerlain Chicherit is a French rally driver who attempted the world record car jump that ended up in the car crash because of a wrongly predicted tilt angle. Thankfully, he wore a seatbelt! Check the car crash calculator to see the importance of using seatbelts.

How fast does a car rotate?

After learning about the principle of car jump rotation, let's dive deeper and see how we can describe the rotational movement with physics. Using the physical quantities we saw in the previous section, we arrive at the following differential equation:

I2θt2=τI2θt2=θ×N+r×mg2θt2=mIr×g\begin{split} I \frac{\partial ^2 \vec \theta}{\partial t ^2} &= \vec \tau \\[1.5em] I \frac{\partial ^2 \vec \theta}{\partial t ^2} &= \vec \theta \times \vec N + \vec r \times m \vec g \\[1.5em] \frac{\partial ^2 \vec \theta}{\partial t ^2} &= \frac{m}{I} \vec r \times \vec g \end{split}

where:

  • II – mass moment of inertia of the car around the axis of rotation we defined earlier.
  • 2θ/t2\partial ^2 \vec \theta/\partial t ^2 – angular acceleration vector ϵ\vec \epsilon we have written as the time second derivative of car angle θ\theta in regard to horizontal level. Negative θ\theta means that car's front starts to point upwards, and positive θ\theta the other way around – the car's front starts to point downwards.
  • τ\vec \tau – torque vector that equals only its second term, the cross product of the position vector r\vec r from the axis of rotation to the center of mass, and gravitational force vector mgm g (mm – car mass). The first term of τ\vec \tau equals zero because the position vector is zero as well (ground reaction force is applied at the axis of rotation).

Let's simplify the equation by switching from vectors to magnitudes only. We can do this using the sine function:

a×b=absin(x)\vec a \times \vec b = a b \sin(x)

where xx is the angle between a\vec a and b\vec b vectors. For r\vec r and g\vec g, the angle is:

x=θ+β+π2x = \theta + \beta + \frac{\pi}{2}

where β\beta is the angle created by the position vector r\vec r and the car's horizontal plane. The π/2\pi / 2 is basically 90° expressed in radian units.

Measurements required to calculate the tilt of the car during jumping.

Because there is π/2\pi / 2 term in the α\alpha formula, it is convenient to switch from sine to cosine, leaving α=θ+β\alpha = \theta + \beta in the argument and with additional minus before everything. Tying it all up, we arrive at the following equation:

2θt2=mIrgcos(θ+β)\frac{\partial ^2 \theta}{\partial t ^2} = -\frac{m}{I} r g \cos(\theta + \beta)

which we need to solve with the following initial conditions:

θ(0)=αθtt=0 ⁣=0\theta(0) = \alpha \\[1em] \frac{\partial \theta}{\partial t }_{|t = 0} \! = 0

The first condition says the car's initial tilt angle is the launching ramp angle α\alpha, and the second states that the car is not rotating before launching.

Unfortunately, it is not possible to find a simple analytical solution to that equation. In general, you need to use numerical methods to solve it for a particular case (we do it in the car jump distance calculator). However, if the car moves fast enough, you can assume that θ\theta won't change during the launching phase meaning that angular acceleration ϵ=2θ/t2\epsilon = \partial ^2 \theta / \partial t^2 is constant:

ϵ=mIrgcos(θ+β)\epsilon = -\frac{m}{I} r g \cos(\theta + \beta)

So, there are no differential equations involved. The sign of computed ϵ\epsilon determines the rotation direction. For ϵ>0\epsilon \gt 0 the car's front starts tilting towards the ground and for ϵ<0\epsilon \lt 0 the car's front starts to tilt towards the sky.

The last thing to consider is how to find the angle β\beta for a certain car. It requires determining the horizontal and vertical positions of the center of mass in the car. To calculate β\beta, you need to use the inverse tangent function:

β=arctan(vertical pos.horizontal pos.)\beta = \arctan \left( \frac{\mathrm{vertical \ pos.}}{\mathrm{horizontal \ pos.}} \right)

where:

  • vertical pos.\mathrm{vertical \ pos.} – the altitudinal center of mass position, the vertical distance measured from the ground to the center of mass; and
  • horizontal pos.\mathrm{horizontal \ pos.} – the longitudinal center of mass position, the horizontal distance measured from the rear axle to the center of mass.

Similarly, you can calculate rr, but this time using the Pythagorean theorem:

r=vertical pos.2+horizontal pos.2\footnotesize r \! = \! \sqrt{\! \mathrm{vertical \ pos.}^2 \! + \! \mathrm{horizontal \ pos.}^2}

How to calculate car landing angle?

From the previous section, you should know how to calculate angular acceleration ϵ\epsilon of the tilting car, and you can do it numerically or make a high-velocity approximation. It's time to estimate the angle about which the car will rotate before landing. As before, there are two phases:

  1. Launching phase

It's the time passed between the car's front axle take-off to the rear axle take-off. The launching phase duration tLt_\mathrm L equals the wheelbase LL divided by take-off velocity vv:

tL=Lv\qquad t_\mathrm L = \frac{L}{v}

If you decide to calculate ϵ\epsilon numerically, you obtain the final angular velocity ω\omega and take-off tilt angle θ0\theta_0 along the way doing the computations for time tLt_\mathrm L. For the high-velocity approximation, we obtain:

ω=ϵtLθ0=ωtL\qquad \omega = \epsilon t_\mathrm L \\[1em] \qquad \theta_0 = \omega t_\mathrm L
  1. Mid-air phase

The rest of the jump proceeds with constant angular velocity meaning the rotation angle during this phase equals ωtf\omega t_\mathrm f, where tft_\mathrm f is the time of flight.

Eventually, the landing angle we find in the car jump distance calculator is the sum of the above two angles and the initial ramp angle α\alpha:

θ=α+θ0+ωtf\qquad \theta = \alpha + \theta_0 + \omega t_\mathrm f

Car stunts in movies and real world

Car jumps are present in many action movies where the moment when a car takes-off from the ramp is one of the most spectacular parts of the entire film. For example, there is a scene in the Gone in Sixty Seconds movie in which Nicolas Cage jumps over the long waiting traffic on the bridge in his Ford Mustang Shelby GT500. Car jumping scenes are often performed more than once to catch the best shot, so nowadays, these scenes are instead computer-generated.

Still, some stuntmen perform real-life car jumps. Here are some examples:

  • Travis Pastrana jumped 269 ft (82 m) over the river at the Long Beach (California) in 2009 (link to the video)
  • Tanner Foust jumped 332 ft (101 m) from the Hot Wheels ramp in Indianapolis 500 in 2011 (link to the video)
  • Bryce Menzies jumped 379 ft (116 m) over New Mexico ghost town in 2016 (link to the video)

As a bonus, check out the film featuring Travis Pastrana and his 862hp Subaru STI stunts. The show begins with a car jump giving a spectacular performance!

FAQ

What should I know before jumping with a car from a ramp?

First of all, despite all our efforts, we cannot perform exact calculations, which would require modeling a particular car and specific jumping conditions.

Before deciding to make a big jump, do some tests with small launching angles and gradually increase the ramp angle. Also, note that a car would most probably slow down on the ramp resulting in lower jumping ranges. You don't want to hit the edge of the ramp with your hood!

What does car tilt angle mean?

The car is rotating mid-air because of the instantaneous torque acting on the car's center of mass. When the angle is zero, then the car is oriented parallel to the horizontal axis. For negative angles, the car front points up, and for positive angles, the car front points down.

It's a standard way to measure the angle in polar coordinates. The zero is along the x-axis to the right, 90° is along the y-axis upwards, and so on.

What do the distance, total speed, and total acceleration mean?

The chart we're showing in the car jump distance calculator allows you to choose one of the physical parameters that change during the jump. The quantities with x and y subscripts should be clear – they are positions, velocities, and accelerations measured in a particular direction. The meaning of the remaining parameters without subscripts are the following:

  • Distance d – the distance from the launching point calculated as d = √(x2 + y2);
  • Total velocity |v| – the speed of the car calculated as |v| = √(vx2 + vy2);
  • Total acceleration |a| – the total acceleration of the car calculated as |a| = √(ax2 + ay2); and
  • Tilt angle θ – the angle of the car in respect to the horizontal line.

How to approximate the car's moment of inertia?

In our calculator, we model the car as a solid rectangular prism of constant density with an axis of rotation passing through one of its sides (width). To achieve that, we start with the following for the solid cuboid moment on inertia:

Icm = 1/12 * m * (l2 + h2)

where:

  • Icm – the moment of inertia of solid cuboid rotating about an axis passing through the center of mass parallel to the width of the cuboid;
  • m – mass;
  • l – cuboid length; and
  • h – cuboid height.

However, the center of mass of the car does not lie in the center of the cuboid, so the formula must be revised. We did it by calculating and summing up four smaller cuboid boxes moments of inertia, which eventually leads to the following formula:

Icm = 1/3 * m * [h2 + l2 - 3 * h1 * (h - h1) - 3 * l1 * (l - l1)]

where h1 and l1 are the height and length that determine the position of the center of mass (check the first section for a picture).

Finally, to move the axis of rotation passing through the center of mass to the actual axis of rotation, we use the parallel axis theorem:

I = Icm + m * d2

where I is the moment of inertia about the axis parallel to the first axis and displaced from it by distance d.

Dominik Czernia, PhD, Álvaro Díez and Miłosz Panfil, PhD
Precaution note
⚠️ You should consider this calculator as model for educational purposes only. Do not try car jumping without the professional advice.
The default values are example for Subaru WRX STI.
Jump parameters
The setup of car jumping - two ramps with certain heights and car with take-off speed
Ramp slope
deg
Take-off ramp height
ft
Landing ramp height
ft
Take-off speed
mph
Standard gravity
g
Include drag force?
yes
Compute car tilt during jump?
yes
Advanced calculations
How to measure center of mass location, wheelbase, and car length
Do you know car's moment of inertia?
no
Car mass
lb
Car length
ft
Car width
ft
Car height
ft
Wheelbase
ft
Horizontal location of center of mass
ft
Vertical location of center of mass
ft
Air density
lb/cu ft
Drag coefficient
Moment of inertia
8,834
lb·ft²
Results
Show results table/chart?
Both
Maximum height
Horizontal position (x)480.22 ft
Height (y)96.471 ft
Time (t)2.3494 s
Landing
Range (x)909.52 ft
Height (y)5 ft
Time (t)4.7694 s
Landing speed (|v|)123.78 mph
Car tilt angle
Landing angle (θ)-0.043097 rad
-2.4693°
Angular velocity (ω)-0.082318 rad/s
-0.78608 RPM
How to measure center of mass location, wheelbase, and car length
x-axis
Horizontal position (x)
y-axis (first chart)
Vertical position (y)
y-axis (second chart)
Car angle (θ)
Check out 25 similar kinematics calculators — how things move ⏱️
Arrow speedBallistic coefficientConservation of momentum… 22 more
People also viewed…

Circumference

Use this free circumference calculator to find the area, circumference and diameter of a circle.

Exoplanet discovery

The exoplanet discovery calculator allows you to play around and discover the calculations that got a Nobel Prize in 2019 for the discovery of planets outside the solar system.

Lever

Discover one of the simplest machine ever invented with our lever calculator.

Snowman

The perfect snowman calculator uses math & science rules to help you design the snowman of your dreams!
Copyright by Omni Calculator sp. z o.o.
Privacy, Cookies & Terms of Service