Start with a square. To keep things simple, I'll say its area is exactly 1 square unit. Since it's a square, that means each side is 1 unit long.
I'll describe a procedure for growing this square into a very large rectangle. The first step is to place a second square (also with area 1) adjacent to the first, so that together they form a rectangle with width 2, height 1, and area 2.
That was easy enough, but what comes next is more complicated, because we're going to start adding rectangles instead of squares. However, at each step the area of the new addition will always be equal to 1, but one of its sides will be long enough to match the existing rectangle. This time, we place a rectangle on top of the two squares, so it must have width 2 and height \( \frac{1}{2}\) to meet the side length and area requirements.
Now we make an addition to the side, this time matching the existing height of \( 1 \frac{1}{2}\), so the addition must have a width of \( \frac{2}{3}\).
Repeat this process of adding rectangles, alternating between top and side, ad infinitum . The total area grows and grows, but each added rectangle is longer and skinnier. If the viewing window keeps zooming out so that the big rectangle always has the same width, we see something interesting.
After 1,000 steps, it looks like this:
After 10,000 steps, it looks like this:
After 1,000,000 steps, it looks like this:
The fact is that these all look pretty much the same--a mathematician might say that the ratio of width to height approaches a limit.
What is that limit? Well, it's approximately 1.57001 after 1,000 steps, but grows to 1.57072 at 10,000 steps and 1.570795 at 1,000,000 steps, which probably pretty close to its true value. That number may look unremarkable until we multiply it by 2 to get 3.14159.
Happy Pi Day!
(The explanation of this phenomenon requires Calculus. Is anyone interested?)
Update : Here's an explanation .