返回题库

AIME 2005 II · 第 15 题

AIME 2005 II — Problem 15

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Let w1w_1 and w2w_2 denote the circles x2+y2+10x24y87=0x^2+y^2+10x-24y-87=0 and x2+y210x24y+153=0,x^2 +y^2-10x-24y+153=0, respectively. Let mm be the smallest positive value of aa for which the line y=axy=ax contains the center of a circle that is externally tangent to w2w_2 and internally tangent to w1.w_1. Given that m2=pq,m^2=\frac pq, where pp and qq are relatively prime integers, find p+q.p+q.

解析

Solution 1

Rewrite the given equations as (x+5)2+(y12)2=256(x+5)^2 + (y-12)^2 = 256 and (x5)2+(y12)2=16(x-5)^2 + (y-12)^2 = 16.

Let w3w_3 have center (x,y)(x,y) and radius rr. Now, if two circles with radii r1r_1 and r2r_2 are externally tangent, then the distance between their centers is r1+r2r_1 + r_2, and if they are internally tangent, it is r1r2|r_1 - r_2|. So we have

r+4=(x5)2+(y12)216r=(x+5)2+(y12)2\begin{aligned} r + 4 &= \sqrt{(x-5)^2 + (y-12)^2} \\ 16 - r &= \sqrt{(x+5)^2 + (y-12)^2} \end{aligned} Solving for rr in both equations and setting them equal, then simplifying, yields

20(x+5)2+(y12)2=(x5)2+(y12)220+x=2(x+5)2+(y12)2\begin{aligned} 20 - \sqrt{(x+5)^2 + (y-12)^2} &= \sqrt{(x-5)^2 + (y-12)^2} \\ 20+x &= 2\sqrt{(x+5)^2 + (y-12)^2} \end{aligned} Squaring again and canceling yields 1=x2100+(y12)275.1 = \frac{x^2}{100} + \frac{(y-12)^2}{75}.

So the locus of points that can be the center of the circle with the desired properties is an ellipse.

AIME diagram

Since the center lies on the line y=axy = ax, we substitute for yy and expand:

1=x2100+(ax12)275(3+4a2)x296ax+276=0.1 = \frac{x^2}{100} + \frac{(ax-12)^2}{75} \Longrightarrow (3+4a^2)x^2 - 96ax + 276 = 0. We want the value of aa that makes the line y=axy=ax tangent to the ellipse, which will mean that for that choice of aa there is only one solution to the most recent equation. But a quadratic has one solution iff its discriminant is 00, so (96a)24(3+4a2)(276)=0(-96a)^2 - 4(3+4a^2)(276) = 0.

Solving yields a2=69100a^2 = \frac{69}{100}, so the answer is 169\boxed{169}.

Solution 2

As above, we rewrite the equations as (x+5)2+(y12)2=256(x+5)^2 + (y-12)^2 = 256 and (x5)2+(y12)2=16(x-5)^2 + (y-12)^2 = 16. Let F1=(5,12)F_1=(-5,12) and F2=(5,12)F_2=(5,12). If a circle with center C=(a,b)C=(a,b) and radius rr is externally tangent to w2w_2 and internally tangent to w1w_1, then CF1=16rCF_1=16-r and CF2=4+rCF_2=4+r. Therefore, CF1+CF2=20CF_1+CF_2=20. In particular, the locus of points CC that can be centers of circles must be an ellipse with foci F1F_1 and F2F_2 and major axis 2020.

Clearly, the minimum value of the slope aa will occur when the line y=axy=ax is tangent to this ellipse. Suppose that this point of tangency is denoted by TT, and the line y=axy=ax is denoted by \ell. Then we reflect the ellipse over \ell to a new ellipse with foci F1F_1' and F2F_2' as shown below.

AIME diagram

By the reflection property of ellipses (i.e., the angle of incidence to a tangent line is equal to the angle of reflection for any path that travels between the foci), we know that F1F_1, TT, and F2F_2' are collinear, and similarly, F2F_2, TT and F1F_1' are collinear. Therefore, OF1F2F2F1OF_1F_2F_2'F_1' is a pentagon with OF1=OF2=OF1=OF2=13OF_1=OF_2=OF_1'=OF_2'=13, F1F2=F1F2=10F_1F_2=F_1'F_2'=10, and F1F2=F1F2=20F_1F_2'=F_1'F_2=20. Note that \ell bisects F1OF1\angle F_1'OF_1. We can bisect this angle by bisecting F1OF2\angle F_1'OF_2 and F2OF1F_2OF_1 separately.

