Square ABCD has sides of length 1. Points E and F are on BC and CD, respectively, so that △AEF is equilateral. A square with vertex B has sides that are parallel to those of ABCD and a vertex on AE. The length of a side of this smaller square is ca−b, where a,b, and c are positive integers and b is not divisible by the square of any prime. Find a+b+c.
解析
Solution 1
Call the vertices of the new square A', B', C', and D', in relation to the vertices of ABCD, and define s to be one of the sides of that square. Since the sides are parallel, by corresponding angles and AA~ we know that triangles AA′D′ and D′C′E are similar. Thus, the sides are proportional: A′D′AA′=C′ED′C′⟹s1−s=1−s−CEs. Simplifying, we get that s2=(1−s)(1−s−CE).
∠EAF is 60 degrees, so ∠BAE=290−60=15. Thus, cos15=cos(45−30)=46+2=AE1, so AE=6+24⋅6−26−2=6−2. Since △AEF is equilateral, EF=AE=6−2. △CEF is a 45−45−90△, so CE=2AE=3−1. Substituting back into the equation from the beginning, we get s2=(1−s)(2−3−s), so (3−3)s=2−3. Therefore, s=3−32−3⋅3+33+3=63−3, and a+b+c=3+3+6=12.
Here's an alternative geometric way to calculate AE (as opposed to trigonometric): The diagonal AC is made of the altitude of the equilateral triangle and the altitude of the 45−45−90△. The former is 2AE3, and the latter is 2AE; thus 2AE3+AE=AC=2⟹AE=6−2. The solution continues as above.
Solution 2
Since △AFE is equilateral, AE=AF. It follows that FC=EC. Let FC=x. Then, EF=x2 and DF=1−x.
AF=1+(1−x)2=x2.
Square both sides and combine/move terms to get x2+2x−2=0. Therefore x=−1+3 and x=−1−3. The second solution is obviously extraneous, so x=−1+3.
Now, consider the square ABCD to be on the Cartesian Coordinate Plane with A=(0,0). Then, the line containing AF has slope 2−31 and equation y=2−31x.
The distance from DC to AF is the distance from y=1 to y=2−31x.
Similarly, the distance from AD to AF is the distance from x=0 to y=2−31x.
For some value x=s, these two distances are equal.
(s−0)=(1−(2−31)s)
Solving for s, s=63−3, and a+b+c=3+3+6=12.
Solution 3
Suppose AB=AD=x. Note that ∠EAF=60 since the triangle is equilateral, and by symmetry, ∠BAE=∠DAF=15. Note that if AD=x and ∠BAE=15, then AA′=tan(15)x. Also note that
AB=1=AA′+A′B=tan(15)x+x
Using the fact tan(15)=2−3, this yields
x=3+31=63−3→3+3+6=12
Elegant Solution
Why not solve in terms of the side x only (single-variable beauty)? By similar triangles we obtain that BE=1−xx, therefore CE=1−x1−2x. Then AE=2∗1−x1−2x. Using Pythagorean Theorem on △ABE yields (1−x)2x2+1=2∗(1−x)2(1−2x)2. This means 6x2−6x+1=0, and it's clear we take the smaller root: x=63−3. Answer: 12.
Solution 5 (First part is similar to Solution 2)
Since AEF is equilateral, AE=EF. Let BE=x. By the Pythagorean theorem, 1+x2=2(1−x)2. Simplifying, we get x2−4x+1=0. By the quadratic formula, the roots are 2±3. Since x<1, we discard the root with the "+", giving x=2−3.
Let the side length of the square be s. Since MEK is similar to ABE, s=2−32−3−s. Solving, we get s=63−3 and the final answer is 012.