返回题库

AIME 1990 · 第 12 题

AIME 1990 — Problem 12

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A regular 12-gon is inscribed in a circle of radius 12. The sum of the lengths of all sides and diagonals of the 12-gon can be written in the form a+b2+c3+d6,a + b \sqrt{2} + c \sqrt{3} + d \sqrt{6}, where aa^{}_{}, bb^{}_{}, cc^{}_{}, and dd^{}_{} are positive integers. Find a+b+c+da + b + c + d^{}_{}.

解析

Solution 1

AIME diagram

The easiest way to do this seems to be to find the length of each of the sides and diagonals. To do such, draw the radii that meet the endpoints of the sides/diagonals; this will form isosceles triangles. Drawing the altitude of those triangles and then solving will yield the respective lengths.

  • The length of each of the 12 sides is 212sin152 \cdot 12\sin 15. 24sin15=24sin(4530)=24624=6(62)24\sin 15 = 24\sin (45 - 30) = 24\frac{\sqrt{6} - \sqrt{2}}{4} = 6(\sqrt{6} - \sqrt{2}).
  • The length of each of the 12 diagonals that span across 2 edges is 212sin30=122 \cdot 12\sin 30 = 12 (or notice that the triangle formed is equilateral).
  • The length of each of the 12 diagonals that span across 3 edges is 212sin45=1222 \cdot 12\sin 45 = 12\sqrt{2} (or notice that the triangle formed is a 45459045 - 45 - 90 right triangle).
  • The length of each of the 12 diagonals that span across 4 edges is 212sin60=1232 \cdot 12\sin 60 = 12\sqrt{3}.
  • The length of each of the 12 diagonals that span across 5 edges is 212sin75=24sin(45+30)=246+24=6(6+2)2 \cdot 12\sin 75 = 24\sin (45 + 30) = 24\frac{\sqrt{6}+\sqrt{2}}{4} = 6(\sqrt{6}+\sqrt{2}).
  • The length of each of the 6 diameters is 212=242 \cdot 12 = 24.

Adding all of these up, we get 12[6(62)+12+122+123+6(6+2)]+62412[6(\sqrt{6} - \sqrt{2}) + 12 + 12\sqrt{2} + 12\sqrt{3} + 6(\sqrt{6}+\sqrt{2})] + 6 \cdot 24

=12(12+122+123+126)+144=288+1442+1443+1446= 12(12 + 12\sqrt{2} + 12\sqrt{3} + 12\sqrt{6}) + 144 = 288 + 144\sqrt{2} + 144\sqrt{3} + 144\sqrt{6}. Thus, the answer is 1445=720144 \cdot 5 = \boxed{720}.

Solution 2

A second method involves drawing a triangle connecting the center of the 12-gon to two vertices of the 12-gon. Since the distance from the center to a vertex of the 12-gon is 1212, the Law of Cosines can be applied to this isosceles triangle, to give:

a2=122+12221212cosθa^2 = 12^2 + 12^2 - 2\cdot 12\cdot 12\cdot \cos \theta a2=21222122cosθa^2 = 2\cdot 12^2 - 2\cdot 12^2 \cos \theta a2=2122(1cosθ)a^2 = 2\cdot 12^2 (1 - \cos \theta) a=1221cosθa = 12\sqrt{2} \cdot \sqrt{1 - \cos \theta}

There are six lengths of sides/diagonals, corresponding to θ=30,60,90,120,150,180\theta = {30^{\circ}, 60^{\circ}, 90^{\circ}, 120^{\circ}, 150^{\circ}, 180^{\circ}}

Call these lengths a1,a2,a3,a4,a5,a6a_1, a_2, a_3, a_4, a_5, a_6 from shortest to longest. The total length ll that is asked for is

l=12(a1+a2+a3+a4+a5)+6a6l = 12(a_1 + a_2 + a_3 + a_4 + a_5) + 6a_6, noting that a6a_6 as written gives the diameter of the circle, which is the longest diagonal.

