Difference between revisions of "1983 AIME Problems/Problem 4"
(→Problem) |
(→Problem) |
||
Line 3: | Line 3: | ||
<asy> | <asy> | ||
− | size( | + | size(150); |
− | + | defaultpen(linewidth(0.6)+fontsize(11)); | |
− | + | real r=10; | |
− | real | + | pair O=(0,0), |
− | + | A=r*dir(45),B=(A.x,A.y-r),C; | |
− | draw( | + | path P=circle(O,r); |
− | + | C=intersectionpoint(B--(B.x+r,B.y),P); | |
− | + | draw(P); | |
− | label("A",A, | + | draw(C--B--A--B); |
− | label("B",B,S); | + | dot(A); dot(B); dot(C); |
− | label("C",C,SE | + | label("$A$",A,NE); |
− | + | label("$B$",B,S); | |
− | + | label("$C$",C,SE); | |
− | |||
</asy> | </asy> | ||
[[File:pdfresizer.com-pdf-convert-aimeq4.png]] | [[File:pdfresizer.com-pdf-convert-aimeq4.png]] |
Revision as of 03:33, 2 August 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 .
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?
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 getFinally, by the Law of Cosines on , we get
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 |