Difference between revisions of "2012 AIME II Problems/Problem 15"
Theboombox77 (talk | contribs) |
Theboombox77 (talk | contribs) |
||
Line 37: | Line 37: | ||
==Solution 3== | ==Solution 3== | ||
<asy> | <asy> | ||
− | pair E; | + | size(11cm); |
− | real z=3 | + | pair E,X,B,C,A,D,M,F,R,I; |
+ | real z=sqrt(3)*14/3; | ||
+ | real y=2*sqrt(3)/21; | ||
+ | real x=224*sqrt(3)/57; | ||
E=(z,0); | E=(z,0); | ||
+ | X=(0,0); | ||
+ | D=(sqrt(3)*7/6,-7/8); | ||
+ | M=(sqrt(3)*7/6,0); | ||
+ | B=z/2*dir(60); | ||
+ | C=z/2*dir(300); | ||
+ | A=(y,-8/7); | ||
+ | F=(x,-sqrt(3)*x/4); | ||
+ | R=circumcenter(A,B,C); | ||
+ | I=circumcenter(M,E,F); | ||
+ | draw(E--X); | ||
+ | draw(A--E); | ||
+ | draw(A--B); | ||
+ | draw(A--C); | ||
+ | draw(B--C); | ||
+ | draw(A--F); | ||
+ | draw(X--F); | ||
+ | draw(E--F); | ||
+ | draw(circumcircle(A,B,C)); | ||
+ | draw(circumcircle(M,F,E)); | ||
+ | dot(D); | ||
+ | dot(F); | ||
+ | dot(A); | ||
+ | dot(B); | ||
+ | dot(C); | ||
+ | dot(E); | ||
+ | dot(X); | ||
+ | dot(R); | ||
+ | dot(I); | ||
+ | label("$A$",A,dir(220)); | ||
+ | label("$B$",B,dir(110)); | ||
+ | label("$C$",C,dir(250)); | ||
+ | label("$D$",D,dir(60)); | ||
+ | label("$E$",E,dir(0)); | ||
+ | label("$F$",F,dir(315)); | ||
+ | label("$X$",X,dir(180)); | ||
</asy> | </asy> | ||
+ | First of all, use the [[Angle Bisector Theorem]] to find that <math>BD=35/8</math> and <math>CD=21/8</math>, and use [[Stewart's Theorem]] to find that <math>AD=15/8</math>. Then use [[Power of a Point Theorem|Power of a Point]] to find that <math>DE=49/8</math>. Then use the [[Circumradius|circumradius of a triangle]] formula to find that the length of the circumradius of <math>\triangle ABC</math> is <math>\frac{7\sqrt{3}}{3}</math>. | ||
+ | |||
+ | Since DE is the diameter of circle <math>\gamma</math>, <math>\angle DFE</math> is <math>90^\circ</math>. Extending <math>DF</math> to intersect circle <math>\omega</math> at <math>X</math>, we find that <math>XE</math> is the diameter of the circumcircle of <math>\triangle ABC</math> (since <math>\angle DFE</math> is <math>90^\circ</math>). Therefore, <math>XE=\frac{14\sqrt{3}}{3}</math>. | ||
+ | |||
+ | Let <math>EF=x</math>, <math>XD=a</math>, and <math>DF=b</math>. Then, by the Pythagorean Theorem, | ||
+ | |||
+ | <cmath>x^2+b^2=\left(\frac{49}{8}\right)^2=\frac{2401}{64}</cmath> | ||
+ | |||
+ | and | ||
+ | |||
+ | <cmath>x^2+(a+b)^2=\left(\frac{14\sqrt{3}}{3}\right)^2=\frac{196}{3}.</cmath> | ||
+ | |||
+ | Subtracting the first equation from the second, the <math>x^2</math> term cancels out and we obtain: | ||
+ | |||
+ | <cmath>(a+b)^2-b^2=\frac{196}{3}-\frac{2401}{64}</cmath> | ||
+ | |||
+ | <cmath>a^2+2ab = \frac{5341}{192}.</cmath> | ||
+ | |||
+ | By Power of a Point, <math>ab=BD \cdot DC=735/64=2205/192</math>, so | ||
+ | |||
+ | <cmath>a^2+2 \cdot \frac{2205}{192}=\frac{5341}{192}</cmath> | ||
+ | |||
+ | <cmath>a^2=\frac{931}{192}.</cmath> | ||
+ | |||
+ | Since <math>a=XD</math>, <math>XD=\frac{7\sqrt{19}}{8\sqrt{3}}</math>. | ||
+ | |||
+ | Because <math>\angle EXF</math> and <math>\angle EAF</math> intercept the same arc in circle <math>\omega</math> and the same goes for <math>\angle XFA</math> and <math>\angle XEA</math>, <math>\triangle XDE\sim\triangle ADF</math> by [[Similarity (geometry)|AA Similarity]]. Since side lengths in similar triangles are proportional, | ||
+ | |||
+ | <cmath>\frac{AF}{\frac{15}{8}}=\frac{\frac{14\sqrt{3}}{3}}{\frac{7\sqrt{19}}{8\sqrt{3}}}</cmath> | ||
+ | |||
+ | <cmath>\frac{AF}{\frac{15}{8}}=\frac{16}{\sqrt{19}}</cmath> | ||
+ | |||
+ | <cmath>AF \cdot \sqrt{19} = 30</cmath> | ||
+ | |||
+ | <cmath>AF = \frac{30}{\sqrt{19}}.</cmath> | ||
+ | |||
+ | However, the problem asks for <math>AF^2</math>, so <math>AF^2 = \frac{900}{19}\implies 900 + 19 = \boxed{919}</math>. | ||
+ | |||
== See Also == | == See Also == | ||
{{AIME box|year=2012|n=II|num-b=14|after=Last Problem}} | {{AIME box|year=2012|n=II|num-b=14|after=Last Problem}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Revision as of 23:01, 26 March 2016
Problem 15
Triangle is inscribed in circle with , , and . The bisector of angle meets side at and circle at a second point . Let be the circle with diameter . Circles and meet at and a second point . Then , where and are relatively prime positive integers. Find .
Solution 1
Use the angle bisector theorem to find , , and use the Stewart's Theorem to find . Use Power of the Point to find , and so . Use law of cosines to find , hence as well, and is equilateral, so .
I'm sure there is a more elegant solution from here, but instead we'll do some hairy law of cosines:
(1)
Adding these two and simplifying we get:
(2). Ah, but (since lies on ), and we can find using the law of cosines:
, and plugging in we get .
Also, , and (since is on the circle with diameter ), so .
Plugging in all our values into equation (2), we get:
, or .
Finally, we plug this into equation (1), yielding:
. Thus,
or The answer is .
Solution 2
Let , , for convenience. We claim that is a symmedian. Indeed, let be the midpoint of segment . Since , it follows that and consequently . Therefore, . Now let . Since is a diameter, lies on the perpendicular bisector of ; hence , , are collinear. From , it immediately follows that quadrilateral is cyclic. Therefore, , implying that is a symmedian, as claimed.
The rest is standard; here's a quick way to finish. From above, quadrilateral is harmonic, so . In conjunction with , it follows that . (Notice that this holds for all triangles .) To finish, substitute , , to obtain as before.
-Solution by thecmd999
Solution 3
First of all, use the Angle Bisector Theorem to find that and , and use Stewart's Theorem to find that . Then use Power of a Point to find that . Then use the circumradius of a triangle formula to find that the length of the circumradius of is .
Since DE is the diameter of circle , is . Extending to intersect circle at , we find that is the diameter of the circumcircle of (since is ). Therefore, .
Let , , and . Then, by the Pythagorean Theorem,
and
Subtracting the first equation from the second, the term cancels out and we obtain:
By Power of a Point, , so
Since , .
Because and intercept the same arc in circle and the same goes for and , by AA Similarity. Since side lengths in similar triangles are proportional,
However, the problem asks for , so .
See Also
2012 AIME II (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Last Problem | |
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.