The math optional, made finite. Daily Practice

Orbits under inverse-square central force

At a Glance

Why This Chapter Matters

The inverse-square orbit is one of the jewels of classical mechanics, and UPSC tests exactly two aspects of it: the proof that the orbit is a conic (2019, 15 marks) and the least-distance calculation from an impact parameter (2020, 10 marks). The 2019 proof requires the Binet equation, which takes 10–15 minutes if you know it cold, and is essentially unworkable otherwise. Mastering the u=1/ru = 1/r substitution and the orbit classification by energy gives you a secure 25 marks in the years these questions appear.

Minimum Theory

Central force and constants of motion. Under a central force F=f(r)r^\mathbf{F} = f(r)\hat r, two quantities are conserved: the angular momentum h=r2θ˙h = r^2\dot\theta (per unit mass) and the total energy E=12(r˙2+r2θ˙2)+V(r)E = \tfrac12(\dot r^2 + r^2\dot\theta^2) + V(r). The motion is confined to a plane.

Binet equation. Substitute u=1/ru = 1/r and use r2θ˙=hr^2\dot\theta = h to write r˙=hdu/dθ\dot r = -h\,du/d\theta and r¨=h2u2d2u/dθ2\ddot r = -h^2u^2\,d^2u/d\theta^2. The radial equation r¨rθ˙2=f(r)/m\ddot r - r\dot\theta^2 = f(r)/m becomes the Binet equation:

d2udθ2+u=f(1/u)h2u2.\frac{d^2u}{d\theta^2} + u = -\frac{f(1/u)}{h^2 u^2}.

For an attractive inverse-square force f(r)=μ/r2f(r) = -\mu/r^2, the right side is μ/h2\mu/h^2 (constant), giving a linear ODE.

The orbit equation. The Binet ODE u+u=μ/h2u'' + u = \mu/h^2 has general solution

u=μh2+Acos(θθ0)r=1+ecos(θθ0),u = \frac{\mu}{h^2} + A\cos(\theta - \theta_0) \qquad\Longrightarrow\qquad r = \frac{\ell}{1+e\cos(\theta-\theta_0)},

where =h2/μ\ell = h^2/\mu (semi-latus rectum) and e=Ah2/μe = Ah^2/\mu (eccentricity). This is the polar equation of a conic with focus at the centre of force.

Orbit classification by energy. The eccentricity satisfies e=1+2Eh2/μ2e = \sqrt{1 + 2Eh^2/\mu^2}. Hence:

e<1    E<0(ellipse, bound orbit)e < 1 \iff E < 0 \quad(\text{ellipse, bound orbit})

e=1    E=0(parabola, escape threshold)e = 1 \iff E = 0 \quad(\text{parabola, escape threshold})

e>1    E>0(hyperbola, unbound orbit)e > 1 \iff E > 0 \quad(\text{hyperbola, unbound orbit})

Question Archetypes

ArchetypeRecognition cue
conic-orbit-proof”Prove the orbit under μ/r2\mu/r^2 is a conic; find conditions for ellipse/parabola/hyperbola”
orbit-least-distanceParticle from infinity with speed VV and impact parameter pp; find closest approach

conic-orbit-proof (1 question(s); 2019)

Recognition Cues

Solution Template

  1. State that the central force implies planar motion with r2θ˙=hr^2\dot\theta = h (constant).
  2. Substitute u=1/ru = 1/r, write r˙=hdu/dθ\dot r = -h\,du/d\theta and r¨=h2u2u\ddot r = -h^2u^2\,u''.
  3. Derive the Binet equation u+u=μ/h2u'' + u = \mu/h^2.
  4. Write the general solution u=μ/h2+Acos(θθ0)u = \mu/h^2 + A\cos(\theta-\theta_0).
  5. Identify r=/(1+ecosθ)r = \ell/(1+e\cos\theta) as a conic with =h2/μ\ell = h^2/\mu, e=Ah2/μe = Ah^2/\mu.
  6. State the energy expression e=1+2Eh2/μ2e = \sqrt{1+2Eh^2/\mu^2} and classify by sign of EE.

Worked Example

2019 Paper 1, 2019-P1-Q8b (15 marks)

Prove that the path of a planet moving so that its acceleration is always directed to a fixed point (star) and equals μ/(distance)2\mu/(\text{distance})^2 is a conic section. Find the conditions under which the path becomes (i) ellipse, (ii) parabola and (iii) hyperbola.

Step 1 — Central force: planar motion. The force r¨=(μ/r2)r^\ddot{\mathbf{r}} = -(\mu/r^2)\hat r is central, so r×r˙=const\mathbf{r}\times\dot{\mathbf{r}} = \text{const}. The motion is planar and r2θ˙=hr^2\dot\theta = h (constant angular momentum per unit mass).

Step 2 — Binet substitution. Set u=1/ru = 1/r. Using r2θ˙=hr^2\dot\theta = h:

r˙=hdudθ,r¨=h2u2d2udθ2.\dot r = -h\frac{du}{d\theta},\qquad \ddot r = -h^2u^2\frac{d^2u}{d\theta^2}.

