An object, previously at rest, slides #7 m# down a ramp, with an incline of #(pi)/3 #, and then slides horizontally on the floor for another #3 m#. If the ramp and floor are made of the same material, what is the material's kinetic friction coefficient?

1 Answer
May 14, 2017

#mu_k~~0.933#

Explanation:

Warning: this is potentially a bit of a tricky problem, so I've included a detailed explanation. You may skip to the bottom of the answer to see the derivation if you have a solid understanding of the concepts.

We are given the angle of incline, displacement of the object down the ramp, and displacement of the object between the bottom of the ramp and its stopping point. We can find the coefficient of kinetic friction using the work-energy theorem.

The first step is to draw a force diagram.

enter image source here

where #f_k# represents the force of kinetic friction, #n# represents the normal force, and #F_g# represents the force of gravity (both #x#- and #y#-components).

Work-Energy Theorem:

  • When the object is at rest at the top of the ramp, it possesses only gravitational potential energy, given by #color(blue)(U_g=mgh)#.

  • If this were a friction-free system, we would expect all of that potential energy to be converted into kinetic energy as the object slides down the ramp and onto the floor, moving off in that direction forever at at a constant speed (provided there are no other outside forces acting upon it). Because this isn't a friction-free system, we will not see conservation of mechanical energy. The reason the object eventually comes to a stop on the floor is due to friction; this is what energy is lost to as the object slides down the ramp and across the floor.

Work is defined as the mechanical transfer of energy.

  • When the object comes to a stop on the floor, it no longer has either gravitational potential or kinetic energy, but by the Law of Conservation of Energy, we know that the energy had to go somewhere.
  • In this case, if we treat friction as the only outside force energy can be lost to, that means that all of the potential energy stored in the object at the top of the ramp is accounted for in the work done by friction. In other words, the energy lost is equal to the work done by friction. This means that #color(blue)(DeltaU=W_f)#.

  • Force of kinetic friction: #color(blue)(f_k=mu_kn)#

  • Work done by a constant force: #color(blue)(W=F(Δr)cos(theta))#

Note: In the work equation, #theta# is the angle between the force and displacement vectors. In this case, the angle where friction is concerned is #180^o# (the opposite of the motion but on the same plane/parallel).

  • Because #cos(180^o)=-1#, we get negative work, which we might have guessed, given that kinetic friction works opposite the direction of displacement. I will omit this part of the calculation below to avoid confusion where #cos(theta)# might come up in other equations and simply write any work done by friction as being negative.

Note: I will use Δr for the ramp and Δs for the floor to avoid confusion.

The potential energy stored in the object at the top of the ramp is equal to the total work done by friction. This includes both that done on the ramp and the floor (the point where all of the potential energy has been converted is when the object comes to a stop on the floor).

#U_(gf)-U_(gi)=-W_F#

The final height is #0#, so this becomes

#-U_(gi)=-W_F#

Let's cancel the negative.

#U_(gi)=W_F#

#=>color(blue)(U_(gi)=W_(F" ramp")+W_(F" floor"))#

Using the equation above for gravitational potential energy, we get:

#color(blue)(mgh_i=W_(F" ramp")+W_(F" floor"))#

Looking at our force diagram above, we can generate sum of forces statements for when the object is on the ramp and the floor.

Ramp:

#color(blue)(sumF_x=(F_g)_x-f_k=ma_x)#

#color(blue)(sumF_y=n-(F_g)_y=cancel(ma_y)=0)#

Note no acceleration vertically due to dynamic equilibrium.

Therefore, #color(blue)(n=(F_g)_y)#.

We can use basic trigonometry to find the parallel and perpendicular components of the force of gravity. Note that the angle between the force of gravity and the vertical is equal to the angle of incline. Therefore:

#sin(theta)="opposite"/"hypotenuse"#

#=>sin(theta)=(F_g)_x/F_g#

#=>color(blue)((F_g)_x=F_gsin(theta))#

Similarly, we find that #color(blue)((F_g)_y=mgcos(theta))#, and so our equation for kinetic friction on the ramp becomes #color(blue)(f_k=mu_kmgcos(theta))#.

Floor:

#color(darkblue)(sumF_x=-f_k=ma_x)#

#color(darkblue)(sumF_y=n-F_g=ma_y=0)#

Therefore, #n=mg#, and so our equation for kinetic friction on the floor becomes #color(darkblue)(f_k=mu_kmg)#.

For our potential energy, we will need to find #h#. This is the height of the ramp. We can do this using basic trigonometry:

#sin(theta)=h/(Deltar)#

#=>h=Deltarsin(theta)#.

We now have:

#color(blue)(m)color(darkblue)(g)Deltarsin(theta)=mu_kcolor(blue)(m)color(darkblue)(g)cos(theta)Δr+mu_kcolor(blue)(m)color(darkblue)(g)Δs#

Both the mass, #m#, and #g# are present in each term on both sides and therefore cancel

#=>cancelcolor(blue)(m)cancelcolor(darkblue)(g)Deltarsin(theta)=mu_kcancelcolor(blue)(m)cancelcolor(darkblue)(g)cos(theta)Δr+mu_kcancelcolor(blue)(m)cancelcolor(darkblue)(g)Δs#

#=>Deltarsin(theta)=mu_kcos(theta)Δr+mu_kΔs#

We can rearrange to solve for #mu_k#:

#Deltarsin(theta)=mu_k(cos(theta)Δr+Δs)#

#=>color(crimson)(mu_k=(Deltarsin(theta))/(cos(theta)Δr+Δs))#

We are given:

  • #|->Deltar=7"m"#
  • #|->Deltas=3"m"#
  • #|->theta=pi/3#

#mu_k=(7sin(pi/3))/(7cos(pi/3)+3)#

#=((7sqrt(3))/2)/(13/2)#

#=(7sqrt(3))/13#

#~~0.933#

#:.color(blue)(mu_k~~0.933)#

Hope that helps!