Recently, a friend of mine has sent me this image, and asked me if I could figure out the area of the white region in this circle; initially, I thought it was simply a infinite summation of a n-gon area, but I found myself stuck, and as such, I wanted some help.
The puzzle is: We have a infinite set of circumscribed polygons, each one in a increasingly larger circle; a infinite amount of them form this larger circle. What is the area of all of the polygons?
My attemp boiled down to, first, describing the problem:
$$(\ \sum^{\infty}_{?}W_a +\sum^{\infty}_{?}C_a\ )=\pi r_1^2$$ This is just a statement that the infinite sum of the white shades and the circles give off the area of a circle, which is just $\pi r^2$; my next step was delineating this to a more specific sum. I decided that the white shades should be the series of a circumscribed n-gon:
$$ \sum^{\infty}_{3}\frac{1}{2}nr_n^2 sin(\frac{2 \pi}{n})$$
So, to find the actual area would just be: $$\sum^{\infty}_{3}\frac{1}{2}nr_n^2 sin(\frac{2 \pi}{n})=\pi r_1^2- ( \sum^{\infty}_{n} \pi r_n^2)$$ However, I realized that the actual radii would be changing in as well, in the form of a infinite series: $$\sum^{\infty}_0 r_n+y$$ After that, I couldn't figure it out anymore. Does anyone know how to deal with something like this?