Difference between revisions of "1983 AIME Problems/Problem 15"
Smoothtorus (talk | contribs) |
|||
Line 24: | Line 24: | ||
<!-- [[Image:1983_AIME-15.png|200px]] --> | <!-- [[Image:1983_AIME-15.png|200px]] --> | ||
− | == Solution == | + | == Solution 1 == |
-Credit to Adamz for diagram- | -Credit to Adamz for diagram- | ||
<asy> | <asy> | ||
Line 54: | Line 54: | ||
Next, notice that <math>\angle AOB = \angle AOM - \angle BOM</math>. We can therefore apply the tangent subtraction formula to obtain , <math>\tan AOB =\frac{\tan AOM - \tan BOM}{1 + \tan AOM \cdot \tan AOM} =\frac{\frac 4 3 - \frac 3 4}{1 + \frac 4 3 \cdot \frac 3 4} = \frac{7}{24}</math>. It follows that <math>\sin AOB =\frac{7}{\sqrt{7^2+24^2}} = \frac{7}{25}</math>, resulting in an answer of <math>7 \cdot 25=\boxed{175}</math>. | Next, notice that <math>\angle AOB = \angle AOM - \angle BOM</math>. We can therefore apply the tangent subtraction formula to obtain , <math>\tan AOB =\frac{\tan AOM - \tan BOM}{1 + \tan AOM \cdot \tan AOM} =\frac{\frac 4 3 - \frac 3 4}{1 + \frac 4 3 \cdot \frac 3 4} = \frac{7}{24}</math>. It follows that <math>\sin AOB =\frac{7}{\sqrt{7^2+24^2}} = \frac{7}{25}</math>, resulting in an answer of <math>7 \cdot 25=\boxed{175}</math>. | ||
− | == Solution 1 | + | === Motivation Behind Solution 1=== |
The above solution works, but is quite messy and somewhat difficult to follow. This solution provides the motivation behind the solution. | The above solution works, but is quite messy and somewhat difficult to follow. This solution provides the motivation behind the solution. | ||
Line 77: | Line 77: | ||
Thus, our answer is <math>7\cdot25=\boxed{175}</math>. | Thus, our answer is <math>7\cdot25=\boxed{175}</math>. | ||
+ | |||
+ | == Solution 2 (with the help of coordinates) == | ||
+ | [[File:Aime1983p15s2.png|500px|link=]] | ||
+ | |||
+ | Let the circle be <math>x^2 + y^2 = 25</math>, and its center be labeled <math>O=(0,0)</math>. Since BC=6, we can calculate (by the Pythagorean Theorem) that the distance from <math>O</math> to the line <math>BD</math> is <math>4</math>. So we can let <math>B=(3,4)</math> and <math>C=(-3,4)</math>. Now assume that <math>A</math> is any point on the major arc BC, and <math>D</math> any point on the minor arc BC. We may let <math>A=(5 \cos \alpha, 5 \sin \alpha)</math>, where <math>\alpha</math> is the angle measured from the positive <math>x</math> axis to the ray <math>OA</math>. It will also be convenient to define <math>\alpha_0</math> as the measure of angle XOB. | ||
+ | |||
+ | Firstly, since B must lie in the minor arc AD, we see that <math>\alpha \in \left(-\frac{\pi}{2}-\alpha_0,\alpha_0\right)</math>. However, since the midpoint of AD must lie on BC, and the highest <math>y</math> coordinate of <math>D</math> is <math>5</math>, we see that the <math>y</math> coordinate can't be lower than <math>3</math>, that is, <math>\alpha \in \left[\sin^{-1}\frac{3}{5},\alpha_0\right)</math>. | ||
+ | |||
+ | Secondly, there is a theorem that says that, in a circle, if a chord is bisected by a radius, then the they must be perpendicular. Therefore, suppose that <math>P</math> is the intersection between <math>AD</math> and <math>BC</math>, then <math>OP</math> is perpendicular to <math>AD</math>. So, if <math>AD</math> is the only chord starting at <math>A</math> which is bisected by <math>BC</math>, it means that <math>P</math> is the only point on the chord <math>BC</math> such that <math>OP</math> is perpendicular to <math>AD</math>. Now we are ready to make it an algebraic problem. Suppose <math>P=(p,4)</math>, <math>p \in (-3,3)</math>. The statement <math>OP</math> is perpendicular to <math>AD</math> is equivalent to the following equation: | ||
+ | |||
+ | <cmath> -1 = (slope OP)(slope AP)</cmath> | ||
+ | <cmath> -1 = \frac{4}{p} \cdot \frac{5\sin \alpha - 4}{5\cos \alpha - p}</cmath> | ||
+ | |||
+ | It rearranges to the following: | ||
+ | |||
+ | <cmath> p^2 - (5\cos \alpha)p + 16 - 20 \sin \alpha = 0</cmath> | ||
+ | |||
+ | Given that this equation has only one real root <math>p\in (-3,3)</math>, we study the following function: | ||
+ | |||
+ | <cmath>f(x) = x^2 - (5\cos \alpha)x + 16 - 20 \sin \alpha</cmath> | ||
+ | |||
+ | First, by the fact that <math>f(x)</math> has real solution, it is good to look at its discriminant: must be non-negative: | ||
+ | |||
+ | <cmath> \Delta = (5\cos \alpha)^2 - 4(16-20\sin \alpha)</cmath> | ||
+ | <cmath>= 25 (1- \sin^2 \alpha) - 64 + 80 \sin \alpha</cmath> | ||
+ | <cmath>= -25 \sin^2 \alpha + 80\sin \alpha - 39</cmath> | ||
+ | <cmath>= (13 - 5\sin \alpha)(5\sin \alpha - 3)</cmath> | ||
+ | |||
+ | It is obvious that this is non-negative. If it is actually zero, then <math>\sin \alpha = \frac{3}{5}</math>, and <math>\cos \alpha = \frac{4}{5}</math>. In this case, <math>p = (5\cos \alpha)/2 = 2 \in (-3,3)</math>. We found a possible case. So we calculate <math>\sin(arc AB) = \sin (\alpha_0 - \alpha) = \frac{4}{5}\cdot \frac{4}{5} - \frac{3}{5} \cdot \frac{3}{5} = \frac{7}{25}</math>. | ||
+ | |||
+ | === Note to Solution 2 === | ||
+ | Note: As an AIME problem, it is already done since we have found one possible case. However, it takes one more step to complete it if we need to say that this is the unique possibility, without appealing to the ''AIME Uniqueness Principle''. | ||
+ | |||
+ | Suppose that <math>\Delta > 0</math>, which means that there can be two real roots of <math>f(x)</math>, one lying in the interval <math>(-3,3)</math>, but another falling out of it. We also see that the average of the two root is <math> (5\cos \alpha) / 2 </math>, which is a quantity greater than 0, so the root outside of <math>(-3,3)</math> must be no less than 3. Spectating the parabolic curve of <math>f(x)</math>, which is a "U shaped" curve hitting the interval <math>(-3,3)</math> once and <math>[3,\infty)</math> another time, it is evident that <math>f(-3) > 0</math> and <math>f(3)\leq 0</math>. We can just work on the second one: | ||
+ | |||
+ | <cmath>0 \geq f(3) = 25 - 15\cos \alpha - 20 \sin \alpha</cmath> | ||
+ | <cmath> 3\cos \alpha + 4 \sin \alpha \geq 5 </cmath> | ||
+ | |||
+ | The only way to satisfy this equation is when <math>A=B</math> (by working on Cauchy-Schwarz inequality, or just plotting the line <math>3x+4y=5</math> to see that point <math>A</math> can't go above this line), which does not make sense from the description of the problem. | ||
+ | It means that the point <math>A</math> lies in the half plane above the line <math>3x+4y=5</math>, inclusive, and the half plane below the line <math>-3x+4y=5</math>, exclusive. It is obviously impossible, by drawing the lines and see that the intersection of the two half planes does not share any point with the circle. | ||
+ | |||
== See Also == | == See Also == |
Revision as of 21:59, 7 November 2016
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 1
-Credit to Adamz for diagram-
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
.
Motivation Behind Solution 1
The above solution works, but is quite messy and somewhat difficult to follow. This solution provides 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 .
Solution 2 (with the help of coordinates)
Let the circle be , and its center be labeled
. Since BC=6, we can calculate (by the Pythagorean Theorem) that the distance from
to the line
is
. So we can let
and
. Now assume that
is any point on the major arc BC, and
any point on the minor arc BC. We may let
, where
is the angle measured from the positive
axis to the ray
. It will also be convenient to define
as the measure of angle XOB.
Firstly, since B must lie in the minor arc AD, we see that . However, since the midpoint of AD must lie on BC, and the highest
coordinate of
is
, we see that the
coordinate can't be lower than
, that is,
.
Secondly, there is a theorem that says that, in a circle, if a chord is bisected by a radius, then the they must be perpendicular. Therefore, suppose that is the intersection between
and
, then
is perpendicular to
. So, if
is the only chord starting at
which is bisected by
, it means that
is the only point on the chord
such that
is perpendicular to
. Now we are ready to make it an algebraic problem. Suppose
,
. The statement
is perpendicular to
is equivalent to the following equation:
It rearranges to the following:
Given that this equation has only one real root , we study the following function:
First, by the fact that has real solution, it is good to look at its discriminant: must be non-negative:
It is obvious that this is non-negative. If it is actually zero, then , and
. In this case,
. We found a possible case. So we calculate
.
Note to Solution 2
Note: As an AIME problem, it is already done since we have found one possible case. However, it takes one more step to complete it if we need to say that this is the unique possibility, without appealing to the AIME Uniqueness Principle.
Suppose that , which means that there can be two real roots of
, one lying in the interval
, but another falling out of it. We also see that the average of the two root is
, which is a quantity greater than 0, so the root outside of
must be no less than 3. Spectating the parabolic curve of
, which is a "U shaped" curve hitting the interval
once and
another time, it is evident that
and
. We can just work on the second one:
The only way to satisfy this equation is when (by working on Cauchy-Schwarz inequality, or just plotting the line
to see that point
can't go above this line), which does not make sense from the description of the problem.
It means that the point
lies in the half plane above the line
, inclusive, and the half plane below the line
, exclusive. It is obviously impossible, by drawing the lines and see that the intersection of the two half planes does not share any point with the circle.
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 |