Difference between revisions of "1983 AIME Problems/Problem 15"
m (→Solution: link doesn't make sense in context) |
(→Problem) |
||
Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
The adjoining figure shows two intersecting [[chord]]s in a [[circle]], with <math>B</math> on minor arc <math>AD</math>. Suppose that the radius of the circle is <math>5</math>, that <math>BC=6</math>, and that <math>AD</math> is [[bisect]]ed by <math>BC</math>. Suppose further that <math>AD</math> is the only chord starting at <math>A</math> which is bisected by <math>BC</math>. It follows that the [[sine]] of the minor arc <math>AB</math> is a rational number. If this fraction is expressed as a fraction <math>\frac{m}{n}</math> in lowest terms, what is the product <math>mn</math>? | The adjoining figure shows two intersecting [[chord]]s in a [[circle]], with <math>B</math> on minor arc <math>AD</math>. Suppose that the radius of the circle is <math>5</math>, that <math>BC=6</math>, and that <math>AD</math> is [[bisect]]ed by <math>BC</math>. Suppose further that <math>AD</math> is the only chord starting at <math>A</math> which is bisected by <math>BC</math>. It follows that the [[sine]] of the minor arc <math>AB</math> is a rational number. If this fraction is expressed as a fraction <math>\frac{m}{n}</math> in lowest terms, what is the product <math>mn</math>? | ||
− | + | <asy>size(100); | |
− | [[Image:1983_AIME-15.png|200px]] | + | defaultpen(linewidth(.8pt)+fontsize(11pt)); |
+ | dotfactor=1; | ||
+ | pair O1=(0,0); | ||
+ | pair A=(-0.91,-0.41); | ||
+ | pair B=(-0.99,0.13); | ||
+ | pair C=(0.688,0.728); | ||
+ | pair D=(-0.25,0.97); | ||
+ | path C1=Circle(O1,1); | ||
+ | draw(C1); | ||
+ | label("$A$",A,W); | ||
+ | label("$B$",B,W); | ||
+ | label("$C$",C,NE); | ||
+ | label("$D$",D,N); | ||
+ | draw(A--D); | ||
+ | draw(B--C); | ||
+ | pair F=intersectionpoint(A--D,B--C); | ||
+ | add(pathticks(A--F,1,0.5,0,3.5)); | ||
+ | add(pathticks(F--D,1,0.5,0,3.5)); | ||
+ | </asy> | ||
+ | <!-- [[Image:1983_AIME-15.png|200px]] --> | ||
== Solution == | == Solution == |
Revision as of 12:33, 8 August 2015
Contents
Problem
The adjoining figure shows two intersecting chords in a circle, with on minor arc
. Suppose that the radius of the circle is
, that
, and that
is bisected by
. Suppose further that
is the only chord starting at
which is bisected by
. It follows that the sine of the minor arc
is a rational number. If this fraction is expressed as a fraction
in lowest terms, what is the product
?
Solution
Let be any fixed point on circle
and let
be a chord of circle
. The locus of midpoints
of the chord
is a circle
, with diameter
. Generally, the circle
can intersect the chord
at two points, one point, or they may not have a point of intersection. By the problem condition, however, the circle
is tangent to BC at point N.
Let M be the midpoint of the chord . From right triangle
,
. Thus,
.
Notice that the distance equals
(Where
is the radius of circle P). Evaluating this,
. From
, we see that
Next, notice that . We can therefore apply the tangent subtraction formula to obtain ,
. It follows that
, resulting in an answer of
.
Solution 2
The above solution works, but is quite messy and somewhat difficult to follow. This solution provides a diagram to scale, and the motivation behind the solution.
First of all, where did the statement " is the only chord starting at
and bisected by
" come from? What is its significance in this problem? What is the criterion for this statement to be true?
We consider the locus of midpoints of the chords from . It is well known that this is the circle with diameter
, where
is the center of the circle. The proof is simple: every midpoint of a chord is a dilation of the endpoint with ratio
with center
. Thus, the locus is the result of the dilation with ratio
of circle
with center
. Let the center of this circle be
.
Aha! Now we see. is bisected by
if they cross at some point
on the circle. Moreover, since
is the only chord,
must be tangent to the circle
.
The rest of this problem is straight forward.
Our goal is to find where
is the midpoint of
. Then we have
and
.
Let
be the projection of
onto
, and similarly
be the projection of
onto
. Then it remains to find
so we can use the sine addition formula.
As is a radius of circle
,
, and similarly,
. Since
,
. Thus,
.
From here, we see that is a dilation of
about center
with ratio
, so
.
Lastly, we apply the formula:
Thus, our answer is .
See Also
1983 AIME (Problems • Answer Key • Resources) | ||
Preceded by Problem 14 |
Followed by Last question | |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
All AIME Problems and Solutions |