AP Physics Projectile Motion- Concepts and Problems
What Is Projectile Motion in AP Physics?
Projectile motion is motion in two dimensions. That's it. An object gets launched, travels through the air, and gravity pulls it down. You're tracking its horizontal and vertical positions separately while time stays the same for both.
Every AP Physics exam has projectile motion problems. They're testing whether you understand that horizontal and vertical motion are independent. Most students lose points here not because the math is hard, but because they mix up the components.
The Core Concept: Independence of Motions
Gravity only acts vertically. The horizontal velocity stays constant throughout flight (ignoring air resistance, which AP Physics assumes you do). The vertical velocity changes because of acceleration from gravity.
This means you can treat x and y directions completely separately. Your horizontal equation has no acceleration. Your vertical equation has g = -9.8 m/s² (or -g in some coordinate setups).
The Key Equations
Horizontal Motion (constant velocity):
- x = v₀ₓ · t
- vₓ = v₀ₓ
Vertical Motion (acceleration due to gravity):
- y = v₀ᵧt + ½gt²
- vᵧ = v₀ᵧ + gt
- vᵧ² = v₀ᵧ² + 2gy
Where:
- v₀ₓ = v₀ · cos(θ) — initial horizontal velocity component
- v₀ᵧ = v₀ · sin(θ) — initial vertical velocity component
- g = -9.8 m/s² (or -10 m/s² for estimation)
- t = time
Breaking Down Initial Velocity
When an object launches at an angle θ, you decompose the initial velocity into components. This is where most mistakes happen.
If something launches at 40 m/s at 30° above horizontal:
- v₀ₓ = 40 · cos(30°) = 40 · 0.866 = 34.6 m/s
- v₀ᵧ = 40 · sin(30°) = 40 · 0.5 = 20 m/s
⚠️ Common mistake: Students use the launch angle for both components. They don't. You must use trig to break it apart.
Time of Flight
Time connects horizontal and vertical motion. For a projectile launched and landing at the same height:
t = (2 · v₀ᵧ) / g
For a projectile launched from ground level and landing at ground level, total flight time depends only on the vertical component. The horizontal component doesn't affect how long it stays in the air.
If the projectile lands at a different height than it launched, you need to solve for t using the vertical position equation and set y equal to the final height.
Range, Maximum Height, and Time to Peak
These are the three quantities AP problems love to ask for:
| Quantity | Formula | Notes |
|---|---|---|
| Maximum Height | H = v₀ᵧ² / (2g) | Only depends on vertical component |
| Time to Peak | t_peak = v₀ᵧ / g | Half of total flight time |
| Range | R = v₀² · sin(2θ) / g | Maximum at 45° launch angle |
The range formula R = (v₀² · sin(2θ)) / g assumes launch and landing at the same height. If heights differ, you need to calculate time from the vertical equation, then plug into x = v₀ₓ · t.
How to Solve AP Projectile Motion Problems
Follow this exact sequence. Every time. Without skipping steps.
Step 1: Draw the Diagram
Sketch the trajectory. Mark the launch point, peak, landing point. Draw a coordinate system. Label angles and known quantities.
Step 2: List Your Knowns
- Initial velocity and angle
- Horizontal distance (range) or time — whichever you're given
- Height differences
Step 3: Decompose the Initial Velocity
Calculate v₀ₓ and v₀ᵧ immediately. Write them down. These are your anchors.
Step 4: Identify What You Need to Find
Is it asking for time? Use vertical equations. Is it asking for horizontal distance? You'll need time first, then use x = v₀ₓ · t.
Step 5: Solve Vertically for Time (Usually)
Most problems give you enough vertical information to solve for t first. Use y = v₀ᵧt + ½gt² or vᵧ = v₀ᵧ + gt.
Step 6: Plug Time Into Horizontal Equation
Once you have t, horizontal distance is straightforward: x = v₀ₓ · t.
Example Problem
Problem: A football is kicked at 25 m/s at 40° above horizontal. It lands on a hill 3 m higher than the launch point. How far does it travel horizontally?
Solution:
Step 1: Decompose velocity
- v₀ₓ = 25 · cos(40°) = 19.2 m/s
- v₀ᵧ = 25 · sin(40°) = 16.1 m/s
Step 2: Set up vertical equation
y = v₀ᵧt + ½gt²
3 = 16.1t + ½(-9.8)t²
3 = 16.1t - 4.9t²
Step 3: Rearrange into standard form
4.9t² - 16.1t + 3 = 0
Step 4: Solve quadratic
t = [16.1 ± √(16.1² - 4·4.9·3)] / (2·4.9)
t = [16.1 ± √(192.7)] / 9.8
t = [16.1 ± 13.9] / 9.8
t₁ = 3.06 s, t₂ = 0.23 s
The ball passes through y = 3 m twice — once going up, once coming down. You want the landing, so use t = 3.06 s.
Step 5: Calculate horizontal distance
x = v₀ₓ · t = 19.2 · 3.06 = 58.8 m
Horizontal Projectile Motion
When something launches horizontally from a height (like a ball rolling off a cliff), the initial vertical velocity is zero. The horizontal velocity is constant. Gravity acts immediately.
The setup is simpler:
- v₀ₓ = v₀ (given)
- v₀ᵧ = 0
- y = ½gt² (solve for t)
- x = v₀ₓ · t
You find time from the vertical drop distance, then use that time to find how far it travels horizontally.
What the AP Exam Actually Tests
The exam rarely asks you to just plug into formulas. They test understanding:
- Which velocity component is zero at the peak? (vertical)
- Does horizontal velocity change during flight? (No)
- What's the acceleration at the peak? (Still g downward)
- What angle gives maximum range? (45°)
If you understand why these answers are what they are, you'll handle any variation they throw at you.
Quick Reference: Common Mistakes to Avoid
- Using launch angle for both components — Always decompose
- Using total velocity in one direction — Components are separate
- Forgetting that time is the same for x and y — This is the bridge between equations
- Solving for the wrong variable — Read the question twice
- Not converting units — Check if you need m/s or km/h
Bottom Line
Projectile motion problems follow a predictable pattern. Decompose the velocity, solve vertically for time, use that time horizontally. That's the entire framework.
Most errors come from rushing through the setup or mixing up which direction has acceleration. Draw the diagram. Write the components. The math takes care of itself.