Difference between revisions of "2005 AMC 12A Problems/Problem 15"
(→Solution 2) |
(→Solution) |
||
Line 57: | Line 57: | ||
Then the area of <math>\triangle ABD</math> is <math>\frac{1}{2} AB \cdot CD = \frac{2\sqrt{2}}{3}r^2</math>. Similarly, the area of <math>\triangle DCE</math> is <math>\frac{1}{2}(r-AC) \cdot 2 \cdot CD = \frac{2\sqrt{2}}{9}r^2</math>, so the desired ratio is <math>\frac{\frac{2\sqrt{2}}{9}r^2}{\frac{2\sqrt{2}}{3}r^2} = \frac{1}{3} \Longrightarrow \mathrm{(C)}</math> | Then the area of <math>\triangle ABD</math> is <math>\frac{1}{2} AB \cdot CD = \frac{2\sqrt{2}}{3}r^2</math>. Similarly, the area of <math>\triangle DCE</math> is <math>\frac{1}{2}(r-AC) \cdot 2 \cdot CD = \frac{2\sqrt{2}}{9}r^2</math>, so the desired ratio is <math>\frac{\frac{2\sqrt{2}}{9}r^2}{\frac{2\sqrt{2}}{3}r^2} = \frac{1}{3} \Longrightarrow \mathrm{(C)}</math> | ||
+ | |||
+ | ===Solution 4=== | ||
+ | <asy> | ||
+ | unitsize(2.5cm); | ||
+ | defaultpen(fontsize(10pt)+linewidth(.8pt)); | ||
+ | dotfactor=3; | ||
+ | pair O=(0,0), C=(-1/3.0), B=(1,0), A=(-1,0); | ||
+ | pair D=dir(aCos(C.x)), E=(-D.x,-D.y); | ||
+ | draw(A--B--D--cycle); | ||
+ | draw(D--E--C); | ||
+ | draw(unitcircle,white); | ||
+ | drawline(D,C); | ||
+ | dot(O); | ||
+ | clip(unitcircle); | ||
+ | draw(unitcircle); | ||
+ | label("$E$",E,SSE); | ||
+ | label("$B$",B,NE); | ||
+ | label("$A$",A,W); | ||
+ | label("$D$",D,NNW); | ||
+ | label("$C$",C,SW); | ||
+ | draw(E--(E.x,0),dashed); | ||
+ | label("H",(E.x,0),SE); | ||
+ | label("O",(0,0),NE); | ||
+ | label("1",(C--O),N); | ||
+ | label("2",(A--C),N); | ||
+ | draw(rightanglemark(E,(E.x,0),A,2)); | ||
+ | draw(rightanglemark(D,C,B,2));</asy> | ||
+ | |||
+ | Let the center of the circle be <math>O</math>. | ||
+ | Without loss of generality, let the radius of the circle be equal to <math>3</math>. Thus, <math>AO=3</math> and <math>OB=3</math>. As a consequence of <math>2(AC)=BC</math>, <math>AC=2</math> and <math>CO=1</math>. Also, we know that <math>DO</math> and <math>OE</math> are both equal to <math>3</math> due to the fact that they are both radii. Thus | ||
== See also == | == See also == |
Revision as of 20:08, 13 June 2018
Contents
Problem
Let be a diameter of a circle and be a point on with . Let and be points on the circle such that and is a second diameter. What is the ratio of the area of to the area of ?
Solution
Solution 1
Notice that the bases of both triangles are diameters of the circle. Hence the ratio of the areas is just the ratio of the heights of the triangles, or ( is the foot of the perpendicular from to ).
Call the radius . Then , . Using the Pythagorean Theorem in , we get .
Now we have to find . Notice , so we can write the proportion:
By the Pythagorean Theorem in , we have .
Our answer is .
Solution 2
Let the center of the circle be .
Note that .
is midpoint of .
is midpoint of Area of Area of Area of Area of .
Solution 3
Let be the radius of the circle. Note that so .
By Power of a Point Theorem, , and thus
Then the area of is . Similarly, the area of is , so the desired ratio is
Solution 4
Let the center of the circle be . Without loss of generality, let the radius of the circle be equal to . Thus, and . As a consequence of , and . Also, we know that and are both equal to due to the fact that they are both radii. Thus
See also
2005 AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 14 |
Followed by Problem 16 |
1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
All AMC 12 Problems and Solutions |
The problems on this page are copyrighted by the Mathematical Association of America's American Mathematics Competitions.