The area of circles tangent inside another circle

2.1k Views Asked by At

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!

3

There are 3 best solutions below

0
On

Let $r$ be a radius of the little circle and $R$ be a radius of the big circle.

Thus, $$\frac{2}{3}\cdot\frac{2r\sqrt3}{2}+r=R $$ and $$r=(2\sqrt3-3)R.$$ Now, we can see that $$3(2\sqrt3-3)^2<2\left(1-3(2\sqrt3-3)^2\right).$$

0
On

Let the distance between the centers of two small circles be $2\sqrt3$. The radius of the circle circumscribed to the equilateral triangle is thus $2$ and the radius of the large circle $2+\sqrt3$.

Hence, compare

$$3{\sqrt3}^2=9$$ and $$2\left(\left(2+\sqrt3\right)^2-3{\sqrt3}^2\right)=8\sqrt3-4.$$

We have

$$9+4<8\sqrt3$$

because

$$169<192.$$

0
On

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$