Difference between revisions of "2020 AIME I Problems/Problem 13"
m (→Solution 2) |
|||
Line 73: | Line 73: | ||
The area of AEF is equal to <math>\frac{EF \cdot \frac{AD}{2}}{2}</math> since AD is the altitude of that triangle with EF as the base, with <math>\frac{AD}{2}</math> being the height. <math>EF=\frac{5\sqrt{2}}{\sqrt{7}}</math> and <math>AD=3\sqrt{2}</math>, so <math>[AEF]=\frac{15}{2\sqrt{7}}=\frac{15\sqrt{7}}{14}</math> which gives <math>\boxed{036}</math>. NEVER overlook coordinate bash in combination with beginner synthetic techniques.~vvluo | The area of AEF is equal to <math>\frac{EF \cdot \frac{AD}{2}}{2}</math> since AD is the altitude of that triangle with EF as the base, with <math>\frac{AD}{2}</math> being the height. <math>EF=\frac{5\sqrt{2}}{\sqrt{7}}</math> and <math>AD=3\sqrt{2}</math>, so <math>[AEF]=\frac{15}{2\sqrt{7}}=\frac{15\sqrt{7}}{14}</math> which gives <math>\boxed{036}</math>. NEVER overlook coordinate bash in combination with beginner synthetic techniques.~vvluo | ||
+ | ==Solution 3 (Coordinate Bash + Trig)== | ||
+ | |||
+ | <asy> | ||
+ | size(8cm); defaultpen(fontsize(10pt)); | ||
+ | |||
+ | pair A,B,C,I,D,M,T,Y,Z,EE,F; | ||
+ | A=(0,3sqrt(7)); | ||
+ | B=(-1,0); | ||
+ | C=(9,0); | ||
+ | I=incenter(A,B,C); | ||
+ | D=extension(A,I,B,C); | ||
+ | M=(A+D)/2; | ||
+ | |||
+ | draw(B--EE,gray+dashed); | ||
+ | draw(C--F,gray+dashed); | ||
+ | draw(A--B--C--A); | ||
+ | draw(A--D); | ||
+ | draw(B--(5,sqrt(28))); | ||
+ | draw(M--(5,sqrt(28))); | ||
+ | draw(C--(0,9sqrt(7)/7)); | ||
+ | draw(M--(0,9sqrt(7)/7)); | ||
+ | dot("$A$",A,NW); | ||
+ | dot("$B$",B,SW); | ||
+ | dot("$C$",C,SE); | ||
+ | dot("$D$",D,S); | ||
+ | dot("$E$",(5,sqrt(28)),N); | ||
+ | dot("$M$",M,dir(70)); | ||
+ | dot("$F$",(0,9sqrt(7)/7),N); | ||
+ | |||
+ | label("$2$",B--D,S); | ||
+ | label("$3$",D--C,S); | ||
+ | label("$6$",A--C,N); | ||
+ | label("$4$",A--B,W); | ||
+ | </asy> | ||
+ | Let <math>B=(0,0)</math> and <math>BC</math> be the line <math>y=0</math>. | ||
+ | We compute that <math>\cos{\angle{ABC}}=\frac{1}{8}</math>, so <math>\tan{\angle{ABC}}=3\sqrt{7}</math>. | ||
+ | Thus, <math>A</math> lies on the line <math>y=3x\sqrt{7}</math>. The length of <math>AB</math> at a point <math>x</math> is <math>8x</math>, so <math>x=\frac{1}{2}</math>. | ||
+ | |||
+ | We now have the coordinates <math>A=\left(\frac{1}{2},\frac{3\sqrt{7}}{2}\right)</math>, <math>B=(0,0)</math> and <math>C=(5,0)</math>. | ||
+ | We also have <math>D=(2,0)</math> by the angle-bisector theorem and <math>M=\left(\frac{5}{4},\frac{3\sqrt{7}}{4}\right)</math> by taking the midpoint. | ||
+ | We have that because <math>\cos{\angle{ABC}}=\frac{1}{8}</math>, <math>\cos{\frac{\angle{ABC}}{2}}=\frac{3}{4}</math> by half angle formula. | ||
+ | |||
+ | We also compute <math>\cos{\angle{ACB}}=\frac{3}{4}</math>, so <math>\cos{\frac{\angle{ACB}}{2}}=\frac{\sqrt{14}}{4}</math>. | ||
+ | |||
+ | Now, <math>AD</math> has slope <math>-\frac{\frac{3\sqrt{7}}{2}}{2-\frac{1}{2}}=-\sqrt{7}</math>, so it's perpendicular bisector has slope <math>\frac{\sqrt{7}}{7}</math> and goes through <math>\left(\frac{5}{4},\frac{3\sqrt{7}}{4}\right)</math>. | ||
+ | |||
+ | We find that this line has equation <math>y=\frac{\sqrt{7}}{7}x+\frac{4\sqrt{7}}{7}</math>. | ||
+ | |||
+ | As <math>\cos{\angle{CBI}}=\frac{3}{4}</math>, we have that line <math>BI</math> has form <math>y=\frac{\sqrt{7}}{3}x</math>. | ||
+ | Solving for the intersection point of these two lines, we get <math>x=3</math> and thus <math>E=\left(3, \sqrt{7}\right)</math> | ||
+ | |||
+ | We also have that because <math>\cos{\angle{ICB}}=\frac{\sqrt{14}}{4}</math>, <math>CI</math> has form <math>y=-\frac{x\sqrt{7}}{7}+\frac{5\sqrt{7}}{7}</math>. | ||
+ | |||
+ | Intersecting the line <math>CI</math> and the perpendicular bisector of <math>AD</math> yields <math>-\frac{x\sqrt{7}}{7}+\frac{5\sqrt{7}}{7}=\frac{x\sqrt{7}}{7}+\frac{4\sqrt{7}}{7}</math>. | ||
+ | |||
+ | Solving this, we get <math>x=\frac{1}{2}</math> and so <math>F=\left(\frac{1}{2},\frac{9\sqrt{7}}{14}\right)</math>. | ||
+ | |||
+ | We now compute <math>EF=\sqrt{\left(\frac{5}{2}\right)^2+\left(\frac{5\sqrt{7}}{14}\right)^2}=\frac{5\sqrt{14}}{7}</math>. | ||
+ | We also have <math>MA=\sqrt{\left(\frac{3}{4}\right)^2+\left(\frac{3\sqrt{7}}{4}\right)^2}=\frac{3\sqrt{2}}{2}</math>. | ||
+ | |||
+ | As <math>{MA}\perp{EF}</math>, we have <math>[\triangle{AEF}]=\frac{1}{2}\left(\frac{3\sqrt{2}}{2}\times\frac{5\sqrt{14}}{7}\right)=\frac{15\sqrt{7}}{14}</math>. | ||
+ | |||
+ | |||
+ | The desired answer is <math>15+7+14=\boxed{036}</math> ~Imayormaynotknowcalculus | ||
==See Also== | ==See Also== | ||
{{AIME box|year=2020|n=I|num-b=12|num-a=14}} | {{AIME box|year=2020|n=I|num-b=12|num-a=14}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 12:51, 14 March 2020
Problem
Point lies on side of so that bisects The perpendicular bisector of intersects the bisectors of and in points and respectively. Given that and the area of can be written as where and are relatively prime positive integers, and is a positive integer not divisible by the square of any prime. Find
Solution 1
Points are defined as shown. It is pretty easy to show that by spiral similarity at by some short angle chasing. Now, note that is the altitude of , as the altitude of . We need to compare these altitudes in order to compare their areas. Note that Stewart's theorem implies that , the altitude of . Similarly, the altitude of is the altitude of , or . However, it's not too hard to see that , and therefore . From here, we get that the area of is , by similarity. ~awang11
Solution 2
Let lie on the x-axis and be the origin. is . Use Heron's formula to compute the area of triangle . We have . and . We now find the altitude, which is , which is the y-coordinate of . We now find the x-coordinate of , which satisfies , which gives since the triangle is acute. Now using the Angle Bisector Theorem, we have and to get . The coordinates of D are . Since we want the area of triangle , we will find equations for perpendicular bisector of AD, and the other two angle bisectors. The perpendicular bisector is not too challenging: the midpoint of AD is and the slope of AD is . The slope of the perpendicular bisector is . The equation is(in point slope form) . The slope of AB, or in trig words, the tangent of is . Finding and . Plugging this in to half angle tangent, it gives as the slope of the angle bisector, since it passes through , the equation is . Similarly, the equation for the angle bisector of will be . For use the B-angle bisector and the perpendicular bisector of AD equations to intersect at . For use the C-angle bisector and the perpendicular bisector of AD equations to intersect at . The area of AEF is equal to since AD is the altitude of that triangle with EF as the base, with being the height. and , so which gives . NEVER overlook coordinate bash in combination with beginner synthetic techniques.~vvluo
Solution 3 (Coordinate Bash + Trig)
Let and be the line . We compute that , so . Thus, lies on the line . The length of at a point is , so .
We now have the coordinates , and . We also have by the angle-bisector theorem and by taking the midpoint. We have that because , by half angle formula.
We also compute , so .
Now, has slope , so it's perpendicular bisector has slope and goes through .
We find that this line has equation .
As , we have that line has form . Solving for the intersection point of these two lines, we get and thus
We also have that because , has form .
Intersecting the line and the perpendicular bisector of yields .
Solving this, we get and so .
We now compute . We also have .
As , we have .
The desired answer is ~Imayormaynotknowcalculus
See Also
2020 AIME I (Problems • Answer Key • Resources) | ||
Preceded by Problem 12 |
Followed by Problem 14 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.