[Physics] Friction on an object moving with momentum over a surface

classical-mechanicsfrictionmomentum

I'm familiar with the equations for friction for a static object and an object moving at steady speed over a surface from high school physics. But we never learned how an object moving only due to momentum experiences friction. This is something I've modeled several times while building simple 2D games, but I have no idea if what I have made matches reality in any way.

Is the force of friction dependent on the speed of the object across the surface? Or is the force constant as the object decelerates? Is there a simple equation giving the acceleration (deceleration) of the object depending on it's mass and velocity?

Best Answer

In a simplistic model, the force of friction is independent of speed and only dependent on mass. $F = \mu N$ where N is the magnitude of the force of gravity perpendicular to the surface (called the Normal Force). $\mu$ is dependent on the surface material and the material of your object, larger $\mu$ means a greater force of friction. If your surface is flat with gravity pointing directly down, then $N = mg$ where $m$ is the mass of your object and $g$ is the standard $9.8 \frac{m}{s^2}$.

Note that $\mu$ is different if the object is initially stationary and starts to move (static friction). Thus we generally model friction into two categories: 1) static friction referring to the force that counteracts a stationary object from moving; and 2) kinetic friction referring to the force that counteracts an already moving object. The equation $F = \mu N$ is the same for both cases, but the parameter $\mu$ changes.