🎯 Projectile Motion Formulas Deep Dive

Projectile Motion Formulas: Complete Physics Guide

Master range, maximum height, time of flight, trajectory equation, and 2D motion under gravity with derivations and examples

Introduction

Welcome to the most comprehensive Projectile Motion Formulas Guide. Projectile motion is one of the most important and fascinating topics in classical mechanics, combining horizontal motion with vertical free fall to create beautiful parabolic trajectories.

6
Core Formulas
2
Dimensions (x, y)
45°
Optimal Angle
Applications

Whether you're a high school student preparing for exams, a college student studying mechanics, or an engineer applying projectile motion to real problems, this guide will give you a complete understanding of projectile motion formulas, their derivations, and how to apply them effectively.

What You'll Learn

This comprehensive guide covers projectile motion fundamentals, key assumptions, basic variables, component equations, core formulas (range, max height, time of flight), trajectory equation, special cases, formula derivations, worked examples, real-world applications, common mistakes to avoid, and practice problems.

What is Projectile Motion?

Projectile motion is a form of motion where an object (projectile) is launched into the air and moves under the influence of gravity alone (ignoring air resistance). The object follows a curved path called a parabola or trajectory.

Key Characteristics

Parabolic Path

Projectile follows a parabolic trajectory under gravity.

Shape: Parabola

2D Motion

Combines horizontal (x) and vertical (y) motion.

Dimensions: x and y

Gravity Only

Only force acting is gravity (downward).

Acceleration: g = 9.81 m/s²

Constant Horizontal v

Horizontal velocity remains constant.

Reason: No horizontal force

Changing Vertical v

Vertical velocity changes due to gravity.

Acceleration: -g

Independent Motions

x and y motions are independent.

Principle: Independence

Examples of Projectile Motion

Example Description Initial Conditions
Thrown ball Ball thrown at angle v₀, θ
Cannonball Cannon fired at angle v₀, θ
Dropped object Object dropped from height v₀ = 0, θ = -90°
Horizontal throw Object thrown horizontally v₀, θ = 0°
Arrow Arrow shot from bow v₀, θ
Independence of Motions

Horizontal and vertical motions are independent. A ball dropped from a height and a ball thrown horizontally from the same height hit the ground at the same time (ignoring air resistance). The horizontal motion doesn't affect the vertical motion.

Key Assumptions

Projectile motion formulas are based on several key assumptions that simplify the analysis. These assumptions are valid for many practical situations.

The Five Key Assumptions

No Air Resistance

Ignore air drag forces.

Valid for: Low speeds, dense objects

Constant g

Gravity is constant (9.81 m/s²).

Valid for: Small height changes

Flat Earth

Earth's curvature is negligible.

Valid for: Short distances

Point Mass

Object treated as point mass.

Valid for: Small objects

No Rotation

Object doesn't rotate or spin.

Valid for: Non-spinning objects
When Assumptions Break Down

For high speeds, light objects, or long distances, these assumptions may not hold. In such cases, you need to account for air resistance, Earth's curvature, and other factors. Real-world applications often require more complex analysis.

Basic Variables & Components

Projectile motion uses several key variables to describe the motion. Understanding these variables and their components is essential for applying projectile motion formulas correctly.

The Key Variables

v₀ - Initial Velocity

Speed at launch.

Unit: m/s
Type: Vector

θ - Launch Angle

Angle above horizontal.

Unit: degrees or radians
Type: Scalar

g - Gravity

Acceleration due to gravity.

Unit: m/s²
Value: 9.81 m/s²

t - Time

Time since launch.

Unit: seconds (s)
Type: Scalar

x, y - Position

Horizontal and vertical position.

Unit: meters (m)
Type: Vector components

R - Range

Horizontal distance traveled.

Unit: meters (m)
Type: Scalar

Variable Summary

Variable Symbol SI Unit Type Description
Initial Velocity v₀ m/s Vector Speed at launch
Launch Angle θ ° or rad Scalar Angle above horizontal
Gravity g m/s² Scalar 9.81 m/s² on Earth
Time t s Scalar Time since launch
Range R m Scalar Horizontal distance
Max Height H m Scalar Maximum height
Components are Key

Always resolve velocity into components. v₀ₓ = v₀ cos θ (horizontal) and v₀ᵧ = v₀ sin θ (vertical). These components are used in all projectile motion formulas.

Component Equations (x & y)

