Going Up: gg with Altitude

Section 3 gave us the surface value, g=GMERE2g = \frac{GM_E}{R_E^2}, and then quietly walked away from a problem. That formula has RER_E in it — the distance from the centre of the Earth. Climb a mountain, or fly, or go into orbit, and that distance is no longer RER_E.

So gg is not a constant. It never was. This section is about the four reasons it varies, and this is the first of them.

The exact result

Put a body of mass mm at a height hh above the surface. It is now a distance RE+hR_E + h from the centre, and it is outside the Earth, so the shell theorem still applies in full and the whole Earth still acts as a point mass at the centre.

Point at height h above Earth, and exact versus binomial curves compared

F(h)=GMEm(RE+h)2gh=F(h)m=GME(RE+h)2F(h) = \frac{G M_E m}{(R_E + h)^{2}} \qquad \Longrightarrow \qquad g_h = \frac{F(h)}{m} = \frac{G M_E}{(R_E + h)^{2}}

Divide top and bottom by RE2R_E^2 and the surface value appears:

Key Point — gg at height hh, exactly: gh=GME(RE+h)2=GMERE2(1+hRE)2=g(1+hRE)2g_h = \frac{GM_E}{(R_E+h)^{2}} = \frac{GM_E}{R_E^{2}\left(1+\frac{h}{R_E}\right)^{2}} = g\left(1+\frac{h}{R_E}\right)^{-2} This is exact. No approximation has been made anywhere, and it is valid for any hh, from a metre to the Moon.

Since (1+hRE)2>1\left(1+\frac{h}{R_E}\right)^{2} > 1 for every positive hh, ghg_h is always less than gg. Going up always weakens gravity.

The shortcut, and its price

For small heights the exact form is clumsy to evaluate by hand. Expand it with the binomial theorem, (1+x)n1+nx(1+x)^{n} \approx 1 + nx for x1x \ll 1, with x=hREx = \frac{h}{R_E} and n=2n = -2:

Key Point — the binomial form, for hREh \ll R_E only: ghg(12hRE)g_h \approx g\left(1 - \frac{2h}{R_E}\right) The fractional drop in gg is 2hRE\frac{2h}{R_E} — note the 2, which comes from the square in the denominator.

Rule of thumb: gg falls by about 1% for every 32 km you climb. (Set 2hRE=0.01\frac{2h}{R_E} = 0.01 to get h=RE/200=31.85h = R_E/200 = 31.85 km.)

Where does the shortcut break?

Here is a claim you should never accept without a number attached. Let us actually compute both, using g=9.8g = 9.8 m/s2^2 and RE=6.37×106R_E = 6.37 \times 10^6 m, and look at the error.

Height hh h/REh/R_E Exact ghg_h (m/s2^2) Binomial (m/s2^2) Error of the shortcut
10 km 0.0016 9.769 9.769 about 0.001-0.001%
32 km 0.0050 9.702 9.702 0.008-0.008%
100 km 0.0157 9.499 9.492 0.07-0.07%
300 km 0.0471 8.938 8.877 0.69-0.69%
500 km 0.0785 8.425 8.262 1.95-1.95%
1000 km 0.157 7.321 6.723 8.2-8.2%
2000 km 0.314 5.676 3.646 36-36%
RER_E = 6370 km 1.000 2.450 9.8-9.8 absurd

Read the last line twice. At h=REh = R_E the exact answer is g/4=2.45g/4 = 2.45 m/s2^2; the binomial form returns g(12)=9.8g(1-2) = -9.8 m/s2^2, a negative acceleration due to gravity. The shortcut has not merely become inaccurate, it has become nonsense.

Key Point: The binomial form is within 0.1% up to about 116 km, within 1% up to about 361 km, and should not be trusted at all beyond a few hundred kilometres. Above that, use the exact form.

The error is not mysterious. The full expansion is (1+x)2=12x+3x24x3+(1+x)^{-2} = 1 - 2x + 3x^2 - 4x^3 + \ldots, so the shortcut throws away 3x23x^2, and the relative error is roughly 3(hRE)23\left(\frac{h}{R_E}\right)^{2}. Setting that equal to 0.01 gives hRE0.058\frac{h}{R_E} \approx 0.058, which is 368 km — close to the 361 km found by solving exactly.

[JEE Tip] If a problem gives a height comparable to RER_E — "at a height equal to half the radius of the Earth", "at h=2REh = 2R_E" — the binomial form is not an option. Use gh=g(RERE+h)2g_h = g\left(\frac{R_E}{R_E+h}\right)^{2} and be done in one line.

[Board Important] Both forms are examinable, and so is the condition hREh \ll R_E attached to the second one. Writing the approximation without stating its condition loses a mark.

Going Down: gg with Depth

Now dig. A mine, a borehole, a hypothetical tunnel. What happens to gg?

Most students guess that gg increases as you approach the centre, because you are getting closer to the middle of the Earth. It is a reasonable guess and it is wrong, and the reason is one of the two shell theorems from Section 2.

The two-step argument

Stand at a depth dd, so you are a distance REdR_E - d from the centre. Now split the Earth into two pieces at your own radius.