The radial equation r¨rθ˙2=μ/r2=μu2\ddot r - r\dot\theta^2 = -\mu/r^2 = -\mu u^2 becomes

h2u2uh2u3=μu2.-h^2u^2u'' - h^2u^3 = -\mu u^2.

Divide by h2u2-h^2u^2:

d2udθ2+u=μh2.\frac{d^2u}{d\theta^2} + u = \frac{\mu}{h^2}.

Step 3 — General solution. This is a linear second-order ODE with constant coefficients and constant forcing. Particular solution: u=μ/h2u = \mu/h^2. Homogeneous solution: Acos(θθ0)A\cos(\theta-\theta_0). Hence

u=μh2+Acos(θθ0).u = \frac{\mu}{h^2} + A\cos(\theta-\theta_0).

Step 4 — Orbit equation. Since r=1/ur = 1/u:

r=h2/μ1+(Ah2/μ)cos(θθ0)=1+ecos(θθ0),r = \frac{h^2/\mu}{1 + (Ah^2/\mu)\cos(\theta-\theta_0)} = \frac{\ell}{1+e\cos(\theta-\theta_0)},

where =h2/μ\ell = h^2/\mu and e=Ah2/μe = Ah^2/\mu. This is the focus-directrix polar equation of a conic with the star at the focus. Hence the orbit is a conic. \blacksquare

Step 5 — Classification. The energy per unit mass is E=12(r˙2+r2θ˙2)μ/rE = \tfrac12(\dot r^2 + r^2\dot\theta^2) - \mu/r. Using the orbit solution, the standard result is

e=1+2Eh2μ2.e = \sqrt{1 + \frac{2Eh^2}{\mu^2}}.

(i) E<0    e<1 (ellipse).(ii) E=0    e=1 (parabola).(iii) E>0    e>1 (hyperbola).\boxed{(i)\ E<0 \implies e<1 \text{ (ellipse).}\qquad (ii)\ E=0 \implies e=1 \text{ (parabola).}\qquad (iii)\ E>0 \implies e>1 \text{ (hyperbola).}}

Common Traps


orbit-least-distance (1 question(s); 2020)

Recognition Cues

Solution Template

  1. Angular momentum from initial data: h=pVh = pV (impact parameter times speed at infinity).
  2. Energy at infinity: E=12V2E = \tfrac12 V^2 (potential energy 0\to 0 as rr\to\infty).
  3. At closest approach r=λr = \lambda, r˙=0\dot r = 0 so all KE is transverse: v=h/λv = h/\lambda.
  4. Energy conservation at r=λr=\lambda: 12(pV/λ)2μ/λ=12V2\tfrac12(pV/\lambda)^2 - \mu/\lambda = \tfrac12 V^2.
  5. Rearrange to a quadratic in λ\lambda, solve for the positive root.

Worked Example

2020 Paper 1, 2020-P1-Q7c-ii (10 marks)

A particle starts at a great distance with velocity VV. Let pp be the length of the perpendicular from the centre of a star on the tangent to the initial path of the particle. Show that the least distance of the particle from the centre of the star is λ\lambda, where V2λ=μ2+p2V4μV^2\lambda = \sqrt{\mu^2+p^2V^4}-\mu.

Step 1 — Angular momentum. At great distance, speed VV and impact parameter pp, so

h=pV.h = pV.

Step 2 — Energy at infinity. As rr\to\infty, potential μ/r0-\mu/r\to 0:

E=12V2.E = \tfrac12 V^2.

Step 3 — At closest approach. At r=λr = \lambda, r˙=0\dot r = 0, so speed =h/λ=pV/λ= h/\lambda = pV/\lambda. Energy conservation:

12 ⁣(pVλ)2μλ=12V2.\frac{1}{2}\!\left(\frac{pV}{\lambda}\right)^2 - \frac{\mu}{\lambda} = \frac{1}{2}V^2.

Step 4 — Solve. Multiply by 2λ22\lambda^2: p2V22μλ=V2λ2p^2V^2 - 2\mu\lambda = V^2\lambda^2, i.e.

V2λ2+2μλp2V2=0.V^2\lambda^2 + 2\mu\lambda - p^2V^2 = 0.

Taking the positive root:

λ=μ+μ2+p2V4V2,\lambda = \frac{-\mu + \sqrt{\mu^2 + p^2V^4}}{V^2},

V2λ=μ2+p2V4μ.\boxed{V^2\lambda = \sqrt{\mu^2+p^2V^4} - \mu.}

Common Traps

Marks-Aware Writing

A 15-mark answer (conic proof) must: derive r2θ˙=hr^2\dot\theta = h; carry out the Binet substitution step by step; solve the ODE and identify the conic; provide the energy classification in both ee and EE terms. The derivation of the Binet equation alone is worth about 6 marks — do not skip steps.

A 10-mark answer (least distance) must: identify h=pVh = pV and E=12V2E = \tfrac12 V^2; write the energy equation at closest approach; solve the quadratic and choose the correct root. Showing the μ0\mu\to 0 sanity check adds a sentence and earns partial-marks insurance.

Practice Set

We've mapped all 13 years of this exam. Get new chapters, tools, and solutions as we release them — free.