Difference between revisions of "2021 AIME I Problems/Problem 13"
m (→Solution) |
Sugar rush (talk | contribs) (adding official MAA solution) |
||
Line 56: | Line 56: | ||
\end{align*}</cmath> | \end{align*}</cmath> | ||
Therefore, <math>d=2(r_2-r_1) = 2(961-625)=\boxed{672}</math>. | Therefore, <math>d=2(r_2-r_1) = 2(961-625)=\boxed{672}</math>. | ||
+ | |||
+ | ==Solution 2 (Official MAA, Unedited)== | ||
+ | Denote by <math>O_1</math>, <math>O_2</math>, and <math>O</math> the centers of <math>\omega_1</math>, <math>\omega_2</math>, and <math>\omega</math>, respectively. Let <math>R_1 = 961</math> and <math>R_2 = 625</math> denote the radii of <math>\omega_1</math> and <math>\omega_2</math> respectively, <math>r</math> be the radius of <math>\omega</math>, and <math>\ell</math> the distance from <math>O</math> to the line <math>AB</math>. We claim that<cmath>\dfrac{\ell}{r} = \dfrac{R_2-R_1}{d},</cmath>where <math>d = O_1O_2</math>. This solves the problem, for then the <math>\widehat{PQ} = 120^\circ</math> condition implies <math>\tfrac{\ell}r = \cos 60^\circ = \tfrac{1}{2}</math>, and then we can solve to get <math>d = \boxed{672}</math>. | ||
+ | <asy> | ||
+ | import olympiad; | ||
+ | size(230pt); | ||
+ | defaultpen(linewidth(0.8)+fontsize(10pt)); | ||
+ | real r1 = 17, r2 = 27, d = 35, r = 18; | ||
+ | pair O1 = origin, O2 = (d,0); | ||
+ | path w1 = circle(origin,r1), w2 = circle((d,0),r2), w1p = circle(origin,r1+r), w2p = circle((d,0), r2 + r); | ||
+ | pair[] X = intersectionpoints(w1,w2), Y = intersectionpoints(w1p,w2p); | ||
+ | pair O = Y[1]; | ||
+ | path w = circle(Y[1],r); | ||
+ | pair Xp = 5 * X[1] - 4 * X[0]; | ||
+ | pair[] P = intersectionpoints(Xp--X[0],w); | ||
+ | label("$O_1$",origin,N); | ||
+ | label("$O_2$",(d,0),N); | ||
+ | label("$O$",Y[1],SW); | ||
+ | draw(origin--Y[1]--(d,0)--cycle,gray(0.6)); | ||
+ | pair T = foot(O,O1,O2), Tp = foot(O,X[0],X[1]); | ||
+ | draw(Tp--O--T^^rightanglemark(O,T,O1,60)^^rightanglemark(O,Tp,X[0],60),gray(0.6)); | ||
+ | draw(w^^w1^^w2^^P[0]--X[0]); | ||
+ | dot(Y[1]^^origin^^(d,0)); | ||
+ | label("$X$",T,N,gray(0.6)); | ||
+ | label("$Y$",foot(X[0],O1,O2),NE,gray(0.6)); | ||
+ | label("$\ell$",(O+Tp)/2,S,gray(0.6)); | ||
+ | </asy> | ||
+ | |||
+ | Denote by <math>O_1</math> and <math>O_2</math> the centers of <math>\omega_1</math> and <math>\omega_2</math> respectively. Set <math>X</math> as the projection of <math>O</math> onto <math>O_1O_2</math>, and denote by <math>Y</math> the intersection of <math>AB</math> with <math>O_1O_2</math>. Note that <math>\ell = XY</math>. Now recall that<cmath>d(O_2Y-O_1Y) = O_2Y^2 - O_1Y^2 = R_2^2 - R_1^2.</cmath>Furthermore, note that\begin{align*}d(O_2X - O_1X) &= O_2X^2 - O_1X^2= O_2O^2 - O_1O^2 \\ &= (R_2 + r)^2 - (R_1+r)^2 = (R_2^2 - R_1^2) + 2r(R_2 - R_1).\end{align*}Substituting the first equality into the second one and subtracting yields<cmath>2r(R_2 - R_1) = d(O_2Y - O_2X) - d(O_2X - O_1X) = 2dXY,</cmath>which rearranges to the desired. | ||
==See also== | ==See also== |
Revision as of 23:36, 13 March 2021
Problem
Circles and with radii and , respectively, intersect at distinct points and . A third circle is externally tangent to both and . Suppose line intersects at two points and such that the measure of minor arc is . Find the distance between the centers of and .
Solution
Let and be the center and radius of , and let and be the center and radius of .
Since extends to an arc with arc , the distance from to is . Let . Consider . The line is perpendicular to and passes through . Let be the foot from to ; so . We have by tangency and . Let . Since is on the radical axis of and , it has equal power with respect to both circles, so since . Now we can solve for and , and in particular, We want to solve for . By the Pythagorean Theorem (twice): Therefore, .
Solution 2 (Official MAA, Unedited)
Denote by , , and the centers of , , and , respectively. Let and denote the radii of and respectively, be the radius of , and the distance from to the line . We claim thatwhere . This solves the problem, for then the condition implies , and then we can solve to get .
Denote by and the centers of and respectively. Set as the projection of onto , and denote by the intersection of with . Note that . Now recall thatFurthermore, note that\begin{align*}d(O_2X - O_1X) &= O_2X^2 - O_1X^2= O_2O^2 - O_1O^2 \\ &= (R_2 + r)^2 - (R_1+r)^2 = (R_2^2 - R_1^2) + 2r(R_2 - R_1).\end{align*}Substituting the first equality into the second one and subtracting yieldswhich rearranges to the desired.
See also
2021 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.