Square ABCD is inscribed in a circle. Square EFGH has vertices E and F on 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 nm where m and n are relatively prime positive integers and m<n. Find 10n+m.
解析
Solution 1
Begin by drawing another square congruent to EFGH but on side AB instead of side CD. Call this square IJKL, such that I lies on AB and IJ lies on line FG. Let the side length of EFGH and IJKL be s and the side length of ABCD be 1.
By Power of a Point on point F, we find that
FC⋅FD=FG⋅FJ21−s⋅21+s=s(1+s)
Expanding and simplifying we get the quadratic 5s2+4s−1=0. Factoring, we get (5s−1)(s+1)=0. Therefore, s=51 and the ratio of the squares' areas is 251. Our answer is therefore 10⋅25+1=251.
~lprado
Solution 2
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 22a=a, so by the Pythagorean theorem, the radius of the circle is OC=a2+a2=a2.
Now let I be the midpoint of GH, giving GI=22b=b, and let J be the point where OI intersects CD. We observe that since a diameter bisects a chord perpendicular to it, GH must be perpendicular to the diameter passing through I. This means that triangle OGI has a right angle at I, and that OJ and JI are both parallel to BC and FG. As the horizontal displacement of C from O is a (from above), it follows that OJ=a, and hence
OI=OJ+JI=a+FG=a+2b,
so by the Pythagorean Theorem again,
OG2=OI2+GI2⟺(a2)2=(a+2b)2+b2⟺2a2=a2+4ab+4b2+b2⟺a2−4ab−5b2=0⟺(a−5b)(a+b)=0
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 (51)2=251, and so the answer is 10⋅25+1=251.
Alternative Finish for Solution 1:
After establishing that a2−4ab−5b2=0, another way to proceed is to observe that what we actually need to calculate is ab. Accordingly, we divide both sides of this equation by a2 (or equivalently, choose units such that the area of square ABCD is 1, without loss of generality), giving
1−4(ab)−5(ab)2=0,
which is a quadratic in precisely the variable ab. Thus, by solving it, we immediately obtain ab=51 or ab=−1, and as in Solution 1a, the negative root is obviously extraneous. Hence the required ratio of areas is (51)2=251, and so the answer is 10⋅25+1=251.
Solution 3 (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 DF=b, the midpoint of EF be J, and PQ be the diameter of the circle that passes through J. Since a diameter bisects a chord perpendicular to it, we deduce that CJ=DJ, while JE=JF by the definition of the midpoint, so CE=CJ+JE=DJ+JF=DF=b. It follows that
2b=CE+DF=(CF+FE)+(DE+FE)=(CF+DE)+2FE=(CD−FE)+2FE=CD+FE=a+FE,
so the side length of square EFGH is 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. (2a,2a), and so its radius is half of the square's diagonal, i.e. 2a2. This means the equation of the circle is
(x−2a)2+(y−2a)2=(2a2)2=2a2,
and as G lies on the circle, its coordinates must satisfy this equation, yielding
(b−2a)2+((2b−a)−2a)2=2a2.
Upon simplifying, this becomes 2a2−7ab+5b2=0, which factors as (2a−5b)(a−b)=0. Recalling that b=DF<DC=a, we cannot have a=b, so the solution must instead be b=52a. Thus the required ratio of areas is
(aa−2b)2=(1−2⋅ab)2=(1−2⋅52)2=(51)2=251,
so the answer is 10⋅25+1=251.