返回题库

AIME 1985 · 第 9 题

AIME 1985 — Problem 9

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

In a circle, parallel chords of lengths 2, 3, and 4 determine central angles of α\alpha, β\beta, and α+β\alpha + \beta radians, respectively, where α+β<π\alpha + \beta < \pi. If cosα\cos \alpha, which is a positive rational number, is expressed as a fraction in lowest terms, what is the sum of its numerator and denominator?

解析

Solution 1

AIME diagram

All chords of a given length in a given circle subtend the same arc and therefore the same central angle. Thus, by the given, we can re-arrange our chords into a triangle with the circle as its circumcircle.

AIME diagram

This triangle has semiperimeter 2+3+42\frac{2 + 3 + 4}{2} so by Heron's formula it has area K=92523212=3415K = \sqrt{\frac92 \cdot \frac52 \cdot \frac32 \cdot \frac12} = \frac{3}{4}\sqrt{15}. The area of a given triangle with sides of length a,b,ca, b, c and circumradius of length RR is also given by the formula K=abc4RK = \frac{abc}{4R}, so 6R=3415\frac6R = \frac{3}{4}\sqrt{15} and R=815R = \frac8{\sqrt{15}}.

Now, consider the triangle formed by two radii and the chord of length 2. This isosceles triangle has vertex angle α\alpha, so by the Law of Cosines,

22=R2+R22R2cosαcosα=2R242R2=17322^2 = R^2 + R^2 - 2R^2\cos \alpha \Longrightarrow \cos \alpha = \frac{2R^2 - 4}{2R^2} = \frac{17}{32} and the answer is 17+32=04917 + 32 = \boxed{049}.

Video Solution by Pi Academy (Fast and Easy)

https://youtu.be/fHFD0TEfBnA?si=DRKVU_As7Rv0ou5D

~ Pi Academy

Solution 2 (Law of Cosines)

AIME diagram

It’s easy to see in triangle which lengths 2, 3, and 4, that the angle opposite the side 2 is α2\frac{\alpha}{2}, and using the Law of Cosines, we get:

22=32+42234cosα22^2 = 3^2 + 4^2 - 2\cdot3\cdot4\cos\frac{\alpha}{2} Which, rearranges to:

21=24cosα221 = 24\cos\frac{\alpha}{2} And, that gets us:

cosα2=7/8\cos\frac{\alpha}{2} = 7/8 Using cos2θ=2cos2θ1\cos 2\theta = 2\cos^2 \theta - 1, we get that:

cosα=17/32\cos\alpha = 17/32 Which gives an answer of 049\boxed{049}

- AlexLikeMath

Solution 3 (trig)

Using the first diagram above,

sinα2=1r\sin \frac{\alpha}{2} = \frac{1}{r} sinβ2=1.5r\sin \frac{\beta}{2} = \frac{1.5}{r} sin(α2+β2)=2r\sin(\frac{\alpha}{2}+\frac{\beta}{2})=\frac{2}{r} by the Pythagorean trig identities,

cosα2=11r2\cos\frac{\alpha}{2}=\sqrt{1-\frac{1}{r^2}} cosβ2=12.25r2\cos\frac{\beta}{2}=\sqrt{1-\frac{2.25}{r^2}} so by the composite sine identity

2r=1r12.25r2+1.5r11r2\frac{2}{r}=\frac{1}{r}\sqrt{1-\frac{2.25}{r^2}}+\frac{1.5}{r}\sqrt{1-\frac{1}{r^2}} multiply both sides by 2r2r, then subtract 49r2\sqrt{4-\frac{9}{r^2}} from both sides squaring both sides, we get

16849r2+49r2=99r216 - 8\sqrt{4-\frac{9}{r^2}} + 4 - \frac{9}{r^2}=9 - \frac{9}{r^2} 16+4=9+849r2118=49r212164=49r2\Longrightarrow 16+4=9+8\sqrt{4-\frac{9}{r^2}}\Longrightarrow\frac{11}{8}=\sqrt{4-\frac{9}{r^2}}\Longrightarrow\frac{121}{64}=4-\frac{9}{r^2} (256121)r264=9r2=6415\Longrightarrow\frac{(256-121)r^2}{64}=9\Longrightarrow r^2= \frac{64}{15} plugging this back in,

cos2(α2)=11564=4964\cos^2(\frac{\alpha}{2})=1-\frac{15}{64}=\frac{49}{64} so

cos(α)=2(4964)1=3464=1732\cos(\alpha)=2(\frac{49}{64})-1=\frac{34}{64}=\frac{17}{32} and the answer is 17+32=04917+32=\boxed{049}