Solveeit Logo

Question

Question: A ball is thrown upwards from the ground with an initial speed of u. At two instants of time, having...

A ball is thrown upwards from the ground with an initial speed of u. At two instants of time, having an interval of 6 s, the ball is at a height of 80 m from the ground. Find u. Take g = 10 ms2\text{ms}^{-2}.

Answer

50

Explanation

Solution

The motion of the ball is governed by the equation of kinematics for vertical motion under gravity:

h=ut12gt2h = ut - \frac{1}{2}gt^2

Given:

Height, h=80h = 80 m Acceleration due to gravity, g=10 ms2g = 10 \text{ ms}^{-2} Time interval, Δt=t2t1=6\Delta t = t_2 - t_1 = 6 s

Substitute the given values into the equation:

80=ut12(10)t280 = ut - \frac{1}{2}(10)t^2 80=ut5t280 = ut - 5t^2

Rearrange this into a standard quadratic equation in terms of time tt:

5t2ut+80=05t^2 - ut + 80 = 0

Let t1t_1 and t2t_2 be the two instants of time when the ball is at a height of 80 m. These are the roots of the quadratic equation.

From the properties of quadratic equations ax2+bx+c=0ax^2 + bx + c = 0:

Sum of roots: t1+t2=(u)5=u5t_1 + t_2 = -\frac{(-u)}{5} = \frac{u}{5} Product of roots: t1t2=805=16t_1 t_2 = \frac{80}{5} = 16

We are given the difference between the two times:

t2t1=6t_2 - t_1 = 6

Now we have a system of equations:

  1. t1+t2=u5t_1 + t_2 = \frac{u}{5}
  2. t1t2=16t_1 t_2 = 16
  3. t2t1=6t_2 - t_1 = 6

From equation (3), express t2t_2 in terms of t1t_1:

t2=t1+6t_2 = t_1 + 6

Substitute this into equation (2):

t1(t1+6)=16t_1(t_1 + 6) = 16 t12+6t116=0t_1^2 + 6t_1 - 16 = 0

Solve this quadratic equation for t1t_1. We can factor it:

(t1+8)(t12)=0(t_1 + 8)(t_1 - 2) = 0

This gives two possible values for t1t_1: t1=8t_1 = -8 s or t1=2t_1 = 2 s. Since time cannot be negative in this physical context (it's the first time the ball reaches 80m after launch), we take t1=2t_1 = 2 s.

Now, find t2t_2 using t2=t1+6t_2 = t_1 + 6:

t2=2+6=8t_2 = 2 + 6 = 8 s

Finally, substitute the values of t1t_1 and t2t_2 into equation (1) to find uu:

t1+t2=u5t_1 + t_2 = \frac{u}{5} 2+8=u52 + 8 = \frac{u}{5} 10=u510 = \frac{u}{5} u=10×5u = 10 \times 5 u=50 ms1u = 50 \text{ ms}^{-1}

The initial speed of the ball is 50 m/s.