Question #ddd99

1 Answer
Jun 14, 2015

At an angle of #pi/4# radians, or #45^@#.

Explanation:

When a projectile is launched at an angle, let's call it #theta#, with the horizontal, its trajectory will have a vertical component and a horizontal component.

Let's assume that the projectile is launched with an initial velocity of #v_0#. The initial velocity will have a vertical component and a horizontal component

#{(v_(0x) = v_0 * costheta), (v_(0y) = v_0 * sintheta):}#

http://tutor4physics.com/projectilemotion.htm

Horizontally, the projectile is not acted upon by any force. This means that the vertical component of its initial velocity will remain unchanged during the motion.

This means that you can write

#R = v_(0x) * t# #" "color(blue)((1))#, where

#R# - the range of the projectile;
#t# - the total time of flight.

Vertically, things are not that simple. The projectile will be acted upon by the force of gravity, which means that the vertical component of its initial velocity will be affected by the gravitational accceleration, #g#.

Since the projectile starts at ground level and ends up on ground level, its horizontal displacement will be equal to zero. THis means that you can write

#underbrace(d_y)_(color(green)("=0")) = v_text(0y) * t -1/2 * g * t^2# #" "color(blue)((2))#, where

#t# - the total time of flight.

Solve this equation for #t# to get

#-1/2 * t ^2 + v_(0y) * t = 0 <=> t * (-1/2 g *t + v_(0y))=0#

#{(cancel(t_1 = "0 s")), (t_2 = (2 * v_(0y))/g):}#

The only valid solution is #t = (2 * v_(0y))/g#. Use this value in equation #color(blue)((1))# to get

#R = v_(0x) * (2 * v_(0y))/g#

Replace #v_(0x)# and #v_(0y)# with their respective values to get

#R = 2/g * v_(0) * cos(theta) * v_(0) * sin(theta) = (2v_0^2)/g * sin(theta)cos(theta)#

To get the maxium range, you need the maximum value of

#sin(theta)cos(theta) = "max"#

The easiest way to figure this out is to use the following trigonometric identity

#sin(theta)cos(theta) = (sin(theta + theta) + sin(theta-theta))/2#

#sin(theta)cos(theta) = (sin(2theta) + overbrace(sin(0))^(color(green)("=0")))/2 = sin(2theta)/2#

Since the maximum value of the sinus function is 1, you get

#sin(2theta) = 1#

Take the arsin from both sides of the equation to get

#arcsin(sin(2theta)) = underbrace(arcsin(1))_(color(green)("="pi/2)) <=> 2theta = pi/2#

Therefore,

#theta = color(green)(pi/4)#, or #theta = color(green)(45^@)#