Example: Finding the time of flight of a projectile
An out of control bus is forced to jump from a location ⟨0,40,−5⟩m with an initial velocity of ⟨80,7,−5⟩m. Determine the time at which the bus hits the ground.
Facts
- Starting position of the bus ⟨0,40,−5⟩m
- Initial velocity of the bus ⟨80,7,−5⟩m
- The acceleration due to gravity is 9.8 ms2 and is directed downward.
- The bus experiences one force - the gravitational force (directly down).
Lacking
- The time the bus hits the ground.
Approximations & Assumptions
- Assume no drag effects
- Assume ground is when position of bus is 0 in the y direction
Representations
Diagram of forces acting on bus once it leaves the road.
General equation for position up date formula for constant force systems:
→rf=→ri+→viΔt+12→FnetmΔt2
Equation for determining Δ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:
yf−yi=viyΔt+12Fnet,ymΔt2
At ground yf=0; the bus initially leaves the road at yi=40.
0−40=viyΔt+12−mgmΔt2
The masses cancel.
−40=viyΔt+−12gΔt2
Rearrange the equation.
−40−viyΔt=−12gΔt2
Sub in values for viy and g
−40−(7Δt)=−4.9Δt2
Solve the quadratic equation
Δt=3.65s