Depth d inside Earth, outer shell contributing nothing, inner sphere pulling

Piece one: everything above you — the spherical shell of thickness dd between your radius and the surface. You are inside it. The second shell theorem says the net gravitational force from a uniform spherical shell on a particle anywhere inside it is exactly zero. All that rock over your head pulls you in every direction at once, and it cancels perfectly. It contributes nothing.

Piece two: everything below you — a solid sphere of radius REdR_E - d. You are on its surface, hence outside it, so the first shell theorem applies and it pulls as though its entire mass sat at the centre.

So only the ball beneath your feet counts.

Doing the algebra

Assume the Earth has uniform density ρ\rho. The mass of the inner sphere is

Md=43π(REd)3ρwhileME=43πRE3ρMdME=(REd)3RE3M_d = \frac{4}{3}\pi (R_E - d)^{3}\rho \qquad \text{while} \qquad M_E = \frac{4}{3}\pi R_E^{3}\rho \qquad \Longrightarrow \qquad \frac{M_d}{M_E} = \frac{(R_E-d)^{3}}{R_E^{3}}

The acceleration at your position is then

gd=GMd(REd)2=G(REd)243π(REd)3ρ=43πGρ(REd)g_d = \frac{G M_d}{(R_E-d)^{2}} = \frac{G}{(R_E-d)^{2}}\cdot\frac{4}{3}\pi(R_E-d)^{3}\rho = \frac{4}{3}\pi G\rho\,(R_E-d)

Two powers of (REd)(R_E-d) cancel and one survives. Using g=43πGρREg = \frac{4}{3}\pi G\rho R_E at the surface:

Key Point — gg at depth dd: gd=gREdRE=g(1dRE)g_d = g\,\frac{R_E-d}{R_E} = g\left(1-\frac{d}{R_E}\right) gg falls linearly with depth, reaching exactly zero at the centre, where d=REd = R_E. Notice there is no approximation here — for a uniform Earth this result is exact, unlike the binomial form for height.

At the centre every scrap of the Earth surrounds you symmetrically, so every pull is matched by an opposite pull. You would be weightless — not because there is no gravity, but because it cancels.

Up versus down, side by side

For small hh and dd the two results sit next to each other beautifully:

ghg(12hRE)andgd=g(1dRE)g_h \approx g\left(1-\frac{2h}{R_E}\right) \qquad \text{and} \qquad g_d = g\left(1-\frac{d}{R_E}\right)

Key Point: Near the surface, gg falls twice as fast going up as it does going down. A 1% drop needs only 32 km of height but 64 km of depth. And whichever way you move, gg decreases — the surface is where gg is largest.

That last sentence is the single most examined idea in this section. gg is a maximum at the Earth's surface and falls off in both directions.

[NEET Important] For equal small displacements xx, going up costs 2gxRE\frac{2gx}{R_E} and going down costs gxRE\frac{gx}{R_E}. Setting gh=gdg_h = g_d gives d2hd \approx 2h — a favourite one-line question.

An honest footnote about the real Earth

The linear law assumes uniform density, and the real Earth is not uniform: it has a dense iron core, as Section 3 showed. Because so much mass is concentrated near the middle, gg in the actual Earth does not drop straight away. It creeps slightly upward as you descend through the mantle, peaks near 10.710.7 m/s2^2 at the boundary of the core about 2900 km down, and only then falls to zero at the centre.

The linear formula is still what every exam wants, because it is the correct answer for the stated model of a uniform sphere. But it is worth knowing that the model, not the physics, is what makes it a straight line.

The Graph of gg Against Distance from the Centre

Everything in the last two sections can be put on a single picture, and examiners love this picture. Let rr be the distance from the centre of the Earth — not from the surface — and plot gg against rr for a uniform sphere.

Graph of g rising linearly inside Earth then falling as inverse square outside

The two branches

Inside, rREr \le R_E. Here r=REdr = R_E - d, so the depth result gd=43πGρ(REd)g_d = \frac{4}{3}\pi G\rho(R_E-d) becomes

g(r)=43πGρr=GMERE3rgrg(r) = \frac{4}{3}\pi G \rho\, r = \frac{G M_E}{R_E^{3}}\,r \qquad \Longrightarrow \qquad g \propto r

A straight line through the origin, with slope g/REg/R_E.

Outside, rREr \ge R_E. Here r=RE+hr = R_E + h, so

g(r)=GMEr2g1r2g(r) = \frac{G M_E}{r^{2}} \qquad \Longrightarrow \qquad g \propto \frac{1}{r^{2}}

An inverse-square curve, falling steeply at first and then flattening, approaching zero only as rr \to \infty and never actually reaching it.

Key Point: gg rises linearly from zero at the centre to its maximum value gg at the surface, r=REr = R_E, and then falls away as 1/r21/r^2. The maximum is at the surface, and the two branches meet there with the same value — the graph is continuous, though its slope jumps from positive to negative.

Points worth marking on the sketch

