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

gv+g2h
g2v−g2h
gv[1+1+v22gh]
None of these
gv[1+1+v22gh]
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=+v (upwards)
- Acceleration due to gravity, a=−g (downwards)
- Displacement when the ball strikes the ground, s=−h (from the initial height to the ground, which is 'h' units below the starting point).
- Time taken, t=?
Using the kinematic equation:
s=ut+21at2
Substitute the values:
−h=vt+21(−g)t2
−h=vt−21gt2
Rearrange the equation into a standard quadratic form At2+Bt+C=0:
21gt2−vt−h=0
Multiply the entire equation by 2 to clear the fraction:
gt2−2vt−2h=0
This is a quadratic equation for 't'. We can solve for 't' using the quadratic formula:
t=2A−B±B2−4AC
Here, A=g, B=−2v, and C=−2h.
Substitute these into the formula:
t=2(g)−(−2v)±(−2v)2−4(g)(−2h)
t=2g2v±4v2+8gh
Factor out 4 from the term under the square root:
t=2g2v±4(v2+2gh)
t=2g2v±2v2+2gh
Divide all terms in the numerator and denominator by 2:
t=gv±v2+2gh
Since time 't' must be a positive value, we choose the positive root. The term v2+2gh is always greater than 'v' (as 2gh>0), so v−v2+2gh would be negative. Therefore, we take the positive sign:
t=gv+v2+2gh
To match the given options, we can factor out gv from the expression. To do this, we need to factor out v2 from inside the square root:
t=gv(1+vv2+2gh)
t=gv(1+v2v2+2gh)
t=gv(1+v2v2+v22gh)
t=gv[1+1+v22gh]
This expression matches option (3).