2001 AIME II Problems/Problem 6
Contents
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 1a (Pythagorean theorem)
Let be the center of the circle,
be the side length of square
, and
be the side length of square
. By symmetry, the horizontal and vertical displacements of
from
are both
, so by the Pythagorean theorem, the radius of the circle is
.
![[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 let be the midpoint of
, giving
, and let
be the point where
intersects
. We observe that since a diameter bisects a chord perpendicular to it,
must be perpendicular to the diameter passing through
. This means that triangle
has a right angle at
, and that
and
are both parallel to
and
. As the horizontal displacement of
from
is
(from above), it follows that
, and hence
so by the Pythagorean Theorem again,
Since lengths must be positive, we clearly cannot have , so the solution must instead be
. 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
, and so the answer is
.
Solution 1b (alternative finish for Solution 1a)
After establishing that , another way to proceed is to observe that what we actually need to calculate is
. Accordingly, we divide both sides of this equation by
(or equivalently, choose units such that the area of square
is
, without loss of generality), giving
which is a quadratic in precisely the variable
. Thus, by solving it, we immediately obtain
or
, and as in Solution 1a, the negative root is obviously extraneous. Hence the required ratio of areas is
, and so the answer is
.
Solution 2 (coordinates)
Let be the top-left vertex of square
, and label the rest of the vertices in alphabetical order going clockwise from
. Let
have coordinates
and the side length of square
be
. Let
, the midpoint of
be
, and
be the diameter of the circle that passes through
. Since a diameter bisects a chord perpendicular to it, we deduce that
, while
by the definition of the midpoint, so
. It follows that
so the side length of square
is
, and as
has coordinates
,
therefore has coordinates
.
Now, by symmetry, 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
. Thus the required 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.