Difference between revisions of "2009 AMC 10A Problems/Problem 21"

(Solution 2)
(3 intermediate revisions by 3 users not shown)
Line 25: Line 25:
 
\mathrm{(E)}\ 2\sqrt2-2
 
\mathrm{(E)}\ 2\sqrt2-2
 
</math>
 
</math>
 
+
[[Category: Introductory Geometry Problems]]
  
 
== Solution ==
 
== Solution ==
Line 46: Line 46:
 
</asy>
 
</asy>
  
Out of symmetry, the quadrilateral in the center must be a square. Its side is obviously <math>2r</math>, and therefore its diagonal is <math>2r\sqrt{2}</math>. We can now compute the length of the vertical diameter of the large circle as <math>2r + 2r\sqrt{2}</math>. Hence <math>2R=2r + 2r\sqrt{2}</math>, and thus <math>R=r+r\sqrt{2}=r(1+\sqrt{2})</math>.
+
Out of symmetry, the quadrilateral in the center must be a square. Its side is <math>2r</math>, and therefore its diagonal is <math>2r\sqrt{2}</math>. We can now compute the length of the vertical diameter of the large circle as <math>2r + 2r\sqrt{2}</math>. Hence <math>2R=2r + 2r\sqrt{2}</math>, and thus <math>R=r+r\sqrt{2}=r(1+\sqrt{2})</math>.
  
 
Then the area of the large circle is <math>L = \pi R^2 = \pi r^2 (1+\sqrt 2)^2 = \pi r^2 (3+2\sqrt 2)</math>.
 
Then the area of the large circle is <math>L = \pi R^2 = \pi r^2 (1+\sqrt 2)^2 = \pi r^2 (3+2\sqrt 2)</math>.
Line 62: Line 62:
 
\end{align*}
 
\end{align*}
 
</cmath>
 
</cmath>
 +
 +
==Solution 2==
 +
Draw the center of the large circle, and connect it with two adjacent centers of the smaller circles. Draw the line between the centers. Then, let the line connecting the center of the smaller circle to the center of the larger circle be <math>x.</math>
 +
 +
By the Pythagorean Theorem, we have that <cmath>x^2 + x^2 = (1+1)^2</cmath>
 +
 +
Simplifying, we have
 +
<cmath>
 +
\begin{align*}
 +
x &= \sqrt{\frac{(1+1)^2}{2}} \\
 +
&= \sqrt{\frac{4}{2}} \\
 +
&= \sqrt{2}
 +
\end{align*}
 +
</cmath>
 +
 +
Thus, the radius is <cmath>1 + x = 1 + \sqrt{2}</cmath>
 +
 +
The answer we desire is <cmath>\frac{4 \cdot \left(\pi \cdot 1^2 \right)}{\pi \cdot (1+\sqrt{2})^2}</cmath>
 +
 +
Simplifying, we have that
 +
<cmath>
 +
\begin{align*}
 +
\frac{4 \cdot \left(\pi \cdot 1^2 \right)}{\pi \cdot (1+\sqrt{2})^2} &= \frac{4 \cdot \pi}{\pi \cdot (1 + \sqrt{2})^2} \\
 +
&= \frac{\pi \cdot 4}{\pi \cdot (1+\sqrt{2})^2} \\
 +
&= \frac{4}{(1+\sqrt{2})^2} \\
 +
&= \frac{4}{1^2 + 2 \cdot 1 \cdot \sqrt{2} + (\sqrt{2})^2} \\
 +
&= \frac{4}{1 + 2 \sqrt{2} + 2} \\
 +
&= \frac{4}{3 + 2 \sqrt{2}} \\
 +
&= \frac{4 (3 - 2\sqrt{2})}{(3 + 2 \sqrt{2})(3 - 2\sqrt{2})} \\
 +
&= \frac{4 (3 - 2\sqrt{2})}{3^2 - (2\sqrt{2})^2} \\
 +
&= \frac{4 (3 - 2\sqrt{2})}{9 - 8} \\
 +
&= \frac{4 (3 - 2\sqrt{2})}{1} \\
 +
&= \boxed{\textbf{(C) } 4 (3 - 2\sqrt{2})}
 +
\end{align*}
 +
</cmath>
 +
 +
~mathboy282
  
 
== See Also ==
 
== See Also ==

Revision as of 19:01, 30 October 2021

Problem

Many Gothic cathedrals have windows with portions containing a ring of congruent circles that are circumscribed by a larger circle, In the figure shown, the number of smaller circles is four. What is the ratio of the sum of the areas of the four smaller circles to the area of the larger circle?

