16

In the square below, two semicircles are overlapping in a symmetrical pattern. Which is greater: the area shaded blue or the area shaded white?

enter image description here

My Solution

Let the length of each side of the square be $2r$.
The area of the square is $4r^2$.

The two semi-circles have equal area.
Area of one semi-circle = $\frac{{\pi}r^2}{2}$.
${\times}2 = {\pi}r^2$

White area = ${\pi}r^2 - $ area of the intersection of the two circles.

Let the area of the intersection of the two circles be $t$.
White area = ${\pi}r^2 - t$.

The segments that make up $t$ are identical.
$t$ = area of segment ${\times}2$.

Area of segment = Area of sector - Area of triangle.
Angle of sector = $90^{\circ}$ (The circles both have radius $r$, and the outer shape is a square.
Angle of sector $ = \frac{1}{4} * {\pi}r^2$.
Area of triangle $ = \frac{1}{2} * r^2$.
Area of segment $ = \frac{{\pi}r^2 - 2r^2}{4}$. $t = 2 {\times} \frac{{\pi}r^2 - 2r^2}{4}$.
$t = \frac{{\pi}r^2 - 2r^2}{2}$.

White area $ = {\pi}r^2 - \frac{{\pi}r^2 - 2r^2}{2}$.
White area $ = \frac{2{\pi}r^2 - {\pi}r^2 + 2r^2}{2}$.
White area $ = \frac{{\pi}r^2 + 2r^2}{2}$.

Blue area = $r^2\left(4 - \frac{{\pi} + 2}{2}\right)$.
Blue area = $r^2\left(\frac{8 - ({\pi} + 2)}{2}\right)$.
Blue area = $r^2\left(\frac{6 - {\pi}}{2}\right)$.

If White area $-$ Blue area $ \gt 0$, then the White area is larger.

$$r^2\left(\frac{{\pi}+2 - (6 - {\pi}}{2}\right)$$
$$r^2\left(\frac{2{\pi} - 4}{2}\right)$$
$$r^2(\pi - 2)$$

$\therefore$ the white area is larger.

My answer was wrong.

What is the error in my solution?

The provided solution:

The provided solution

Tobi Alafin
  • 1,187

3 Answers3

14

If you just divide the lower left part of the blue area and move each part $90$ degree up to join them to the main blue part, then the area of the new blue shape will be equal to the white part. enter image description here

Seyed
  • 8,933
11

The area of the segment is “quarter of circle minus triangle”: $$ \frac{1}{4}\pi r^2-\frac{1}{2}r^2=\frac{r^2}{4}(\pi-2) $$ Thus half of the white area is “quarter of circle plus triangle minus segment”: $$ \frac{1}{4}\pi r^2+\frac{1}{2}r^2-\frac{r^2}{4}(\pi-2)=r^2 $$ Therefore the white area is $2r^2$.

egreg
  • 238,574
11

There was a mistake in my earlier solution. I correct that mistake here.
 
Let the length of each side of the square be $2r$.
The area of the square is $4r^2$.

The two semi-circles have equal area.
Area of one semi-circle = $\frac{{\pi}r^2}{2}$.
${\times}2 = {\pi}r^2$

White area = ${\pi}r^2 - 2 {\times}$area of the intersection of the two circles.

Let the area of the intersection of the two circles be $t$.
White area = ${\pi}r^2 - 2t$.

The segments that make up $t$ are identical.
$t$ = area of segment ${\times}2$.

Area of segment = Area of sector - Area of triangle.
Angle of sector = $90^{\circ}$ (The circles both have radius $r$, and the outer shape is a square.
Angle of sector $ = \frac{1}{4} * {\pi}r^2$.
Area of triangle $ = \frac{1}{2} * r^2$.
Area of segment $ = \frac{{\pi}r^2 - 2r^2}{4}$. $t = 2 {\times} \frac{{\pi}r^2 - 2r^2}{4}$.
$t = \frac{{\pi}r^2 - 2r^2}{2}$.

White area $ = {\pi}r^2 - 2\left(\frac{{\pi}r^2 - 2r^2}{2}\right)$.
White area $ = \frac{2{\pi}r^2 - 2{\pi}r^2 + 4r^2}{2}$.
White area $ = \frac{4r^2}{2}$.
White area $ = 2r^2$.

Blue area = $r^2\left(4 - 2\right)$.
Blue area = $2r^2$.

The blue and white areas both have areas of $2r^2$, therefore the triangles have equal areas.

Tobi Alafin
  • 1,187
  • This solution correctly states that the white area is ${\pi}r^2 - 2 \times\text{area of the intersection of the two circles}.$ There is still a question of why you previously thought that the area was ${\pi}r^2 - \text{area of the intersection of the two circles}$ and what you can do to prevent such mistakes in future exercises. – David K Jul 24 '17 at 12:11
  • I'm not sure exactly why I made the mistake, but I guess I'll double check my assumptions in future questions. – Tobi Alafin Jul 24 '17 at 12:17
  • 1
    Don't worry about getting assumptions wrong for us--this is a fine place to bring incorrect work to have it corrected. I suspect in this case you just did that step a little too quickly. The way I think of it, the area of the overlapping semicircles is $\pi r^2$ minus the overlap, and we subtract the overlap a second time by coloring it blue. But subtracting the same thing twice is error-prone: subtracting it once can satisfy either of the conditions we need, and we might overlook the fact that this doesn't satisfy both conditions at once. – David K Jul 24 '17 at 12:43
  • 2
    Anyway, whatever the reason for your original confusion, I think this is a good question. It showed thorough and careful effort, and asked for help to understand why the effort reached a wrong conclusion. If only more questions here were like that! – David K Jul 24 '17 at 12:44