Solveeit Logo

Question

Question: A ball is projected upwards from a height h above the surface of the earth with velocity v. The time...

A ball is projected upwards from a height h above the surface of the earth with velocity v. The time at which the ball strikes the ground is

A

vg+2hg\frac{v}{g} + \sqrt{\frac{2h}{g}}

B

2vg2hg\frac{2v}{g} - \sqrt{\frac{2h}{g}}

C

vg[1+1+2ghv2]\frac{v}{g} \left[ 1 + \sqrt{1 + \frac{2gh}{v^2}} \right]

D

None of these

Answer

vg[1+1+2ghv2]\frac{v}{g} \left[ 1 + \sqrt{1 + \frac{2gh}{v^2}} \right]

Explanation

Solution

The problem describes a ball projected upwards from a height 'h' with an initial velocity 'v'. We need to find the total time until the ball strikes the ground. We can use the equations of motion under constant acceleration due to gravity.

Let's set up a coordinate system:

  • Let the initial position (height 'h' above the ground) be the origin (y=0).
  • Let the upward direction be positive.

Given:

  • Initial velocity, u=+vu = +v (upwards)
  • Acceleration due to gravity, a=ga = -g (downwards)
  • Displacement when the ball strikes the ground, s=hs = -h (from the initial height to the ground, which is 'h' units below the starting point).
  • Time taken, t=?t = ?

Using the kinematic equation:

s=ut+12at2s = ut + \frac{1}{2}at^2

Substitute the values:

h=vt+12(g)t2-h = vt + \frac{1}{2}(-g)t^2

h=vt12gt2-h = vt - \frac{1}{2}gt^2

Rearrange the equation into a standard quadratic form At2+Bt+C=0At^2 + Bt + C = 0:

12gt2vth=0\frac{1}{2}gt^2 - vt - h = 0

Multiply the entire equation by 2 to clear the fraction:

gt22vt2h=0gt^2 - 2vt - 2h = 0

This is a quadratic equation for 't'. We can solve for 't' using the quadratic formula:

t=B±B24AC2At = \frac{-B \pm \sqrt{B^2 - 4AC}}{2A}

Here, A=gA = g, B=2vB = -2v, and C=2hC = -2h.

Substitute these into the formula:

t=(2v)±(2v)24(g)(2h)2(g)t = \frac{-(-2v) \pm \sqrt{(-2v)^2 - 4(g)(-2h)}}{2(g)}

t=2v±4v2+8gh2gt = \frac{2v \pm \sqrt{4v^2 + 8gh}}{2g}

Factor out 4 from the term under the square root:

t=2v±4(v2+2gh)2gt = \frac{2v \pm \sqrt{4(v^2 + 2gh)}}{2g}

t=2v±2v2+2gh2gt = \frac{2v \pm 2\sqrt{v^2 + 2gh}}{2g}

Divide all terms in the numerator and denominator by 2:

t=v±v2+2ghgt = \frac{v \pm \sqrt{v^2 + 2gh}}{g}

Since time 't' must be a positive value, we choose the positive root. The term v2+2gh\sqrt{v^2 + 2gh} is always greater than 'v' (as 2gh>02gh > 0), so vv2+2ghv - \sqrt{v^2 + 2gh} would be negative. Therefore, we take the positive sign:

t=v+v2+2ghgt = \frac{v + \sqrt{v^2 + 2gh}}{g}

To match the given options, we can factor out vg\frac{v}{g} from the expression. To do this, we need to factor out v2v^2 from inside the square root:

t=vg(1+v2+2ghv)t = \frac{v}{g} \left( 1 + \frac{\sqrt{v^2 + 2gh}}{v} \right)

t=vg(1+v2+2ghv2)t = \frac{v}{g} \left( 1 + \sqrt{\frac{v^2 + 2gh}{v^2}} \right)

t=vg(1+v2v2+2ghv2)t = \frac{v}{g} \left( 1 + \sqrt{\frac{v^2}{v^2} + \frac{2gh}{v^2}} \right)

t=vg[1+1+2ghv2]t = \frac{v}{g} \left[ 1 + \sqrt{1 + \frac{2gh}{v^2}} \right]

This expression matches option (3).