Position rr g(r)g(r)
centre 0 0
half way to the surface RE/2R_E/2 g/2g/2
surface RER_E gg (maximum)
h=0.414REh = 0.414R_E 2RE\sqrt{2}\,R_E g/2g/2
h=REh = R_E 2RE2R_E g/4g/4
h=2REh = 2R_E 3RE3R_E g/9g/9

Look at rows two and four. The value g/2g/2 occurs twice — once inside at r=RE/2r = R_E/2, and once outside at r=2REr = \sqrt{2}R_E, which is a height of about 2640 km. Any value below the maximum is reached at two different distances, one in and one out.

Drawing it in an exam

Four things earn the marks, and students routinely lose them:

  1. Start at the origin. g=0g = 0 at r=0r = 0, not at some small positive value.
  2. The inner part is a straight line, not a curve. It is grg \propto r, not gr2g \propto r^2 and not an arc.
  3. The peak is exactly at r=REr = R_E, and it is a sharp corner, not a smooth dome.
  4. The outer part never touches the axis. It approaches zero asymptotically.

[NEET Important] The commonest wrong option offered is a curve that rises inside as r2r^2, or one that peaks somewhere above the surface. Both are wrong: linear inside, peak at the surface.

[JEE Tip] For a hollow shell instead of a solid sphere the graph is different: gg is exactly zero everywhere inside, then jumps discontinuously to GMR2\frac{GM}{R^2} at the surface and falls as 1/r21/r^2 outside. Compare the two shapes once and you will never confuse them.

Latitude and the Earth's Rotation

The latitude variation of gg and the effect of the Earth's spin sit outside the rationalised syllabus body text, but they are asked in Boards, JEE Main and NEET every single year, so they are derived here in full.

There is a third reason gg varies, and it has nothing to do with distance from the centre. The Earth is spinning.

A body sitting on the ground at the equator is not in equilibrium in the way you were taught in Chapter 5. It is going round a circle of radius RER_E once a day, so it is accelerating, and some of the Earth's pull has to be spent supplying that centripetal acceleration. Whatever is spent that way is not available to press the body onto a weighing scale. The scale therefore reads less than mgmg.

Setting it up at latitude λ\lambda

Rotating Earth at latitude lambda with centrifugal force resolved along the radius

Latitude λ\lambda is the angle between the radius to your position PP and the equatorial plane: λ=0\lambda = 0 at the equator, λ=90°\lambda = 90° at the poles.

As the Earth turns with angular speed ω\omega, the point PP does not go round a circle of radius RER_E. It goes round the spin axis, on a circle of radius

r=REcosλr = R_E\cos\lambda

Work in the frame of the rotating Earth, where you and the ground are both at rest. That frame is non-inertial, so a centrifugal force appears, of magnitude

Fcf=mω2r=mω2REcosλF_{cf} = m\omega^{2} r = m\omega^{2} R_E\cos\lambda

directed away from the axis — that is, horizontally outwards, parallel to the equatorial plane. It does not point along the radius OPOP except at the equator.

Resolving it

The true gravitational pull mgmg points along POPO, towards the centre. Resolve the centrifugal force into a component along the outward radius and a component along the meridian:

  • along the outward radius: mω2REcosλ×cosλ=mω2REcos2λm\omega^{2}R_E\cos\lambda \times \cos\lambda = m\omega^{2}R_E\cos^{2}\lambda
  • along the surface, towards the equator: mω2REcosλsinλm\omega^{2}R_E\cos\lambda\sin\lambda

Only the first component opposes gravity. The apparent weight is therefore

mgλ=mgmω2REcos2λmg_\lambda = mg - m\omega^{2}R_E\cos^{2}\lambda

Key Point — effective gg at latitude λ\lambda: gλ=gω2REcos2λg_\lambda = g - \omega^{2}R_E\cos^{2}\lambda gλg_\lambda is the value a spring balance actually reads. The true gravitational field gg is unchanged; what the rotation changes is the apparent weight.

Reading the formula

At the poles, λ=90°\lambda = 90°, so cosλ=0\cos\lambda = 0 and gλ=gg_\lambda = g. A body at the pole sits on the spin axis and goes round in a circle of zero radius, so it needs no centripetal force at all. gg is a maximum at the poles.

At the equator, λ=0\lambda = 0, so cosλ=1\cos\lambda = 1 and

gequator=gω2REg_{equator} = g - \omega^{2}R_E

This is the largest reduction, so gg is a minimum at the equator.

How big is the effect?

The Earth turns once in a sidereal day of 86164 s, so

ω=2π86164=7.29×105 rad/s\omega = \frac{2\pi}{86164} = 7.29 \times 10^{-5} \text{ rad/s}

ω2RE=(7.29×105)2×6.37×106=5.314×109×6.37×106=0.034 m/s2\omega^{2}R_E = (7.29 \times 10^{-5})^{2} \times 6.37 \times 10^{6} = 5.314 \times 10^{-9} \times 6.37 \times 10^{6} = 0.034 \text{ m/s}^2

As a fraction of gg that is 0.0349.8=0.35\frac{0.034}{9.8} = 0.35%. Small, but easily measured, and it is why a body weighing exactly 1000 N at the pole weighs about 996.5 N at the equator, from rotation alone.

