Projectile Motion Calculator

Calculate range, max height, and flight time

Projectile Motion

Enter initial velocity and launch angle

Formula
Range = v^2 sin(2a)/g, Height = v^2 sin^2(a)/(2g)

What Is Projectile Motion?

Projectile motion describes the curved path of an object launched into the air under the influence of gravity alone (ignoring air resistance). The motion combines a constant horizontal velocity with a uniformly accelerating vertical motion due to gravity. Together, they trace a parabolic path.

Galileo Galilei first analyzed projectile motion in the early 1600s, revealing that horizontal and vertical motions are independent. This insight is fundamental to ballistics, sports science, space launches, and engineering. Whether it's a basketball, a cannonball, or a spacecraft, the same equations govern the trajectory.

How to Use the Projectile Motion Calculator

  1. Enter the initial velocity (v₀) in meters per second.
  2. Enter the launch angle (θ) in degrees above the horizontal.
  3. Enter the initial height (h₀) if the launch point is above or below the landing level (default 0).
  4. Click Calculate to get range, maximum height, time of flight, and velocity components.

Formula & Explanation

Horizontal: x = v₀ cos(θ) × t Vertical: y = h₀ + v₀ sin(θ) × t − ½gt² Max height: H = h₀ + (v₀ sin θ)² / (2g) Time of flight: T = [v₀ sin θ + √((v₀ sin θ)² + 2gh₀)] / g Range: R = v₀ cos θ × T v₀ = initial speed (m/s) θ = launch angle (°) g = 9.81 m/s²

Maximum range for flat ground occurs at θ = 45°. Air resistance significantly reduces actual range — these formulas assume a vacuum.

Worked Examples

Soccer Ball Kick

A ball is kicked at 25 m/s at 40° on flat ground. vₓ = 25 cos(40°) = 19.15 m/s; vy₀ = 25 sin(40°) = 16.07 m/s. T = 2 × 16.07/9.81 = 3.28 s. Range = 19.15 × 3.28 = 62.8 m. Max height = 16.07²/(2 × 9.81) = 13.2 m.

Ball Dropped from a Building

A ball is thrown horizontally at 10 m/s from 45 m height (h₀ = 45 m, θ = 0°). Fall time t = √(2 × 45/9.81) = 3.03 s. Horizontal range = 10 × 3.03 = 30.3 m. Impact speed: vertical = 9.81 × 3.03 = 29.7 m/s; total = √(10² + 29.7²) = 31.3 m/s.

Artillery at 45°

A shell is fired at 300 m/s at 45°. vₓ = vy₀ = 300/√2 = 212.1 m/s. T = 2 × 212.1/9.81 = 43.3 s. Range = 212.1 × 43.3 = 9,174 m ≈ 9.2 km. Max height = 212.1²/(2 × 9.81) = 2,294 m ≈ 2.3 km.

Frequently Asked Questions

Why does 45° give maximum range?
Range = v₀² sin(2θ) / g. This is maximized when sin(2θ) = 1, i.e. 2θ = 90°, so θ = 45°. At this angle the horizontal and vertical velocity components are equal, balancing time in the air with horizontal distance covered.
How does air resistance affect projectile motion?
Air resistance (drag) creates a force opposing velocity, reducing both range and maximum height — often by 20–50% at typical speeds. The optimal angle with air resistance is less than 45° (around 30–40° for bullets). Professional ballistics software accounts for drag, wind, spin, and air density.
What is the equation of the parabolic path?
Eliminating time from the equations: y = h₀ + x tan(θ) − gx²/(2v₀² cos²θ). This is the equation of a parabola. In a vacuum, all projectiles at the same speed and angle follow identical parabolas regardless of mass.
Does the mass of the projectile matter?
In a vacuum, no — all masses follow the same trajectory (equivalence principle). In air, heavier, denser projectiles are affected less by drag relative to their momentum, so they travel farther. This is why lead shot carries farther than a ping-pong ball at the same speed.
What is the Coriolis effect on long-range projectiles?
For long-range artillery (>10 km), Earth's rotation causes the Coriolis effect to deflect projectiles — to the right in the Northern Hemisphere, to the left in the Southern. This must be corrected in precision targeting. At short ranges and everyday speeds it is negligible.