Question
Question: A body projected vertically upwards from the top of a tower reaches the ground in t₁ second. If it i...
A body projected vertically upwards from the top of a tower reaches the ground in t₁ second. If it is projected vertically downwards from the same point with same speed, it reaches the ground in t₂ second. If it is just dropped from the top, it reaches the ground in t second. Prove that t = t1t2.

t = t1t2
Solution
To prove the relationship t=t1t2, we analyze each scenario using the equations of motion under constant acceleration.
Let:
- H be the height of the tower.
- u be the initial speed of projection.
- g be the acceleration due to gravity.
We choose the top of the tower as the origin and the downwards direction as positive. The displacement to reach the ground in all cases is +H.
Case 1: Body projected vertically upwards
Initial velocity v0=−u (upwards is negative). Using the kinematic equation s=v0t+21at2: H=(−u)t1+21gt12 Rearranging into a quadratic equation for t1: 21gt12−ut1−H=0 Solving for t1 using the quadratic formula t=2a−b±b2−4ac: t1=2(21g)−(−u)±(−u)2−4(21g)(−H) t1=gu±u2+2gH Since time t1 must be positive, we take the positive root: t1=gu+u2+2gH(1)
Case 2: Body projected vertically downwards
Initial velocity v0=+u (downwards is positive). Using the kinematic equation s=v0t+21at2: H=(u)t2+21gt22 Rearranging into a quadratic equation for t2: 21gt22+ut2−H=0 Solving for t2: t2=2(21g)−u±u2−4(21g)(−H) t2=g−u±u2+2gH Since time t2 must be positive, we take the positive root: t2=g−u+u2+2gH(2)
Case 3: Body just dropped
Initial velocity v0=0. Using the kinematic equation s=v0t+21at2: H=(0)t+21gt2 H=21gt2 Solving for t: t2=g2H(3)
Proving the relationship
Now, multiply t1 from (1) and t2 from (2): t1t2=(gu+u2+2gH)(g−u+u2+2gH) This is in the form (A+B)(A−B)=A2−B2, where A=u2+2gH and B=u. t1t2=g2(u2+2gH)2−u2 t1t2=g2(u2+2gH)−u2 t1t2=g22gH t1t2=g2H From equation (3), we know that t2=g2H. Therefore, substituting t2 into the expression for t1t2: t1t2=t2 Taking the square root of both sides (since time values are positive): t=t1t2 This proves the desired relationship.
The final answer is t=t1t2.
Explanation of the solution:
- Define tower height (H), initial speed (u), and gravity (g).
- Set up kinematic equations (s=v0t+21at2) for three scenarios with origin at tower top and downwards positive:
- Upwards projection: H=−ut1+21gt12⟹t1=gu+u2+2gH
- Downwards projection: H=ut2+21gt22⟹t2=g−u+u2+2gH
- Dropped: H=21gt2⟹t2=g2H
- Multiply t1 and t2: t1t2=(gu+u2+2gH)(g−u+u2+2gH)=g2(u2+2gH)−u2=g22gH=g2H.
- Equate t1t2 with t2: Since t2=g2H, it follows that t1t2=t2.
- Take the square root: t=t1t2.
Answer: The proof concludes that t=t1t2.