Application Center - Maplesoft

App Preview:

Girding the Equator of Earth with a Belt

You can switch back to the summary page by clicking here.

Learn about Maple
Download Application




Girding the Equator

NULL

Dr. Robert J. Lopez

Emeritus, RHIT

Maple Fellow, Maplesoft

 

Recently, I came across an addendum to a problem that appears in many calculus texts, an addendum I had never explored. It intrigued me, and I hope it will capture your attention too.

 

The problem is that of girding the equator of the earth with a belt, then extending by one unit (here, taken as the foot) the radius of the circle so formed. The question is by how much does the circumference of the belt increase. This problem usually appears in the section of the calculus text dealing with linear approximations by the differential. It turns out that the circumference of the enlarged band is 2*Pi ft greater than the original band.

 

(An alternate version of this has the circumference of the band increased by one foot, with the radius then being increased by .16 ft.)

 

The addendum to the problem then asked how high would the enlarged band be over the surface of the earth if it were lifted at one point and drawn as tight as possible around the equator. At first, I didn't know what to think. Would the height be some surprisingly large number? And how would one go about calculating this height.

 

It turns out that the enlarged and lifted band would be some 616.67 feet above the surface of the earth! This is significantly larger than the increase in the diameter of the original band. So, the result is a surprise, at least to me. Here are the relevant calculations.

 

Assuming the equator of the earth is a perfect circle of radius 4000 miles, the circumference of a band around the equator is C[0] = 2*Pi*4000*5280 ft. If the radius is increased by one foot, the new circumference is C[1] = 2*Pi*(4000*5280+1), the difference being 2*Pi.

 

Incidentally, if the band of circumference C[0] increases by one foot, then the radius increases by

 

(C[0]+1)/(2*Pi)-C[0] = 1/(2*Pi) and `≐`(1/(2*Pi), .16*ft) 

 

Figure 1 illustrates what happens if, at one point, the band of circumference C[1] is lifted as high as possible. The red arc, measured by angle theta, has length lambda = r*theta and r*theta = r*(phi+(1/2)*Pi). The height of the lifted point above the surface of the earth is denoted by s, and the segment not in contact with the earth, tangent at the point where the band leaves the surface, has length t. The radius to this point of last contact is orthogonal to the tangent, and makes an angle phi with the horizontal.

 

Figure 1   Band with circumference C[1] lifted at one point

NULL

As a consequence of symmetry and the right triangle in Figure 1, phi = arcsin(r/(r+s)) and t = sqrt((r+s)^2-r^2) and sqrt((r+s)^2-r^2) = sqrt(2*r*s+s^2). Hence, we have

 

(1/2)*C[1]

"=lambda+t"

``

"=r theta+t"

``

"=r (Pi/2+phi)+t"

``

"=r (Pi/2+arcsin(r/(r+s)))+sqrt(s^(2)+2 r s)"

 

from which it follows by numeric solution of the equation Pi*(r+1) = r*((1/2)*Pi+arcsin(r/(r+s)))+sqrt(2*r*s+s^2), that `≐`(s, 616.67). Indeed, using Maple, we obtain as the value of s (in feet)

``

fsolve(eval(Pi*(r+1) = r*((1/2)*Pi+arcsin(r/(r+s)))+sqrt(2*r*s+s^2), r = 4000*5280), s) = 616.6695885NULL

 

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL

NULL