Difference between revisions of "2001 AIME II Problems/Problem 6"

(Made major improvements to all the solutions)
 
(7 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
== Problem ==
 
== Problem ==
[[Square]] <math>ABCD</math> is inscribed in a [[circle]]. Square <math>EFGH</math> has vertices <math>E</math> and <math>F</math> on <math>\overline{CD}</math> and vertices <math>G</math> and <math>H</math> on the circle. If the area of square <math>ABCD</math> is 1, then the area of square <math>ABCD</math> can be expressed as <math>\frac {m}{n}</math> where <math>m</math> and <math>n</math> are relatively prime positive integers and <math>m < n</math>. Find <math>10n + m</math>.
+
[[Square]] <math>ABCD</math> is inscribed in a [[circle]]. Square <math>EFGH</math> has vertices <math>E</math> and <math>F</math> on <math>\overline{CD}</math> and vertices <math>G</math> and <math>H</math> on the circle. If the area of square <math>ABCD</math> is <math>1</math>, then the area of square <math>EFGH</math> can be expressed as <math>\frac {m}{n}</math> where <math>m</math> and <math>n</math> are relatively prime positive integers and <math>m < n</math>. Find <math>10n + m</math>.
  
== Solution ==
+
== Solution 1a (Pythagorean theorem) ==
Let <math>O</math> be the center of the circle, and <math>2a</math> be the side length of <math>ABCD</math>, <math>2b</math> be the side length of <math>EFGH</math>. By the [[Pythagorean Theorem]], the radius of <math>\odot O = OC = a\sqrt{2}</math>.
+
Let <math>O</math> be the center of the circle, <math>2a</math> be the side length of square <math>ABCD</math>, and <math>2b</math> be the side length of square <math>EFGH</math>. By symmetry, the horizontal and vertical displacements of <math>C</math> from <math>O</math> are both <math>\frac{2a}{2} = a</math>, so by the [[Pythagorean Theorem|Pythagorean theorem]], the radius of the circle is <math>OC = \sqrt{a^2+a^2} = a\sqrt{2}</math>.
 
   
 
   
 
<center><asy>
 
<center><asy>
Line 13: Line 13:
 
</asy></center>
 
</asy></center>
  
Now consider [[right triangle]] <math>OGI</math>, where <math>I</math> is the midpoint of <math>\overline{GH}</math>. Then, by the Pythagorean Theorem,
+
Now let <math>I</math> be the midpoint of <math>\overline{GH}</math>, giving <math>\overline{GI} = \frac{2b}{2} = b</math>, and let <math>J</math> be the point where <math>\overline{OI}</math> intersects <math>\overline{CD}</math>. We observe that since a diameter bisects a chord perpendicular to it, <math>\overline{GH}</math> must be perpendicular to the diameter passing through <math>I</math>. This means that triangle <math>OGI</math> has a right angle at <math>I</math>, and that <math>\overline{OJ}</math> and <math>\overline{JI}</math> are both parallel to <math>\overline{BC}</math> and <math>\overline{FG}</math>. As the horizontal displacement of <math>C</math> from <math>O</math> is <math>a</math> (from above), it follows that <math>\overline{OJ} = a</math>, and hence <cmath>\overline{OI} = \overline{OJ}+\overline{JI} = a+\overline{FG} = a+2b,</cmath> so by the Pythagorean Theorem again,
  
 
<cmath>\begin{align*}
 
<cmath>\begin{align*}
OG^2 = 2a^2 &= OI^2 + GI^2 = (a+2b)^2 + b^2 \\
+
\overline{OG}^2 = \overline{OI}^2 + \overline{GI}^2 &\iff \left(a\sqrt{2}\right)^2 = (a+2b)^2 + b^2 \\
0 &= a^2 - 4ab - 5b^2 = (a - 5b)(a + b)
+
&\iff 2a^2 = a^2+4ab+4b^2+b^2 \\ &\iff a^2-4ab-5b^2 = 0 \\ &\iff (a-5b)(a+b) = 0
 
\end{align*}
 
\end{align*}
 
</cmath>
 
</cmath>
  
Thus <math>a = 5b</math> (since lengths are positive, we discard the other root). The ratio of the areas of two similar figures is the square of the ratio of their corresponding side lengths, so <math>\frac{[EFGH]}{[ABCD]} = \left(\frac 15\right)^2 = \frac{1}{25}</math>, and the answer is <math>10n + m = \boxed{251}</math>.
+
Since lengths must be positive, we clearly cannot have <math>a+b = 0</math>, so the solution must instead be <math>a = 5b</math>. Since the ratio of the areas of two similar figures is the square of the ratio of their corresponding side lengths, we deduce that the required ratio is <math>\left(\frac{1}{5}\right)^2 = \frac{1}{25}</math>, and so the answer is <math>10 \cdot 25 + 1 = \boxed{251}</math>.
  
Another way to proceed from <math>0 = a^2 - 4ab - 5b^2</math> is to note that <math>\frac{b}{a}</math> is the quantity we need; thus, we divide by <math>a^2</math> to get
+
== Solution 1b (alternative finish for Solution 1a) ==
 +
After establishing that <math>a^2-4ab-5b^2 = 0</math>, another way to proceed is to observe that what we actually need to calculate is <math>\frac{b}{a}</math>. Accordingly, we divide both sides of this equation by <math>a^2</math> (or equivalently, choose units such that the area of square <math>ABCD</math> is <math>1</math>, without loss of generality), giving
 +
<cmath>1-4\left(\frac{b}{a}\right)-5\left(\frac{b}{a}\right)^2 = 0,</cmath>
 +
which is a quadratic in precisely the variable <math>\frac{b}{a}</math>. Thus, by solving it, we immediately obtain <math>\frac{b}{a} = \frac{1}{5}</math> or <math>\frac{b}{a} = -1</math>, and as in Solution 1a, the negative root is obviously extraneous. Hence the required ratio of areas is <math>\left(\frac{1}{5}\right)^2 = \frac{1}{25}</math>, and so the answer is <math>10 \cdot 25 + 1 = \boxed{251}</math>.
  
<cmath>0 = 1 - 4\left(\frac{b}{a}\right) - 5\left(\frac{b}{a}\right)^2</cmath>
+
== Solution 2 (coordinates) ==
This is a quadratic in <math>\frac{b}{a}</math>, and solving it gives <math>\frac{b}{a} = \frac{1}{5},-1</math>. The negative solution is extraneous, and so the ratio of the areas is <math>\left(\frac{1}{5}\right)^2 = \frac{1}{25}</math> and the answer is <math>10\cdot 25 + 1 = \boxed{251}</math>.
+
Let <math>A</math> be the top-left vertex of square <math>ABCD</math>, and label the rest of the vertices in alphabetical order going clockwise from <math>A</math>. Let <math>D</math> have coordinates <math>(0,0)</math> and the side length of square <math>ABCD</math> be <math>a</math>. Let <math>\overline{DF} = b</math>, the midpoint of <math>\overline{EF}</math> be <math>J</math>, and <math>\overline{PQ}</math> be the diameter of the circle that passes through <math>J</math>. Since a diameter bisects a chord perpendicular to it, we deduce that <math>\overline{CJ} = \overline{DJ}</math>, while <math>\overline{JE} = \overline{JF}</math> by the definition of the midpoint, so <math>\overline{CE} = \overline{CJ}+\overline{JE} = \overline{DJ}+\overline{JF} = \overline{DF} = b</math>. It follows that <cmath>2b = \overline{CE}+\overline{DF} = \left(\overline{CF}+\overline{FE}\right)+\left(\overline{DE}+\overline{FE}\right) = \left(\overline{CF}+\overline{DE}\right)+2\overline{FE} = \left(\overline{CD}-\overline{FE}\right)+2\overline{FE} = \overline{CD}+\overline{FE} = a+\overline{FE},</cmath> so the side length of square <math>EFGH</math> is <math>\overline{FE} = 2b-a</math>, and as <math>F</math> has coordinates <math>(b,0)</math>, <math>G</math> therefore has coordinates <math>(b,2b-a)</math>.
 +
 
 +
Now, by symmetry, the center of the circle is the same as the center of the square, i.e. <math>\left(\frac{a}{2},\frac{a}{2}\right)</math>, and so its radius is half of the square's diagonal, i.e. <math>\frac{a\sqrt{2}}{2}</math>. This means the equation of the circle is <cmath>\left(x-\frac{a}{2}\right)^2 + \left(y-\frac{a}{2}\right)^2 = \left(\frac{a\sqrt{2}}{2}\right)^2 = \frac{a^2}{2},</cmath> and as <math>G</math> lies on the circle, its coordinates must satisfy this equation, yielding <cmath>\left(b-\frac{a}{2}\right)^2 + \left(\left(2b-a\right)-\frac{a}{2}\right)^2 = \frac{a^2}{2}.</cmath> Upon simplifying, this becomes <math>2a^2-7ab+5b^2 = 0</math>, which factors as <math>(2a-5b)(a-b) = 0</math>. Recalling that <math>b = \overline{DF} < \overline{DC} = a</math>, we cannot have <math>a = b</math>, so the solution must instead be <math>b = \frac{2}{5}a</math>. Thus the required ratio of areas is <cmath>\left(\frac{a-2b}{a}\right)^2 = \left(1-2\cdot\frac{b}{a}\right)^2 = \left(1-2\cdot\frac{2}{5}\right)^2 = \left(\frac{1}{5}\right)^2 = \frac{1}{25},</cmath> so the answer is <math>10 \cdot 25 + 1 = \boxed{251}</math>.
  
 
== See also ==
 
== See also ==

Latest revision as of 14:19, 3 June 2025

Problem

Square $ABCD$ is inscribed in a circle. Square $EFGH$ has vertices $E$ and $F$ on $\overline{CD}$ and vertices $G$ and $H$ on the circle. If the area of square $ABCD$ is $1$, then the area of square $EFGH$ can be expressed as $\frac {m}{n}$ where $m$ and $n$ are relatively prime positive integers and $m < n$. Find $10n + m$.

Solution 1a (Pythagorean theorem)

Let $O$ be the center of the circle, $2a$ be the side length of square $ABCD$, and $2b$ be the side length of square $EFGH$. By symmetry, the horizontal and vertical displacements of $C$ from $O$ are both $\frac{2a}{2} = a$, so by the Pythagorean theorem, the radius of the circle is $OC = \sqrt{a^2+a^2} = a\sqrt{2}$.

[asy] size(150); pointpen = black; pathpen = black+linewidth(0.7); pen d = linetype("4 4") + blue + linewidth(0.7); pair C=(1,1), D=(1,-1), B=(-1,1), A=(-1,-1), E= (1, -0.2), F=(1, 0.2), G=(1.4, 0.2), H=(1.4, -0.2); D(MP("A",A)--MP("B",B,N)--MP("C",C,N)--MP("D",D)--cycle); D(MP("E",E,SW)--MP("F",F,NW)--MP("G",G,NE)--MP("H",H,SE)--cycle); D(CP(D(MP("O",(0,0))), A));  D((0,0) -- (2^.5, 0), d); D((0,0) -- G -- (G.x,0), d);  [/asy]

Now let $I$ be the midpoint of $\overline{GH}$, giving $\overline{GI} = \frac{2b}{2} = b$, and let $J$ be the point where $\overline{OI}$ intersects $\overline{CD}$. We observe that since a diameter bisects a chord perpendicular to it, $\overline{GH}$ must be perpendicular to the diameter passing through $I$. This means that triangle $OGI$ has a right angle at $I$, and that $\overline{OJ}$ and $\overline{JI}$ are both parallel to $\overline{BC}$ and $\overline{FG}$. As the horizontal displacement of $C$ from $O$ is $a$ (from above), it follows that $\overline{OJ} = a$, and hence \[\overline{OI} = \overline{OJ}+\overline{JI} = a+\overline{FG} = a+2b,\] so by the Pythagorean Theorem again,

\begin{align*} \overline{OG}^2 = \overline{OI}^2 + \overline{GI}^2 &\iff \left(a\sqrt{2}\right)^2 = (a+2b)^2 + b^2 \\ &\iff 2a^2 = a^2+4ab+4b^2+b^2 \\ &\iff a^2-4ab-5b^2 = 0 \\ &\iff (a-5b)(a+b) = 0 \end{align*}

Since lengths must be positive, we clearly cannot have $a+b = 0$, so the solution must instead be $a = 5b$. Since the ratio of the areas of two similar figures is the square of the ratio of their corresponding side lengths, we deduce that the required ratio is $\left(\frac{1}{5}\right)^2 = \frac{1}{25}$, and so the answer is $10 \cdot 25 + 1 = \boxed{251}$.

Solution 1b (alternative finish for Solution 1a)

After establishing that $a^2-4ab-5b^2 = 0$, another way to proceed is to observe that what we actually need to calculate is $\frac{b}{a}$. Accordingly, we divide both sides of this equation by $a^2$ (or equivalently, choose units such that the area of square $ABCD$ is $1$, without loss of generality), giving \[1-4\left(\frac{b}{a}\right)-5\left(\frac{b}{a}\right)^2 = 0,\] which is a quadratic in precisely the variable $\frac{b}{a}$. Thus, by solving it, we immediately obtain $\frac{b}{a} = \frac{1}{5}$ or $\frac{b}{a} = -1$, and as in Solution 1a, the negative root is obviously extraneous. Hence the required ratio of areas is $\left(\frac{1}{5}\right)^2 = \frac{1}{25}$, and so the answer is $10 \cdot 25 + 1 = \boxed{251}$.

Solution 2 (coordinates)

Let $A$ be the top-left vertex of square $ABCD$, and label the rest of the vertices in alphabetical order going clockwise from $A$. Let $D$ have coordinates $(0,0)$ and the side length of square $ABCD$ be $a$. Let $\overline{DF} = b$, the midpoint of $\overline{EF}$ be $J$, and $\overline{PQ}$ be the diameter of the circle that passes through $J$. Since a diameter bisects a chord perpendicular to it, we deduce that $\overline{CJ} = \overline{DJ}$, while $\overline{JE} = \overline{JF}$ by the definition of the midpoint, so $\overline{CE} = \overline{CJ}+\overline{JE} = \overline{DJ}+\overline{JF} = \overline{DF} = b$. It follows that \[2b = \overline{CE}+\overline{DF} = \left(\overline{CF}+\overline{FE}\right)+\left(\overline{DE}+\overline{FE}\right) = \left(\overline{CF}+\overline{DE}\right)+2\overline{FE} = \left(\overline{CD}-\overline{FE}\right)+2\overline{FE} = \overline{CD}+\overline{FE} = a+\overline{FE},\] so the side length of square $EFGH$ is $\overline{FE} = 2b-a$, and as $F$ has coordinates $(b,0)$, $G$ therefore has coordinates $(b,2b-a)$.

Now, by symmetry, the center of the circle is the same as the center of the square, i.e. $\left(\frac{a}{2},\frac{a}{2}\right)$, and so its radius is half of the square's diagonal, i.e. $\frac{a\sqrt{2}}{2}$. This means the equation of the circle is \[\left(x-\frac{a}{2}\right)^2 + \left(y-\frac{a}{2}\right)^2 = \left(\frac{a\sqrt{2}}{2}\right)^2 = \frac{a^2}{2},\] and as $G$ lies on the circle, its coordinates must satisfy this equation, yielding \[\left(b-\frac{a}{2}\right)^2 + \left(\left(2b-a\right)-\frac{a}{2}\right)^2 = \frac{a^2}{2}.\] Upon simplifying, this becomes $2a^2-7ab+5b^2 = 0$, which factors as $(2a-5b)(a-b) = 0$. Recalling that $b = \overline{DF} < \overline{DC} = a$, we cannot have $a = b$, so the solution must instead be $b = \frac{2}{5}a$. Thus the required ratio of areas is \[\left(\frac{a-2b}{a}\right)^2 = \left(1-2\cdot\frac{b}{a}\right)^2 = \left(1-2\cdot\frac{2}{5}\right)^2 = \left(\frac{1}{5}\right)^2 = \frac{1}{25},\] so the answer is $10 \cdot 25 + 1 = \boxed{251}$.

See also

2001 AIME II (ProblemsAnswer KeyResources)
Preceded by
Problem 5
Followed by
Problem 7
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
All AIME Problems and Solutions

These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions. AMC Logo.png