Lessons · gravitation
Circular orbit: why the satellite falls around, not down
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 satellite circles a planet ( m³/s²) at radius m. Gravity pulls it straight toward the centre the whole time — so why doesn't it fall in? Because at orbital speed the inward pull is exactly the centripetal acceleration a circle needs: the satellite is in continuous free fall, falling around the planet. Drag the radius outward and watch the orbit widen while the speed drops as and the period stretches as — Kepler's third law, live.
Newton's second law with the inverse-square force is a second-order differential equation for the position. The satellite's mass cancels, leaving the path governed by alone. The orbit is whatever curve solves this equation.
check ; check ; show and fall out
- ✓ The path is a circle of radius : (the distance to the centre never changes). [simplify]
- ✓ It solves the inverse-square equation of motion: with , (gravity points inward and is the centripetal pull). [structural]
- ✓ And the same vertically: . [structural]
- ✓ The orbital speed falls out: , so — the memorized circular-orbit speed. [structural]
- ✓ Kepler's third law falls out of the period: . [structural]
Dimensional homogeneity: checked by SymPy (holds).
There is plenty of gravity — at this orbit it is about m/s², roughly 80% of its surface value. That inward pull is exactly what bends the satellite's straight-line motion into a circle: . The astronauts feel weightless not because gravity is absent but because they and the station are in continuous free fall together — falling around the Earth fast enough that the ground curves away beneath them. Cut the gravity and the satellite would fly off in a straight line (Newton's first law), not float.
Modeling assumptions — author-asserted, disclosed not discharged
- Spherically symmetric planet, so the field outside is (point-mass equivalent); the satellite's own mass is negligible and cancels.
- A perfectly circular orbit (constant radius); no atmospheric drag, no other bodies. is used so the path is unit-clean.
The trajectory, fully annotated
A static rendering (Matplotlib) at the default launch — the path y vs x, with the apex and range marked. The interactive version with launch-angle and speed sliders 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):
- Circular orbital speed
Valid when: circular orbit; central body of mass M; the orbiting mass cancels; gravity supplies the centripetal force, GM/R² = v²/R
Open in reference →
- Kepler's third law (circular orbit)
Valid when: circular orbit; the orbiting mass cancels; T² = 4π²R³/GM — the period squared scales as the radius cubed
Open in reference →
- Centripetal acceleration
Valid when: uniform circular motion
Open in reference →
- Newton's law of universal gravitation
Valid when: point masses (or spherical bodies); magnitude of the attractive force
Open in reference →