Physics Lab

Projectile Motion

A projectile is any object given an initial velocity, after which only gravity acts on it (neglecting air resistance). Despite its 2D path, it cleanly splits into independent horizontal and vertical motions.

Concept

The Key Idea

Horizontal and vertical motions are independent:

  • Horizontal: constant velocity (no horizontal force).
  • Vertical: constant downward acceleration gg (gravity only).

Initial Conditions

For a projectile launched at speed uu at angle θ\theta above the horizontal:

  • ux=ucosθu_x = u\cos\theta, constant.
  • uy=usinθu_y = u\sin\theta, decreasing.

Equations (taking origin at launch, up positive)

x(t)=ucosθtx(t) = u\cos\theta \cdot t y(t)=usinθt12gt2y(t) = u\sin\theta \cdot t - \tfrac{1}{2}g t^2 vx=ucosθ,vy=usinθgt.v_x = u\cos\theta,\qquad v_y = u\sin\theta - gt.

Trajectory Equation

Eliminate tt from x=ucosθtx = u\cos\theta\,tt=x/(ucosθ)t = x/(u\cos\theta). Substitute: y=xtanθgx22u2cos2θ.y = x\tan\theta - \frac{g\,x^2}{2u^2\cos^2\theta}. This is a parabola.

Key Results (flat ground)

QuantityFormula
Time of flightT=2usinθgT = \dfrac{2u\sin\theta}{g}
Maximum heightH=u2sin2θ2gH = \dfrac{u^2\sin^2\theta}{2g}
RangeR=u2sin2θgR = \dfrac{u^2\sin 2\theta}{g}
Max range angleθ=45°\theta = 45°
Max range valueRmax=u2/gR_{\max} = u^2/g

Derivations

Time of flight: When y=0y = 0 at landing, usinθT12gT2=0T(usinθgT/2)=0u\sin\theta\,T - \tfrac{1}{2}gT^2 = 0 \Rightarrow T(u\sin\theta - gT/2) = 0. Non-trivial root: T=2usinθ/gT = 2u\sin\theta/g.

Range: R=ucosθT=ucosθ(2usinθ/g)=u2sin2θ/gR = u\cos\theta \cdot T = u\cos\theta \cdot (2u\sin\theta/g) = u^2\sin 2\theta/g (using 2sinθcosθ=sin2θ2\sin\theta\cos\theta = \sin 2\theta).

Max height: At apex, vy=0usinθ=gtpeakv_y = 0 \Rightarrow u\sin\theta = gt_{\text{peak}}, so tpeak=usinθ/g=T/2t_{\text{peak}} = u\sin\theta/g = T/2. Substitute: H=usinθ(T/2)12g(T/2)2=u2sin2θ/(2g)H = u\sin\theta\,(T/2) - \tfrac{1}{2}g(T/2)^2 = u^2\sin^2\theta/(2g).

Two Angles, Same Range

For a given speed, angles θ\theta and 90°θ90° - \theta give the same range (since sin2θ=sin(180°2θ)\sin 2\theta = \sin(180° - 2\theta)).

Worked Example

Q: A ball is kicked with speed 20m/s20\,\text{m/s} at 30°30° above horizontal. Take g=10m/s2g = 10\,\text{m/s}^2. Find TT, HH, RR, and the speed when it hits ground.

Solution: ux=20cos30°=10317.32u_x = 20\cos 30° = 10\sqrt{3} \approx 17.32 m/s. uy=20sin30°=10u_y = 20\sin 30° = 10 m/s.

T=2(10)/10=2T = 2(10)/10 = 2 s. H=(10)2/(210)=5H = (10)^2/(2 \cdot 10) = 5 m. R=(20)2sin60°/10=400(3/2)/10=20334.64R = (20)^2 \sin 60°/10 = 400 \cdot (\sqrt{3}/2)/10 = 20\sqrt{3} \approx 34.64 m.

At landing, vx=17.32v_x = 17.32 m/s, vy=10v_y = -10 m/s (downward). Speed = 17.322+102=300+100=20\sqrt{17.32^2 + 10^2} = \sqrt{300 + 100} = 20 m/s — same as initial (energy conservation).

Common Confusions

  • "Horizontal velocity changes during flight." — No, with no air resistance vxv_x is constant.
  • "Time of flight depends on horizontal velocity." — No, TT depends only on uyu_y and gg.
  • "At max height, the projectile is momentarily stationary." — Only the vertical velocity is zero; horizontal velocity continues.

Key Takeaways

  • Horizontal and vertical motions are independent.
  • Range =u2sin2θ/g= u^2\sin 2\theta/g; max at θ=45°\theta = 45°.
  • Time of flight =2usinθ/g= 2u\sin\theta/g; max height =u2sin2θ/(2g)= u^2\sin^2\theta/(2g).
  • Trajectory is a parabola.
  • Two complementary angles give the same range.

AI Summary

Summarize this page in your favorite LLM