Kinematics: Tricky Questions Solved (5)

medium 3 min read

Question

A particle is projected from the ground with speed u=20u = 20 m/s at an angle of 6060^\circ with the horizontal. A second particle is dropped from a height of 4040 m at the same instant from a point directly above the projection. Take g=10g = 10 m/s2^2. After how many seconds will the horizontal separation between the two particles equal the vertical separation?

This one tripped up half my JEE Main batch last year. The trick is realising you do not need to compute trajectories independently — relative motion does all the work.

Solution — Step by Step

Let’s pick particle 1 (the projectile) as the observer. The dropped particle falls only under gravity. Both have gg downward, so in the frame of particle 1, the dropped particle has zero relative acceleration.

Initial velocity of projectile: ux=20cos60=10u_x = 20\cos 60^\circ = 10 m/s, uy=20sin60=103u_y = 20\sin 60^\circ = 10\sqrt{3} m/s. The dropped particle starts at rest. Relative velocity of dropped particle w.r.t. projectile is (10,103)(-10, -10\sqrt{3}) m/s.

The dropped particle starts 4040 m vertically above. Its relative position at time tt:

Δx=10t,Δy=40103t\Delta x = -10 t, \quad \Delta y = 40 - 10\sqrt{3}\, t

We need Δx=Δy|\Delta x| = |\Delta y|:

10t=40103t10 t = |40 - 10\sqrt{3}\, t|

For small tt, the right side is positive: 10t=40103tt(10+103)=4010 t = 40 - 10\sqrt{3}\, t \Rightarrow t(10 + 10\sqrt{3}) = 40.

t=4010(1+3)=41+3=4(31)2=2(31)1.46st = \frac{40}{10(1+\sqrt{3})} = \frac{4}{1+\sqrt{3}} = \frac{4(\sqrt{3}-1)}{2} = 2(\sqrt{3}-1) \approx 1.46\, \text{s}

Final answer: t=2(31)1.46t = 2(\sqrt{3}-1) \approx 1.46 s.

Why This Works

Both particles share the same gravitational acceleration. In the relative frame, gravity vanishes and motion becomes a straight line at constant velocity. This is the single biggest time-saver in two-body kinematics.

You can attempt this problem with absolute coordinates too, but you would burn three minutes on algebra. The relative-velocity trick gets you there in under a minute.

Alternative Method

Using absolute coordinates: projectile at (10t,103t5t2)(10t,\, 10\sqrt{3}t - 5t^2), dropped particle at (0,405t2)(0,\, 40 - 5t^2). Set horizontal separation equal to vertical separation. The 5t2-5t^2 terms cancel and you reach the same equation.

Students often forget that “vertical separation” is the difference in yy-coordinates, not the height of either particle. The 5t2-5t^2 terms cancel only when you take the difference — that is the whole point of relative motion.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next