Latitude λ\lambda cos2λ\cos^{2}\lambda Loss (m/s2^2) gλg_\lambda (m/s2^2)
0° (equator) 1.000 0.0339 9.766
30°30° 0.750 0.0254 9.775
45°45° 0.500 0.0169 9.783
60°60° 0.250 0.0085 9.792
90°90° (poles) 0.000 0.0000 9.800

(Computed with g=9.8g = 9.8 m/s2^2, RE=6.37×106R_E = 6.37 \times 10^6 m and ω=7.29×105\omega = 7.29 \times 10^{-5} rad/s.)

Notice from the 45°45° row that the loss is exactly half its equatorial value there, since cos245°=12\cos^{2}45° = \frac{1}{2}.

What if the Earth spun faster?

A classic. Suppose ω\omega increased. The reduction ω2REcos2λ\omega^{2}R_E\cos^{2}\lambda grows as ω2\omega^2, and bodies at the equator become lighter. Push it far enough and they float:

gω2RE=0ω=gRE=9.86.37×106=1.24×103 rad/sg - \omega^{2}R_E = 0 \qquad \Longrightarrow \qquad \omega = \sqrt{\frac{g}{R_E}} = \sqrt{\frac{9.8}{6.37 \times 10^{6}}} = 1.24 \times 10^{-3} \text{ rad/s}

T=2πω=2π1.24×103=5066 s=1.41 hoursT = \frac{2\pi}{\omega} = \frac{2\pi}{1.24\times10^{-3}} = 5066 \text{ s} = 1.41 \text{ hours}

So a day of about 1 hour 24 minutes, roughly 17 times the present spin rate, would leave objects at the equator weightless. Things at higher latitudes would still have weight, because their cos2λ\cos^{2}\lambda is smaller.

[JEE Tip] Be careful with the corresponding question at a general latitude. Setting gω2REcos2λ=0g - \omega^{2}R_E\cos^{2}\lambda = 0 gives ω=1cosλgRE\omega = \frac{1}{\cos\lambda}\sqrt{\frac{g}{R_E}}, but this only makes the radial component vanish. The along-the-surface component mω2REsinλcosλm\omega^{2}R_E\sin\lambda\cos\lambda is still there, so the body does not truly float — it slides. Only at the equator, where that second component is zero, does everything cancel.

A small bonus: the plumb line does not point at the centre

That leftover surface-directed component means the resultant of gravity and the centrifugal effect is not exactly along POPO. A plumb bob hangs slightly off the true radius, tilted towards the equator by an angle

tanθ=ω2REsinλcosλgω2REcos2λ\tan\theta = \frac{\omega^{2}R_E\sin\lambda\cos\lambda}{g - \omega^{2}R_E\cos^{2}\lambda}

which is largest at λ=45°\lambda = 45°, where it comes to about 0.1°0.1°, or six minutes of arc. Tiny, but real, and surveyors correct for it.

The Shape of the Earth, and All Four Effects Together

One reason for the variation of gg is left, and it is a consequence of the rotation rather than a separate accident.

The Earth is an oblate spheroid

A spinning ball of rock and liquid does not stay spherical. It bulges at the equator and flattens at the poles. Measured:

  • equatorial radius Req=6378R_{eq} = 6378 km
  • polar radius Rpol=6357R_{pol} = 6357 km
  • difference about 21 km, a flattening of roughly 1 part in 300

So the ground at the pole is 21 km closer to the centre than the ground at the equator. Since gGMER2g \approx \frac{GM_E}{R^2} falls off as the square of the distance, being closer means a stronger pull:

Key Point: Because the Earth is an oblate spheroid with a smaller polar radius, gg is larger at the poles and smaller at the equator, quite apart from the rotation effect. Both effects push the same way, which is why gg at the poles exceeds gg at the equator on both counts.

A rough estimate: Δgg2ΔRR=2×216371=0.0066\frac{\Delta g}{g} \approx \frac{2\Delta R}{R} = \frac{2 \times 21}{6371} = 0.0066, suggesting about 0.0650.065 m/s2^2. That overshoots, because the equatorial bulge is itself extra mass sitting underneath you when you stand at the equator, and its pull partly compensates for the extra distance. The honest number, extracted from measurements, is nearer 0.0180.018 m/s2^2.

The measured pole-to-equator difference

gpole=9.832 m/s2,gequator=9.780 m/s2,Δg=0.052 m/s2g_{pole} = 9.832 \text{ m/s}^2, \qquad g_{equator} = 9.780 \text{ m/s}^2, \qquad \Delta g = 0.052 \text{ m/s}^2

That is a variation of about 0.53%, and it splits as

  • rotation: ω2RE=0.034\omega^{2}R_E = 0.034 m/s2^2, roughly two thirds of it
  • shape: about 0.0180.018 m/s2^2, roughly one third

This is why the standard value 9.8 m/s2^2 is a compromise, and why the internationally agreed reference value, 9.80665 m/s2^2, corresponds to sea level at about 45°45° latitude.

The four effects on one page

