@joe-shmo saidThese 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.
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?
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...
@shallow-blue saidSure...Take your time ( and the easy way out - What fun is it completing the infinite sum anyway? )
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...
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.
@joe-shmo saidNone! 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.
Sure...Take your time ( and the easy way out - What fun is it completing the infinite sum anyway? )
@shallow-blue saidCorrect!
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.
And , yes you could probably make some aesthetically pleasing patterns! Have fun!
@shallow-blue saidI didn't mean actually calculate it! I just meant write the first couple terms down and recognize the geometric series and sum via formula!
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.
But either way, yours is probably a maximal efficiency solution...if that's your thing...
😉
@joe-shmo saidMy 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.
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...
😉