Solveeit Logo

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\sqrt{t_1 t_2}.

Answer

t = t1t2\sqrt{t_1 t_2}

Explanation

Solution

To prove the relationship t=t1t2t = \sqrt{t_1 t_2}, we analyze each scenario using the equations of motion under constant acceleration.

Let:

  • HH be the height of the tower.
  • uu be the initial speed of projection.
  • gg 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+H.

Case 1: Body projected vertically upwards

Initial velocity v0=uv_0 = -u (upwards is negative). Using the kinematic equation s=v0t+12at2s = v_0 t + \frac{1}{2}at^2: H=(u)t1+12gt12H = (-u)t_1 + \frac{1}{2}gt_1^2 Rearranging into a quadratic equation for t1t_1: 12gt12ut1H=0\frac{1}{2}gt_1^2 - ut_1 - H = 0 Solving for t1t_1 using the quadratic formula t=b±b24ac2at = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}: t1=(u)±(u)24(12g)(H)2(12g)t_1 = \frac{-(-u) \pm \sqrt{(-u)^2 - 4(\frac{1}{2}g)(-H)}}{2(\frac{1}{2}g)} t1=u±u2+2gHgt_1 = \frac{u \pm \sqrt{u^2 + 2gH}}{g} Since time t1t_1 must be positive, we take the positive root: t1=u+u2+2gHg(1)t_1 = \frac{u + \sqrt{u^2 + 2gH}}{g} \quad \text{(1)}

Case 2: Body projected vertically downwards

Initial velocity v0=+uv_0 = +u (downwards is positive). Using the kinematic equation s=v0t+12at2s = v_0 t + \frac{1}{2}at^2: H=(u)t2+12gt22H = (u)t_2 + \frac{1}{2}gt_2^2 Rearranging into a quadratic equation for t2t_2: 12gt22+ut2H=0\frac{1}{2}gt_2^2 + ut_2 - H = 0 Solving for t2t_2: t2=u±u24(12g)(H)2(12g)t_2 = \frac{-u \pm \sqrt{u^2 - 4(\frac{1}{2}g)(-H)}}{2(\frac{1}{2}g)} t2=u±u2+2gHgt_2 = \frac{-u \pm \sqrt{u^2 + 2gH}}{g} Since time t2t_2 must be positive, we take the positive root: t2=u+u2+2gHg(2)t_2 = \frac{-u + \sqrt{u^2 + 2gH}}{g} \quad \text{(2)}

Case 3: Body just dropped

Initial velocity v0=0v_0 = 0. Using the kinematic equation s=v0t+12at2s = v_0 t + \frac{1}{2}at^2: H=(0)t+12gt2H = (0)t + \frac{1}{2}gt^2 H=12gt2H = \frac{1}{2}gt^2 Solving for tt: t2=2Hg(3)t^2 = \frac{2H}{g} \quad \text{(3)}

Proving the relationship

Now, multiply t1t_1 from (1) and t2t_2 from (2): t1t2=(u+u2+2gHg)(u+u2+2gHg)t_1 t_2 = \left(\frac{u + \sqrt{u^2 + 2gH}}{g}\right) \left(\frac{-u + \sqrt{u^2 + 2gH}}{g}\right) This is in the form (A+B)(AB)=A2B2(A+B)(A-B) = A^2 - B^2, where A=u2+2gHA = \sqrt{u^2 + 2gH} and B=uB = u. t1t2=(u2+2gH)2u2g2t_1 t_2 = \frac{(\sqrt{u^2 + 2gH})^2 - u^2}{g^2} t1t2=(u2+2gH)u2g2t_1 t_2 = \frac{(u^2 + 2gH) - u^2}{g^2} t1t2=2gHg2t_1 t_2 = \frac{2gH}{g^2} t1t2=2Hgt_1 t_2 = \frac{2H}{g} From equation (3), we know that t2=2Hgt^2 = \frac{2H}{g}. Therefore, substituting t2t^2 into the expression for t1t2t_1 t_2: t1t2=t2t_1 t_2 = t^2 Taking the square root of both sides (since time values are positive): t=t1t2t = \sqrt{t_1 t_2} This proves the desired relationship.

The final answer is t=t1t2\boxed{t = \sqrt{t_1 t_2}}.

Explanation of the solution:

  1. Define tower height (HH), initial speed (uu), and gravity (gg).
  2. Set up kinematic equations (s=v0t+12at2s = v_0 t + \frac{1}{2}at^2) for three scenarios with origin at tower top and downwards positive:
    • Upwards projection: H=ut1+12gt12    t1=u+u2+2gHgH = -ut_1 + \frac{1}{2}gt_1^2 \implies t_1 = \frac{u + \sqrt{u^2 + 2gH}}{g}
    • Downwards projection: H=ut2+12gt22    t2=u+u2+2gHgH = ut_2 + \frac{1}{2}gt_2^2 \implies t_2 = \frac{-u + \sqrt{u^2 + 2gH}}{g}
    • Dropped: H=12gt2    t2=2HgH = \frac{1}{2}gt^2 \implies t^2 = \frac{2H}{g}
  3. Multiply t1t_1 and t2t_2: t1t2=(u+u2+2gHg)(u+u2+2gHg)=(u2+2gH)u2g2=2gHg2=2Hgt_1 t_2 = \left(\frac{u + \sqrt{u^2 + 2gH}}{g}\right) \left(\frac{-u + \sqrt{u^2 + 2gH}}{g}\right) = \frac{(u^2 + 2gH) - u^2}{g^2} = \frac{2gH}{g^2} = \frac{2H}{g}.
  4. Equate t1t2t_1 t_2 with t2t^2: Since t2=2Hgt^2 = \frac{2H}{g}, it follows that t1t2=t2t_1 t_2 = t^2.
  5. Take the square root: t=t1t2t = \sqrt{t_1 t_2}.

Answer: The proof concludes that t=t1t2t = \sqrt{t_1 t_2}.