Difference between revisions of "2001 AIME II Problems/Problem 6"
Menuthreeone (talk | contribs) m (→Solution 1(Pythagorean Theorem)) |
Sevenoptimus (talk | contribs) (Improved Solution 2) |
||
Line 13: | Line 13: | ||
</asy></center> | </asy></center> | ||
− | Now consider | + | Now consider right triangle <math>OGI</math>, where <math>I</math> is the midpoint of <math>\overline{GH}</math>. Then, by the Pythagorean Theorem, |
<cmath>\begin{align*} | <cmath>\begin{align*} | ||
Line 31: | Line 31: | ||
== Solution 2 (Coordinates) == | == Solution 2 (Coordinates) == | ||
− | Let point <math>A</math> be the top-left corner of square <math>ABCD</math> and the rest of the vertices be | + | Let point <math>A</math> be the top-left corner of square <math>ABCD</math>, and the rest of the vertices be labelled clockwise from <math>A</math> in alphabetical order. 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>DF = b</math>, and diameter <math>HI</math> pass through <math>J</math>, the midpoint of <math>EF</math>. Since a diameter always bisects a chord perpendicular to it, we deduce that <math>DJ</math> = <math>JC</math>, while as <math>F</math> must be the reflection of <math>E</math> in the diameter, we also have <math>FJ = JE</math>, which gives <math>DF = DJ+FJ = JC+JE = EC = b</math>. Hence the side length of square <math>EFGH</math> is <math>FE = a - 2b</math>, so since <math>F</math> has coordinates <math>(b,0)</math>, <math>G</math> has coordinates <math>(b,2b-a)</math>. |
− | <math>(x - a | + | |
+ | Now, 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 <math>O</math> 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 = DF < DC = a</math>, we cannot have <math>a = b</math>, so the solution must instead be given by the other factor, i.e. <math>b = \frac{2}{5}a</math>. Thus the required the 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 == |
Revision as of 13:12, 3 June 2025
Problem
Square is inscribed in a circle. Square
has vertices
and
on
and vertices
and
on the circle. If the area of square
is
, then the area of square
can be expressed as
where
and
are relatively prime positive integers and
. Find
.
Solution 1(Pythagorean Theorem)
Let be the center of the circle, and
be the side length of
,
be the side length of
. By the Pythagorean Theorem, the radius of
.
![[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]](http://latex.artofproblemsolving.com/a/1/4/a14d609f4250e7310e06648a5d575443252da2bb.png)
Now consider right triangle , where
is the midpoint of
. Then, by the Pythagorean Theorem,
Thus (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
, and the answer is
.
Another way to proceed from is to note that
is the quantity we need; thus, we divide by
to get
This is a quadratic in
, and solving it gives
. The negative solution is extraneous, and so the ratio of the areas is
and the answer is
.
Remark: The division by is equivalent to simply setting the original area of square
to 1.
Solution 2 (Coordinates)
Let point be the top-left corner of square
, and the rest of the vertices be labelled clockwise from
in alphabetical order. Let
have coordinates
and the side length of square
be
. Let
, and diameter
pass through
, the midpoint of
. Since a diameter always bisects a chord perpendicular to it, we deduce that
=
, while as
must be the reflection of
in the diameter, we also have
, which gives
. Hence the side length of square
is
, so since
has coordinates
,
has coordinates
.
Now, the center of the circle is the same as the center of the square, i.e. , and so its radius is half of the square's diagonal, i.e.
. This means the equation of the circle
is
and as
lies on the circle, its coordinates must satisfy this equation, yielding
Upon simplifying, this becomes
, which factors as
. Recalling that
, we cannot have
, so the solution must instead be given by the other factor, i.e.
. Thus the required the ratio of areas is
so the answer is
.
See also
2001 AIME II (Problems • Answer Key • Resources) | ||
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.