Projectile Physics- Motion, Equations, and Examples
What Projectile Physics Actually Is
Projectile physics describes how objects move through the air when gravity is the only force acting on them. That's it. No engines, no propulsion—just the pull of Earth's gravity and the object's initial velocity.
Most people first encounter this in a high school physics class when a teacher tosses a ball across the room and asks you to calculate where it lands. The math looks intimidating at first. But once you break it into separate horizontal and vertical components, it clicks.
Key Concepts You Need to Understand First
Before touching any equations, you need these concepts locked down:
- Trajectory — the curved path an object follows. It's always a parabola (ignoring air resistance).
- Initial velocity — how fast and in what direction the object launches. This splits into horizontal (vₓ) and vertical (vᵧ) components.
- Acceleration due to gravity — approximately 9.8 m/s² on Earth, pointing downward. This only affects the vertical motion.
- Time of flight — how long the object stays in the air.
- Range — the horizontal distance from launch point to landing point.
- Maximum height — the highest point in the trajectory.
The Two-Motion Principle
Here's the thing that trips most students up: horizontal and vertical motions happen simultaneously but independently. They're not connected.
The horizontal velocity stays constant throughout the flight (assuming no air resistance). Gravity only pulls vertically. This means:
- Horizontal motion: constant velocity, no acceleration
- Vertical motion: constant acceleration, velocity changes
Time is the common link. You calculate time once using vertical motion, then use that same time for horizontal calculations.
The Equations You Actually Need
Skip the textbook wall of formulas. These are the only equations that matter for basic projectile problems:
Horizontal Motion
Distance = Velocity × Time
x = vₓ × t
Since horizontal velocity never changes (no acceleration), this is straightforward multiplication.
Vertical Motion
Four equations, one problem:
vᵧ = v₀ᵧ + gt— velocity at any timey = v₀ᵧt + ½gt²— vertical positionvᵧ² = v₀ᵧ² + 2gy— velocity without timey = ½(v₀ᵧ + vᵧ)t— position using average velocity
Where g = -9.8 m/s² (negative because gravity pulls down) and y = vertical displacement.
Breaking Down Initial Velocity
When you launch something at an angle θ, you need to split that velocity into components:
- Horizontal:
vₓ = v₀ × cos(θ) - Vertical:
v₀ᵧ = v₀ × sin(θ)
A cannon firing at 45° with 100 m/s initial velocity gives you 70.7 m/s both horizontally and vertically. That symmetry at 45° is why it's the angle for maximum range on flat ground.
Comparing Launch Angles
Not all angles behave the same way:
| Angle | Range | Height | Best Use |
|---|---|---|---|
| 15° | Low | Very low | Quick, flat trajectories |
| 30° | Medium | Medium | Balanced applications |
| 45° | Maximum | Medium | Maximum horizontal distance |
| 60° | Medium | High | Steep arcs |
| 75° | Low | Very high | Maximum height needed |
90° is straight up and down. Zero degrees is horizontal. Both have zero range.
Real Examples That Actually Matter
Example 1: Football Pass
A quarterback throws a ball at 20 m/s at 35° above horizontal from 1.5 m height. How far does it travel?
Step 1: Find components
- vₓ = 20 × cos(35°) = 16.4 m/s
- v₀ᵧ = 20 × sin(35°) = 11.5 m/s
Step 2: Find total flight time
Use the vertical equation. Final vertical position = 0 (back at ground level, assuming flat ground).
0 = 1.5 + 11.5t - 4.9t²
Solving: t ≈ 2.6 seconds
Step 3: Calculate range
x = 16.4 × 2.6 = 42.6 meters
Example 2: Cliff Problem
A rock rolls off a 45-meter cliff at 8 m/s horizontal velocity. Where does it land?
Here, there's no vertical component to the initial velocity. It just falls horizontally while dropping.
Step 1: Find fall time
45 = 0 + ½(9.8)t²
t² = 9.18
t = 3.03 seconds
Step 2: Find horizontal distance
x = 8 × 3.03 = 24.2 meters
How To: Solving Any Projectile Problem
Follow this sequence every time. No exceptions.
- Draw a diagram — Sketch the trajectory. Mark the launch point, landing point, and peak height. Label known values.
- Choose your coordinate system — Set origin at launch point. Up is positive, down is negative (or vice versa—pick one and stay consistent).
- Resolve initial velocity — Split it into horizontal and vertical components if launched at an angle.
- Identify what's missing — List what you know and what you need. This tells you which equations to use.
- Solve vertical motion first — Find time of flight from vertical equations. This is always step one.
- Use that time for horizontal motion — Plug the time into horizontal equations.
- Check your units — Angles in degrees for trig functions, velocities in m/s, distances in meters, time in seconds.
Where People Screw Up
- Using the wrong sign for gravity — Gravity is negative (-9.8) if up is positive. Pick a convention and apply it consistently.
- Confusing velocity with displacement — v and y are different variables. Don't mix them.
- Forgetting initial height — If launching from 2 meters up, the ground isn't at y=0. It's at y=-2 from that origin.
- Using launch angle for horizontal velocity — You need the cosine for horizontal, sine for vertical. Not the other way around.
- Assuming symmetry — The time going up equals the time coming down only when launch and landing heights are the same.
Air Resistance: The Simplification You're Making
Every equation above assumes no air resistance. In the real world, air drag exists. It slows objects down, reduces range, and makes trajectories asymmetrical (steeper descent than ascent).
For most homework problems and introductory physics, you ignore air resistance. The math works out clean. In engineering or sports science, you can't ignore it—drag coefficients and terminal velocity enter the picture.
Know which context you're operating in. Your professor expects the simplified model. An aerospace engineer would laugh at it.
When Projectile Physics Breaks Down
This model fails when:
- Velocities get extremely high (ballistic missiles)
- Objects are very light with large surface areas (ping pong balls)
- Distances are huge enough that Earth's curvature matters
- Spin affects the airflow (curveballs, golf shots)
For everything else—baseballs, cannonballs, kicked soccer balls at normal speeds—the simple model gives decent answers. Not perfect. But decent.