Lessons · energy
Conservation of energy: why the speed depends on the drop, not the path
Regime 2 — calculus does what algebra cannot. The acceleration isn't constant, so the algebra formulas don't apply; calculus is the only road in, and SymPy proves the closed form solves the equation of motion.
A kg block is released from rest at the top of a frictionless ramp, m above the bottom. As it slides down, potential energy turns into kinetic energy — but the total never changes. How fast is it going at the bottom, and would a steeper ramp change that? Drag the height: watch the KE and PE bars trade while the Total bar stays flat. The speed at any height depends only on how far it has dropped, not on the shape of the ramp.
Start from Newton's second law and multiply by : since , the equation becomes . Integrating once gives — the kinetic energy is the work done by the force. Energy is not a separate principle; it is the equation of motion, integrated.
check ; check ; show falls out; check (path-independent)
- ✓ The total energy does not change with height: . [structural]
- ✓ The memorized law holds at every height: (the energy is conserved). [structural]
- ✓ The speed falls out of the kinetic energy: , so . [structural]
- ✓ The kinetic energy is exactly the work gravity does over the descent: — the first integral of , independent of the path. [structural]
Dimensional homogeneity: checked by SymPy (holds).
It does not. By conservation of energy the speed at the bottom is , set entirely by the height dropped — a steep ramp and a gentle ramp to the same depth give exactly the same bottom speed. The steeper ramp gets there in less time (and with a larger acceleration along the slope), but the final speed is identical, because gravity is conservative: the work it does, , depends only on the change in height, not the route. Drag the cursor and read the speed off the kinetic-energy bar — it tracks the height, nothing else.
Modeling assumptions — author-asserted, disclosed not discharged
- Frictionless track, so no mechanical energy is lost to heat; the normal force does no work (it is perpendicular to the motion).
- m/s² as a magnitude, height measured upward from the bottom; the block starts from rest at .
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):
- Mechanical energy (kinetic + gravitational potential)
Valid when: conserved when only conservative forces (gravity) do work; no friction or other dissipation
Open in reference →
- Kinetic energy
Valid when: speeds well below light speed
Open in reference →
- Work (constant force along displacement)
Valid when: constant force parallel to displacement
Open in reference →