Cause Formula Effect on gg Notes
Altitude hh gh=g(1+hRE)2g_h = g\left(1+\frac{h}{R_E}\right)^{-2}, and ghg(12hRE)g_h \approx g\left(1-\frac{2h}{R_E}\right) for hREh \ll R_E decreases exact form always valid; binomial within 1% only to about 361 km
Depth dd gd=g(1dRE)g_d = g\left(1-\frac{d}{R_E}\right) decreases, linearly to zero at the centre exact for a uniform Earth; follows from the shell theorems
Latitude λ\lambda and rotation gλ=gω2REcos2λg_\lambda = g - \omega^{2}R_E\cos^{2}\lambda maximum at the poles, minimum at the equator affects apparent weight; ω2RE=0.034\omega^{2}R_E = 0.034 m/s2^2
Shape (oblateness) Rpol<ReqR_{pol} < R_{eq}, so g1/R2g \propto 1/R^2 is larger at the poles maximum at the poles, minimum at the equator contributes about 0.0180.018 m/s2^2 of the 0.0520.052 total

The mistakes that cost marks

Mixing up RER_E and RE+hR_E + h. In gh=GME(RE+h)2g_h = \frac{GM_E}{(R_E+h)^2} the distance is measured from the centre, not from the ground. Writing GMEh2\frac{GM_E}{h^2} is the single most common slip in this chapter.

Using the binomial form when hh is not small. If the question says h=RE/2h = R_E/2 or h=2REh = 2R_E, the shortcut is invalid. See the error table earlier.

Thinking gg increases as you go down. It does not, for a uniform Earth — it decreases linearly.

Confusing depth and height factors. (12hRE)\left(1 - \frac{2h}{R_E}\right) going up, (1dRE)\left(1 - \frac{d}{R_E}\right) going down. The 2 belongs to the height.

Using cosλ\cos\lambda instead of cos2λ\cos^{2}\lambda. The first cosine comes from the radius of the circle of latitude, the second from resolving the centrifugal force along the radius. Both are needed.

Saying gravity itself is weaker at the equator because of rotation. It is not — the gravitational field gg is unchanged by the spin. What changes is the apparent weight, because part of the pull is being used up as the centripetal force.

[Board Important] "State four factors on which the value of gg depends, with the corresponding expressions" is a standard three-or-four-mark question, and the table above is the complete answer.

Solved Examples

Constants used throughout this section, unless a problem states otherwise: g=9.8g = 9.8 m/s2^2, RE=6.37×106R_E = 6.37 \times 10^6 m, G=6.67×1011G = 6.67 \times 10^{-11} N m2^2/kg2^2, ME=5.97×1024M_E = 5.97 \times 10^{24} kg and ω=7.29×105\omega = 7.29 \times 10^{-5} rad/s.

Example 1: A thousand kilometres up, two ways

Find gg at a height of 1000 km above the Earth's surface, using (a) the exact formula and (b) the binomial approximation. State the error the approximation makes.

Solution:

  1. Compute the ratio first. hRE=1.00×1066.37×106=0.1570\frac{h}{R_E} = \frac{1.00 \times 10^{6}}{6.37 \times 10^{6}} = 0.1570

  2. (a) Exact form. gh=g(1+hRE)2=9.8(1.1570)2=9.81.3386=7.32 m/s2g_h = g\left(1+\frac{h}{R_E}\right)^{-2} = \frac{9.8}{(1.1570)^{2}} = \frac{9.8}{1.3386} = 7.32 \text{ m/s}^2

  3. (b) Binomial form. ghg(12hRE)=9.8(10.3140)=9.8×0.6860=6.72 m/s2g_h \approx g\left(1-\frac{2h}{R_E}\right) = 9.8\,(1 - 0.3140) = 9.8 \times 0.6860 = 6.72 \text{ m/s}^2

  4. The error. 6.727.327.32×100=8.2%\frac{6.72 - 7.32}{7.32} \times 100 = -8.2\%

  5. Why. hRE=0.157\frac{h}{R_E} = 0.157 is not small, and the discarded term of the expansion, 3(hRE)2=0.0743\left(\frac{h}{R_E}\right)^{2} = 0.074, is already 7% of the answer.

Final Answer: exact 7.327.32 m/s2^2; binomial 6.726.72 m/s2^2; the approximation is 8.2% low.

Takeaway: The binomial form is a convenience, not a law. At 1000 km it is already wrong in the first significant figure, and at h=REh = R_E it returns a negative gg.

Example 2: Where does gg fall to half?

Find (a) the height above the surface and (b) the depth below it at which gg becomes half its surface value.

