[Math] The area of circles tangent inside another circle

areacircleseuclidean-geometrygeometry

Consider the following shape:

enter image description here

Three identical circles are tanged inside a circle.

Which is greater:

  1. The area of the shaded regions.
  2. Twice the area of the unshaded regions.

My attempt: I tried to solve it approximately. Let $R=2$ be the radius of the big circle, and its area is $4\pi$. The diameter of the smaller circles is about $R$ and their radius is $R/2=1$, the area of each small circle is $\pi$. So, the area of the shaded region is $3\pi$. The area of the unshaded region is about $4\pi – 3\pi =\pi$. Twice of it is about $2\pi$ which is smaller than $3\pi$, the area of the shaded region.

However, the correct answer is 2!

Best Answer

Consider the image below:

enter image description here

Let $R$ be the radius of the big circle and $r$ the radius of the small circles.

If we connect the center of the small circles we get an equilateral triangle with side = $2r$. The center of the triangle is the center of the big circle as well.

The distance between the center of the triangle to the midpoint of one of its sides (aka apothem) is $h/3$, where $h$ is the height of the triangle. In our case, $h = r\sqrt{3}$ (we can easily calculate this with the pythagorean theorem).

As we can see in the image, we can now say that $R = r + \frac{2}{3}r\sqrt{3} = r \left(1 + \frac{2\sqrt{3}}{3}\right) \approx 2.1547r$.

$Area_{shaded} = 3\pi r^2 $

$Area_{bigcircle} = \pi R^2 = \pi (2.1547r)^2 \approx 4.6427\pi r^2$

$Area_{unshaded} = Area_{bigcircle} - Area_{shaded} \approx (4.6427 - 3) \pi r^2 \approx 1.6427 \pi r^2 $

Finally, we can check that $2 (Area_{unshaded}) \approx 3.2854 \pi r^2$ is bigger than $Area_{shaded} = 3 \pi r^2$

Related Question