Projectile motion is analyzed by separating it into horizontal (x) and vertical (y) components. Each component follows its own set of equations.

Horizontal Motion (x-direction)

Horizontal Position
x = v₀ₓ t = (v₀ cos θ) t
Horizontal Velocity
vₓ = v₀ₓ = v₀ cos θ (constant)
Horizontal Acceleration
aₓ = 0

Vertical Motion (y-direction)

Vertical Position
y = v₀ᵧ t - ½gt² = (v₀ sin θ) t - ½gt²
Vertical Velocity
vᵧ = v₀ᵧ - gt = v₀ sin θ - gt
Vertical Acceleration
aᵧ = -g = -9.81 m/s²

Component Equations Summary

Quantity Horizontal (x) Vertical (y)
Initial Velocity v₀ₓ = v₀ cos θ v₀ᵧ = v₀ sin θ
Velocity at time t vₓ = v₀ cos θ vᵧ = v₀ sin θ - gt
Position at time t x = (v₀ cos θ) t y = (v₀ sin θ) t - ½gt²
Acceleration aₓ = 0 aᵧ = -g

Velocity at Any Point

Speed at Any Point
v = √(vₓ² + vᵧ²)
Direction at Any Point
tan φ = vᵧ / vₓ
Independence Principle

Horizontal and vertical motions are independent. You can solve for x and y separately, then combine them. This is the key to solving projectile motion problems.

Core Formulas (R, H, T)

The three core formulas of projectile motion give the range (R), maximum height (H), and time of flight (T). These are the most commonly used formulas.

Time of Flight (T)

Time of Flight
T = 2v₀ sin θ / g

Derivation

At landing, y = 0 (returns to ground level):

// Set y = 0: 0 = (v₀ sin θ) T - ½gT² // Factor out T: 0 = T[(v₀ sin θ) - ½gT] // Solve for T (T ≠ 0): (v₀ sin θ) - ½gT = 0 ½gT = v₀ sin θ T = 2v₀ sin θ / g ✓

Maximum Height (H)

Maximum Height
H = v₀² sin²θ / (2g)

Derivation

At maximum height, vᵧ = 0:

// At max height, vᵧ = 0: vᵧ² = v₀ᵧ² - 2gH 0 = (v₀ sin θ)² - 2gH // Solve for H: 2gH = (v₀ sin θ)² H = v₀² sin²θ / (2g) ✓

Range (R)

Range (Horizontal Distance)
R = v₀² sin(2θ) / g

Derivation

At landing, x = R and t = T:

// At landing, x = R, t = T: R = (v₀ cos θ) T // Substitute T = 2v₀ sin θ / g: R = (v₀ cos θ)(2v₀ sin θ / g) R = 2v₀² sin θ cos θ / g // Use identity: 2 sin θ cos θ = sin(2θ): R = v₀² sin(2θ) / g ✓

Core Formulas Summary

Formula Expression Depends On Max Value
Time of Flight T = 2v₀ sin θ / g v₀, θ, g θ = 90°
Maximum Height H = v₀² sin²θ / (2g) v₀, θ, g θ = 90°
Range R = v₀² sin(2θ) / g v₀, θ, g θ = 45°
Level Ground Required

These formulas assume launch and landing at same height. If launch height ≠ landing height, you need to use the component equations directly. Don't use these formulas for elevated launches.

Trajectory Equation

The trajectory equation gives the path of the projectile as y as a function of x, eliminating time t.

Trajectory Equation
y = x tan θ - gx² / (2v₀² cos²θ)

Derivation

Eliminate t from x and y equations:

// From x equation, solve for t: x = (v₀ cos θ) t t = x / (v₀ cos θ) // Substitute into y equation: y = (v₀ sin θ) t - ½gt² y = (v₀ sin θ)[x / (v₀ cos θ)] - ½g[x / (v₀ cos θ)]² // Simplify: y = x tan θ - gx² / (2v₀² cos²θ) ✓

Trajectory Equation Forms

Form Equation Use
Standard y = x tan θ - gx² / (2v₀² cos²θ) General trajectory
Alternative y = x tan θ - gx²(1 + tan²θ) / (2v₀²) Uses tan θ only
Parabolic y = ax - bx² Shows parabola shape

Key Features of Trajectory

Time-Independent

Trajectory equation eliminates time. This is useful when you want to find the path without knowing the time. It directly relates y to x.

Special Cases

Several special cases of projectile motion have simplified formulas or unique characteristics.

