Square ABCD has side length 13, and points E and F are exterior to the square such that BE=DF=5 and AE=CF=12. Find EF2.
解析
Solution
Solution 1
Let ∠FCD=α, so that FB=122+132+2⋅12⋅13sin(α)=433. By the diagonal, DB=132,DB2=338.
The sum of the squares of the sides of a parallelogram is the sum of the squares of the diagonals.
EF2=2⋅(52+433)−338=578.
Solution 2
Extend AE,DF and BE,CF to their points of intersection. Since △ABE≅△CDF and are both 5−12−13 right triangles, we can come to the conclusion that the two new triangles are also congruent to these two (use ASA, as we know all the sides are 13 and the angles are mostly complementary). Thus, we create a square with sides 5+12=17.
EF is the diagonal of the square, with length 172; the answer is EF2=(172)2=578.
Solution 3
A slightly more analytic/brute-force approach:
Drop perpendiculars from E and F to I and J, respectively; construct right triangle EKF with right angle at K and EK∣∣BC. Since 2[CDF]=DF∗CF=CD∗JF, we have JF=5×12/13=1360. Similarly, EI=1360. Since △DJF∼△DFC, we have DJ=125JF=1325.
Now, we see that FK=DC−(DJ+IB)=DC−2DJ=13−1350=13119. Also, EK=BC+(JF+IE)=BC+2JF=13+13120=13289. By the Pythagorean Theorem, we have EF=(13289)2+(13119)2=13(172)(172+72)=1317338=1317(132)=172. Therefore, EF2=(172)2=578.
Solution 4
Based on the symmetry, we know that F is a reflection of E across the center of the square, which we will denote as O. Since ∠BEA and ∠AOB are right, we can conclude that figure AOBE is a cyclic quadrilateral. Pythagorean Theorem yields that BO=AO=2132. Now, using Ptolemy's Theorem, we get that
AO⋅BE+BO⋅AE=AB⋅AO2132⋅5+2132⋅12=13⋅OEOE=2172
Now, since we stated in the first step that F is a reflection of E across O, we can say that EF=2EO=172. This gives that
EF2=(172)2=578
AWD with this bash solution
Solution 5 (Ptolemy's Theorem)
Drawing EF, it clearly passes through the center of ABCD. Letting this point be P, we note that AEBP and CFDP are congruent cyclic quadrilaterals, and that AP=BP=CP=DP=213. Now, from Ptolemy's, 13⋅EP=213(12+5)⟹EP=2172. Since EF=EP+FP=2⋅EP, the answer is (172)2=578.
Solution 6 (Coordinate Bash)
Place the vertices of the square as follows: \begin{align} D &= (0,\;0),\\ C &= (13,\;0),\\ A &= (0,\;13),\\ B &= (13,\;13). \end{align}
Compute the coordinates of points E and F using the distance formula. Place E at (x,y) and F at (a,b).
Solving and taking appropriate solutions to get: E=(144/13,229/13), and F=(25/13,−60/13)
Computing distance between E and F = 172
EF2=578
Solution 7 (Trig Bash)
We first see that the whole figure is symmetrical and reflections across the center that we will denote as O bring each half of the figure to the other half. Thus we consider a single part of the figure, namely EO.
First note that ∠BAO=45∘ since O is the center of square ABCD. Also note that ∠EAB=arccos(1312) or arcsin(135). Finally, we know that AO=2132. Now we apply laws of cosines on △AEO.
We have EO2=122+(2132)2−2⋅12⋅(2132)⋅cos∠EAO. We know that ∠EAO=45∘+arccos(1312). Thus we have cos∠EAO=cos(45∘+arccos(1312)) which applying the cosine sum identity yields cos45∘cosarccos1312−sin45∘sinarcsin125=26122−2652=2672.
Note that we are looking for 4EO2 so we multiply EO2=122+(2132)2−2⋅12⋅(2132)⋅cos∠EAO by 4 obtaining 4EO2=576+338−8⋅(2132)⋅12⋅2672=576+338−4⋅12⋅7=578.