Projectile Motion: Numerical Problems Set (5)

medium 2 min read

Question

A ball is projected at u=50 m/su = 50 \text{ m/s} at θ=53°\theta = 53° above the horizontal from ground level. Find (a) time of flight, (b) maximum height, (c) horizontal range, (d) speed and direction at t=4 st = 4 \text{ s}. Take g=10 m/s2g = 10 \text{ m/s}^2, sin53°=0.8\sin 53° = 0.8, cos53°=0.6\cos 53° = 0.6.

Solution — Step by Step

ux=ucosθ=50×0.6=30 m/su_x = u\cos\theta = 50 \times 0.6 = 30 \text{ m/s}.

uy=usinθ=50×0.8=40 m/su_y = u\sin\theta = 50 \times 0.8 = 40 \text{ m/s}.

T=2uy/g=80/10=8 sT = 2u_y/g = 80/10 = 8 \text{ s}.

H=uy2/(2g)=1600/20=80 mH = u_y^2/(2g) = 1600/20 = 80 \text{ m}.

R=ux×T=30×8=240 mR = u_x \times T = 30 \times 8 = 240 \text{ m}.

(Check: R=u2sin2θ/g=2500×sin106°/102500×0.961/10=240.2 mR = u^2 \sin 2\theta/g = 2500 \times \sin 106°/10 \approx 2500 \times 0.961/10 = 240.2 \text{ m}.)

vx=ux=30 m/sv_x = u_x = 30 \text{ m/s} (no horizontal acceleration).

vy=uygt=4040=0v_y = u_y - gt = 40 - 40 = 0.

So at t=4 st = 4 \text{ s}, the ball is at the peak — moving purely horizontally. Speed = 30 m/s30 \text{ m/s}, direction horizontal.

Final answers: T=8 sT = \mathbf{8 \text{ s}}, H=80 mH = \mathbf{80 \text{ m}}, R=240 mR = \mathbf{240 \text{ m}}, at t=4 st = 4 \text{ s}: v=30 m/sv = \mathbf{30 \text{ m/s}} horizontal.

Why This Works

Projectile motion is two independent 1D motions glued together. The horizontal direction is uniform (ax=0a_x = 0); the vertical is uniformly accelerated (ay=ga_y = -g). Time is the shared variable.

The peak occurs at t=uy/g=T/2t = u_y/g = T/2 — exactly half the time of flight. Our t=4 st = 4 \text{ s} being half of 8 s8 \text{ s} is why vy=0v_y = 0 there. Knowing this saves arithmetic.

Alternative Method

Using the trajectory equation y=xtanθgx2/(2u2cos2θ)y = x\tan\theta - gx^2/(2u^2\cos^2\theta) and the range formula directly: R=u2sin2θ/gR = u^2\sin 2\theta/g, H=u2sin2θ/(2g)H = u^2\sin^2\theta/(2g). These are quicker for MCQs but obscure the kinematic logic.

Common Mistake

Students often compute sin2θ\sin 2\theta for θ=53°\theta = 53° as sin106°\sin 106° and simplify wrong. Use the identity: sin2θ=2sinθcosθ=2×0.8×0.6=0.96\sin 2\theta = 2\sin\theta\cos\theta = 2 \times 0.8 \times 0.6 = 0.96. Always replace sin(2θ)\sin(2\theta) with 2sinθcosθ2\sin\theta\cos\theta when you have nice values for θ\theta.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next