Special Case 1: Horizontal Launch

Object launched horizontally (θ = 0°):

Horizontal Launch
x = v₀t, y = h - ½gt², T = √(2h/g)

Special Case 2: Vertical Launch

Object launched straight up (θ = 90°):

Vertical Launch
H = v₀²/(2g), T = 2v₀/g, R = 0

Special Case 3: 45° Launch

Object launched at 45° (optimal for range):

45° Launch (Maximum Range)
R_max = v₀²/g, H = v₀²/(4g), T = √2 v₀/g

Special Case 4: Complementary Angles

Two projectiles launched at angles θ and (90° - θ):

Complementary Angles
R₁ = R₂ (same range), H₁ × H₂ = R²/4

Special Cases Summary

Case Angle Range Max Height
Horizontal v₀√(2h/g) h
45° (Optimal) 45° v₀²/g v₀²/(4g)
Vertical 90° 0 v₀²/(2g)
45° is Optimal

45° gives maximum range on level ground. This is why cannonballs and catapults aim at 45° for maximum distance. sin(90°) = 1 is the maximum value of sin(2θ).

Formula Derivations

Understanding how formulas are derived helps you remember them and apply them correctly. Here are the key derivations for projectile motion.

Derivation 1: Time of Flight

// At landing, y = 0: y = (v₀ sin θ) t - ½gt² 0 = (v₀ sin θ) T - ½gT² // Factor out T: 0 = T[(v₀ sin θ) - ½gT] // T = 0 is launch, so solve for other root: (v₀ sin θ) - ½gT = 0 ½gT = v₀ sin θ T = 2v₀ sin θ / g ✓

Derivation 2: Maximum Height

// At max height, vᵧ = 0: vᵧ² = v₀ᵧ² + 2aᵧΔy 0 = (v₀ sin θ)² + 2(-g)H 0 = v₀² sin²θ - 2gH // Solve for H: 2gH = v₀² sin²θ H = v₀² sin²θ / (2g) ✓

Derivation 3: Range

// Range is x at t = T: R = (v₀ cos θ) T // Substitute T = 2v₀ sin θ / g: R = (v₀ cos θ)(2v₀ sin θ / g) R = 2v₀² sin θ cos θ / g // Use identity: 2 sin θ cos θ = sin(2θ): R = v₀² sin(2θ) / g ✓

Derivation 4: Trajectory Equation

// From x equation, solve for t: x = (v₀ cos θ) t t = x / (v₀ cos θ) // Substitute into y equation: y = (v₀ sin θ) t - ½gt² y = (v₀ sin θ)[x / (v₀ cos θ)] - ½g[x / (v₀ cos θ)]² // Simplify: y = x(v₀ sin θ)/(v₀ cos θ) - gx²/(2v₀² cos²θ) y = x tan θ - gx²/(2v₀² cos²θ) ✓

Derivation 5: Maximum Range

// Range formula: R = v₀² sin(2θ) / g // R is maximum when sin(2θ) is maximum: // sin(2θ) max = 1 when 2θ = 90° // Therefore θ = 45° // Maximum range: R_max = v₀² sin(90°) / g = v₀² / g ✓
Understand, Don't Memorize

Learn the derivations. If you understand how formulas are derived, you can reconstruct them if you forget. Understanding beats memorization every time.

Worked Examples

Let's apply projectile motion formulas to real problems. These worked examples demonstrate how to choose the right approach and solve step-by-step.

Example 1: Basic Projectile

Problem: A ball is launched at 30 m/s at 40° angle. Find range, max height, and time of flight.

// Given: v₀ = 30 m/s θ = 40° g = 9.81 m/s² // Find time of flight: T = 2v₀ sin θ / g = 2(30)sin(40°)/9.81 T = 60(0.6428)/9.81 = 3.93 s // Find maximum height: H = v₀² sin²θ / (2g) = (30²)sin²(40°)/(2×9.81) H = 900(0.4132)/19.62 = 18.95 m // Find range: R = v₀² sin(2θ) / g = (30²)sin(80°)/9.81 R = 900(0.9848)/9.81 = 90.25 m

Example 2: Horizontal Launch

Problem: A ball is thrown horizontally from a 45 m cliff at 15 m/s. Find time to hit ground and horizontal distance.

