Lessons · dynamics
Down a ramp: Newton's second law with friction
Regime 1 — the algebra is the calculus, evaluated. Step the algebra, step the calculus, and watch the algebra formula fall out of the integral. SymPy proves the two registers agree.
A block is released from rest on a incline with kinetic friction . Resolving forces along the slope gives a constant acceleration — and crucially, the mass cancels. From there the motion is constant-acceleration kinematics: and , which are just the integrals of that constant . Drag the angle and the friction coefficient and watch all three panels steepen together.
Because does not change with time, its integral is just . The velocity rises in a straight line — its slope is .
check ; check ; show ; check the limit
- ✓ The velocity is the integral of the (constant) acceleration: . [structural]
- ✓ The position is the integral of the velocity: — the memorized formula is the quadrature. [structural]
- ✓ The velocity–position relation falls out: (no time needed). [structural]
- ✓ With no friction () the acceleration is the bare gravity component . [structural]
Dimensional homogeneity: checked by SymPy (holds).
It does not — two blocks of different mass slide down the same ramp with the same acceleration. Gravity does pull harder on the heavier block ( is larger), but that same larger mass is harder to accelerate (the in ), and friction also scales with the normal force . Every term carries a factor of , so it cancels: depends only on the angle and the friction coefficient. This is the same reason all objects fall at the same rate — Galileo's insight, on a ramp.
Modeling assumptions — author-asserted, disclosed not discharged
- A rigid block on a planar incline; kinetic friction acts (the block is already moving), with a constant coefficient and the normal force .
- m/s² as a magnitude; the block is released from rest and the incline is long enough that it keeps sliding (we take , so ).
The stacked graph, fully annotated
A static rendering (Matplotlib) at the default parameters — the interactive version is in the Graph tab above.
Formulas used
Hover a formula to preview its reference entry; click to open it in the reference (or the concept graph):
- Newton's second law
Valid when: F is the net force; m constant
Open in reference →
- Kinetic friction
Valid when: surfaces sliding; Coulomb friction model
Open in reference →
- Weight (gravitational force near Earth)
Valid when: uniform gravitational field; g is the signed acceleration (up positive)
Open in reference →
- Velocity under constant acceleration
Valid when: acceleration is constant
Open in reference →
- Position under constant acceleration
Valid when: acceleration is constant
Open in reference →