1.1.19 · D3Measurement, Vectors & Kinematics

Worked examples — Projectile motion — horizontal - vertical independence, full derivation

3,115 words14 min readBack to topic

This page is a drill. The parent note built the machinery; here we throw every kind of ball at it. The plan: first map out all the case classes a projectile problem can be, then solve one example per case so you never meet a scenario you haven't seen.


The scenario matrix

Every projectile problem is one of these cells. Each row is a way the setup can differ; the examples that follow are tagged with the cell they cover.

Cell What makes it special Danger it hides Example
A Level launch, generic launch height = landing height none — plug into Ex 1
B (horizontal throw) from the start can't use Ex 2
C (straight up) , range is zero it's really 1-D Ex 3
D Landing below launch (cliff) naive formulas fail Ex 4
E Landing above launch (onto a wall/roof) two candidate times Ex 5
F Complementary angles and same range, different Ex 6
G Velocity/direction during flight need at time sign of flips at the top Ex 7
H Real-world word problem hidden numbers, unit traps reading, not physics Ex 8
I Exam twist — solve for given , find angle gives two answers Ex 9
J Degenerate / limit check , large, formulas must stay sane Ex 10

Cell A — Level launch, generic angle


Cell B — Horizontal throw ()


Cell C — Straight up ()


Cell D — Landing below launch (cliff)


Cell E — Landing above launch (onto a wall)


Cell F — Complementary angles


Cell G — Velocity and direction during flight


Cell H — Real-world word problem


Cell I — Exam twist: solve for the angle


Cell J — Degenerate & limiting checks


Active recall

Recall Which cell am I in?
  • Ball thrown flat off a rooftop → ::: Cell D (landing below launch — use full , not ).
  • "At what two times is it at height ?" → ::: Cell E (quadratic, two roots symmetric about the peak time).
  • Given and , find → ::: Cell I ( gives two complementary angles).
  • Ball fired straight up → ::: Cell C (range zero, really 1-D).