Question #c8ae1

1 Answer
Jun 14, 2015

!! LONG ANSWER !!

Initial velocity :#"9.3 m/s"#
Maximum height: #"5.52 m"#
Landing speed: #"10.7 m/s"#

Explanation:

So, you know that the cork is launched from an initial height of 1.2 m, and that it takes 2 seconds until it lands 5 m away from its initial position.

The fact that it doesn't fall in the exact same place from which it was launched tells you that it was launched at an angle, let's say #theta#, from the horizontal.

http://www.sciencebuddies.org/science-fair-projects/project_ideas/Phys_p089.shtml

The initial velocity of the cork will thus have two components, a vertical one and a horizontal one.

#{(v_(0x) = v_0 * cos(theta)), (v_(0y) = v_0 * sin(theta)) :}#

In order to determine the angle of launch, you're going to have to use two equations, one tha describes the cork's horizontal motion and one that describes its vertical motion.

Horizontally, the cork moves without being acted upon by exterior forces. This means that you can use the horizontal displacement and total time of travel to write the vertical component of the initial velocity.

#d_x = v_(0x) * t => v_(0x) = d_x/t = "5 m"/"2 s" = "2.5 m/s"#

Vertically, things are a little more complicated. This time, the cork is acted upon by the force of gravity, which implies that the vertical component of its initial velocity will be affected by the gravitational acceleration, #g#.

Because the cork is launched from a height of 1.2 m, but ends up at ground level, the total vertical displacement will be equal to -1.2 m.

Think of it like this: if the 1.2-m height is set as the zero level, then the cork ends up 1.2 m lower than that, hence the negative sign.

This means that you can write

#d_y = v_(0y) * t - 1/2 * g * t^2#

#-1.2 = v_(0y) * 2 - 1/2 * 9.8 * 2^2 => v_(0y) = 18.4/2 = "9.2 m/s"#

So, you have two equations with two unknowns

#{(v_(0x) = v_0 * cos(theta) = 2.5), (v_(0y) = v_0 * sin(theta) = 9.2) :}#

Divide the bottom one by the top one to get

#(cancel(v_0) * sin(theta))/(cancel(v_0) * cos(theta)) = 9.2/2.5#

#tan(theta) = 3.68 => theta = color(green)(74.8^@)#

This means that the initial velocity was

#v_0 = 9.2/sin(74.8^@) = color(green)("9.53 m/s")#

To get the maximum height of the cork, use the fact that, at the peak of its trajectory, right before it starts to drop towards the ground, the horizontal component of its velocity will be equal to zero.

#0 = v_(0y) - g * t_"up" => t_"up" = v_(0y)/g = 9.2/9.8 = "0.94 s"#

The cork takes 0.94 seconds to reach the peak of its trajectory, which implies that it falls for

#t_"down" = t_"total" - t_"up"#

#t_"down" = 2 - 0.94 = "1.06 s"#

The height it reaches right before starting to drop will be

#h = v_(0y) * t_"up" - 1/2 * g * t_"up"^2#

#h = 9.2 * 0.94 - 4.9 * 0.94^2 = "4.32 m"#

#h_"max" = h_0 + h = 1.2 + 4.32 = color(green)("5.52 m")#

To get the final velocity of the cork, use the time it takes for the cork to drop to determine the vertical component of its final velocity. Once again, the fact that the vertical component of its velocity is zero at maximum height will come to your aid.

#v_y = - g * t_"down" = -9.8 * (2 - 0.94) = "-10.4 m/s"#

The horizontal component of its final velocity will be equal to that of the initial velocity. Finally, use Pythagoras' theorem to determine the final velocity

#v_"final" = sqrt(v_x^2 + v_y^2)#

#v_"final" = sqrt(2.5^2 + (-10.4^2)) = color(green)("10.7 m/s")#