l=12[122(1cos30+1cos60+1cos90+1cos120+1cos150)]+624l = 12[12\sqrt{2} (\sqrt{1 - \cos 30^{\circ}}+\sqrt{1-\cos 60^{\circ}}+\sqrt{1-\cos 90^{\circ}}+\sqrt{1-\cos 120^{\circ}}+\sqrt{1 - \cos 150^{\circ}})] + 6 \cdot 24 l=1442(132+112+10+1+12+1+32)+144l = 144\sqrt{2} \left(\sqrt{1 - \frac{\sqrt{3}}{2}} + \sqrt{1 - \frac{1}{2}} + \sqrt{1-0} + \sqrt{1 + \frac{1}{2}} + \sqrt{1 + \frac{\sqrt{3}}{2}}\right) + 144 l=1442(132+22+1+62+1+32)+144l = 144\sqrt{2} \left(\sqrt{1 - \frac{\sqrt{3}}{2}} + \frac{\sqrt{2}}{2} + 1 + \frac{\sqrt{6}}{2} + \sqrt{1 + \frac{\sqrt{3}}{2}}\right) + 144

To simplify the two nested radicals, add them, and call the sum xx:

x=132+1+32x = \sqrt{1 - \frac{\sqrt{3}}{2}} + \sqrt{1 + \frac{\sqrt{3}}{2}}

Squaring both sides, the F and L part of FOIL causes the radicals to cancel, leaving:

x2=2+2(132)(1+32)x^2 = 2 + 2\sqrt{\left(1 - \frac{\sqrt{3}}{2}\right)\left(1 + \frac{\sqrt{3}}{2}\right)} x2=2+2134x^2 = 2 + 2\sqrt{1 - \frac{3}{4}} x2=2+214x^2 = 2 + 2\sqrt{\frac{1}{4}} x2=2+212x^2 = 2 + 2\cdot\frac{1}{2} x=3.x = \sqrt{3}.

Plugging that sum xx back into the equation for ll, we find

l=1442(22+1+62+3)+144l = 144\sqrt{2} \left(\frac{\sqrt{2}}{2} + 1 + \frac{\sqrt{6}}{2} + \sqrt{3}\right) + 144

l=144+1442+1443+1446+144l = 144 + 144\sqrt{2} + 144\sqrt{3} + 144\sqrt{6} + 144.

Thus, the desired quantity is 1445=720144\cdot 5 = \boxed{720}.

Solution 3

Begin as in solution 2, drawing a triangle connecting the center of the 12-gon to two vertices of the 12-gon. Apply law of cosines on θ=30,60,90,120,150,180\theta = {30^{\circ}, 60^{\circ}, 90^{\circ}, 120^{\circ}, 150^{\circ}, 180^{\circ}} to get d2=288288cosθd^2 = 288 - 288 \cos \theta where dd is the diagonal or sidelength distance between two points on the 12-gon. Now, d=288288cosθd=\sqrt{288-288 \cos \theta}. Instead of factoring out 288288 as in solution 2, factor out 576\sqrt{576} instead-the motivation for this is to make the expression look like the half angle identity, and the fact that 576\sqrt{576} is an integer doesn't hurt. Now, we have that d=24sinθ2d=24 \sin \frac{\theta}{2}, which simplifies things quite nicely. Continue as in solution 2, computing half-angle sines instead of nested radicals, to obtain 720\boxed{720}.

Solution 4 (Another Way to Start Solution 1)

Plotting this regular 1212-gon on the complex plane with center as origin, and a vertex on the xx-axis. We have that the vertices are the of the form 12e2πk12i.12e^{\frac{2\pi k}{12} i}. All of the distinct diagonals can be represented with one vertex as 12e2π012i=12.12e^{\frac{2\pi 0}{12} i} = 12. Then the each diagonal can be expressed as,

12(cos0cos2πk12)2+(sin2πk12sin0)2=12(cos0)2+(cos2πk12)2+(sin2πk12)2+(sin0)22(cos2πk12cos0+sin2πk12sin0)=1222cos2πk12=124sin2πk12=24sinπk12.\begin{aligned} 12 \sqrt{(\cos{0} - \cos{\frac{2\pi k}{12}})^2 + (\sin{\frac{2\pi k}{12}} - \sin{0})^2} &= 12 \sqrt{(\cos{0})^2 + (\cos{\frac{2\pi k}{12}})^2 + (\sin{\frac{2\pi k}{12}})^2 + (\sin{0})^2 - 2(\cos{\frac{2\pi k}{12}}\cos{0} + \sin{\frac{2\pi k}{12}}\sin{0})} \\ &= 12 \sqrt{2 - 2\cos{\frac{2\pi k}{12}}} \\ &= 12 \sqrt{4\sin^2{\frac{\pi k}{12}}} \\ &= 24\sin{\frac{\pi k}{12}}.\end{aligned} The rest follows as Solution 1.

~Aaryabhatta1