Difference between revisions of "1985 AIME Problems/Problem 9"
Alexlikemath (talk | contribs) |
|||
Line 45: | Line 45: | ||
+ | ==Solution 2 (Law of cosines)== | ||
+ | <center><asy> | ||
+ | size(200); | ||
+ | pointpen = black; pathpen = black + linewidth(0.8); | ||
+ | real r = 8/15^0.5, a = 57.91, b = 93.135; | ||
+ | pair O = (0,0), A = r*expi(pi/3), A1 = rotate(a/2)*A, A2 = rotate(-a/2)*A, A3 = rotate(-a/2-b)*A; | ||
+ | D(CR(O,r)); | ||
+ | D(O--A1--A2--cycle); | ||
+ | D(O--A2--A3--cycle); | ||
+ | D(O--A1--A3--cycle); | ||
+ | MP("2",(A1+A2)/2,NE); | ||
+ | MP("3",(A2+A3)/2,E); | ||
+ | MP("4",(A1+A3)/2,E); | ||
+ | D(anglemark(A2,O,A1,5)); D(anglemark(A3,O,A2,5)); | ||
+ | label("\(\alpha\)",(0.07,0.16),NE,fontsize(8)); | ||
+ | label("\(\beta\)",(0.12,-0.16),NE,fontsize(8)); | ||
+ | label("\(\alpha\)/2",(0.6,0.16),NE,fontsize(8)); | ||
+ | </asy></center> | ||
− | ==Solution | + | |
+ | ==Solution 3 (trig)== | ||
Using the first diagram above, | Using the first diagram above, | ||
<cmath>\sin \frac{\alpha}{2} = \frac{1}{r}</cmath> | <cmath>\sin \frac{\alpha}{2} = \frac{1}{r}</cmath> |
Revision as of 22:36, 30 April 2019
Problem
In a circle, parallel chords of lengths 2, 3, and 4 determine central angles of , , and radians, respectively, where . If , 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
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.
This triangle has semiperimeter so by Heron's formula it has area . The area of a given triangle with sides of length and circumradius of length is also given by the formula , so and .
Now, consider the triangle formed by two radii and the chord of length 2. This isosceles triangle has vertex angle , so by the Law of Cosines,
and the answer is .
Solution 2 (Law of cosines)
Solution 3 (trig)
Using the first diagram above, by the Pythagorean trig identities, so by the composite sine identity multiply both sides by , then subtract from both sides squaring both sides, we get plugging this back in, so and the answer is
See also
1985 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 8 |
Followed by Problem 10 | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |