Question
A ball is projected at u=50 m/s at θ=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 s. Take g=10 m/s2, sin53°=0.8, cos53°=0.6.
Solution — Step by Step
ux=ucosθ=50×0.6=30 m/s.
uy=usinθ=50×0.8=40 m/s.
T=2uy/g=80/10=8 s.
H=uy2/(2g)=1600/20=80 m.
R=ux×T=30×8=240 m.
(Check: R=u2sin2θ/g=2500×sin106°/10≈2500×0.961/10=240.2 m.)
vx=ux=30 m/s (no horizontal acceleration).
vy=uy−gt=40−40=0.
So at t=4 s, the ball is at the peak — moving purely horizontally. Speed = 30 m/s, direction horizontal.
Final answers: T=8 s, H=80 m, R=240 m, at t=4 s: v=30 m/s horizontal.
Why This Works
Projectile motion is two independent 1D motions glued together. The horizontal direction is uniform (ax=0); the vertical is uniformly accelerated (ay=−g). Time is the shared variable.
The peak occurs at t=uy/g=T/2 — exactly half the time of flight. Our t=4 s being half of 8 s is why vy=0 there. Knowing this saves arithmetic.
Alternative Method
Using the trajectory equation y=xtanθ−gx2/(2u2cos2θ) and the range formula directly: R=u2sin2θ/g, H=u2sin2θ/(2g). These are quicker for MCQs but obscure the kinematic logic.
Common Mistake
Students often compute sin2θ for θ=53° as sin106° and simplify wrong. Use the identity: sin2θ=2sinθcosθ=2×0.8×0.6=0.96. Always replace sin(2θ) with 2sinθcosθ when you have nice values for θ.