Lessons · rotation

Rotational work–energy: ½Iω² is the area under the torque curve

Regime 2 — calculus does what algebra cannot. The integrand isn't constant, so no single algebra product gives the answer; the accumulated quantity is the area under the curve — and SymPy proves that area is exactly the closed-form result.

Regime 2 · calculus does more Math machine-derived & checked by SymPy 2 modeling assumptions (author-asserted)

A flywheel (moment of inertia I=0.5I = 0.5 kg·m²) starts from rest and is driven by a torque that builds with angle, τ=cθ\tau = c\theta (c=8c = 8 N·m/rad), through θ=1.5\theta = 1.5 rad. How fast is it spinning at the end? The work done is the area under the torque–angle curve — and it is exactly the rotational kinetic energy 12Iω2\tfrac12 I\omega^2. Drag the cursor and watch the shaded work and the spin energy grow together: the rotational twin of Fdx=12mv2\int F\,dx = \tfrac12 mv^2.

Rotational work W=12cθ2W = \tfrac12 c\,\theta^2 (the shaded area)
9 J
Rotational kinetic energy 12Iω2\tfrac12 I\omega^2
9 J
Final angular speed ω=c/Iθ\omega = \sqrt{c/I}\,\theta
6 rad/s
Maximum torque τmax=cθ\tau_{\max} = c\,\theta
12 N·m
Rotational work is the area under the torque–angle curve
W=τdθW = \int \tau\,d\theta

Rotational work is the integral of torque over the angle turned — the rotational twin of Fdx\int F\,dx. For a constant torque this integral is a rectangle (and gives W=τΔθW = \tau\,\Delta\theta); for any torque it is the area under the τ\tauθ\theta curve.

check ddθW=τ\tfrac{d}{d\theta}W = \tau; check W=0θτdθW = \int_0^\theta \tau\,d\theta'; back-substitute into 12Iω2=W\tfrac12 I\omega^2 = W; collapse the constant-torque case to τ0Δθ\tau_0\,\Delta\theta

  • The work's slope is the torque: W(θ)=τ(θ)W'(\theta) = \tau(\theta) — the area's rate of growth is the curve's height. [structural]
  • The accumulated work is exactly the area: W(θ)=0θτdθW(\theta) = \int_0^\theta \tau\,d\theta'. [structural]
  • The rotational kinetic energy equals the work: 12Iω2=W\tfrac12 I\omega^2 = W — the memorized 12Iω2\tfrac12 I\omega^2 is the area. [structural]
  • For a constant torque the integral collapses to W=τ0ΔθW = \tau_0\,\Delta\theta — the area is a rectangle (the quadrature). [structural]

Dimensional homogeneity: checked by SymPy (holds).

Common misconception: “Double the angle you drive a flywheel through and you double its final spin rate.

The work you do is the area under the torque–angle curve, and the energy goes as 12Iω2\tfrac12 I\omega^2 — so the speed follows the area, not the angle. With a constant torque, doubling the angle doubles the work but raises the speed only by 2\sqrt{2}. With a torque that grows as τ=cθ\tau = c\theta (as here), doubling the angle quadruples the area, so the work quadruples and the speed doubles. Either way ωW\omega \propto \sqrt{W}, never linearly in the angle.

Modeling assumptions — author-asserted, disclosed not discharged
  • Rotation about a fixed axis; τ=cθ\tau = c\theta is the net torque on the flywheel, so all the work goes into rotational kinetic energy (no friction or load).
  • Rigid flywheel of constant moment of inertia II; it starts from rest (ω0=0\omega_0 = 0).

The τ–θ graph, fully annotated

A static rendering (Matplotlib): the shaded area under τ is the accumulated integral W, and the slope of W is τ. The interactive version with a draggable cursor is in the Graph tab above.

2026-06-26T19:42:18.773552 image/svg+xml Matplotlib v3.11.0, https://matplotlib.org/