// Given: v₀ = 15 m/s (horizontal) h = 45 m g = 9.81 m/s² θ = 0° (horizontal) // Find time to hit ground: T = √(2h/g) = √(2×45/9.81) = √(9.174) = 3.03 s // Find horizontal distance: R = v₀T = 15 × 3.03 = 45.45 m // Find velocity at impact: vᵧ = gT = 9.81 × 3.03 = 29.72 m/s v = √(v₀² + vᵧ²) = √(15² + 29.72²) = 33.29 m/s

Example 3: Maximum Range

Problem: A cannon fires a projectile at 100 m/s. Find maximum range and the angle that gives it.

// Given: v₀ = 100 m/s g = 9.81 m/s² // Maximum range occurs at θ = 45°: θ = 45° // Maximum range: R_max = v₀²/g = 100²/9.81 = 10000/9.81 = 1019.37 m // Max height at 45°: H = v₀² sin²(45°)/(2g) = 10000(0.5)/19.62 = 254.84 m // Time of flight at 45°: T = 2v₀ sin(45°)/g = 2(100)(0.7071)/9.81 = 14.42 s

Example 4: Complementary Angles

Problem: Two projectiles are launched at 30° and 60° with same speed 40 m/s. Show they have same range.

// Given: v₀ = 40 m/s θ₁ = 30°, θ₂ = 60° g = 9.81 m/s² // Range at 30°: R₁ = v₀² sin(60°)/g = 1600(0.866)/9.81 = 141.22 m // Range at 60°: R₂ = v₀² sin(120°)/g = 1600(0.866)/9.81 = 141.22 m // R₁ = R₂ ✓ (complementary angles give same range)

Example 5: Trajectory Equation

Problem: A projectile is launched at 25 m/s at 35°. Find y when x = 30 m.

// Given: v₀ = 25 m/s θ = 35° g = 9.81 m/s² x = 30 m // Use trajectory equation: y = x tan θ - gx²/(2v₀² cos²θ) // Calculate: tan(35°) = 0.7002 cos(35°) = 0.8192 cos²(35°) = 0.6711 y = 30(0.7002) - 9.81(30²)/(2×25²×0.6711) y = 21.006 - 9.81(900)/(2×625×0.6711) y = 21.006 - 8829/838.875 y = 21.006 - 10.525 = 10.48 m
Practice Makes Perfect

Solve many problems. Projectile motion is learned by doing. Work through problems systematically: identify givens, choose formula, solve, check units and reasonableness.

Real-World Applications

Projectile motion principles are used in countless real-world applications across sports, military, engineering, and entertainment.

Applications by Field

Sports

Ball trajectories, optimal angles, performance analysis.

Use: Training, technique optimization

Military

Artillery targeting, missile trajectories, range calculation.

Use: Targeting, accuracy

Engineering

Water fountains, fire hoses, material handling.

Use: Design, optimization

Entertainment

Fireworks, stunts, special effects, animations.

Use: Choreography, realism

Space

Launch trajectories, re-entry paths, orbital mechanics.

Use: Mission planning, navigation

Hydraulics

Water jets, irrigation systems, fluid dynamics.

Use: System design, efficiency

Specific Applications

Application Principle Used Purpose
Artillery Range formula Accurate targeting
Basketball Trajectory equation Optimal shot angle
Fireworks Projectile motion Choreographed displays
Water fountains Parabolic trajectory Aesthetic design
Long jump Range optimization Athletic performance
Projectile Motion is Everywhere

Look for projectile motion around you. Every time you throw a ball, watch fireworks, or see a water fountain, projectile motion principles are at work. Recognizing these applications makes physics come alive.

Common Mistakes

Even experienced students make common mistakes in projectile motion problems. Here are the most frequent errors and how to avoid them.

Top 10 Projectile Motion Mistakes

Wrong Sign Convention

Not being consistent with g direction.

Fix: Choose up as positive, g = -9.81

Not Resolving Components

Using v₀ instead of v₀ₓ and v₀ᵧ.

Fix: Always resolve into x and y

Wrong Formula

Using formulas for wrong conditions.

Fix: Check assumptions first

Unit Errors

Mixing degrees and radians.

Fix: Use degrees for trig functions

Elevated Launch

Using level ground formulas for elevated launch.

Fix: Use component equations

Forgetting Air Resistance

Assuming formulas work with air drag.

Fix: Note assumption of no air resistance

Mistake Prevention Checklist

Learn from Mistakes

Review your errors. When you get a problem wrong, figure out why. Understanding your mistakes is the fastest way to improve.

Practice Problems

