ZestCalc
Appearance
Language

Vertical Launch Calculator

Calculate maximum height, time to peak, and total flight time for an object launched straight up under gravity. Includes interactive animation and step-by-step solutions.

hmax=u22gh_{\max} = \frac{u^2}{2g}

Calculate maximum height, time to peak, and total flight time for an object launched straight up under gravity. Visualize the motion with an interactive animation.

Enter launch speed, maximum height, or time to peak — the other values will be calculated automatically.

m/s²
s

Vertical Launch Calculator

What This Calculator Solves

When you throw a ball straight up into the air, three natural questions come to mind: *How high will it go? How long before it reaches the top? How long before it lands back in your hand?* This calculator answers all three — instantly, from any single piece of information you already know.

Enter one of the following:

  • Launch speed — how fast the object leaves your hand (or a cannon, or a rocket)
  • Maximum height — how high the object climbs above the launch point
  • Time to peak — how many seconds it takes to reach the highest point

The calculator fills in everything else: the two unknowns you did not enter, total flight time, and the speed at which the object returns to launch level.

It also shows a live animation of the launch and generates step-by-step solutions using both kinematics and energy conservation — so you can follow exactly how each answer is derived.

The Physics Behind It

One-Dimensional Motion Under Constant Gravity

Vertical launch is a one-dimensional problem. The object moves only up and down, with gravity providing a constant downward acceleration gg. Air resistance is ignored, so the only force acting is gravity.

Two fundamental kinematic equations describe this motion:

v=ugt(velocity at time t)v = u - gt \qquad \text{(velocity at time } t\text{)}
h(t)=ut12gt2(height at time t)h(t) = ut - \tfrac{1}{2}gt^2 \qquad \text{(height at time } t\text{)}

where uu is the launch speed (upward positive) and gg is the magnitude of gravitational acceleration.

The Moment of Zero Velocity

The object reaches its highest point when its vertical velocity drops to exactly zero. Setting v=0v = 0 in the first equation gives the time to peak:

tpeak=ugt_{\text{peak}} = \frac{u}{g}

Substituting back into the height equation gives the maximum height:

hmax=u22gh_{\text{max}} = \frac{u^2}{2g}

These two results are the heart of the calculator.

Deriving the Same Results from Energy

The energy method provides a satisfying cross-check. At the launch point, all mechanical energy is kinetic:

Elaunch=12mu2E_{\text{launch}} = \tfrac{1}{2}mu^2

At the highest point, the object has stopped moving, so all energy is gravitational potential:

Epeak=mghmaxE_{\text{peak}} = mgh_{\text{max}}

Setting them equal and dividing through by mass mm (which cancels):

12u2=ghmax    hmax=u22g\tfrac{1}{2}u^2 = gh_{\text{max}} \implies h_{\text{max}} = \frac{u^2}{2g}

This is identical to the kinematic result — a direct demonstration that Newton's laws and energy conservation are consistent descriptions of the same physics.

Summary of Key Equations

QuantityFormula
Maximum heighth=u22gh = \dfrac{u^2}{2g}
Time to peaktpeak=ugt_{\text{peak}} = \dfrac{u}{g}
Total flight timettotal=2ugt_{\text{total}} = \dfrac{2u}{g}
Impact speedvimpact=uv_{\text{impact}} = u

Why the Motion Is Symmetric

Gravity decelerates the object at a constant rate on the way up, and accelerates it at the exact same rate on the way down. Because the rate of change is identical in both directions:

  • Time up = time down, so ttotal=2tpeakt_{\text{total}} = 2\,t_{\text{peak}}
  • The object strikes the launch level at the same speed it left — vimpact=uv_{\text{impact}} = u

This symmetry only holds when the object returns to the same height from which it was launched. If it lands on a cliff above or a valley below, the times and speeds will differ.

Gravity on Other Worlds

Every planet and moon has a different gravitational acceleration gg. The calculator includes presets for the entire solar system:

Bodygg (m/s²)Max height for u=10u = 10 m/s
Earth9.815.10 m
Mars3.7213.44 m
Moon1.6230.86 m
Jupiter24.792.02 m
Pluto0.6280.65 m

The same throw that lifts a ball 5 m on Earth would send it over 30 m on the Moon — a striking illustration of how gravity shapes everyday motion.

How to Use This Calculator

Step 1 — Set gravity. Use the dropdown to choose a planet or moon. Earth (9.81 m/s29.81\text{ m/s}^2) is the default. For a custom scenario — a fictional planet, a specific altitude, or a laboratory environment — select *Custom* and type any positive value.

Step 2 — Enter one known value. Type into any one of the three fields:

  • *Launch speed* — the initial upward velocity
  • *Maximum height* — the peak height above the launch point
  • *Time to peak* — the duration from launch to the highest point

The other two fields update automatically. You can also click into a derived field to make it the new input — the previous driver clears and you can type a fresh value.

Step 3 — Switch units if needed. Separate toggles let you choose metric (m, m/s) or imperial (ft, ft/s) independently for height and speed. The calculator converts transparently in the background.

Step 4 — Read the results. Below the inputs you will find:

  • A result summary card listing all five computed values (maximum height, time to peak, total flight time, launch speed, impact speed) with one-click copy buttons.
  • A live animation — click *Launch* to watch the object arc upward with time-stamped trace dots that make the acceleration visible. The panel shows instantaneous height, velocity, and elapsed time.
  • Step-by-step solutions with two tabs: *Kinematics* applies the standard equations of motion; *Energy* uses conservation of mechanical energy. Both arrive at the same answer through different routes.

Step 5 — Experiment. Try a different planet preset and note how the same launch speed produces a very different trajectory. Use the *Reset* button to clear all fields and start fresh.

FAQ

How is this different from free fall?

Free fall starts with the object at rest (or moving downward) and gravity accelerates it downward the whole time. Vertical launch starts with an upward velocity — gravity decelerates it on the way up, stops it at the peak, then accelerates it back down. Both use the same kinematic equations; only the initial conditions differ.

Does mass affect the result?

No. Gravitational acceleration is the same for all masses. Mass appears in both the force (F=mgF = mg) and Newton's second law (F=maF = ma), so it always cancels out, leaving a=ga = g regardless of how heavy the object is.

What if the object does not return to the same height?

This calculator assumes the object lands back at the launch level. If it lands on a ledge above or a surface below, the total flight time and impact speed will be different. That scenario requires solving the full quadratic h(t)=0h(t) = 0 for the new ground level, which is outside the symmetric model used here.

What if I throw the object at an angle?

An angled throw is a projectile motion problem. The horizontal and vertical components must be tracked separately. The vertical component still follows the same equations as here, but the horizontal component adds a constant velocity that determines how far the object travels downrange.

Why do both the kinematic and energy methods give the same answer?

The two methods are different mathematical expressions of the same underlying physics. Kinematics applies Newton's second law (F=maF = ma) integrated over time. Energy conservation applies the work–energy theorem integrated over distance. Because both start from Newton's laws, they are guaranteed to agree. Seeing both derivations side by side is a good way to build intuition about why energy methods are often faster for problems that ask about speed and height without needing exact times.

Can I use this for a rocket or a ball thrown upward?

Yes, as long as the object is moving purely vertically and propulsion stops at launch (that is, there is no thrust during flight). The calculator models the unpowered phase: after the object leaves your hand, the gun barrel, or the launch pad, with only gravity acting on it.