A box with an initial speed of 5 m/s is moving up a ramp. The ramp has a kinetic friction coefficient of 5/4 and an incline of (3 pi )/4 . How far along the ramp will the box go?

1 Answer
Aug 14, 2017

The box will go 0.80 meters up the ramp.

Explanation:

I used a combination of kinematics and Newton's second law.

"*"We have the following information:

  • |->v_i=5"m"//"s"
  • |->mu_k=5/4
  • |->theta=(3pi)/4->45^o
  • |->g=9.81"m"//"s"^2

Diagram:

enter image source here 

where vecn is the normal force, vecf_k is the force of kinetic friction, and vecF_G is the force of gravity, decomposed into its parallel and perpendicular components

  • I wil define down the ramp as the positive direction.

We can set up statements of the net force parallel (x) and perpendicular (y). 

color(darkblue)(F_(x"net")=sumF_x=f_k+(F_G)_x=ma_x)

color(darkblue)(F_(y"net")=sumF_y=n-(F_G)_y=0)

Note no acceleration in the vertical direction (dynamic equilibrium).

Therefore, we have color(darkblue)(n=(F_G)_y).

The force of kinetic friction is given by

color(darkblue)(f_k=mu_kn)

We can find the perpendicular component of gravity and consequently the magnitude of the normal force using trigonometry. We can see from the above diagram that the angle between the force of gravity and the vertical is the same as the angle of incline of the ramp.

cos(theta)="adjacent"/"hypotenuse"

=>cos(theta)=(F_G)_y/(F_G)

=>color(darkblue)((F_G)_y=F_Gcos(theta))

Similarly, we find that color(darkblue)((F_G)_x=mgsin(theta)).

As F_G=mg, we have:

color(darkblue)(n=mgcos(theta))

Therefore:

color(darkblue)(f_k=mu_k*mgcos(theta))

Substituting this and the equation we derived for the force of gravity parallel above into our statement for the net force parallel:

mu_kcancelcolor(skyblue)(m)gcos(theta)+cancelcolor(skyblue)(m)gsin(theta)=cancelcolor(skyblue)(m)a_x

=>color(blue)(a_x=g(mu_kcos(theta)+sin(theta)))

We can now use this kinematic equation to find the distance traveled up the ramp:

v_f^2=v_i^2+2aDeltas

Solving for Deltas:

Deltas=(cancel(v_f^2)-v_i^2)/(2a)

Substituting in the equation we derived above for the acceleration:

color(blue)(Deltas=-v_i^2/(2g(mu_kcos(theta)+sin(theta)))

Now we can substitute in our known values:

Deltas=-(5"m"//"s")^2/(2(9.81"m"//"s"^2)(5/4cos(45^o)+sin(45^o))

=>color(blue)(~~-0.80"m")

Because we defined up the ramp as negative, getting a negative value for displacement tells us that our final position was less than our initial position, which makes sense as we set at s_i=0"m".

  • Note: this question can also be solved using the work-energy theorem, but it can be very easy to misplace negative signs and alter your answer since addition is involved in the denominator. Here is a link to an example of a very similar problem solved using the W-E theorem.