Notes
rectangles in concentric rings solution
Solution to the Rectangles in Concentric Rings Puzzle
Each rectangle is tangent to two of the concentric circles. If the inner blue right has area 4 4 , what’s the purple area?
Let a a , b b , c c , d d be the radii of the circles in increasing order. That the blue ring has area 4 4 means that π b 2 − π a 2 = 4 \pi b^2 - \pi a^2 = 4 . Let e e and f f be the half heights of the two rectangles, with e e the length of A D A D and f f the length of E F E F .
Using the fact that the angle between a radius and tangent is 90 ∘ 90^\circ , there are many right-angled triangles in the diagram. Applying Pythagoras' theorem to these triangles leads to the identities:
b 2 = a 2 + e 2 ▵ O A D c 2 = b 2 + e 2 ▵ O B C c 2 = a 2 + f 2 ▵ O E F d 2 = c 2 + f 2 ▵ O H G
\begin{aligned}
b^2 &= a^2 + e^2 && \triangle O A D \\
c^2 &= b^2 + e^2 && \triangle O B C \\
c^2 &= a^2 + f^2 && \triangle O E F \\
d^2 &= c^2 + f^2 && \triangle O H G
\end{aligned}
The purple ring has area π d 2 − π c 2 \pi d^2 - \pi c^2 , and using the above identities gives:
d 2 − c 2 = f 2 = c 2 − a 2 = b 2 + e 2 − a 2 = b 2 + b 2 − a 2 − a 2 = 2 ( b 2 − a 2 )
\begin{aligned}
d^2 - c^2 &= f^2 \\
&= c^2 - a^2 \\
&= b^2 + e^2 - a^2 \\
&= b^2 + b^2 - a^2 - a^2 \\
&= 2(b^2 - a^2)
\end{aligned}
Putting this together shows that the purple ring has twice the area of the blue, so has area 8 8 .
Created on August 22, 2021 18:31:47
by
Andrew Stacey