Lessons · gravitation

Gravitational energy: why escape velocity is finite

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 3 modeling assumptions (author-asserted)

Lifting a mass away from a planet (μ=GM=4×1014\mu = GM = 4\times10^{14} m³/s², surface radius R=6.4×106R = 6.4\times10^{6} m): the gravitational pull weakens as F=GMm/r2F = GMm/r^2. How much energy does it take to climb — and why is the energy to escape finite? Drag the cursor outward and watch the potential energy approach a ceiling as the area under 1/r21/r^2 converges.

PE gained reaching r=2Rr=2R
31250000 J
Escape energy GMm/RGMm/R (area to \infty)
62500000 J
Surface weight F(R)=GMm/R2=mgF(R)=GMm/R^2=mg
9.766 N
Potential energy is the area under the force–distance curve
ΔU=RrFdr=RrGMmr2dr\Delta U = \int_R^r F\,dr' = \int_R^r \frac{GMm}{r'^2}\,dr'

The work to lift a mass against gravity is the integral of the force over distance — the area under the FFrr curve. For a constant force this is a rectangle (mghmgh); for the inverse-square force it is the area under a falling curve.

check ddrΔU=F\tfrac{d}{dr}\Delta U = F; check ΔU=RrFdr\Delta U = \int_R^r F\,dr'; check limrΔU=GMm/R\lim_{r\to\infty}\Delta U = GMm/R; collapse the near-surface case to mghmgh

  • The PE's slope is the force: U(r)=F(r)U'(r) = F(r) — the area's rate of growth is the curve's height. [structural]
  • The accumulated PE is the area: ΔU(r)=RrFdr\Delta U(r) = \int_R^r F\,dr'. [structural]
  • The area to infinity converges: the escape energy GMm/R\to GMm/R is finite as rr\to\infty. [structural]
  • Near the surface FmgF\approx mg is constant, so ΔUmgh\Delta U \approx mgh — the area is a rectangle (the quadrature). [structural]

Dimensional homogeneity: checked by SymPy (holds).

Common misconception: “It takes infinite energy to fully escape a planet's gravity, since gravity reaches out forever.

Gravity does reach out forever, but it weakens as 1/r21/r^2 — and the area under 1/r21/r^2 from the surface to infinity is finite. That finite area is the escape energy GMm/RGMm/R; divide by the mass and you get the escape speed 2GM/R\sqrt{2GM/R}. Drag the cursor out: the potential energy rises toward a ceiling, not without bound.

Modeling assumptions — author-asserted, disclosed not discharged
  • Spherically symmetric planet, so outside the surface the field is GMm/r2GMm/r^2 (point-mass equivalent).
  • Only gravity acts; the lift is quasi-static (no kinetic energy bookkeeping — this is the potential energy alone).
  • μ=GM\mu = GM is used so the force is unit-clean; energies are shown per kilogram (m=1m = 1 kg).

The F–r graph, fully annotated

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

2026-06-26T16:05:33.828288 image/svg+xml Matplotlib v3.11.0, https://matplotlib.org/