Figuring out how high a projectile will go isn’t guesswork. This is a standard kinematics problem—plug in the initial velocity, angle, and gravity and you’ll get a dependable answer, as long as you respect the assumptions. Get it wrong and you can miss a safety barrier, overshoot a field, or even send a shell where you don’t want it. This Maximum Height Projectile Motion Calculator will give you the apex altitude, launch angle, initial velocity, time to peak, total flight time, and horizontal range based on initial velocity, angle, and gravity. This isn’t just for classrooms—engineers use it in aerospace work, artillery, and even optimizing sports performance. On this page, you’ll find the core equations, an artillery case study, and an FAQ focused on what actually matters in the field.
What is projectile maximum height?
Maximum height is simply the highest point a projectile reaches before gravity pulls it back down. It’s set by how fast you launch and at what angle—steeper angles send the projectile higher, shallower angles prioritize horizontal distance at the expense of altitude.
Simple Explanation
Imagine throwing a ball—toss it straight up, and all the velocity fights gravity head-on, so it goes highest. At an angle, only the vertical part of its velocity fights gravity; sideways speed doesn’t make it climb, just carries it forward. The projectile climbs until the upward bit runs out, then comes back down. The peak is when it stops going up—maximum height.
📐 Browse all 1000+ Interactive Calculators
Quick Navigation
Visual Diagram
How to Use This Calculator
- Select a calculation mode from the dropdown — choose what you want to solve for (maximum height, initial velocity, launch angle, time to peak, total flight time, or horizontal range).
- Enter the known values into the visible input fields — initial velocity (m/s), launch angle (degrees), and/or maximum height (m) depending on your selected mode.
- Confirm or adjust the gravitational acceleration value — default is 9.81 m/s² for Earth; change this for other planets or simulation environments.
- Click Calculate to see your result.
Maximum Height Projectile Motion Calculator
This calculator is intended for education, concept evaluation, and preliminary design. Results are based on the equations and assumptions described on this page, but cannot account for every real-world load case, tolerance, material property, environmental condition, installation detail, safety factor, code, or regulatory requirement. Verify all inputs, assumptions, units, and results independently before selecting components or using the result in a real application. Safety-critical, structural, medical, lifting, transportation, or regulated applications must be reviewed by a qualified engineer.
Projectile Maximum Height Interactive Visualizer
Watch how launch angle and initial velocity determine peak altitude in real-time. Adjust parameters to see the parabolic trajectory, apex point, and key timing values instantly.
MAX HEIGHT
31.9 m
TIME TO PEAK
1.8 s
RANGE
63.8 m
FIRGELLI Automations — Interactive Engineering Calculators
Governing Equations
Maximum height comes straight from the kinematics of a projectile under gravity. All you need is the initial vertical speed (the part of the velocity going upward) and gravity. The main formulas you’ll use are below.
Use the formula below to calculate maximum height from initial velocity and launch angle.
Maximum Height Formula
hmax = (vy0)2 / (2g) = (v₀ sin θ)2 / (2g)
hmax = maximum height above launch point (m)
vy0 = initial vertical velocity component (m/s)
v₀ = initial velocity magnitude (m/s)
θ = launch angle from horizontal (degrees or radians)
g = gravitational acceleration (9.81 m/s² on Earth)
Velocity Components
vy0 = v₀ sin θ (vertical component)
vx0 = v₀ cos θ (horizontal component, remains constant)
Time to Maximum Height
tup = vy0 / g = (v₀ sin θ) / g
tup = time to reach maximum height (s)
At maximum height, vertical velocity = 0 m/s
Total Flight Time and Range
ttotal = 2tup = 2vy0 / g (for level terrain)
R = vx0 × ttotal = (v₀2 sin 2θ) / g
R = horizontal range (m)
Maximum range occurs at θ = 45° for level terrain
Solving for Launch Angle
θ = arcsin(√(2ghmax) / v₀)
Valid only when √(2ghmax) / v₀ ≤ 1
Physical constraint on achievable height for given velocity
Simple Example
A ball is launched at v₀ = 20 m/s at θ = 30° on Earth (g = 9.81 m/s²).
- Vertical velocity component: vy0 = 20 × sin(30°) = 10 m/s
- Maximum height: hmax = 10² / (2 × 9.81) = 5.10 m
- Time to peak: tup = 10 / 9.81 = 1.02 s
Theory & Practical Applications
Fundamental Physics of Projectile Apogee
Maximum height calculation marks the moment the vertical velocity runs out—the projectile’s vertical speed reaches zero, horizontal speed doesn’t change (ignoring air resistance). From an energy perspective, vertical kinetic energy is fully turned into potential at the apex. You get the textbook formula by setting vertical speed to zero in v² = v₀² - 2gΔy. If you’re working backwards (given a height, solve for angle or speed), don’t miss the physical boundary: for some combinations, a solution isn’t possible. In reverse fire-control problems, you need to check that sin²θ ≤ v₀²/(2ghmax).
Since maximum height depends on velocity squared (h ∝ v²), if you double your launch velocity, you land at four times the peak altitude. In rockets, this leads to rapidly increasing fuel use the higher you go—a big operational constraint. For artillery, the sin²θ factor means you’ll hit the same horizontal target at two different arcs: a lower arc is faster and lands sooner, the higher one takes longer and falls steeper (“plunging fire”). Picking between them isn’t just a math exercise—sometimes the low path is blocked by obstacles, sometimes the high path gives too much flight time. Real-world fire-control systems weigh these edge cases carefully.
Engineering Applications Across Industries
Aerospace Trajectory Design: Launch vehicle paths are calculated to thread the needle between altitude, heating, and stress. For example, the Space Shuttle shut off its main engines at about 109 km altitude, targeting an orbit insertion around 185 km—to save fuel, they aimed for only what was strictly needed. Suborbital vehicles, like Blue Origin New Shepard, push extreme initial speeds and very steep angles for altitude, and above 50 km air effects rapidly disappear.
Military Fire Control Systems: Artillery computers must be sure their shot is going to clear obstacles, so calculating maximum height at each part of the flight is standard practice. For example, an M109A7 firing at 827 m/s at 43.7° peaks at over 8,600 meters—these numbers are plugged straight into radar and targeting systems. At sea, gunfire adjustments need to account for deck motion—just a few degrees of tilt is enough to shift the safe firing solution. Anti-missile systems also do the reverse: see the apex, figure out the launch, and predict where to intercept, often under tight time constraints.
Sports Science Optimization: In sports, maximum height is used to fine-tune performance—Olympic shot puts, basketball arcs, and long jump all have optimal values for hmax. For example, elite shot puts peak at about 4 meters; the release angle is lower than the ideal 45°, mostly because athletes benefit from releasing high off the ground. For basketball, successful free throws typically hit a peak around 4.7 meters. In long jump, center of mass peaks under a meter, but the world record is much longer—technique matters as much as pure arc.
Worked Example: Artillery Fire Mission Planning
Scenario: A forward observer calls in fire on a target 12,400 meters away, but a ridge at 8,200 meters downrange rises to 420 meters. The M777A2 with M795 projectiles can deliver from 241 m/s up to 827 m/s. What’s the minimum charge that clears the ridge? What trajectory should be set?
Step 1: Find minimum height needed at the ridge using the projectile’s path equation
The ridge is a fixed height at a known horizontal distance. The projectile’s height at any horizontal x is:
h(x) = x tan θ - (gx²)/(2v₀²cos²θ)
You can use the range formula to write velocity in terms of range and angle. Knowing the target is at 12,400 m, you need h(8,200) ≥ 420 m. Plug the numbers into the equation—they won’t exactly match a 45° shot, so you check both possible θ for a given v₀.
Now try possible velocities and find which angle fits. At 450 m/s:
sin 2θ = (12400 × 9.81)/450² = 0.5999
2θ = 36.87° or 143.13° → θ = 18.44° or 71.57°
Step 2: Find maximum height for both low and high angle
Low angle (θ = 18.44°):
vy0 = 450 × sin(18.44°) = 142.35 m/s
hmax = (142.35²)/(2 × 9.81) = 1,032.8 meters
High angle (θ = 71.57°):
vy0 = 450 × sin(71.57°) = 426.99 m/s
hmax = (426.99²)/(2 × 9.81) = 9,294.1 meters
Step 3: Check the height at ridge location for the low-angle shot
For low angle:
vx0 = 450 × cos(18.44°) = 426.99 m/s
Time to 8,200 m: t = 8200/426.99 = 19.207 s
Height at that t: h = 142.35(19.207) - 0.5(9.81)(19.207²) = 2,733.7 - 1,810.4 = 923.3 m
That’s a 503 m margin above the ridge.
Step 4: Complete the rest of the trajectory values
Time to peak: tup = 142.35/9.81 = 14.51 s
Total flight time: 29.02 s
Vertical impact velocity: -142.35 m/s
Impact speed: √(426.99² + 142.35²) = 450 m/s
Impact angle: arctan(-142.35/426.99) = -18.44°
Step 5: What should the fire control input be?
Recommended: Charge 5 (v₀ = 450 m/s)
Elevation: +18.44°
Maximum height: 1,032.8 m
Time of flight: 29.0 s
Ridge clearance: 503 m
Impact angle: -18.4°
This gets the job done—clears the ridge and doesn’t waste propellant using a high arc unless needed. In real firing, wind and air pressure will tweak the numbers, but this calculation lets planners check if a shot is even possible before those fine-grained adjustments.
Advanced Considerations and Limitations
These projectile equations ignore air. In real shots—even at low angles—drag reduces maximum height, and at speeds above Mach 0.8, the losses can be large. For field artillery, real-world hmax is often 25–40% less than the vacuum equations predict; the faster or lighter the projectile, the worse it gets. Wind can mess further with the trajectory, especially for slow, high arcs. If you’re firing east or west, Earth’s rotation (Coriolis effect) slightly shifts the peak up or down; over 30 km, the effect can hit several meters. With spinning projectiles, both vertical and lateral drift happen from the Magnus effect. For more complicated cases, these simple numbers get used as the starting point—a baseline for more detailed ballistics with drag, wind, and all the rest layered on afterward. You can dig deeper with links in the engineering calculator library.
Frequently Asked Questions
Why does maximum height depend on the square of initial velocity? +
What happens to maximum height when launching from elevated terrain or platforms? +
How does air resistance affect actual maximum height compared to vacuum calculations? +
Can a projectile achieve the same maximum height with different launch angles? +
How does Earth's rotation affect maximum height calculations for long-range trajectories? +
What role does maximum height play in sports projectile optimization? +
Free Engineering Calculators
Explore our complete library of free engineering and physics calculators.
Browse All Calculators →🔗 Explore More Free Engineering Calculators
About the Author
Robbie Dickson — Chief Engineer & Founder, FIRGELLI Automations
Robbie Dickson brings over two decades of engineering expertise to FIRGELLI Automations. With a distinguished career at Rolls-Royce, BMW, and Ford, he has deep expertise in mechanical systems, actuator technology, and precision engineering.
📹 Video Walkthrough — How to Use This Calculator
📹 Video Walkthrough — How to Use This Calculator
Need to implement these calculations?
Explore the precision-engineered motion control solutions used by top engineers.
