Object Traveling Up an Inclined Plane

AI Thread Summary
A monkey and sled, with a combined mass of 16 kg, are propelled up a 19° incline at an initial speed of 2.0 m/s, facing a frictional force of 29.65 N. The discussion centers on applying Newton's laws and energy conservation to determine how far they travel up the incline. The user initially struggles with the lack of a force in the positive x direction but later successfully employs energy considerations to derive the distance traveled. The final calculation yields a distance of approximately 0.397 m up the incline. The solution is validated by others, emphasizing the importance of considering both friction and gravitational forces in the analysis.
campbellst87
Messages
5
Reaction score
0
[SOLVED] Object Traveling Up an Inclined Plane

Homework Statement



In a circus performance, a monkey is strapped to a sled and both are given an initial speed of 2.0 m/s up a 19.0° inclined track. The combined mass of monkey and sled is 16 kg, and the coefficient of kinetic friction between sled and incline is 0.20. How far up the incline do the monkey and sled move?

Homework Equations



Sigma(F) = ma

The Attempt at a Solution



I drew a free body diagram and found the normal force using Sigma(Fy)=ma.
Normal Force - Weight y = 0
Normal Force = Weight y
Normal Force = (weight)(cos 19)
Normal Force = 148.257 N

I can now find the Force of Friction:
Force of friction = coefficient of friction * Normal Force
Force of Friction = (.20)(148.257 N)
Force of Friction = 29.65 N (In the negative x direction.)

Now I'm stuck. I'm not sure how to apply Newton's laws since there is no force in the positive x direction. Any help is appreciated. Thanks.
 
Physics news on Phys.org
Well you could use energy considerations to find how far it travels up the plane. (Conservation of energy)
 
I was thinking about using (mgh + .5mv^2)initial = (mgh + .5mv^2)final, but I thought this is only true for conservative forces.
 
I believe I've solved it using energy. Here's what I did (My main equation is in bold):

Work (nonconservative) = (KE(f) + PE(f)) - (KE(i) + PE(i))
Work = F*Delta x

Substituting the latter into the former and getting rid of things that will be zero, I get:
Force*Delta x = (mgh(f)) - (.5mv(i)^2)

Now, using simple trigonometric relationships, I see that Sin theta = h/x. This gets plugged into my main equation, so:
Force*Delta x = (mg(x*sin theta)(f)) - (.5mv(i)^2)

I also know that my only nonconservative force is my friction force, so:
-Force friction*Delta x = (mg(x*sin theta)(f)) - (.5mv(i)^2)

I now have one equation and one unknown, and can solve. Plug in everything:
-29.651 N*Delta x = (16 kg)(9.8 m/s^2)(x*Sin(19)) - (.5)(16 kg)(2 m/s)^2

Simplified and units removed for clarification:
-29.651*Delta x = 51.04x - 32
-80.691x = -32
x = -32/-80.691


Finally:
x = .397 m

Does this look right to you all?
 
Can anybody comment on whether or not this looks correct?
 
This does look correct and is a clever way of solving the problem. More commonly, because the combined force against motion up the inclined plane is always constant (friction force you found + force from gravity), you can apply one of the four kinematic equations for constant acceleration.

Your original question was:
Now I'm stuck. I'm not sure how to apply Newton's laws since there is no force in the positive x direction.
When doing these problems, you usually change coordinate axes from the ordinary vertical is y and horizontal is x, to one where the direction of motion (up the plane) is x, and the normal force, which is perpendicular to that motion, is y.

You have done this by using cosine to find how much of the total force from gravity contributes to the normal force and used that to find the force opposing motion up the plane from friction. You also need to use sine to find the force from gravity that is directly opposing movement up the plane.

Then, try to move on from there.
 
I see. Didn't even think to use kinematics.
 
Back
Top