Solving Projectile Motion Questions Launched at an Angle
What Projectile Motion Actually Is (No Fluff)
Throw something at an angle. It arcs. That's it.
The path is a parabola because gravity pulls down while the object moves sideways. The key thing most students miss: horizontal motion and vertical motion are completely independent. The sideways part doesn't care about the up-and-down part, and vice versa.
Gravity only acts vertically. Horizontally, there's basically no force (ignoring air resistance, which most physics problems do).
The Formulas You Actually Need
Stop memorizing twenty equations. You need these five.
- Horizontal velocity: vx = v0 cos θ — this stays constant the entire flight
- Initial vertical velocity: vy = v0 sin θ — gravity starts eating this immediately
- Vertical position: y = v0 sin θ · t − ½gt²
- Horizontal position: x = v0 cos θ · t
- Velocity at any time: vy = v0 sin θ − gt
That's the whole toolkit. Everything else derives from these.
Step-by-Step: How to Solve Any Angled Projectile Problem
Step 1 — Split the launch velocity
Your object launches at some angle θ with speed v0. Immediately break this into horizontal and vertical pieces using sine and cosine.
If v0 = 25 m/s at 40°, then:
- vx = 25 cos 40° ≈ 19.2 m/s
- vy = 25 sin 40° ≈ 16.1 m/s
Write these down. Every calculation from here uses these components, not the original 25 m/s.
Step 2 — Find time of flight
Time depends on vertical motion. The object lands when vertical displacement returns to zero (for same-level launch).
Set y = 0:
0 = v0 sin θ · t − ½gt²
Factor out t:
t(v0 sin θ − ½gt) = 0
Two solutions: t = 0 (launch) and t = 2v0 sin θ / g (landing).
For our example: t = 2(16.1) / 9.8 ≈ 3.28 seconds
Step 3 — Calculate horizontal range
Now use the time in the horizontal equation:
x = vx · t = 19.2 · 3.28 ≈ 63.0 meters
Done. That's the range.
Step 4 — Find max height (if asked)
At peak height, vertical velocity hits zero. Use:
vy² = v0y² − 2gΔy
0 = (16.1)² − 2(9.8)h
h = 259 / 19.6 ≈ 13.2 meters
Common Ways Students Screw This Up
- Using the launch angle in the wrong place. Cosine goes with horizontal, sine with vertical. Mix them up and every number is garbage.
- Forgetting that vx never changes. Students try to subtract gravity from the horizontal speed. Gravity doesn't touch horizontal motion.
- Using the full v0 in kinematic equations. You must use v0 sin θ or v0 cos θ, never v0 itself.
- Sign errors on gravity. Pick a convention: up is positive, down is negative. Stick with it. g = −9.8 m/s² if up is positive. Don't flip signs mid-problem.
- Calculating time wrong for cliff problems. If the object lands below the launch point, y is not zero at landing. Use the actual vertical displacement.
Component Method vs. Energy Method
Sometimes you can solve projectile problems with energy conservation instead of kinematics. Here's when each makes sense:
| Situation | Use Components | Use Energy |
|---|---|---|
| Finding time of flight | ✅ Required | ❌ Can't find time |
| Finding max height | ✅ Works | ✅ Faster (PE = KE loss) |
| Finding impact speed | ✅ Works | ✅ Faster (no vectors needed) |
| Finding trajectory shape | ✅ Required | ❌ Useless |
| Launch and land at different heights | ✅ Required | ✅ For speed, not position |
Energy is faster for speed questions. Components are mandatory for anything involving time or position.
Worked Example: Cliff Launch
A ball is thrown from a 30 m cliff at 20 m/s, 30° above horizontal. Find where it lands.
Step 1 — Components:
- vx = 20 cos 30° = 17.3 m/s
- v0y = 20 sin 30° = 10 m/s
Step 2 — Time (this is the trick):
The ball lands 30 m below the start. So y = −30 m, not zero.
−30 = 10t − 4.9t²
4.9t² − 10t − 30 = 0
Use quadratic formula: t = [10 ± √(100 + 588)] / 9.8 = [10 ± 26.2] / 9.8
Positive root: t = 36.2 / 9.8 ≈ 3.69 seconds
Step 3 — Range:
x = 17.3 · 3.69 ≈ 63.8 meters from the cliff base
Notice we needed the quadratic because the landing height wasn't zero. This trips people up constantly.
The 45° Myth
Everyone hears that 45° gives maximum range. Only true when launch and landing are at the same height.
Launch from ground, land on ground? 45° wins.
Launch from a cliff? Lower angles usually go farther because the object stays in the air longer horizontally before hitting the ground. Launch uphill? Higher angles work better.
Don't blindly apply 45°. Look at the problem setup.
Getting Started: Your First Practice Problem
Try this right now:
A soccer ball is kicked at 15 m/s, 35° above horizontal. Find the time in air and total horizontal distance.
Solution path:
- vx = 15 cos 35° ≈ 12.3 m/s
- v0y = 15 sin 35° ≈ 8.6 m/s
- Time: t = 2(8.6)/9.8 ≈ 1.76 s
- Range: x = 12.3 × 1.76 ≈ 21.6 meters
Check your work. If you got different numbers, trace whether you used radians instead of degrees on your calculator. That's another classic error.
Final Reality Check
Projectile motion looks scary because of the angles. It's not. Split the velocity, handle vertical and horizontal separately, and watch your signs.
Most exam questions follow the exact same pattern. Master the component split and the quadratic setup for uneven heights, and you'll handle 90% of problems without thinking.
Air resistance? Real life has it. Intro physics ignores it. Don't overcomplicate.