Kinetic and Potential Energy on a roller coaster

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 3K views
NathanLeduc1
Messages
36
Reaction score
0

Homework Statement


A roller coaster starts at the top of hill that is 10 m high. If it is to barely make it to the top of a second hill that is 20 m high, how fast must the initial speed of the roller coaster be? Assume that the roller coaster is frictionless.


Homework Equations


KE = 0.5mv^2
PE = mgh

The Attempt at a Solution


mgh=0.5mv^2
gh = 0.5v^2
v = sqrt(2gh)
v = sqrt(2*9.81*20)
v = 20 m/s needed at bottom of second hill.

mgh=0.5mv^2
gh = 0.5v^2
v = sqrt(2gh)
v = sqrt(2*9.81*10)
v = 14 m/s at bottom of hill if initial velocity at top of first hill is 0m/s.

20 m/s - 14 m/s = 6 m/s

6 m/s is the velocity of the roller coaster at the top of the first hill.

Does that look right?
 
Physics news on Phys.org
No, this is not right. Check it this way: compute KE with v = 6 m/s and PE with h = 10 m; the sum is the total energy initially. It must be equal to the total energy finally, which is KE with v = 0 m/s and PE with h = 20 m.
 
Hm, okay. I tried setting the total energy at the top of hill one equal to the total energy at the top of hill two.
0.5m(v1)^2+mg(h1) = 0.5m(v1)^2+mg(h2)
0.5(v1)^2 + g(h1) = 0.5(v1)^2 + g(h2)
v = sqrt(2*g*(h2-h1))
v = sqrt (2*9.81*(20-10))
v = 14 m/s

Would that work?
 
The result is correct, but the first two equations are not correct, having the same v1 symbol on both sides.
 
Oh, yeah... I meant (v2) on the right side of the equations. That was simply a typo.
 
Very well then.