Solution:

  1. (a) Use the exact height formula — half is nowhere near a small change, so no binomial. g2=g(1+hRE)2(1+hRE)2=2\frac{g}{2} = \frac{g}{\left(1+\frac{h}{R_E}\right)^{2}} \qquad \Longrightarrow \qquad \left(1+\frac{h}{R_E}\right)^{2} = 2

  2. Take the square root and solve. 1+hRE=2=1.4142h=0.4142RE1 + \frac{h}{R_E} = \sqrt{2} = 1.4142 \qquad \Longrightarrow \qquad h = 0.4142\,R_E h=0.4142×6.37×106=2.64×106 m=2639 kmh = 0.4142 \times 6.37 \times 10^{6} = 2.64 \times 10^{6} \text{ m} = 2639 \text{ km}

  3. (b) Depth. The depth law is linear. g2=g(1dRE)dRE=12d=RE2=3185 km\frac{g}{2} = g\left(1-\frac{d}{R_E}\right) \qquad \Longrightarrow \qquad \frac{d}{R_E} = \frac{1}{2} \qquad \Longrightarrow \qquad d = \frac{R_E}{2} = 3185 \text{ km}

Final Answer: (a) h=2639h = 2639 km, about 0.414RE0.414R_E; (b) d=3185d = 3185 km, exactly RE/2R_E/2.

Takeaway: The two halving distances are completely different numbers, 2639 km up and 3185 km down, because one law is an inverse square and the other is a straight line.

Example 3: A one per cent change

At what height, and at what depth, does gg fall by 1% of its surface value?

Solution:

  1. Height, using the binomial form — legitimate here, since the change is tiny. 2hRE=0.01h=RE200=6.37×106200=3.185×104 m=31.9 km\frac{2h}{R_E} = 0.01 \qquad \Longrightarrow \qquad h = \frac{R_E}{200} = \frac{6.37 \times 10^{6}}{200} = 3.185 \times 10^{4} \text{ m} = 31.9 \text{ km}

  2. Check it against the exact form. Solving (1+hRE)2=0.99\left(1+\frac{h}{R_E}\right)^{-2} = 0.99 exactly gives h=32.1h = 32.1 km, so the shortcut is accurate to 0.7% of itself here. Good enough.

  3. Depth, from the exact linear law. dRE=0.01d=RE100=6.37×104 m=63.7 km\frac{d}{R_E} = 0.01 \qquad \Longrightarrow \qquad d = \frac{R_E}{100} = 6.37 \times 10^{4} \text{ m} = 63.7 \text{ km}

Final Answer: about 32 km of height, or 63.7 km of depth.

Takeaway: Near the surface, a metre upwards costs twice as much gg as a metre downwards. That factor of 2 is the whole difference between the two formulae.

Example 4: A 63 N body, above and below

A body weighs 63 N at the Earth's surface. Find the gravitational force on it (a) at a height equal to half the Earth's radius, and (b) at a depth equal to half the Earth's radius.

Solution:

  1. (a) Height h=RE/2h = R_E/2. This is not small, so use the exact form. gh=g(1+12)2=g(1.5)2=g2.25=4g9g_h = g\left(1+\frac{1}{2}\right)^{-2} = \frac{g}{(1.5)^{2}} = \frac{g}{2.25} = \frac{4g}{9}

  2. Weight is proportional to gg for the same body. Wh=63×49=28 NW_h = 63 \times \frac{4}{9} = 28 \text{ N}

  3. (b) Depth d=RE/2d = R_E/2. gd=g(112)=g2Wd=632=31.5 Ng_d = g\left(1-\frac{1}{2}\right) = \frac{g}{2} \qquad \Longrightarrow \qquad W_d = \frac{63}{2} = 31.5 \text{ N}

Final Answer: (a) 28 N; (b) 31.5 N.

Takeaway: Same distance travelled, different answers — and going up loses more. Working with the ratio Wnew/Wsurface=gnew/gW_{new}/W_{surface} = g_{new}/g avoids ever needing the mass.

Example 5: Matching a height with a depth

At what depth below the Earth's surface does gg have the same value as at a height of 100 km above it?

Solution:

  1. Compute gg at the height, exactly. hRE=1.00×1056.37×106=0.015699,gh=9.8(1.015699)2=9.81.031644=9.4994 m/s2\frac{h}{R_E} = \frac{1.00\times10^{5}}{6.37\times10^{6}} = 0.015699, \qquad g_h = \frac{9.8}{(1.015699)^{2}} = \frac{9.8}{1.031644} = 9.4994 \text{ m/s}^2

  2. Set the depth expression equal to it. g(1dRE)=9.49941dRE=9.49949.8=0.96933g\left(1-\frac{d}{R_E}\right) = 9.4994 \qquad \Longrightarrow \qquad 1-\frac{d}{R_E} = \frac{9.4994}{9.8} = 0.96933

  3. Solve. dRE=0.030674d=0.030674×6.37×106=1.954×105 m=195 km\frac{d}{R_E} = 0.030674 \qquad \Longrightarrow \qquad d = 0.030674 \times 6.37\times10^{6} = 1.954 \times 10^{5} \text{ m} = 195 \text{ km}

  4. Compare with the quick rule. For small displacements d2hd \approx 2h would predict 200 km. The exact answer is 195 km, so the rule of thumb is good to about 2% here.

Final Answer: d195d \approx 195 km, close to but a little less than 2h2h.

Takeaway: The d=2hd = 2h rule comes from equating the two small-displacement forms, and it degrades as soon as hh stops being small compared with RER_E.

Example 6: Gravity at the space station

