A projectile is shot from the ground at a velocity of 45 m/s45ms and at an angle of (2pi)/32π3. How long will it take for the projectile to land?

1 Answer
Dec 21, 2016

The total flight time of the projectile is ~~8.0s8.0s

Explanation:

Assuming the launch and landing points are at equal altitudes, we can use a kinematic equation to determine the flight time from the launch of the projectile to its maximum altitude (v_f=0vf=0) and multiply by two to get the total flight time.

v_f=v_i+a_yDeltat

=> Deltat=(v_f-v_i)/a_y

=>Deltat=(-v_i)/a_y

We know that when an object is in free fall, the acceleration is equal to -9.8m/s^2 (vertically).

Because the projectile is launched at an angle, we will need to break the velocity up into components. This can be done using basic trigonometry.

enter image source here
Where v is the initial velocity, and v_x and v_y are the horizontal and vertical components of the velocity, respectively. We can see that:

v_x=vcos(theta)
v_y=vsin(theta)

We will only require the y component.

v_y=45*sin((2pi)/3)= (45sqrt(3))/2m/s

We can now calculate the rise time of the projectile.

Deltat=(-v_i)/a_y

Deltat=(-(45sqrt(3))/2m/s)/(-9.8m/s^2)

Deltat=~~3.977s

The total flight time is then ~~8.0s