Friday, February 24, 2012

Physics I: Projectile motion on a ramp.

Here's a good one.

In one contest at the country fair, a spring-loaded plunger launches a ball at a speed of 3.0 m/s from one corner of a smooth, flat board that is tilted up at a 20 degree angle. To win, you must make the ball hit a small target at the adjacent corner, 2.50 m away. At what angle should you tilt the ball launcher?

The ball is rolling up and down the ramp, from one corner to another. This really isn't much different from a standard projectile motion problem, the only difference is the y component acceleration is -gsin20 rather than simply -g.

A few things to note: we have the initial velocity but not its components, so this is quite do-able. Be careful not to mix the slope of the ramp and the unknown angle we're trying to find!

v0x = v0cosθ
v0y = v0sinθ 

Solve for t when vy = 0 (the peak of the trajectory).

vy = v0y + ayt = v0sinθ - gtsin20
gtsin20 = v0sinθ (plugging in v0sinθ for v0y)
t = (v0sinθ)/gsin20

Remember, this is the time when the ball is at its highest point, make sure not to forget that we're using x1 (2.50 m / 2), not x2 (the final position).

x = v0t
x1 = v0xt1
x1 = 2v0xt1
x1 = v0x(v0sinθ/gsin20)
x1 = v02cosθsinθ/gsin20 (plugging in v0cosθ for v0x)
x1 = v02sin2θ/2gsin20 (using double angle formula 2sinθcosθ = sin2θ, since we didn't have a 2 I multiplied the whole fraction by 2/2)
sin2θ = 2x1gsin20/v02
sin-1(2x1gsin20/ v02) = 2θ (reminder, plug in 1.25m for x1, not 2.50, since this is x at t1 which is at ½ tf)
2θ = 68.6 degrees

Solution: θ = 34.3 degrees   
 




3 comments:

  1. Good stuff!
    was confused as to where my mistake was.
    more simple way of doing this would make use of the range formula.

    s= (v^2/g)*sin(2Ø)

    where s is distance,
    g is 9.8*sin(20) (or other gravitational constant.)
    v is 3m/s
    solve for Ø

    ReplyDelete
  2. question..why would you use a_y=-gsin Theta

    ReplyDelete
  3. Thank you!! This was really helpful!

    ReplyDelete