Test your understanding with these practice problems. Try solving them before looking at the solutions.

Problem Set 1: Basic Projectile Motion

1
Basic Launch
A ball is launched at 20 m/s at 30°. Find range, max height, and time of flight.
2
Horizontal Launch
A ball is thrown horizontally from 20 m height at 10 m/s. Find time to hit ground and horizontal distance.
3
Maximum Range
A cannon fires at 50 m/s. Find maximum range and the angle that gives it.

Problem Set 2: Advanced Projectile Motion

4
Complementary Angles
Two projectiles launched at 25° and 65° with same speed 30 m/s. Show they have same range.
5
Trajectory Point
A projectile launched at 35 m/s at 40°. Find y when x = 50 m.
6
Elevated Launch
A ball is launched from 10 m height at 25 m/s at 30°. Find range.

Solutions

// Problem 1: Basic Launch v₀ = 20 m/s, θ = 30°, g = 9.81 m/s² T = 2v₀ sin θ/g = 2(20)sin(30°)/9.81 = 40(0.5)/9.81 = 2.04 s H = v₀² sin²θ/(2g) = 400(0.25)/19.62 = 5.10 m R = v₀² sin(2θ)/g = 400 sin(60°)/9.81 = 400(0.866)/9.81 = 35.31 m // Problem 2: Horizontal Launch v₀ = 10 m/s, h = 20 m T = √(2h/g) = √(40/9.81) = 2.02 s R = v₀T = 10 × 2.02 = 20.2 m // Problem 3: Maximum Range v₀ = 50 m/s θ = 45° (optimal angle) R_max = v₀²/g = 2500/9.81 = 254.84 m // Problem 4: Complementary Angles v₀ = 30 m/s R₁ = v₀² sin(50°)/g = 900(0.766)/9.81 = 70.30 m R₂ = v₀² sin(130°)/g = 900(0.766)/9.81 = 70.30 m // R₁ = R₂ ✓ // Problem 5: Trajectory Point v₀ = 35 m/s, θ = 40°, x = 50 m tan(40°) = 0.8391, cos(40°) = 0.7660, cos²(40°) = 0.5868 y = 50(0.8391) - 9.81(50²)/(2×35²×0.5868) y = 41.955 - 24525/1437.66 = 41.955 - 17.059 = 24.90 m // Problem 6: Elevated Launch v₀ = 25 m/s, θ = 30°, h = 10 m v₀ₓ = 25 cos(30°) = 21.65 m/s v₀ᵧ = 25 sin(30°) = 12.5 m/s y = v₀ᵧt - ½gt² → -10 = 12.5t - 4.905t² 4.905t² - 12.5t - 10 = 0 t = (12.5 + √(156.25 + 196.2))/9.81 = (12.5 + 18.79)/9.81 = 3.19 s R = v₀ₓt = 21.65 × 3.19 = 69.06 m
Practice Daily

Solve problems every day. Projectile motion mastery comes from practice. Start with simple problems, work up to complex ones. Check your answers and learn from mistakes.

Conclusion

Projectile motion is one of the most important and beautiful topics in classical mechanics, combining horizontal and vertical motion to create elegant parabolic trajectories. By mastering the formulas and principles, you gain powerful tools for analyzing motion in two dimensions.

Key Takeaways

Your Projectile Motion Journey

  1. Master component equations: x and y separately
  2. Learn core formulas: T, H, R
  3. Understand trajectory equation: y as function of x
  4. Study special cases: Horizontal, vertical, 45°
  5. Practice systematically: Solve many problems
  6. Apply to real world: Sports, military, engineering
  7. Never stop learning: Physics is a journey of continuous discovery

The path of a projectile is a parabola, nature's most elegant curve. In this simple motion lies the beauty of physics—combining horizontal constancy with vertical acceleration to create perfect symmetry.

— Physics Wisdom
Start Your Journey

The best time to learn projectile motion was yesterday. The second best time is now. Master the formulas, understand the principles, practice daily, and apply to real problems. Projectile motion is the key to understanding 2D motion, sports, and ballistics. Happy calculating! 🎯🚀✨

Thank you for reading this comprehensive projectile motion formulas guide. From basic launches to complex trajectories, you now have the foundation to analyze any projectile motion problem. The world of physics is waiting for you—master projectile motion, and you'll unlock the secrets of 2D motion, sports, and ballistics. Stay curious, practice diligently, and help illuminate the physics of our universe. Happy learning! 🎯✨🚀