We proceed using complex numbers. Triangle F2OF1F_2OF_1' is isosceles with side lengths 13,13,2013,13,20. The height of this from the base of 2020 is 69\sqrt{69}. Therefore, the complex number 69+10i\sqrt{69}+10i represents the bisection of F1OF2\angle F_1'OF_2.

Similarly, using the 5-12-13 triangles, we easily see that 12+5i12+5i represents the bisection of the angle F2OF1F_2OF_1. Therefore, we can add these two angles together by multiplying the complex numbers, finding

arg((69+10i)(12+5i))=12F1OF1.\text{arg}\left((\sqrt{69}+10i)(12+5i)\right)=\frac{1}{2}\angle F_1'OF_1. Now the point F1F_1 is given by the complex number 5+12i-5+12i. Therefore, to find a point on line \ell, we simply subtract 12F1OF1\frac{1}{2}\angle F_1'OF_1, which is the same as multiplying 5+12i-5+12i by the conjugate of (69+10i)(12+5i)(\sqrt{69}+10i)(12+5i). We find

(5+12i)(6910i)(125i)=169(10+i69).(-5+12i)(\sqrt{69}-10i)(12-5i)=169(10+i\sqrt{69}). In particular, note that the tangent of the argument of this complex number is 69/10\sqrt{69}/10, which must be the slope of the tangent line. Hence a2=69/100a^2=69/100, and the answer is 169\boxed{169}.

Solution 3

We use the same reflection as in Solution 2. As OF1=OF2=13OF_1'=OF_2=13, we know that OF1F2\triangle OF_1'F_2 is isosceles. Hence F2F1O=F1F2O\angle F_2F_1'O=\angle F_1'F_2O. But by symmetry, we also know that OF1T=F2F1O\angle OF_1T=\angle F_2F_1'O. Hence OF1T=F1F2O\angle OF_1T=\angle F_1'F_2O. In particular, as OF1T=OF2T\angle OF_1T=\angle OF_2T, this implies that O,F1,F2O, F_1, F_2, and TT are concyclic.

Let XX be the intersection of F2F1F_2F_1' with the xx-axis. As F1F2F_1F_2 is parallel to the xx-axis, we know that

TXO=180F1F2T.(1)\angle TXO=180-\angle F_1F_2T.\tag{1} But

180F1F2T=F2F1T+F1TF2.(2)180-\angle F_1F_2T=\angle F_2F_1T+\angle F_1TF_2.\tag{2} By the fact that OF1F2TOF_1F_2T is cyclic,

F2F1T=F2OTandF1TF2=F1OF2.(3)\angle F_2F_1T=\angle F_2OT\qquad\text{and}\qquad \angle F_1TF_2=\angle F_1OF_2.\tag{3} Therefore, combining (1), (2), and (3), we find that

TXO=F2OT+F1OF2=F1OT.(4)\angle TXO=\angle F_2OT+\angle F_1OF_2=\angle F_1OT.\tag{4} By symmetry, we also know that

F1TO=OTF1.(5)\angle F_1TO=\angle OTF_1'.\tag{5} Therefore, (4) and (5) show by AA similarity that F1OTOXT\triangle F_1OT\sim \triangle OXT. Therefore, XOT=OF1T\angle XOT=\angle OF_1T.

Now as OF1=OF2=13OF_1=OF_2'=13, we know that OF1F2\triangle OF_1F_2' is isosceles, and as F1F2=20F_1F_2'=20, we can drop an altitude to F1F2F_1F_2' to easily find that tanOF1T=69/10\tan \angle OF_1T=\sqrt{69}/10. Therefore, tanXOT\tan\angle XOT, which is the desired slope, must also be 69/10\sqrt{69}/10. As before, we conclude that the answer is 169\boxed{169}.

Solution 4

AIME diagram

