Go back
Turtles All The Way Down!

Turtles All The Way Down!

Posers and Puzzles

R
Standard memberRemoved

Joined
10 Dec 06
Moves
8528
Clock
23 Apr 21
Vote Up
Vote Down

A circle is inscribed in a square of side length 2. The region bound between the square and the circle is shaded. A copy of that figure is inscribed in the circle that is inscribed in the original square, and another copy inscribed in that circle ad infinitum...

What is the total shaded area?

Shallow Blue

Joined
18 Jan 07
Moves
12477
Clock
23 Apr 21
1 edit
Vote Up
Vote Down

@joe-shmo said
A circle is inscribed in a square of side length 2. The region bound between the square and the circle is shaded. A copy of that figure is inscribed in the circle that is inscribed in the original square, and another copy inscribed in that circle ad infinitum...

What is the total shaded area?
These things are always fun, because at first glance it looks like you're going to have to go into an infinite regression and use differential equations or something like that, but if you look at it right you see that you'll just end up with a single equation where the same ratio figures on both sides.

In this case, the area of the square is 4 and that of the circle inside is π. The shaded area outside the largest circle is, therefore, 4-π. And the total shaded area (let us call that, simply, S) is that, plus the shaded area inside the circle... but since the proportions scale, that latter one is the same as S times the size of the second square divided by the larger one (i.e. 4).

So, S = 4-π + S * proportion; or, S = (4-π ) / (1-proportion[exscribed square/inscribed square]).

Now all that's left to do is find that proportion. Have patience, please, while I try to recall my trig...

R
Standard memberRemoved

Joined
10 Dec 06
Moves
8528
Clock
23 Apr 21
1 edit
Vote Up
Vote Down

@shallow-blue said
These things are always fun, because at first glance it looks like you're going to have to go into an infinite regression and use differential equations or something like that, but if you look at it right you see that you'll just end up with a single equation where the same ratio figures on both sides.

In this case, the area of the square is 4 and that of the circle i ...[text shortened]... l that's left to do is find that proportion. Have patience, please, while I try to recall my trig...
Sure...Take your time ( and the easy way out - What fun is it completing the infinite sum anyway? )

Shallow Blue

Joined
18 Jan 07
Moves
12477
Clock
24 Apr 21
1 edit
Vote Up
Vote Down

Interestingly, it turns out that the square inscribed in a circle is exactly twice the area of the circumscribed square. That's because the circle has a radius of 1. If you draw it, you'll see that this means the outer square has a side of length 2, and the inner one a diagonal of length 2; which, by Pythagoras, means that its side is √2. Therefore, the area of the outer square is 4 and that of the inner is 2.

Plugging this into the previous equation, we get S = (4-π ) / (1-proportion[exscribed square/inscribed square]) = (4-π ) / (1-½ ) = (4-π ) / ½ = (4-π ) * 2 = 8 - 2π ≈ 1.7168. Which is slightly lower than the square root of three and slightly higher than the cube root of five, but I don't think either of those are significant as anything but another example of Guy's Strong Law.

More interestingly, as you draw it out, it becomes obvious that it doesn't matter a jot how the squares are rotated within their circles. The ratio remains the same. So the grey area is the same size if all squares are orthogonal, if they alternate orthogonal and diagonal, if they are completely random, or perhaps most æsthetically, if they go in a spiral. I should write some PostScript- or SVG-generating code to show those configurations.

Shallow Blue

Joined
18 Jan 07
Moves
12477
Clock
24 Apr 21
1 edit

@joe-shmo said
Sure...Take your time ( and the easy way out - What fun is it completing the infinite sum anyway? )
None! It's much more satisfying finding the higher solution. After all, repetitive drudge-work is what we have computers for. I'm a programmer, I should be above that. Discovering the easy way out is my raison d'être.

R
Standard memberRemoved

Joined
10 Dec 06
Moves
8528
Clock
24 Apr 21
1 edit
Vote Up
Vote Down

@shallow-blue said
Interestingly, it turns out that the square inscribed in a circle is exactly twice the area of the circumscribed square. That's because the circle has a radius of 1. If you draw it, you'll see that this means the outer square has a side of length 2, and the inner one a diagonal of length 2; which, by Pythagoras, means that its side is √2. Therefore, the area of the outer ...[text shortened]... go in a spiral. I should write some PostScript- or SVG-generating code to show those configurations.
Correct!

And , yes you could probably make some aesthetically pleasing patterns! Have fun!

R
Standard memberRemoved

Joined
10 Dec 06
Moves
8528
Clock
24 Apr 21
1 edit
Vote Up
Vote Down

@shallow-blue said
None! It's much more satisfying finding the higher solution. After all, repetitive drudge-work is what we have computers for. I'm a programmer, I should be above that. Discovering the easy way out is my raison d'être.
I didn't mean actually calculate it! I just meant write the first couple terms down and recognize the geometric series and sum via formula!

But either way, yours is probably a maximal efficiency solution...if that's your thing...

😉

Shallow Blue

Joined
18 Jan 07
Moves
12477
Clock
24 Apr 21

@joe-shmo said
I didn't mean actually calculate it! I just meant write the first couple terms down and recognize the geometric series and sum via formula!

But either way, yours is probably a maximal efficiency solution...if that's your thing...

😉
My thing is, do the thinking work now, so I don't have to do the calculating work later, dozens of time over. It's a professional thing.

Cookies help us deliver our Services. By using our Services or clicking I agree, you agree to our use of cookies. Learn More.