Solve F = ma for the net force on a mass, then check whether a block on an incline stays put or slides — and if it slides, find its acceleration under kinetic friction.
Newton's second law, F = ma, is the single equation underneath almost every dynamics problem an engineer will ever solve. This calculator applies it two ways: directly, to find the net force needed to produce a given acceleration, and indirectly, by resolving gravity and friction into components along an inclined surface to decide whether an object stays put or accelerates down the slope.
Newton's second law states that the net force on an object equals its mass times its acceleration. Given any two of force, mass, and acceleration, the third follows immediately by rearranging F = ma. This is the starting point for every rigid-body dynamics problem — the incline case below is really just F = ma applied to a more complicated geometry.
On a frictionless incline, gravity (mg, straight down) is split into two perpendicular components: one along the slope, mg·sin(θ), and one perpendicular to the slope (into the surface), mg·cos(θ). The perpendicular component is balanced by the normal force N = mg·cos(θ); the component along the slope is what would accelerate the block downhill if nothing resisted it.
Friction resists that downhill pull. The maximum static friction available is μs·N = μs·mg·cos(θ). If the downhill component mg·sin(θ) does not exceed this maximum, static friction matches it exactly and the block stays put (net force = 0). If mg·sin(θ) exceeds the maximum static friction, the block starts to slide, and kinetic friction — always μk·N, using the kinetic coefficient — takes over as the resisting force.
Once sliding, the net force along the incline is mg·sin(θ) − μk·mg·cos(θ), and dividing by mass gives the acceleration directly: a = g(sin(θ) − μk·cos(θ)). Notice mass cancels out entirely — a heavier block does not slide faster or slower than a lighter one with the same angle and friction coefficients, only the forces involved scale with mass.
Static friction is what has to be overcome to start motion, and it is normally higher than kinetic friction (μs ≥ μk for real surfaces). The check for "does it slide" uses the static coefficient because that is the threshold that must be crossed; once motion starts, the lower kinetic coefficient governs the resulting acceleration.
Physically μk should never exceed μs, but the calculator will still compute whatever the numbers say. If μk is unrealistically high relative to μs, you may see very small or slightly odd downhill accelerations — this is a sign to re-check the input values against realistic surface-pair friction tables rather than a bug in the formula.
No. Both mg·sin(θ) and μs·mg·cos(θ) scale with mass m identically, so mass cancels out of the slide/no-slide comparison — it only depends on the angle θ and the coefficients μs, μk. Mass does matter for the absolute force values shown (weight, force along incline, friction force), just not for the yes/no sliding decision or the resulting acceleration.
The "stays put" case is exactly a statics problem: net force is zero, and the block is in equilibrium under gravity, the normal force, and static friction. This calculator is really a single tool spanning both statics (equilibrium check) and dynamics (acceleration once equilibrium fails) — the same free-body diagram, just two different outcomes.