返回题库

AIME 2014 I · 第 10 题

AIME 2014 I — Problem 10

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem 10

A disk with radius 11 is externally tangent to a disk with radius 55. Let AA be the point where the disks are tangent, CC be the center of the smaller disk, and EE be the center of the larger disk. While the larger disk remains fixed, the smaller disk is allowed to roll along the outside of the larger disk until the smaller disk has turned through an angle of 360360^\circ. That is, if the center of the smaller disk has moved to the point DD, and the point on the smaller disk that began at AA has now moved to point BB, then AC\overline{AC} is parallel to BD\overline{BD}. Then sin2(BEA)=mn\sin^2(\angle BEA)=\tfrac{m}{n}, where mm and nn are relatively prime positive integers. Find m+nm+n.

解析

Solution 1

AIME diagram

Let FF be the new tangency point of the two disks. The smaller disk rolled along minor arc AF\overset{\frown}{AF} on the larger disk.

Let α=AEF\alpha = \angle AEF, in radians. The smaller disk must then have rolled along an arc of length 5α5\alpha, since the larger disk has a radius of 55. Since all of the points on major arc BF\overset{\frown}{BF} on the smaller disk have come into contact with the larger disk at some point during the rolling, and none of the other points on the smaller disk did,

BF=AF=5α\overset{\frown}{BF}=\overset{\frown}{AF}=5\alpha .

Since ACBD\overline{AC} || \overline{BD},

BDFFEA\angle BDF \cong \angle FEA so the angles of minor arc BF\overset{\frown}{BF} and minor arc AF\overset{\frown}{AF} are equal, so minor arc BF\overset{\frown}{BF} has an angle of α\alpha. Since the smaller disk has a radius of 11, the length of minor arc BF\overset{\frown}{BF} is α\alpha. This means that 5α+α5\alpha + \alpha equals the circumference of the smaller disk, so 6α=2π6\alpha = 2\pi, or α=π3\alpha = \frac{\pi}{3}.

Now, to find sin2BEA\sin^2{\angle BEA}, we construct BDE\triangle BDE. Also, drop a perpendicular from DD to EA\overline{EA}, and call this point XX. Since α=π3\alpha = \frac{\pi}{3} and DXE\angle DXE is right,

DE=6DE = 6 EX=3EX = 3 and

DX=33DX = 3\sqrt{3} Now drop a perpendicular from BB to EA\overline{EA}, and call this point YY. Since BDEA\overline{BD} || \overline{EA},

XY=BD=1XY = BD = 1 and

BY=DX=33BY = DX = 3\sqrt{3} Thus, we know that

EY=EXXY=31=2EY = EX - XY = 3 - 1 = 2 and by using the Pythagorean Theorem on BEY\triangle BEY, we get that

BE=31BE = \sqrt{31} Thus,

sinBEA=2731\sin{\angle BEA} = \frac{\sqrt{27}}{\sqrt{31}} so

sin2BEA=2731\sin^2{\angle BEA} = \frac{27}{31} and our answer is 27+31=05827 + 31 = \boxed{058}.

Solution 2

First, we determine how far the small circle goes. For the small circle to rotate completely around the circumference, it must rotate 55 times (the circumference of the small circle is 2π2\pi while the larger one has a circumference of 10π10\pi) plus the extra rotation the circle gets for rotating around the circle, for a total of 66 times. Therefore, one rotation will bring point DD 6060^\circ from CC.

Now, draw DBE\triangle DBE, and call

BED=x\angle BED = x^{\circ} We know that ED\overline{ED} is 6, and BD\overline{BD} is 1. Since ECBDEC || BD,

BDE=60\angle BDE = 60^\circ By the Law of Cosines,

BE2=36+12×6×1×cos60=36+16=31\overline{BE}^2=36+1-2\times 6\times 1\times \cos{60^\circ} = 36+1-6=31 and since lengths are positive,

BE=31\overline{BE}=\sqrt{31} By the Law of Sines, we know that

1sinx=31sin60\frac{1}{\sin{x}}=\frac{\sqrt{31}}{\sin{60^\circ}} so

sinx=sin6031=9362\sin{x} = \frac{\sin{60^\circ}}{\sqrt{31}} = \frac{\sqrt{93}}{62} As xx is clearly between 00 and 9090^\circ, cosx\cos{x} is positive. As cosx=1sin2x\cos{x}=\sqrt{1-\sin^2{x}},

cosx=113162\cos{x} = \frac{11\sqrt{31}}{62} Now we use the angle sum formula to find the sine of BEA\angle BEA:

sin60cosx+cos60sinx=32113162+129362\sin 60^\circ\cos x + \cos 60^\circ\sin x = \frac{\sqrt{3}}{2}\frac{11\sqrt{31}}{62}+\frac{1}{2}\frac{\sqrt{93}}{62} =1193+93124=1293124=39331=331331=3331= \frac{11\sqrt{93}+\sqrt{93}}{124} = \frac{12\sqrt{93}}{124} = \frac{3\sqrt{93}}{31} = \frac{3\sqrt{31}\sqrt{3}}{31} = \frac{3\sqrt{3}}{\sqrt{31}} Finally, we square this to get

9×331=2731\frac{9\times 3}{31}=\frac{27}{31} so our answer is 27+31=05827+31=\boxed{058}.

Solution 3

We could use coordbash to solve this problem. Assume that EE is the origin, and E,A,CE, A, C are collinear points on the x-axis. Then it's trivial to see that D=(6cos(60),6sin(60))D=(6\cos(60^\circ),6\sin(60^\circ)), and since BDBD is parallel to ACAC, B=(6cos(60)1,6sin(60))B=(6\cos(60^\circ)-1,6\sin(60^\circ)). After simplifying, we get B=(2,33)B=(2,3\sqrt{3}).

Assume there is a point FF such that F=(0,33)F=(0, 3\sqrt{3}). Then BFBF is parallel to EAEA, meaning FBE=BEA\angle FBE=\angle BEA. sin(FBE)\sin(\angle FBE) is just BFBE=3331\frac{BF}{BE}=\frac{3\sqrt{3}}{\sqrt{31}}, and squaring the fraction gives us the answer 2731=058\frac{27}{31}=\boxed{058}.

-Marchk26