1983 AIME Problems/Problem 4: Difference between revisions
No edit summary |
No edit summary |
||
| Line 84: | Line 84: | ||
===Solution 4=== | ===Solution 4=== | ||
We use coordinates. Let the circle have center <math>(0,0)</math> and radius <math>\sqrt{50}</math>; this circle has equation <math>x^2 + y^2 = 50</math>. Let the coordinates of <math>B</math> be <math>(a,b)</math>. We want to find <math>a^2 + b^2</math>. <math>A</math> and <math>C</math> with coordinates <math>(a,b+6)</math> and <math>(a+2,b)</math>, respectively, both lie on the circle. From this we obtain the system of equations | We use coordinates. Let the circle have center <math>(0,0)</math> and radius <math>\sqrt{50}</math>; this circle has equation <math>x^2 + y^2 = 50</math>. Let the coordinates of <math>B</math> be <math>(a,b)</math>. We want to find <math>a^2 + b^2</math>. <math>A</math> and <math>C</math> with coordinates <math>(a,b+6)</math> and <math>(a+2,b)</math>, respectively, both lie on the circle. From this we obtain the system of equations | ||
<math>a^2 + (b+6)^2 = 50</math> | <math>a^2 + (b+6)^2 = 50</math> | ||
Revision as of 21:42, 30 October 2020
Problem
A machine-shop cutting tool has the shape of a notched circle, as shown. The radius of the circle is
cm, the length of
is
cm and that of
is
cm. The angle
is a right angle. Find the square of the distance (in centimeters) from
to the center of the circle.
Solution
Solution 1
Because we are given a right angle, we look for ways to apply the Pythagorean Theorem. Let the foot of the perpendicular from
to
be
and let the foot of the perpendicular from
to the line
be
. Let
and
. We're trying to find
.
![[asy] size(150); defaultpen(linewidth(0.6)+fontsize(11)); real r=10; pair O=(0,0),A=r*dir(45),B=(A.x,A.y-r),C; pair D=(A.x,0),F=(0,B.y); path P=circle(O,r); C=intersectionpoint(B--(B.x+r,B.y),P); draw(P); draw(C--B--O--A--B); draw(D--O--F--B,dashed); dot(O); dot(A); dot(B); dot(C); label("$O$",O,SW); label("$A$",A,NE); label("$B$",B,S); label("$C$",C,SE); label("$D$",D,NE); label("$E$",F,SW); [/asy]](http://latex.artofproblemsolving.com/0/0/5/005734c82fcbb09bb1717995c009ee75839e265e.png)
Applying the Pythagorean Theorem,
and
.
Thus,
, and
. We solve this system to get
and
, such that the answer is
.
Solution 2
Drop perpendiculars from
to
(with foot
),
to
(with foot
), and
to
(with foot
).
Also, mark the midpoint
of
.
Then the problem is trivialized. Why?
![[asy] size(200); pair dl(string name, pair loc, pair offset) { dot(loc); label(name,loc,offset); return loc; }; pair a[] = {(0,0),(0,5),(1,5),(1,7),(-2,6),(-5,5),(-2,5),(-2,6),(0,6)}; string n[] = {"O","$T_1$","B","C","M","A","$T_3$","M","$T_2$"}; for(int i=0;i<a.length;++i) { dl(n[i],a[i],dir(degrees(a[i],false) ) ); draw(a[(i-1)%a.length]--a[i]); }; dot(a); draw(a[5]--a[1]); draw(a[0]--a[3]); draw(a[0]--a[4]); draw(a[0]--a[2]); draw(a[0]--a[5]); draw(a[5]--a[2]--a[3]--cycle,blue+linewidth(0.7)); draw(a[0]--a[8]--a[7]--cycle,blue+linewidth(0.7)); [/asy]](http://latex.artofproblemsolving.com/e/c/8/ec8178dd6f1c58944b30643b6498df4a33724323.png)
First notice that by computation,
is a
isosceles triangle, so
.
Then, notice that
. Therefore, the two blue triangles are congruent, from which we deduce
and
. As
and
, we subtract and get
. Then the Pythagorean Theorem tells us that
.
Solution 3
Draw segment
with length
, and draw radius
such that
bisects chord
at point
. This also means that
is perpendicular to
. By the Pythagorean Theorem, we get that
, and therefore
. Also by the Pythagorean theorem, we can find that
.
Next, find
and
. Since
, we get ![]()
By the subtraction formula for
, we get![]()
![]()
Finally, by the Law of Cosines on
, we get ![]()
Solution 4
We use coordinates. Let the circle have center
and radius
; this circle has equation
. Let the coordinates of
be
. We want to find
.
and
with coordinates
and
, respectively, both lie on the circle. From this we obtain the system of equations
Solving, we get
and
, so the distance is
.
See Also
| 1983 AIME (Problems • Answer Key • Resources) | ||
| Preceded by Problem 3 |
Followed by Problem 5 | |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||
| All AIME Problems and Solutions | ||
