Kinematics with projectile motion(2 questions)

  • Context: Undergrad 
  • Thread starter Thread starter koolaid123
  • Start date Start date
  • Tags Tags
    Kinematics Projectile
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
koolaid123
Messages
2
Reaction score
0
1) Jim decides to jump a gorge on his skateboard. The gorge is 50 m wide and jim has constructed a 1 m high ramp iclined at 30 degrees to the horizontal. If air resistance is neglected, calculate what speed Bart must reach if he is to land safely on the other side of the gorge.

The answer is 23 m/s but I don't know how to get it.

2) Jake has calculated that he can jump the jorge if the ramp is inclied to 45 degrees, and he attains a speed of 20 m/s. Will Jake make it? If not how much short of the other side is he when he drops below the level of the ground?

The answer is no, and 9 m but i don't know how to get it.
 
Physics news on Phys.org
Looks like homework.

With v as initial velocity, can you calculate the horizontal and vertical component of the velocity?
Based on the vertical component, can you calculate the time until Jim/Bart is at floor level again?
Based on that time, can you calculate the horizontal position at that point?

That can be used for both 1 and 2.
 
koolaid123 said:
1) Jim decides to jump a gorge on his skateboard. The gorge is 50 m wide and jim has constructed a 1 m high ramp iclined at 30 degrees to the horizontal. If air resistance is neglected, calculate what speed Bart must reach if he is to land safely on the other side of the gorge.

The answer is 23 m/s but I don't know how to get it.

2) Jake has calculated that he can jump the jorge if the ramp is inclied to 45 degrees, and he attains a speed of 20 m/s. Will Jake make it? If not how much short of the other side is he when he drops below the level of the ground?

The answer is no, and 9 m but i don't know how to get it.

1) Use this
50 = (v2*sin(2*30))/9.81
v=23.xx m/sec

2) Jake doesn't make it. Misses by 9m to 10m. You can use the same formula above but more accurate is
-1 = (20*sin45)t -4.91*t2
(-1, because the ramp is 1 m high). Solve for t. Use value of t in
x = (20*cos45)*t.
x will be much lower than 50m.

I think I'm right, but may be not.
 
Neandethal00 said:
1) Use this
50 = (v2*sin(2*30))/9.81
v=23.xx m/sec
I think you forgot the height of the ramp here.
 
mfb said:
I think you forgot the height of the ramp here.

Didn't forget, tried a quick-fix. ha ha
It gives the same answer OP was looking.
Thanks.