Gravitation: Edge Cases and Subtle Traps (1)

easy 2 min read

Question

A satellite revolves around Earth in a circular orbit of radius r=2Rr = 2R where RR is Earth’s radius. If the satellite is suddenly given an additional kinetic energy equal to half its current kinetic energy (in the same direction of motion), will it remain bound to Earth? If yes, find the new orbit’s parameters. Take g=10g = 10 m/s2^2, R=6.4×106R = 6.4 \times 10^6 m.

Solution — Step by Step

For a circular orbit, KE=12GMmrKE = \frac{1}{2} \frac{GMm}{r} and PE=GMmrPE = -\frac{GMm}{r}. Total energy E1=GMm2r=GMm4RE_1 = -\frac{GMm}{2r} = -\frac{GMm}{4R}.

KE increases by 50%50\%: new KE=32×12GMmr=3GMm4rKE' = \frac{3}{2} \times \frac{1}{2}\frac{GMm}{r} = \frac{3GMm}{4r}. PE is unchanged at the moment of the boost (position has not changed).

New total energy:

E2=3GMm4rGMmr=GMm4r=GMm8RE_2 = \frac{3GMm}{4r} - \frac{GMm}{r} = -\frac{GMm}{4r} = -\frac{GMm}{8R}

E2<0E_2 < 0, so the satellite remains bound. It now follows an elliptical orbit.

For a bound orbit, E=GMm2aE = -\frac{GMm}{2a} where aa is the semi-major axis:

GMm8R=GMm2aa=4R-\frac{GMm}{8R} = -\frac{GMm}{2a} \Rightarrow a = 4R

The boost happened at r=2Rr = 2R, which is the perigee (closest point) since speed increased there. Perigee distance rp=2Rr_p = 2R, apogee ra=2arp=8R2R=6Rr_a = 2a - r_p = 8R - 2R = 6R.

Final answer: bound, semi-major axis a=4Ra = 4R, perigee =2R= 2R, apogee =6R= 6R.

Why This Works

The escape condition is E0E \geq 0. As long as total mechanical energy stays negative, the satellite is bound. The instant after the boost, only KE changes — PE depends on position, which has not changed yet.

For elliptical orbits, the relation E=GMm/(2a)E = -GMm/(2a) is the cleanest way to find aa without computing speeds at every point.

Alternative Method

You can use angular momentum conservation and vis-viva. New speed at r=2Rr = 2R: v=1.5vcircv' = \sqrt{1.5}\, v_{\text{circ}}. Apply v2=GM(2/r1/a)v^2 = GM(2/r - 1/a) to find aa — same answer.

Students assume the boost makes the orbit “bigger” symmetrically. No — the point of boost becomes the perigee. The opposite side becomes the apogee. Never the other way round when speed increases tangentially.

Want to master this topic?

Read the complete guide with more examples and exam tips.

Go to full topic guide →

Try These Next