Extending the length of a curcumference by 1 meter

9.4k Views Asked by At

I once heard the following statement:

Take a piece of string and measure the length around a ball. Now add 1 meter to the string and stretch it out evenly around the ball. Obviously the diameter/radius will increase. Not sure by how much though.

Do the same thing for a ball the size of the earth. Add 1 meter to the string and (amazingly, at least to me) the increased radius/diameter is the same for a ball the size of the earth as for a small ball held in your hand.

Is this true? If yes, why is this true and by how much is the radius extended?

4

There are 4 best solutions below

1
On BEST ANSWER

How about a proof without words?

enter image description here

(Of course, one should imagine the limit as the number of segments tends to infinity.)

2
On

I really doubt any formal mathematical argument will be more "intuitive" than invoking $C = 2\pi r$. So instead I will try to appeal to intuition with a geometrical argument.

Take a small square and add a meter to the perimeter in order to form a larger square. It should be a bit more intuitive that each side of the larger square will be longer by $\frac{1}{4}$. If we interpret the "radius" of the square as the distance from the center to the side, then our radius has increased by $\frac{1}{8}$ and this value is independent of the original size of the square.

Similarly, the picture holds for shapes like pentagons, hexagons and octagons (the "radius" increase becomes more complex as the number of sides increases but it should not be too difficult to convince yourself that this increase is independent of the original size). If you view the circle as the limiting shape of these regular polygons then it's only natural that the increase in radius is independent of the original radius.

0
On

Instead of adding $1$ metre to the string, let's be more generous and add $2\pi$ metres. So if the old radius is $r$, the old circumference is $2\pi r$. The new circumference is $2\pi r+2\pi$, which is $2\pi(r+1)$. This is the circumference of a circle of radius $r+1$.

So adding $2\pi$ to the string increases the radius by $1$, independently of the initial radius $r$.

In a lost valley, the unit of distance is the rad, where $2\pi$ rads happens to be $1$ metre. By the above argument, if you add $2\pi$ rads to the circumference of a circle, you add $1$ rad to its radius. In metric units, if you add $1$ metre to the circumference, then you add $\frac{1}{2\pi}$ metres to its radius.

1
On

Let's say the Earth radius is $R_1$ and the radius of the string (after adding $1$ meter) is $R_2$.

So, the Earth circumference is $C_1 = 2\pi R_1$ and the string's circumference is $C_2=2\pi R_2$. But we know that the string circumference ($C_2$) is 1 meter longer that the Earth circumference ($C_1$), so:

$$\begin{align*} &C_1 + 1 = C_2\,,\\ &2 \pi R_1 + 1 = 2\pi R_2\,,\\ &2\pi R_2 - 2\pi R_1 = 1\,,\\ &2\pi (R_2-R_1) = 1\,,\text{ and}\\ &R_2-R_1 = \frac{1}{2\pi} \end{align*}$$

We can observe that the difference $1/2\pi$ is a constant - it is always the same and does not depend on the radius values.