Projectile Motion Calculator – Range and Height from Launch
Calculate horizontal range and peak height of a projectile from launch velocity and angle, using standard kinematics.
AI Quick Summary
Definition & Purpose:
This calculator finds the horizontal range and peak height of a projectile launched at a given velocity and angle, using standard vacuum kinematics equations.
When to Use:
Use it for physics problems involving objects launched at an angle — projectiles, thrown balls, or any object undergoing idealized parabolic motion — where you need the horizontal distance traveled and the maximum height reached.
Key Takeaway Insights:
- A launch angle of 45 degrees produces the maximum possible range for a given launch velocity in idealized vacuum conditions, since sin(2 x 45°) = sin(90°) = 1, the maximum value the sine function can reach.
- Range and peak height both scale with the square of launch velocity, meaning doubling the launch speed quadruples both the maximum distance and the maximum height reached.
- These formulas describe idealized motion without air resistance — real projectiles, especially light or irregularly shaped ones, fall meaningfully short of the calculated range due to aerodynamic drag.
Introduction
Projectile Motion Calculator
Enter a launch velocity and angle, and this calculator returns the horizontal range and peak height of the resulting projectile trajectory.
Formula
Range = (v² × sin(2θ)) ÷ g and Peak Height = (v² × sin²(θ)) ÷ (2g), where g = 9.80665 m/s².
For a launch at 20 m/s and 45°: Range = (20² × sin(90°)) ÷ 9.80665 ≈ 40.79 meters; Peak Height = (20² × sin²(45°)) ÷ (2 × 9.80665) ≈ 10.20 meters.
Why 45 degrees is the magic number for range
The range formula depends on sin(2θ), and that function peaks at a value of 1 exactly when 2θ equals 90 degrees — in other words, when the launch angle itself is 45 degrees. Any angle steeper or shallower than that produces a smaller sine value and therefore less range for the same launch speed, assuming ideal conditions with no air resistance. This is also why complementary angle pairs (30°/60°, 20°/70°) land at the same distance despite tracing very different arc shapes.
What this calculation leaves out
These are idealized vacuum kinematics equations — no air resistance, no spin, no wind. Real projectiles, especially lighter or faster ones, experience meaningful aerodynamic drag that shortens their actual range and steepens the falling half of their trajectory compared to what this formula predicts. Treat the results here as a clean physics baseline, not a precise real-world forecast for things like thrown balls or fired projectiles.
Formula & Variables Explained
This tool utilizes standard equations formulated under standard rules.
Variables:
- Input parameter: Values supplied to resolve the output formula.
How to Calculate (Step-by-Step)
- Input the required parameters into the form.
- Click the calculate or auto-compute option.
- The outputs will refresh instantly with step-by-step variables.
Worked Examples Calculation
120 m/s launch at 45 degrees
Velocity = 20 m/s, Angle = 45°
Range = (20^2 x sin(90°)) / 9.80665 ≈ 40.79; Height = (20^2 x sin(45°)^2) / (2 x 9.80665) ≈ 10.20
Range ≈ 40.79 meters, Peak Height ≈ 10.20 meters
Real-World Applications
Widely used in student curriculum, professional projections, and quick estimations.
Limitations & Common Mistakes
- Entering incompatible unit formats (e.g. Mixing Metric and Imperial).
- Typographical mistakes in numeric entry fields.
This solves idealized vacuum kinematics equations that ignore air resistance, spin effects, and wind — real-world projectiles, particularly lightweight or fast-moving ones, experience meaningfully shorter range and altered trajectories due to air drag that this calculation doesn't account for.
Frequently Asked Questions (FAQ)
Q:Why does a 45-degree angle give maximum range?
The range formula includes sin(2 × angle), and the sine function reaches its maximum value of 1 when its argument is 90 degrees — which happens exactly when the launch angle is 45 degrees (since 2 × 45° = 90°). Any angle above or below 45 degrees produces a smaller sine value and therefore a shorter range, assuming identical launch velocity and no air resistance.
Q:How does air resistance change a real projectile's trajectory?
Air resistance continuously removes energy from a moving projectile, which reduces both its horizontal range and its peak height compared to the idealized vacuum calculation, and also makes the descending half of the trajectory steeper than the ascending half. The effect is more pronounced for lightweight, low-density, or high-speed projectiles (where drag force is larger relative to the object's momentum) than for dense, compact, slower-moving ones.
Q:What launch angles produce the same range?
Any pair of complementary angles that sum to 90 degrees — such as 30° and 60°, or 20° and 70° — produce identical range at a given launch velocity in ideal conditions, because sin(2 × angle) gives the same value for both angles in each pair. The trajectories differ in shape, though: the higher angle produces a taller, slower arc, while the lower angle produces a flatter, faster one, even though both land at the same distance.
Q:How is peak height related to time in the air?
In idealized projectile motion, the object spends exactly half its total flight time rising to peak height and the other half falling back down, since the trajectory is symmetric under gravity alone. The time to reach peak height equals the vertical component of launch velocity divided by gravitational acceleration, and doubling that figure gives the total time the projectile spends in the air before landing at the same height it launched from.
References & Citations
CalculationDesk Editorial Team
Content & Calculation Editors
The CalculationDesk Editorial Team consists of math educators, technical writers, and product specialists dedicated to ensuring accuracy and clarity for everyday calculations.
CalculationDesk Review Team
Quality Assurance & Formula Verifiers
Our internal Review Team ensures that every calculator logic corresponds precisely to established academic standards and industry specifications.
Was this calculator helpful?
Embed this Calculator
You are welcome to embed this tool on your own blog or website. Simply copy the code snippet below and paste it into your HTML code.