Projectile Motion: Edge Cases and Subtle Traps (1)

easy 2 min read

Question

A projectile is launched with speed u=20 m/su = 20\text{ m/s} at an angle of 60°60° above the horizontal from ground level. (a) Find the time of flight. (b) Find the maximum height. (c) Find the horizontal range. (d) At what other angle would the same range be obtained? Take g=10 m/s2g = 10\text{ m/s}^2.

Solution — Step by Step

ux=ucos60°=20×0.5=10 m/su_x = u\cos 60° = 20 \times 0.5 = 10\text{ m/s} uy=usin60°=20×(3/2)=103 m/su_y = u\sin 60° = 20 \times (\sqrt{3}/2) = 10\sqrt{3}\text{ m/s}

T=2uyg=2×10310=233.46 sT = \dfrac{2u_y}{g} = \dfrac{2 \times 10\sqrt{3}}{10} = 2\sqrt{3} \approx 3.46\text{ s}.

H=uy22g=(103)220=30020=15 mH = \dfrac{u_y^2}{2g} = \dfrac{(10\sqrt{3})^2}{20} = \dfrac{300}{20} = 15\text{ m}.

R=uxT=10×23=20334.6 mR = u_x \cdot T = 10 \times 2\sqrt{3} = 20\sqrt{3} \approx 34.6\text{ m}.

Rsin(2θ)R \propto \sin(2\theta). So θ\theta and 90°θ90° - \theta give the same range. Complement of 60°60° is 30°30°.

T3.46 sT \approx 3.46\text{ s}, H=15 mH = 15\text{ m}, R34.6 mR \approx 34.6\text{ m}, complementary angle =30°= 30°.

Why This Works

Projectile motion decouples into independent horizontal (uniform velocity) and vertical (uniform acceleration g-g) motions. That decoupling is the only physics in the chapter — everything else is kinematics applied separately to the two axes.

The complementary-angle result comes from R=u2sin(2θ)/gR = u^2 \sin(2\theta)/g. Since sin(2θ)=sin(180°2θ)=sin(2(90°θ))\sin(2\theta) = \sin(180° - 2\theta) = \sin(2(90° - \theta)), both θ\theta and 90°θ90° - \theta produce the same range.

Alternative Method

Using the trajectory equation y=xtanθgx22u2cos2θy = x\tan\theta - \dfrac{gx^2}{2u^2\cos^2\theta}, set y=0y = 0 for landing — this gives x=Rx = R directly. Faster when only the range is asked.

Common Mistake

Treating maximum height time and total flight time as the same. HH occurs at T/2T/2, not at TT. Some students plug t=Tt = T into y(t)y(t) and get zero, then think the height is zero. Always use t=uy/gt = u_y/g for the apex.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next