Find Friction Coefficient given initial and final velocity?

8.6k Views Asked by At

I am not sure how to approach a problem involving the friction coefficient when only given initial velocity, final velocity, and distance traveled. I could combine the friction and kinematic equations, but I am only familiar with doing that for one velocity...

Here is the specific problem I had trouble with:

A cardboard box of unknown mass is sliding upon a mythical friction-less surface.

The box has a velocity of 4.56 m/s when it encounters a bit of friction. After sliding 0.700m, the box has a velocity of 3.33 m/s.

What is the coefficient of friction of the surface?

How do I solve this problem in particular, and what is the general procedure to solve problems like this?

3

There are 3 best solutions below

6
On

You write an equation that incorporates the information in the problem. Here you are supposed to assume the friction is a constant negative acceleration. If you let $x=0, t=0$ be where it encounters the friction, it is $x=v_0t-\frac 12 at^2, v=v_0-at$

The friction coefficient is the friction force divided by the weight. We are not given the weight here. How do you overcome that?

0
On

Friction is (at a first approximation) a pressure tangential to the surface of contact between two bodies, directed against the movement, and proportional to the contact pressure, by the coefficient of friction $\mu$.
Thus totally it is equal to $\mu mg$, and will exert a deceleration equal to $\mu g$. The law of accelerated motion gives $v_1=v_0-\mu g \Delta t$, i.e. $\Delta t=(v_0-v_1)/(\mu g)$.
Then $s=(v_0-1/2\mu g \Delta t)\Delta t$.
Can you combine the two and get $\mu g$ and thus $\mu$ ?

0
On

There are a couple of different ways to approach this. One way is to consider the rate of change of the box's speed caused by friction. But given the setup of this problem, I prefer a "work = change in energy" approach instead.

For the "work" approach, compute the work done by the box against the force of friction over the given distance. That amount of work is an amount of energy expended by the box, which comes out of the box's kinetic energy. That is, $$ \text{kinetic energy of box before} = \text{work performed} + \text{kinetic energy of box afterwards.} $$

Now you just have to figure out formulas for all three of those things. The formulas involve some known quantities (distance, speed before, speed after, gravity) and some unknown quantities (mass, coefficient of friction), but I usually like to set up the equations using variables for everything (as if all these things were unknown) and then write the equations again with the known things filled in.

Now you have to hope that after setting up the equation, you can find some kind of cancellation that lets you eliminate the mass. Hint: you can.