Projectile Motion Explained: Trajectory, Range, and Time of Flight
Projectile motion describes the motion of an object launched into the air and moving under the influence of gravity alone (neglecting air resistance). Common examples include a thrown ball, a fired cannonball, or water from a fountain. This article breaks down the core concepts — trajectory, range, and time of flight — and shows the key formulas and how to apply them.
1. Basic assumptions and coordinate setup
- Assumptions: Gravity is constant (g ≈ 9.81 m/s² downward), and air resistance is negligible. The launch point is taken as the origin unless stated otherwise.
- Coordinate axes: Horizontal x-axis (no acceleration) and vertical y-axis (acceleration = -g).
Initial conditions:
- Initial speed: v0
- Launch angle: θ (measured above horizontal)
- Initial velocity components:
- vx0 = v0 cos θ
- vy0 = v0 sin θ
2. Trajectory (path equation)
Position as functions of time t:
- x(t) = vx0 · t = v0 cos θ · t
- y(t) = vy0 · t – (⁄2) g t² = v0 sin θ · t – (⁄2) g t²
Eliminate t to get the trajectory y(x):
- t = x / (v0 cos θ)
- y(x) = x tan θ – (g x²) / (2 v0² cos² θ)
This is a parabola opening downward. Key features:
- Vertex (maximum height) occurs at horizontal position x = (v0² sin 2θ) / (2g) and at time t_peak = (v0 sin θ) / g.
- Maximum height (H):
- H = (v0² sin² θ) / (2g)
3. Time of flight
Time of flight T is the total time the projectile stays airborne until it returns to the launch vertical level (y = 0). Solve y(T) = 0 (excluding t = 0):
- T = (2 v0 sin θ) / g
If the projectile lands at a different vertical position (y = y_f), solve the quadratic in t:
- y_f = v0 sin θ · t – (⁄2) g t²
4. Range (horizontal distance)
Range R is the horizontal distance traveled during time of flight T:
- R = vx0 · T = v0 cos θ · (2 v0 sin θ / g) = (v0² sin 2θ) / g
Key points:
- Range depends on sin 2θ; maximum range for a given v0 occurs at θ = 45° (sin 2θ = 1).
- Complementary angles θ and (90° − θ) produce the same range.
5. Worked example
Given v0 = 20 m/s and θ = 30°:
- vx0 = 20 cos 30° = 17.32 m/s
- vy0 = 20 sin 30° = 10.00 m/s
- Time of flight: T = (2 · 10.00) / 9.81 = 2.04 s
- Range: R = vx0 · T = 17.32 · 2.04 = 35.3 m (or use (v0² sin 60°)/g)
- Max height: H = (20² sin² 30°) / (2 · 9.81) = (400 · 0.25) / 19.62 = 5.10 m
6. Common pitfalls and extensions
- Air resistance: Real projectiles experience drag; trajectories deviate from parabolic and require numerical methods to model.
- Non-level launch/landing: Use the general quadratic solution for y(t) to find flight time and impact point.
- Rotational effects and lift: Spin (Magnus effect) can alter paths, relevant in sports.
- Three-dimensional motion: If there’s lateral velocity, treat perpendicular components independently.
7. Quick formula summary
- vx0 = v0 cos θ
- vy0 = v0 sin θ
- x(t) = v0 cos θ · t
- y(t) = v0 sin θ · t − (⁄2) g t²
- Time of flight (level ground): T = (2 v0 sin θ) / g
- Max height: H = (v0² sin² θ) / (2g)
- Range: R = (v0² sin 2θ) / g
Use these formulas to analyze and solve standard projectile motion problems quickly.
Leave a Reply