2000 AMC 12竞赛试题/第17题
Problem
A circle centered at
has radius
and contains the point
. The segment
is tangent to the circle at
and
. If point
lies on
and
bisects
, then ![]()
![[asy] import olympiad; size(6cm); unitsize(1cm); defaultpen(fontsize(8pt)+linewidth(.8pt)); labelmargin=0.2; dotfactor=3; pair O=(0,0); pair A=(1,0); pair B=(1,1.5); pair D=bisectorpoint(A,B,O); pair C=extension(B,D,O,A); draw(Circle(O,1)); draw(O--A--B--cycle); draw(B--C); label("$O$",O,SW); dot(O); label("$\theta$",(0.1,0.05),ENE); dot(C); label("$C$",C,S); dot(A); label("$A$",A,E); dot(B); label("$B$",B,E);[/asy]](http://latex.artofproblemsolving.com/e/a/4/ea4f1560825547734d756bfe3b5548e6d92a8681.png)
![]()
Solution 1
Since
is tangent to the circle,
is a right triangle. This means that
,
and
. By the Angle Bisector Theorem,
We multiply both sides by
to simplify the trigonometric functions,
Since
,
. Therefore, the answer is
.
Solution 2
Alternatively, one could notice that OC approaches the value 1/2 as theta gets close to 90 degrees. The only choice that is consistent with this is (D).
Solution 3 (with minimal trig)
Let's assign a value to
so we don't have to use trig functions to solve.
is a good value for
, because then we have a
--
because
is tangent to Circle
.
Using our special right triangle, since
,
, and
.
Let
. Then
. since
bisects
, we can use the angle bisector theorem:
![]()
![]()
![]()
.
Now, we only have to use a bit of trig to guess and check: the only trig facts we need to know to finish the problem is:
![]()
![]()
.
With a bit of guess and check, we get that the answer is
.
AEIS在线试听课程