Friction and Forces


Introduction

Friction is the force that resists the relative motion — or the tendency of motion — between two surfaces in contact. It is one of the most familiar forces in everyday life: it is why a pushed box eventually slows down and stops, why car tyres grip the road, and why you can walk without sliding. Despite being so common, friction is surprisingly rich in physics. It arises from microscopic interactions between surface irregularities and atomic bonds, and it comes in two distinct varieties — static friction, which acts when surfaces are stationary relative to each other, and kinetic friction, which acts when they are sliding. Understanding both types is essential to analysing almost any real mechanical system.


The Physics Explained

When a block sits on a surface and you apply a horizontal force to it, the block does not immediately move. Instead, static friction acts in the opposite direction to your applied force and exactly matches it in magnitude — up to a maximum limit. This maximum static friction force depends on how hard the two surfaces are pressed together (the normal force) and on a property of the surface pair called the coefficient of static friction. Only when your applied force exceeds this maximum does the block begin to slide.

Once the block is moving, a different frictional force takes over: kinetic friction. Kinetic friction also depends on the normal force and on a coefficient — the coefficient of kinetic friction — but this coefficient is almost always smaller than the static one. This is why it takes more force to get something moving than to keep it moving. Kinetic friction is also approximately constant regardless of sliding speed, which is a key simplification of the classical model. Newton's second law then determines the block's acceleration: the net force — applied force minus kinetic friction — divided by the block's mass gives the acceleration.

The normal force is the force the surface exerts on the block perpendicular to the surface. On a flat, horizontal surface, it exactly equals the block's weight — mass times gravitational acceleration. If the surface is inclined, the normal force is reduced to the component of weight perpendicular to the slope, and gravity also contributes a component along the slope that must be accounted for in the force balance. The classical friction model, developed by Coulomb and Amontons, treats both coefficients as constants for a given pair of materials, making it straightforward to apply Newton's laws and predict motion.


Key Equations

Normal force (flat surface)N = m · g
Maximum static frictionf_s(max) = μ_s · N
Static friction (while stationary)f_s = F_applied (provided F_applied ≤ μ_s · N)
Kinetic friction (while sliding)f_k = μ_k · N
Net force on sliding blockF_net = F_applied − f_k
Acceleration of sliding blocka = F_net / m = (F_applied − μ_k · N) / m
WeightW = m · g

Key Variables

Symbol Unit Description
mkgMass of the block
gm/s²Gravitational acceleration (9.81 m/s² near Earth's surface)
WNWeight of the block; the downward gravitational force equal to m times g
NNNormal force; the perpendicular contact force the surface exerts on the block
F_appliedNThe external horizontal force applied to the block
μ_sdimensionlessCoefficient of static friction; determines the maximum resistive force before the block moves
μ_kdimensionlessCoefficient of kinetic friction; determines the resistive force while the block slides
f_sNStatic friction force; opposes the applied force while the block is stationary
f_kNKinetic friction force; opposes motion while the block is sliding
F_netNNet force acting on the block; determines whether and how it accelerates
am/s²Acceleration of the block; given by Newton's second law as F_net divided by m

Real World Examples


How the Simulation Works

The simulation places a block on a flat horizontal surface. Three sliders allow you to set the block's mass, the coefficient of static friction, and the coefficient of kinetic friction. A fourth slider or input lets you apply a horizontal force to the block. The simulation computes the normal force as m times g, then evaluates the friction regime: if the applied force is less than or equal to μ_s times N, the block remains stationary and the static friction force displayed equals the applied force exactly. Once the applied force exceeds that threshold, the block begins to accelerate and kinetic friction — μ_k times N — is subtracted from the applied force to give the net force. Newton's second law then determines the resulting acceleration, and the block's position and velocity are updated each frame using numerical integration.

Force arrows are drawn on the block in real time, showing the applied force, the friction force, the normal force, and the weight, so you can see the complete free-body diagram as you adjust the sliders. Readouts display the current values of each force, the net force, and the block's velocity. You can observe the sharp transition from static to kinetic behaviour by slowly increasing the applied force until the block breaks free, then reducing the force again to watch the block decelerate and stop once kinetic friction overcomes the applied force.


Further Reading