Example: Finding the time of flight of a projectile

An out of control bus is forced to jump from a location $\langle 0,40,-5 \rangle$m with an initial velocity of $\langle 80,7,-5 \rangle$m. Determine the time at which the bus hits the ground.

Facts

Lacking

Approximations & Assumptions

Representations

Diagram of forces acting on bus once it leaves the road.

bus_abstract.jpg

General equation for position up date formula for constant force systems:

$$\vec{r}_{f} = \vec{r}_{i} + \vec{v}_{i} \Delta t + \dfrac{1}{2}\dfrac{\vec{F}_{net}}{m} \Delta t^2$$

Equation for determining $\Delta{t}$ in constant force situations.

Solution

In this problem we know the only force acting on the bus is the force due to gravity which acts solely in the y-direction.

The bus has an initial velocity in the x-direction of $80m/s^{-1}$ but with no forces acting in the x-direction this velocity will remain constant.

This x-velocity has no effect on the amount of time it takes for the bus to reach the ground. Just as the z-velocity does not either.

The force due to gravity is constant so we can use the equation for position up date formula for constant force systems.

We know the final position of the bus is the ground where the y-component of the position vector is 0.

We know the bus is accelerating towards the ground at $-9.8ms^{-2}$ due to the net force in the y-direction being the acceleration due to the force of gravity.

Since we are concerned only with the y-component of the motion we can use the y-component version of the position update equation:

$y_f - y_i = v_{iy} \Delta{t} + \dfrac{1}{2} \dfrac{F_{net,y}}{m} \Delta{t^2}$

At ground $y_f = 0$; the bus initially leaves the road at $y_i = 40$.

$0 - 40 = v_{iy} \Delta{t} + \dfrac{1}{2} \dfrac{-mg}{m} \Delta{t^2}$

The masses cancel.

$ -40 = v_{iy} \Delta{t} + -\dfrac{1}{2} {g} \Delta{t^2}$

Rearrange the equation.

$ -40 -v_{iy} \Delta{t} = -\dfrac{1}{2} {g} \Delta{t^2}$

Sub in values for $v_{iy}$ and ${g}$

$ -40 -(7 \Delta{t}) = -4.9 \Delta{t^2}$

Solve the quadratic equation

$ \Delta{t} = 3.65s$