I'm trying to work a physics problem about how to find the coefficient of static friction between two objects when given the initial velocity and distance. Specifically, the problem I am working is as follows:
A crate is carried in a pickup truck traveling horizontally at 14.2 m/s. The truck applies the brakes for a distance of 25.8 m while stopping with uniform acceleration. What is the coefficient of static friction between the crate and the truck bed if the crate does not slide?
I do know that the formula that has to be used here is $F_F=µF_n$, but I am unsure as to how it should be applied. I really just need somewhat of a hint to get to where I can plug numbers into that formula, but I am unsure as to how I can get these numbers given the context of the problem. Thank you!
Edit: I'm not really needing the answer to this specific problem, but rather, how I can solve a question like the one above is all I really need. I'm just confused when given initial velocity and distance.
Since you have the physics tag, here is another approach:
The work done is $F_F d$, where $d$ is the distance travelled. The initial energy is $\frac{1}{2} m V_0^2$ (potential energy is constant here), where $m$ is the truck mass and $V_0$ the initial speed. The final energy is zero. We have $F_F = \mu F_N = \mu m g$, where $g$ is the acceleration due to gravity. This gives $\mu m g d = \frac{1}{2} m V_0^2$, or $\mu = \frac{1}{2} \frac{v_0^2}{dg}$.
Using the numbers you provided, $\mu = \frac{1}{2} \frac{(14.2)^2}{(25.8)(9.81)} \approx 0.4$.