183_notes:examples:finding_the_time_of_flight_of_a_projectile

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

Facts

  • Starting position of the bus 0,40,5m
  • Initial velocity of the bus 80,7,5m
  • 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.

bus_abstract.jpg

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

rf=ri+viΔt+12FnetmΔt2

Equation for determining Δt in constant force situations.

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/s1 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.8ms2 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:

yfyi=viyΔt+12Fnet,ymΔt2

At ground yf=0; the bus initially leaves the road at yi=40.

040=viyΔt+12mgmΔt2

The masses cancel.

40=viyΔt+12gΔt2

Rearrange the equation.

40viyΔt=12gΔt2

Sub in values for viy and g

40(7Δt)=4.9Δt2

Solve the quadratic equation

Δt=3.65s

  • 183_notes/examples/finding_the_time_of_flight_of_a_projectile.txt
  • Last modified: 2015/09/15 16:51
  • by pwirving