返回题库

AIME 2017 II · 第 12 题

AIME 2017 II — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Circle C0C_0 has radius 11, and the point A0A_0 is a point on the circle. Circle C1C_1 has radius r<1r<1 and is internally tangent to C0C_0 at point A0A_0. Point A1A_1 lies on circle C1C_1 so that A1A_1 is located 9090^{\circ} counterclockwise from A0A_0 on C1C_1. Circle C2C_2 has radius r2r^2 and is internally tangent to C1C_1 at point A1A_1. In this way a sequence of circles C1,C2,C3,C_1,C_2,C_3,\ldots and a sequence of points on the circles A1,A2,A3,A_1,A_2,A_3,\ldots are constructed, where circle CnC_n has radius rnr^n and is internally tangent to circle Cn1C_{n-1} at point An1A_{n-1}, and point AnA_n lies on CnC_n 9090^{\circ} counterclockwise from point An1A_{n-1}, as shown in the figure below. There is one point BB inside all of these circles. When r=1160r = \frac{11}{60}, the distance from the center C0C_0 to BB is mn\frac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.

AIME diagram

解析

Solution 1

Impose a coordinate system and let the center of C0C_0 be (0,0)(0,0) and A0A_0 be (1,0)(1,0). Therefore A1=(1r,r)A_1=(1-r,r), A2=(1rr2,rr2)A_2=(1-r-r^2,r-r^2), A3=(1rr2+r3,rr2r3)A_3=(1-r-r^2+r^3,r-r^2-r^3), A4=(1rr2+r3+r4,rr2r3+r4)A_4=(1-r-r^2+r^3+r^4,r-r^2-r^3+r^4), and so on, where the signs alternate in groups of 22. The limit of all these points is point BB. Using the sum of infinite geometric series formula on BB and reducing the expression: (1r)(r2r3)+(r4r5)...=1r1+r2(1-r)-(r^2-r^3)+(r^4-r^5)-...=\frac{1-r}{1+r^2}, (rr2)(r3r4)+(r5r6)...=rr21+r2(r-r^2)-(r^3-r^4)+(r^5-r^6)-...=\frac{r-r^2}{1+r^2}. Thus, we get B=(1rr2+1,rr2r2+1)B=\left(\frac{1-r}{r^2+1},\frac{r-r^2}{r^2+1}\right). The distance from BB to the origin is (1rr2+1)2+(rr2r2+1)2=1rr2+1.\sqrt{\left(\frac{1-r}{r^2+1}\right)^2+\left(\frac{r-r^2}{r^2+1}\right)^2}=\frac{1-r}{\sqrt{r^2+1}}. Let r=1160r=\frac{11}{60}, and the distance from the origin is 4961\frac{49}{61}. 49+61=11049+61=\boxed{110}.

Solution 2

Let the center of circle CiC_i be OiO_i. Note that O0BO1O_0BO_1 is a right triangle, with right angle at BB. Also, O1B=1160O0BO_1B=\frac{11}{60}O_0B, or O0B=6061O0O1O_0B = \frac{60}{61}O_0O_1. It is clear that O0O1=1r=4960O_0O_1=1-r=\frac{49}{60}, so O0B=6061×4960=4961O_0B=\frac{60}{61}\times\frac{49}{60}=\frac{49}{61}. Our answer is 49+61=11049+61=\boxed{110}

-william122

Solution 3

Note that there is an invariance, Consider the entire figure F\mathcal{F}. Perform a 9090^\circ counterclockwise rotation, then scale by rr with respect to (1,0)(1, 0). It is easy to see that the new figure FS1=F\mathcal{F}' \cup S^1 = \mathcal{F}, so BB is invariant.

Using the invariance, Let B=(x,y)B = (x,y). Then rotating and scaling, B=(1r(1+y),rx)B = (1-r(1+y), rx). Equating, we find x=1rr2+1,y=rr2r2+1x = \frac{1-r}{r^2+1}, y = \frac{r-r^2}{r^2+1}. The distance is thus 4961\frac{49}{61}. Our answer is 49+61=11049+61=\boxed{110}

-Isogonal

Solution 4

Using the invariance again as in Solution 3, assume BB is dd away from the origin. The locus of possible points is a circle with radius dd. Consider the following diagram.

AIME diagram

Let the distance from BB to (1,0)(1,0) be xx. As BB is invariant, x=r(BB+x)    x=rd21rx = r(BB' + x) \implies x = r\frac{d\sqrt{2}}{1-r}. Then by Power of a Point, x(BB+x)=(1d)(1+d)    xr(BB+x)=r(1d)(1+d)    x2=r(1d2)    d2=(1+2r(1r)2)x(BB' + x) = (1-d)(1+d) \implies xr(BB' + x) = r(1-d)(1+d) \implies x^2 = r(1-d^2) \implies d^2 = \left(1 + \frac{2r}{(1-r)^2}\right). Solving, d=4961d = \frac{49}{61}. Our answer is 49+61=11049+61=\boxed{110}

-Isogonal

Solution 5 (complex)

Let A0A_0 be the origin. Now note that the ratio of lengths of consecutive line segments is constant and equal to rr. Now accounting for rotation by π2\frac{\pi}{2} radians, we see that the common ratio is riri. Thus since our first term is A1=r+riA_1=-r+ri, the total sum (by geometric series formula) is r+ri1ri=781+538i3721\frac{-r+ri}{1-ri}=\frac{-781+538i}{3721}. We need the distance from C0=1C_0=-1 so our distance is BC0=(7813721(1))2+(538i3721)2=24013721=4961|B-C_0|=\sqrt{\left(\frac{-781}{3721}-(-1)\right)^2+\left(\frac{538i}{3721}\right)^2}=\sqrt{\frac{2401}{3721}}=\frac{49}{61}. Our answer is 49+61=11049+61=\boxed{110}

-chrisdiamond10

By the way, here's a Geogebra Diagram. ~r00tsOfUnity

Video Solution by mop 2024

https://youtube.com/watch?v=5keaS1CZlLo

~r00tsOfUnity