[asy] unitsize(6mm); defaultpen(linewidth(.8pt));  draw(Circle((0,0),1+sqrt(2))); draw(Circle((sqrt(2),0),1)); draw(Circle((0,sqrt(2)),1)); draw(Circle((-sqrt(2),0),1)); draw(Circle((0,-sqrt(2)),1)); [/asy]

$\mathrm{(A)}\ 3-2\sqrt2 \qquad \mathrm{(B)}\ 2-\sqrt2 \qquad \mathrm{(C)}\ 4(3-2\sqrt2) \qquad \mathrm{(D)}\ \frac12(3-\sqrt2) \qquad \mathrm{(E)}\ 2\sqrt2-2$

Solution

Draw some of the radii of the small circles as in the picture below.

[asy] unitsize(12mm); defaultpen(linewidth(.8pt));  draw(Circle((0,0),1+sqrt(2))); draw(Circle((sqrt(2),0),1)); draw(Circle((0,sqrt(2)),1)); draw(Circle((-sqrt(2),0),1)); draw(Circle((0,-sqrt(2)),1)); draw( (sqrt(2),0) -- (0,sqrt(2)) -- (-sqrt(2),0) -- (0,-sqrt(2)) -- cycle ); draw( (0,sqrt(2)) -- (0,1+sqrt(2)) ); draw( (0,-sqrt(2)) -- (0,-1-sqrt(2)) ); draw( (0,sqrt(2)) -- (0,-sqrt(2)), dashed ); [/asy]

Out of symmetry, the quadrilateral in the center must be a square. Its side is $2r$, and therefore its diagonal is $2r\sqrt{2}$. We can now compute the length of the vertical diameter of the large circle as $2r + 2r\sqrt{2}$. Hence $2R=2r + 2r\sqrt{2}$, and thus $R=r+r\sqrt{2}=r(1+\sqrt{2})$.

Then the area of the large circle is $L = \pi R^2 = \pi r^2 (1+\sqrt 2)^2 = \pi r^2 (3+2\sqrt 2)$. The area of four small circles is $S = 4\pi r^2$. Hence their ratio is:

\begin{align*} \frac SL  & = \frac{4\pi r^2}{\pi r^2 (3+2\sqrt 2)} \\ & = \frac 4{3+2\sqrt 2} \\ & = \frac 4{3+2\sqrt 2} \cdot \frac{3-2\sqrt 2}{3 - 2\sqrt 2} \\ & = \frac{4(3 - 2\sqrt 2)}{3^2 - (2\sqrt 2)^2} \\ & = \frac{4(3 - 2\sqrt 2)}1 \\ & = \boxed{4(3 - 2\sqrt 2)} \end{align*}

Solution 2

Draw the center of the large circle, and connect it with two adjacent centers of the smaller circles. Draw the line between the centers. Then, let the line connecting the center of the smaller circle to the center of the larger circle be $x.$

By the Pythagorean Theorem, we have that \[x^2 + x^2 = (1+1)^2\]

Simplifying, we have \begin{align*} x &= \sqrt{\frac{(1+1)^2}{2}} \\ &= \sqrt{\frac{4}{2}} \\ &= \sqrt{2} \end{align*}

Thus, the radius is \[1 + x = 1 + \sqrt{2}\]

The answer we desire is \[\frac{4 \cdot \left(\pi \cdot 1^2 \right)}{\pi \cdot (1+\sqrt{2})^2}\]

Simplifying, we have that \begin{align*} \frac{4 \cdot \left(\pi \cdot 1^2 \right)}{\pi \cdot (1+\sqrt{2})^2} &= \frac{4 \cdot \pi}{\pi \cdot (1 + \sqrt{2})^2} \\ &= \frac{\pi \cdot 4}{\pi \cdot (1+\sqrt{2})^2} \\ &= \frac{4}{(1+\sqrt{2})^2} \\ &= \frac{4}{1^2 + 2 \cdot 1 \cdot \sqrt{2} + (\sqrt{2})^2} \\ &= \frac{4}{1 + 2 \sqrt{2} + 2} \\ &= \frac{4}{3 + 2 \sqrt{2}} \\ &= \frac{4 (3 - 2\sqrt{2})}{(3 + 2 \sqrt{2})(3 - 2\sqrt{2})} \\ &= \frac{4 (3 - 2\sqrt{2})}{3^2 - (2\sqrt{2})^2} \\ &= \frac{4 (3 - 2\sqrt{2})}{9 - 8} \\ &= \frac{4 (3 - 2\sqrt{2})}{1} \\ &= \boxed{\textbf{(C) } 4 (3 - 2\sqrt{2})} \end{align*}

~mathboy282

See Also

2009 AMC 10A (ProblemsAnswer KeyResources)
Preceded by
Problem 20
Followed by
Problem 22
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
All AMC 10 Problems and Solutions

The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions. AMC logo.png