返回题库

AIME 1991 · 第 14 题

AIME 1991 — Problem 14

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A hexagon is inscribed in a circle. Five of the sides have length 8181 and the sixth, denoted by AB\overline{AB}, has length 3131. Find the sum of the lengths of the three diagonals that can be drawn from AA_{}^{}.

解析

Solution

AIME diagram

Let x=AC=BFx=AC=BF, y=AD=BEy=AD=BE, and z=AE=BDz=AE=BD.

Ptolemy's Theorem on ABCDABCD gives 81y+3181=xz81y+31\cdot 81=xz, and Ptolemy on ACDFACDF gives xz+812=y2x\cdot z+81^2=y^2. Subtracting these equations give y281y11281=0y^2-81y-112\cdot 81=0, and from this y=144y=144. Ptolemy on ADEFADEF gives 81y+812=z281y+81^2=z^2, and from this z=135z=135. Finally, plugging back into the first equation gives x=105x=105, so x+y+z=105+144+135=384x+y+z=105+144+135=\boxed{384}.

Solution 2

Let θ\theta be the inscribed angle in each of the 5 sides of length 81, so dsinθ=81d \sin \theta = 81. Since the inscribed angles sum to π\pi, dsin5θ=dsin(π5θ)=31d \sin 5\theta = d \sin (\pi - 5\theta) = 31.

Now consider the Chebyshev polynomials that put sinnθsinθ\dfrac{\sin n\theta}{\sin \theta} in terms of cosθ\cos \theta:

sin2θsinθ=2cosθ,sin3θsinθ=4cos2θ1\dfrac{\sin 2\theta}{\sin \theta} = 2 \cos \theta, \dfrac{\sin 3\theta}{\sin \theta} = 4 \cos^2 \theta - 1 sin4θsinθ=8cos3θ4cosθ,sin5θsinθ=16cos4θ12cos2θ+1\dfrac{\sin 4\theta}{\sin \theta} = 8 \cos^3 \theta - 4 \cos \theta, \dfrac{\sin 5\theta}{\sin \theta} = 16 \cos^4 \theta - 12 \cos^2 \theta + 1

The sum of the diagonals is dsin2θ+dsin3θ+dsin4θd\sin 2\theta + d\sin 3\theta + d\sin 4\theta, which becomes (dsinθ)(8cos3θ+4cos2θ2cosθ1)(d \sin \theta)(8\cos^3 \theta + 4\cos^2 \theta - 2\cos \theta - 1), and we're given 16cos4θ12cos2θ+1=318116 \cos^4 \theta - 12 \cos^2 \theta + 1 = \dfrac{31}{81}

Solve for cosθ\cos \theta: 16cos4θ12cos2θ+94=94508116 \cos^4 \theta - 12 \cos^2 \theta + \dfrac{9}{4} = \dfrac{9}{4} - \dfrac{50}{81}

(4cos2θ32)2=729324200324=(2318)2\left(4 \cos^2 \theta - \dfrac{3}{2}\right)^2 = \dfrac{729}{324} - \dfrac{200}{324} = \left(\dfrac{23}{18}\right)^2

8cos2θ3=2398 \cos^2 \theta - 3 = \dfrac{23}{9} or 239-\dfrac{23}{9}, so 8cos2θ=5098 \cos^2 \theta = \dfrac{50}{9} or 49\dfrac{4}{9}

cos2θ=2536\cos^2 \theta = \dfrac{25}{36} or 118\dfrac{1}{18}, which means cosθ\cos \theta must be 56\dfrac{5}{6} if 5θ<π5 \theta < \pi.

Now (dsinθ)(8cos3θ+4cos2θ2cosθ1)=81(8125216+425362561)(d \sin \theta)\left(8\cos^3 \theta + 4\cos^2 \theta - 2\cos \theta - 1\right) = 81\left(8 \cdot \dfrac{125}{216} + 4 \cdot \dfrac{25}{36} - 2 \cdot \dfrac{5}{6} - 1\right)

=3(81258+4754245227)=3(125+754527)=384= 3 \left(8 \cdot \dfrac{125}{8} + 4 \cdot \dfrac{75}{4} - 2 \cdot \dfrac{45}{2} - 27\right) = 3(125 + 75 - 45 - 27) = \boxed{384}

Solution 3 (Risky)

This solution refers to the diagram given in Solution 1.

Applying Ptolemy’s Theorem to quadrilateral ADEFADEF, we obtain

81y+812=z2.81y + 81^2 = z^2. Applying Ptolemy’s Theorem to quadrilateral ABCFABCF, we obtain

31y+812=x2.31y + 81^2 = x^2. Since this is an AIME problem and the question asks for the sum of the lengths of the three diagonals, we may assume that all diagonal lengths are integers.

Rewriting the first equation,

81y=z2812=(z+81)(z81).81y = z^2 - 81^2 = (z+81)(z-81). Because both yy and zz are integers, zz must be a multiple of 99. Additionally, we observe that y>zy > z, so we test the smallest such value of zz satisfying this condition, namely z=135z = 135. Substituting gives

y=135281281=144.y = \frac{135^2 - 81^2}{81} = 144. Substituting y=144y = 144 into the second equation,

x2=31(144)+812=11025,x^2 = 31(144) + 81^2 = 11025, so x=105x = 105.

Finally, summing the three diagonal lengths, 105+135+144=384.105 + 135 + 144 = \boxed{384}.

~Voidling

Video Solution by OmegaLearn

https://youtu.be/DVuf-uXjfzY?t=522

~ pi_is_3.14