Difference between revisions of "2020 AMC 12B Problems/Problem 10"
m |
Awesome1st (talk | contribs) |
||
Line 5: | Line 5: | ||
<math>\textbf{(A) } \frac{\sqrt5}{12} \qquad \textbf{(B) } \frac{\sqrt5}{10} \qquad \textbf{(C) } \frac{\sqrt5}{9} \qquad \textbf{(D) } \frac{\sqrt5}{8} \qquad \textbf{(E) } \frac{2\sqrt5}{15}</math> | <math>\textbf{(A) } \frac{\sqrt5}{12} \qquad \textbf{(B) } \frac{\sqrt5}{10} \qquad \textbf{(C) } \frac{\sqrt5}{9} \qquad \textbf{(D) } \frac{\sqrt5}{8} \qquad \textbf{(E) } \frac{2\sqrt5}{15}</math> | ||
− | ==Solution 1(Coordinate Bash)== | + | ==Solution 1 (Angle Chasing/Trig)== |
+ | Let <math>O</math> be the center of the circle and the point of tangency between <math>\omega</math> and <math>\overline{AD}</math> be represented by <math>K</math>. We know that <math>\overline{AK} = \overline{KD} = \overline{DM} = \frac{1}{2}</math>. Consider the right triangle <math>\bigtriangleup ADM</math>. Let <math>\measuredangle AMD = \theta</math>. | ||
+ | |||
+ | Since <math>\omega</math> is tangent to <math>\overline{DC}</math> at <math>M</math>, <math>\measuredangle PMO = 90 - \theta</math>. Now, consider <math>\bigtriangleup POM</math>. This triangle is iscoceles because <math>\overline{PO}</math> and <math>\overline{OM}</math> are both radii of <math>\omega</math>. Therefore, <math>\measuredangle POM = 180 - 2(90 - \theta) = 2\theta</math>. | ||
+ | |||
+ | We can now use Law of Cosines on <math>\angle{POM}</math> to find the length of <math>{PM}</math> and subtract it from the length of <math>{AM}</math> to find <math>{AP}</math>. Since <math>\cos{\theta} = \frac{1}{\sqrt{5}}</math> and <math>\sin{\theta} = \frac{2}{\sqrt{5}}</math>, the double angle formula tells us that <math>\cos{2\theta} = -\frac{3}{5}</math>. We have | ||
+ | <cmath> | ||
+ | PM^2 = \frac{1}{2} - \frac{1}{2}\cos{2\theta} \implies PM = \frac{2\sqrt{5}}{5} | ||
+ | </cmath> | ||
+ | By Pythagorean theorem, we find that <math>AM = \frac{\sqrt{5}}{2} \implies \boxed{\textbf{(B) } \frac{\sqrt5}{10}}</math> | ||
+ | |||
+ | ~awesome1st | ||
+ | ==Solution 2(Coordinate Bash)== | ||
Place circle <math>\omega</math> in the Cartesian plane such that the center lies on the origin. Then we can easily find the equation for <math>\omega</math> as <math>x^2+y^2=\frac{1}{4}</math>, because it is not translated and the radius is <math>\frac{1}{2}</math>. | Place circle <math>\omega</math> in the Cartesian plane such that the center lies on the origin. Then we can easily find the equation for <math>\omega</math> as <math>x^2+y^2=\frac{1}{4}</math>, because it is not translated and the radius is <math>\frac{1}{2}</math>. | ||
Line 15: | Line 27: | ||
We plug this back into the linear equation to find <math>y=\frac{3}{10}</math>, and so <math>P=\left(-\frac{2}{5}, \frac{3}{10}\right)</math>. Finally, we use distance formula on <math>A</math> and <math>P</math> to get <math>AP=\sqrt{\left(-\frac{5}{10}+\frac{4}{10}\right)^2+\left(\frac{5}{10}-\frac{3}{10}\right)^2}=\sqrt{\frac{1}{100}+\frac{4}{100}}=\boxed{\mathbf{(B) } \frac{\sqrt{5}}{10}}</math>. | We plug this back into the linear equation to find <math>y=\frac{3}{10}</math>, and so <math>P=\left(-\frac{2}{5}, \frac{3}{10}\right)</math>. Finally, we use distance formula on <math>A</math> and <math>P</math> to get <math>AP=\sqrt{\left(-\frac{5}{10}+\frac{4}{10}\right)^2+\left(\frac{5}{10}-\frac{3}{10}\right)^2}=\sqrt{\frac{1}{100}+\frac{4}{100}}=\boxed{\mathbf{(B) } \frac{\sqrt{5}}{10}}</math>. | ||
− | ==Solution | + | ==Solution 3(Power of a Point)== |
Let circle <math>\omega</math> intersect <math>\overline{AB}</math> at point <math>N</math>. By Power of a Point, we have <math>AN^2=AP\cdot AM</math>. We know <math>AN=\frac{1}{2}</math> because <math>N</math> is the midpoint of <math>\overline{AB}</math>, and we can easily find <math>AM</math> by the Pythagorean Theorem, which gives us <math>AM=\sqrt{1^2+\left(\frac{1}{2}\right)^2}=\frac{\sqrt{5}}{2}</math>. Our equation is now <math>\frac{1}{4}=AP\cdot \frac{\sqrt{5}}{2}</math>, or <math>AP=\frac{2}{4\sqrt{5}}=\frac{1}{2\sqrt{5}}=\frac{\sqrt{5}}{2\cdot 5}</math>, thus our answer is | Let circle <math>\omega</math> intersect <math>\overline{AB}</math> at point <math>N</math>. By Power of a Point, we have <math>AN^2=AP\cdot AM</math>. We know <math>AN=\frac{1}{2}</math> because <math>N</math> is the midpoint of <math>\overline{AB}</math>, and we can easily find <math>AM</math> by the Pythagorean Theorem, which gives us <math>AM=\sqrt{1^2+\left(\frac{1}{2}\right)^2}=\frac{\sqrt{5}}{2}</math>. Our equation is now <math>\frac{1}{4}=AP\cdot \frac{\sqrt{5}}{2}</math>, or <math>AP=\frac{2}{4\sqrt{5}}=\frac{1}{2\sqrt{5}}=\frac{\sqrt{5}}{2\cdot 5}</math>, thus our answer is | ||
<math>\boxed{\textbf{(B) } \frac{\sqrt5}{10}}.</math> | <math>\boxed{\textbf{(B) } \frac{\sqrt5}{10}}.</math> | ||
− | ==Solution | + | ==Solution 4== |
Take <math>O</math> as the center and draw segment <math>ON</math> perpendicular to <math>AM</math>, <math>ON\cap AM=N</math>, link <math>OM</math>. Then we have <math>OM\parallel AD</math>. So <math>\angle DAM=\angle OMA</math>. Since <math>AD=2AM=2OM=1</math>, we have <math>\cos\angle DAM=\cos\angle OMP=\frac{2}{\sqrt{5}}</math>. As a result, <math>NM=OM\cos\angle OMP=\frac{1}{2}\cdot \frac{2}{\sqrt{5}}=\frac{1}{\sqrt{5}}.</math> Thus <math>PM=2NM=\frac{2}{\sqrt{5}}=\frac{2\sqrt{5}}{5}</math>. Since <math>AM=\frac{\sqrt{5}}{2}</math>, we have <math>AP=AM-PM=\frac{\sqrt{5}}{10}</math>. Put <math>\boxed{B}</math>. | Take <math>O</math> as the center and draw segment <math>ON</math> perpendicular to <math>AM</math>, <math>ON\cap AM=N</math>, link <math>OM</math>. Then we have <math>OM\parallel AD</math>. So <math>\angle DAM=\angle OMA</math>. Since <math>AD=2AM=2OM=1</math>, we have <math>\cos\angle DAM=\cos\angle OMP=\frac{2}{\sqrt{5}}</math>. As a result, <math>NM=OM\cos\angle OMP=\frac{1}{2}\cdot \frac{2}{\sqrt{5}}=\frac{1}{\sqrt{5}}.</math> Thus <math>PM=2NM=\frac{2}{\sqrt{5}}=\frac{2\sqrt{5}}{5}</math>. Since <math>AM=\frac{\sqrt{5}}{2}</math>, we have <math>AP=AM-PM=\frac{\sqrt{5}}{10}</math>. Put <math>\boxed{B}</math>. | ||
Revision as of 10:22, 8 February 2020
Contents
Problem
In unit square the inscribed circle intersects at and intersects at a point different from What is
Solution 1 (Angle Chasing/Trig)
Let be the center of the circle and the point of tangency between and be represented by . We know that . Consider the right triangle . Let .
Since is tangent to at , . Now, consider . This triangle is iscoceles because and are both radii of . Therefore, .
We can now use Law of Cosines on to find the length of and subtract it from the length of to find . Since and , the double angle formula tells us that . We have By Pythagorean theorem, we find that
~awesome1st
Solution 2(Coordinate Bash)
Place circle in the Cartesian plane such that the center lies on the origin. Then we can easily find the equation for as , because it is not translated and the radius is .
We have and . The slope of the line passing through these two points is , and the -intercept is simply . This gives us the line passing through both points as .
We substitute this into the equation for the circle to get , or . Simplifying gives . The roots of this quadratic are and , but if we get point , so we only want .
We plug this back into the linear equation to find , and so . Finally, we use distance formula on and to get .
Solution 3(Power of a Point)
Let circle intersect at point . By Power of a Point, we have . We know because is the midpoint of , and we can easily find by the Pythagorean Theorem, which gives us . Our equation is now , or , thus our answer is
Solution 4
Take as the center and draw segment perpendicular to , , link . Then we have . So . Since , we have . As a result, Thus . Since , we have . Put .
~FANYUCHEN20020715
Video Solution
~IceMatrix
See Also
2020 AMC 12B (Problems • Answer Key • Resources) | |
Preceded by Problem 9 |
Followed by Problem 11 |
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.