A space station orbits at a height of 300 km. Find gg there, and express it as a percentage of the surface value.

Solution:

  1. The ratio. hRE=3.00×1056.37×106=0.047096\frac{h}{R_E} = \frac{3.00\times10^{5}}{6.37\times10^{6}} = 0.047096

  2. Exact form. gh=9.8(1.047096)2=9.81.09641=8.94 m/s2g_h = \frac{9.8}{(1.047096)^{2}} = \frac{9.8}{1.09641} = 8.94 \text{ m/s}^2

  3. As a percentage. 8.949.8×100=91.2%\frac{8.94}{9.8}\times100 = 91.2\%

  4. The binomial form, for comparison, gives 9.8(10.094192)=8.889.8(1-0.094192) = 8.88 m/s2^2, which is 0.69% low — acceptable for a rough estimate but not for a precise one.

Final Answer: g8.94g \approx 8.94 m/s2^2, about 91% of the surface value.

Takeaway: Gravity at the space station is barely weaker than on the ground. Astronauts there float not because gravity has vanished, but because the station and everything in it are in free fall together — a point developed properly when satellites are dealt with later in the chapter.

Example 7: Base camp to summit

The summit of the world's highest mountain stands about 8848 m above sea level. By how much, and by what percentage, is gg smaller there than at sea level?

Solution:

  1. The ratio is tiny, so the binomial form is safe. hRE=88486.37×106=1.389×103\frac{h}{R_E} = \frac{8848}{6.37\times10^{6}} = 1.389\times10^{-3}

  2. Fractional decrease. Δgg=2hRE=2×1.389×103=2.78×103=0.278%\frac{\Delta g}{g} = \frac{2h}{R_E} = 2 \times 1.389\times10^{-3} = 2.78 \times 10^{-3} = 0.278\%

  3. Absolute decrease. Δg=9.8×2.78×103=0.0272 m/s2,gsummit=9.773 m/s2\Delta g = 9.8 \times 2.78\times10^{-3} = 0.0272 \text{ m/s}^2, \qquad g_{summit} = 9.773 \text{ m/s}^2

  4. Exact check. 9.8(1.001389)2=9.7728\frac{9.8}{(1.001389)^{2}} = 9.7728 m/s2^2 — the binomial and exact values agree to five figures, as they should at this height.

Final Answer: gg is smaller by about 0.0270.027 m/s2^2, a drop of 0.280.28%.

Takeaway: Even the tallest mountain on Earth changes gg by only a quarter of a per cent. A 70 kg climber weighs about 1.9 N less at the summit — less than the weight of a chocolate bar.

Example 8: Two latitudes

Taking ω=7.29×105\omega = 7.29\times10^{-5} rad/s, RE=6.37×106R_E = 6.37\times10^{6} m and g=9.8g = 9.8 m/s2^2, find the effective value of gg at latitude 45°45° and at latitude 60°60°, ignoring the Earth's oblateness.

Solution:

  1. Compute the equatorial reduction once. ω2RE=(7.29×105)2×6.37×106=5.314×109×6.37×106=0.0339 m/s2\omega^{2}R_E = (7.29\times10^{-5})^{2}\times 6.37\times10^{6} = 5.314\times10^{-9}\times6.37\times10^{6} = 0.0339 \text{ m/s}^2

  2. At λ=45°\lambda = 45°, where cos245°=0.5\cos^{2}45° = 0.5: gλ=9.80.0339×0.5=9.80.0169=9.783 m/s2g_\lambda = 9.8 - 0.0339\times0.5 = 9.8 - 0.0169 = 9.783 \text{ m/s}^2

  3. At λ=60°\lambda = 60°, where cos260°=0.25\cos^{2}60° = 0.25: gλ=9.80.0339×0.25=9.80.0085=9.792 m/s2g_\lambda = 9.8 - 0.0339\times0.25 = 9.8 - 0.0085 = 9.792 \text{ m/s}^2

  4. Note the pattern. The loss falls off as cos2λ\cos^{2}\lambda, so it has already dropped to a quarter of its equatorial value by 60°60°.

Final Answer: g45°=9.783g_{45°} = 9.783 m/s2^2 and g60°=9.792g_{60°} = 9.792 m/s2^2.

Takeaway: Compute ω2RE=0.034\omega^2 R_E = 0.034 m/s2^2 once and reuse it. Every latitude question is then a single multiplication by cos2λ\cos^{2}\lambda.

Example 9: The pole-to-equator weighing

A spring balance reads exactly 490 N when a person stands on it at the North Pole. What will it read at the equator, taking only the Earth's rotation into account? Take g=9.8g = 9.8 m/s2^2 and ω2RE=0.0339\omega^{2}R_E = 0.0339 m/s2^2.

Solution:

  1. Find the mass from the polar reading, where the rotation contributes nothing: m=4909.8=50 kgm = \frac{490}{9.8} = 50 \text{ kg}

  2. Effective gg at the equator. gequator=gω2RE=9.80.0339=9.7661 m/s2g_{equator} = g - \omega^{2}R_E = 9.8 - 0.0339 = 9.7661 \text{ m/s}^2

  3. New reading. W=50×9.7661=488.3 NW = 50 \times 9.7661 = 488.3 \text{ N}

  4. The difference. ΔW=490488.3=1.7 N,1.7490×100=0.35%\Delta W = 490 - 488.3 = 1.7 \text{ N}, \qquad \frac{1.7}{490}\times100 = 0.35\%

