返回题库

AIME 2001 I · 第 13 题

AIME 2001 I — Problem 13

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In a certain circle, the chord of a dd-degree arc is 2222 centimeters long, and the chord of a 2d2d-degree arc is 2020 centimeters longer than the chord of a 3d3d-degree arc, where d<120.d < 120. The length of the chord of a 3d3d-degree arc is m+n- m + \sqrt {n} centimeters, where mm and nn are positive integers. Find m+n.m + n.

解析

Solution

Solution 1

AIME diagram

Note that a cyclic quadrilateral in the form of an isosceles trapezoid can be formed from three chords of three dd-degree arcs and one chord of one 3d3d-degree arc. The diagonals of this trapezoid turn out to be two chords of two 2d2d-degree arcs. Let ABAB, ACAC, and BDBD be the chords of the dd-degree arcs, and let CDCD be the chord of the 3d3d-degree arc. Also let xx be equal to the chord length of the 3d3d-degree arc. Hence, the length of the chords, ADAD and BCBC, of the 2d2d-degree arcs can be represented as x+20x + 20, as given in the problem.

Using Ptolemy's theorem,

ABCD+ACBD=ADBCAB \cdot CD + AC \cdot BD = AD \cdot BC     22x+2222=(x+20)2\iff 22x + 22 \cdot 22 = (x + 20)^2     22x+484=x2+40x+400\iff 22x + 484 = x^2 + 40x + 400     x2+18x84=0.\iff x^2 + 18x - 84 = 0. We can then apply the quadratic formula to find the positive root of this equation (since polygons obviously cannot have sides of negative length):

x=18+182+4842=18+6602.x = \frac{-18 + \sqrt{18^2 + 4 \cdot 84}}{2} = \frac{-18 + \sqrt{660}}{2}. This simplifies to x=18+21652=9+165x = \frac{-18 + 2\sqrt{165}}{2} = -9 + \sqrt{165}. Thus the answer is 9+165=1749 + 165 = \boxed{174}.

Solution 2

Let z=d2,z=\frac{d}{2}, and RR be the circumradius. From the given information,

2Rsinz=22,and2R\sin z=22, \quad\text{and} 2R(sin2zsin3z)=20.2R(\sin 2z-\sin 3z)=20. Dividing the latter equation by the former gives

2sinzcosz(3cos2zsinzsin3z)sinz=2cosz(3cos2zsin2z)=1+2cosz4cos2z=1011\frac{2\sin z\cos z-\left(3\cos^2z\sin z-\sin^3 z\right)}{\sin z}=2\cos z-\left(3\cos^2z-\sin^2z\right)=1+2\cos z-4\cos^2z=\frac{10}{11}     4cos2z2cosz111=0.()\iff 4\cos^2z-2\cos z-\frac{1}{11}=0. \qquad (*) We want to find

22sin(3z)sinz=22(34sin2z)=22(4cos2z1).\frac{22\sin (3z)}{\sin z}=22(3-4\sin^2z)=22(4\cos^2z-1). From (),(*), this is equivalent to 44cosz2044\cos z-20. Using the quadratic formula, we deduce that this expression equals 9+165-9+\sqrt{165}, so our answer is 174\boxed{174}.

Solution 3

Let z=d2z=\frac{d}{2}, RR be the circumradius, and aa be the length of a 3d3d-degree chord. Using the extended sine law, we obtain:

22=2Rsin(z),22=2R\sin(z), 20+a=2Rsin(2z),and20+a=2R\sin(2z), \quad\text{and} a=2Rsin(3z).a=2R\sin(3z). Dividing the second equation by the first, and using the double angle formula, we obtain cos(z)=20+a44\cos(z)=\frac{20+a}{44}. Now, using the triple angle formula, we can rewrite the third equation as follows:

a=2Rsin(3z)=22sin(z)(3sin(z)4sin3(z))=22(34sin2(z))=22(4cos2(z)1)=(20+a)22222,a=2R \sin(3z)=\frac{22}{\sin(z)}\left(3\sin(z)-4\sin^3(z)\right) = 22\left(3-4\sin^2(z)\right) = 22\left(4\cos^2(z)-1\right) = \frac{(20+a)^2}{22}-22, and solving this quadratic equation gives the answer as 174\boxed{174}.