Projectile Motion Calculator — Range, Height & Flight Time
Calculate projectile range, maximum height, and time of flight instantly. Free physics calculator with initial velocity, launch angle, and step-by-step formula breakdown for parabolic trajectories.
Projectile Motion Calculator
Enter launch parameters below to compute range, maximum height, time of flight, and velocity components.
Projectile Motion Formulas Explained
Projectile motion describes the curved path of an object launched near Earth's surface under constant gravitational acceleration, neglecting air resistance. The key kinematic formulas are:
Ground-Level Launch (h₀ = 0)
Elevated Launch (h₀ > 0)
Variable Definitions
- v₀ — Initial velocity (launch speed) in meters per second (m/s)
- θ — Launch angle measured from horizontal in degrees
- g — Gravitational acceleration (9.81 m/s² on Earth)
- h₀ — Initial launch height above the landing surface
- R — Horizontal range (distance traveled before landing)
- H — Maximum height reached during flight
- T — Total time of flight from launch to landing
How to Calculate Projectile Motion Step by Step
Follow these steps to manually compute all projectile motion parameters:
- Resolve initial velocity into components — v₀x = v₀ × cos(θ), v₀y = v₀ × sin(θ)
- Calculate time to reach maximum height — tmax = v₀y / g
- Determine maximum height — H = h₀ + v₀y² / (2g)
- Compute total time of flight — For ground-level: T = 2 × tmax. For elevated: use the quadratic formula.
- Calculate horizontal range — R = v₀x × T
- Verify with known values — At 45° on level ground, range is maximized at R = v₀² / g
Projectile Motion Worked Examples
Example 1: Ground-Level Launch at 45°
A ball is launched from ground level at 20 m/s at a 45° angle. Earth gravity g = 9.81 m/s².
v₀y = 20 × sin(45°) = 14.14 m/s
tmax = 14.14 / 9.81 = 1.44 s
H = 14.14² / (2 × 9.81) = 10.19 m
T = 2 × 1.44 = 2.88 s
R = 14.14 × 2.88 = 40.77 m
Example 2: Elevated Launch from a 10 m Cliff
A projectile is launched from a 10 m cliff at 25 m/s at 30°.
v₀x = 25 × cos(30°) = 21.65 m/s
H = 10 + 12.5² / (2 × 9.81) = 17.97 m
T = (12.5 + √(12.5² + 2×9.81×10)) / 9.81 = 3.11 s
R = 21.65 × 3.11 = 67.35 m
Example 3: Maximum Range Verification
At 45° on level ground, sin(2×45°) = sin(90°) = 1, confirming R = v₀²/g is the theoretical maximum range for a given launch speed.
Real-World Projectile Motion Applications
- Sports Science: Analyzing basketball shots, golf drives, soccer kicks, and baseball trajectories to optimize launch angles.
- Ballistics & Defense: Calculating artillery shell trajectories, missile paths, and bullet drop for military and forensic analysis.
- Engineering: Designing water fountains, fireworks displays, and material ejection systems in manufacturing.
- Space Exploration: Computing rocket launch profiles, lunar lander descents, and interplanetary trajectory planning.
- Civil Engineering: Determining demolition blast trajectories and rockfall paths for highway safety barriers.
- Education: Teaching Newtonian mechanics, kinematic equations, and vector decomposition in physics classrooms.
- Game Development: Programming realistic physics engines for video game projectiles, grenades, and character jumps.
People Also Ask About Projectile Motion
Frequently Asked Questions
Projectile Motion Glossary
Projectile Motion
The curved path of an object launched into the air under gravity, combining constant horizontal velocity with vertically accelerated motion.
Range
The total horizontal distance traveled by a projectile from launch point to landing point, calculated as R = v₀x × T.
Maximum Height
The highest vertical position reached during flight, occurring when vertical velocity momentarily becomes zero at the trajectory apex.
Time of Flight
The total duration from launch to landing. For ground-level symmetric trajectories, T = 2v₀ sin(θ)/g.
Launch Angle
The angle between the initial velocity vector and the horizontal plane, measured in degrees. Determines the trajectory shape.
Initial Velocity
The speed at which the projectile is launched, resolved into horizontal (v₀x) and vertical (v₀y) components.
Parabolic Trajectory
The characteristic U-shaped path of an ideal projectile, described by a quadratic equation in the absence of air resistance.
Gravitational Acceleration
The constant downward acceleration (g = 9.81 m/s² on Earth) acting on all projectiles near the planet's surface.
Editorial Review & Methodology
This projectile motion calculator was built and reviewed by the NumbrWiz Editorial Team. The formulas are derived from classical Newtonian mechanics and verified against standard physics textbooks including Halliday & Resnick's Fundamentals of Physics and the OpenStax University Physics curriculum.
- Formula verification: All kinematic equations cross-checked against authoritative physics references and peer-reviewed educational resources.
- Edge case testing: Validated at boundary angles (0°, 45°, 90°), zero initial height, elevated launches, and non-Earth gravity values.
- UX review: Designed for intuitive physics input with clear unit labels, mode toggles, and comprehensive step-by-step breakdown.
Transparency note: All calculations run client-side in your browser. No data is ever collected, stored, or transmitted. This calculator uses idealized no-drag physics. For engineering or safety-critical applications, consult appropriate references and factor in air resistance, wind, and other real-world variables.