Final Answer: about 488.3488.3 N, some 1.71.7 N less than at the pole.

Takeaway: A spring balance reads apparent weight and so notices the spin; a beam balance compares two masses in the same field and does not. [NEET Important] That distinction is a standard one-mark trap.

Example 10: How fast would the Earth have to spin?

(a) Find the angular speed at which bodies at the equator would become weightless, and the corresponding length of the day. (b) How many times faster than at present is that? Take g=9.8g = 9.8 m/s2^2, RE=6.37×106R_E = 6.37\times10^{6} m and the present day as 86164 s.

Solution:

  1. (a) Weightless means the effective gg vanishes at λ=0\lambda = 0. gω2RE=0ω=gREg - \omega^{2}R_E = 0 \qquad \Longrightarrow \qquad \omega = \sqrt{\frac{g}{R_E}}

  2. Substitute. ω=9.86.37×106=1.5385×106=1.240×103 rad/s\omega = \sqrt{\frac{9.8}{6.37\times10^{6}}} = \sqrt{1.5385\times10^{-6}} = 1.240\times10^{-3} \text{ rad/s}

  3. Length of the day. T=2πω=6.28321.240×103=5066 s=1.41 hours=1 h 24 minT = \frac{2\pi}{\omega} = \frac{6.2832}{1.240\times10^{-3}} = 5066 \text{ s} = 1.41 \text{ hours} = 1 \text{ h } 24 \text{ min}

  4. (b) Speed-up factor. 861645066=17.0\frac{86164}{5066} = 17.0

Final Answer: ω=1.24×103\omega = 1.24\times10^{-3} rad/s, a day of about 1 h 24 min, roughly 17 times the present spin rate.

Takeaway: The condition is ω2RE=g\omega^2 R_E = g, which is exactly the condition for the ground to stop pushing on you. Note that only the equator is affected this way — at higher latitudes cos2λ<1\cos^{2}\lambda < 1, so some weight always remains.

Example 11: Reading the graph in both directions

For a uniform spherical Earth, find every distance rr from the centre at which gg equals half its surface value.

Solution:

  1. Inside the Earth, g(r)=grREg(r) = g\dfrac{r}{R_E}. Set it equal to g/2g/2: rRE=12r=RE2=3185 km from the centre\frac{r}{R_E} = \frac{1}{2} \qquad \Longrightarrow \qquad r = \frac{R_E}{2} = 3185 \text{ km from the centre}

  2. Outside the Earth, g(r)=gRE2r2g(r) = g\dfrac{R_E^{2}}{r^{2}}. Set it equal to g/2g/2: RE2r2=12r=2RE=9008 km from the centre\frac{R_E^{2}}{r^{2}} = \frac{1}{2} \qquad \Longrightarrow \qquad r = \sqrt{2}\,R_E = 9008 \text{ km from the centre}

  3. Convert the second to a height above the ground. h=rRE=(21)RE=0.414×6.37×106=2639 kmh = r - R_E = (\sqrt{2}-1)R_E = 0.414\times6.37\times10^{6} = 2639 \text{ km}

Final Answer: at r=RE/2r = R_E/2 (a depth of 3185 km) and at r=2REr = \sqrt{2}R_E (a height of 2639 km).

Takeaway: Every value of gg below the maximum is attained twice, once inside and once outside, because the graph rises to a peak at the surface and then falls. Questions that ask for "the distance" without saying which side are asking for both.

Example 12: Gravity out at geostationary height

Communications satellites sit about 3.60×1073.60 \times 10^{7} m above the Earth's surface. Find gg at that height, as a fraction of its surface value.

Solution:

  1. The ratio is enormous, so only the exact form will do. hRE=3.60×1076.37×106=5.652\frac{h}{R_E} = \frac{3.60\times10^{7}}{6.37\times10^{6}} = 5.652

  2. Exact form. gh=g(1+5.652)2=9.8(6.652)2=9.844.24=0.221 m/s2g_h = \frac{g}{(1+5.652)^{2}} = \frac{9.8}{(6.652)^{2}} = \frac{9.8}{44.24} = 0.221 \text{ m/s}^2

  3. As a fraction of the surface value. 0.2219.8=0.0226that is, about 144 of g\frac{0.221}{9.8} = 0.0226 \qquad \text{that is, about } \frac{1}{44} \text{ of } g

  4. What the binomial form would have said. 9.8(111.30)=1019.8(1 - 11.30) = -101 m/s2^2. Pure nonsense, as expected when h/REh/R_E is more than 5.

Final Answer: g0.221g \approx 0.221 m/s2^2, about 2.3% of the surface value.

Takeaway: Gravity is still very much present at satellite heights — it is what holds the orbit together. The exact form is the only one that survives out here; what the satellite then does with that gg belongs to the sections on orbits.