First, rewrite the equations for the circles as (x+5)2+(y12)2=162(x+5)^2+(y-12)^2=16^2 and (x5)2+(y12)2=42(x-5)^2+(y-12)^2=4^2. Then, choose a point (a,b)(a,b) that is a distance of xx from both circles. Use the distance formula between (a,b)(a,b) and each of AA and CC (in the diagram above). The distances, as can be seen in the diagram above are 16x16-x and 4+x4+x, respectively.

(a5)2+(b12)2=(4+x)2(a-5)^2+(b-12)^2=(4+x)^2 (a+5)2+(b12)2=(16x)2(a+5)^2+(b-12)^2=(16-x)^2 Subtracting the first equation from the second gives

20a=24040xa=122xx=6a220a=240-40x\rightarrow a=12-2x\rightarrow x=6-\frac a2 Substituting this into the first equation gives

a210a+25+b224b+144=10010a+a24a^2-10a+25+b^2-24b+144=100-10a+\frac{a^2}4 b224b+69+3a24=0b^2-24b+69+\frac{3a^2}4=0 Now, instead of converting this to the equation of an eclipse, solve for bb and then divide by aa.

b=24±3003a22b=\frac{24\pm\sqrt{300-3a^2}}{2} We take the smaller root to minimize ba\frac b a.

ba=243003a22a=243100a22a=12a32a100a2\frac b a=\frac{24-\sqrt{300-3a^2}}{2a}=\frac{24-\sqrt3\cdot\sqrt{100-a^2}}{2a}=\frac{12}a-\frac{\sqrt3}{2a}\sqrt{100-a^2} Now, let 10cosθ=a10\cos\theta=a. This way, 100a2=10sinθ\sqrt{100-a^2}=10\sin\theta. Substitute this in. ba=1210cosθ3sinθ2cosθ=65secθ32tanθ\frac{b}{a}=\frac{12}{10\cos\theta}-\frac{\sqrt3\cdot\sin\theta}{2\cos\theta}=\frac65\sec\theta-\frac{\sqrt3}{2}\tan\theta Then, take the derivative of this and set it to 0 to find the minimum value. 65secθtanθ32sec2θ=065sinθ32=0sinθ=5312\frac{6}{5}\sec\theta\tan\theta-\frac{\sqrt3}{2}\sec^2\theta=0\rightarrow\frac{6}{5}\sin\theta-\frac{\sqrt3}{2}=0\rightarrow\sin\theta=\frac{5\sqrt3}{12} Then, use this value of sinθ\sin\theta to find the minimum of 65secθ32tanθ\frac65\sec\theta-\frac{\sqrt3}{2}\tan\theta to get 6910(6910)2=6910069+100=169\frac{\sqrt{69}}{10}\rightarrow\left(\frac{\sqrt{69}}{10}\right)^2=\frac{69}{100}\rightarrow69+100=\boxed{169}

Solution 5 (probably fastest)

Like before, notice that the distances from the centers of the given circles to the desired center are 4+r4+r and 16r16-r, which add up to 2020. This means that the possible centers of the third circle lie on an ellipse with foci (5,12)(-5, 12) and (5,12)(5, 12). Using the fact that the sum of the distances from the foci is 2020, we find that the semi-major axis has length 1010 and the semi-minor axis has length 535\sqrt{3}. Therefore, the equation of the ellipse is

x2100+(y12)275=1,\dfrac{x^2}{100}+\dfrac{(y-12)^2}{75} = 1, where the numbers 100100 and 7575 come from 10210^2 and (53)2(5\sqrt{3})^2 respectively.

We proceed to find mm using the same method as Solution 1.

Solution 6

First, obtain the equation of the ellipse as laid out in previous solutions. We now scale the coordinate plane in the xx direction by a factor of 32\frac{\sqrt{3}}{2} centered at x=0.x=0. This takes the ellipse to a circle centered at (0,12)(0,12) with radius 535\sqrt{3} and takes the line y=axy=ax to y=(32)1ax.y=\left( \frac{\sqrt{3}}{2} \right)^{-1} ax. The tangent point of our line to the circle with positive slope forms a right triangle with the origin and the center of the circle. Thus, the distance from this tangent point to the origin is 69.\sqrt{69}. By similar triangles, the slope of this line is then 6953.\frac{\sqrt{69}}{5\sqrt{3}}. We multiply this by 32\frac{\sqrt{3}}{2} to get a=6910,a=\frac{\sqrt{69}}{10}, so our final answer is 169.\boxed{169.}