Difference between revisions of "2021 Fall AMC 12A Problems/Problem 11"
MRENTHUSIASM (talk | contribs) m (→Solution 3) |
(→Solution 3 (Coordinate Geometry)) |
||
(11 intermediate revisions by 7 users not shown) | |||
Line 4: | Line 4: | ||
<math>\textbf{(A)}\ 12\sqrt{2} \qquad\textbf{(B)}\ 10\sqrt{3} \qquad\textbf{(C)}\ \sqrt{17 \cdot 19} \qquad\textbf{(D)}\ 18 \qquad\textbf{(E)}\ 8\sqrt{6}</math> | <math>\textbf{(A)}\ 12\sqrt{2} \qquad\textbf{(B)}\ 10\sqrt{3} \qquad\textbf{(C)}\ \sqrt{17 \cdot 19} \qquad\textbf{(D)}\ 18 \qquad\textbf{(E)}\ 8\sqrt{6}</math> | ||
− | ==Solution 1 ( | + | ==Solution 1 (Pythagorean Theorem)== |
− | + | Label the center of both circles <math>O</math>. Label the chord in the larger circle as <math>\overline{ABCD}</math>, where <math>A</math> and <math>D</math> are on the larger circle and <math>B</math> and <math>C</math> are on the smaller circle. Construct the radius perpendicular to the chord and label their intersection as <math>M</math>. Because a radius that is perpendicular to a chord bisects the chord, <math>M</math> is the midpoint of the chord. | |
− | + | Construct segments <math>\overline{AO}</math> and <math>\overline{BO}</math>. These are radii with lengths 17 and 19 respectively. | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | Construct segments | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Then, use the [[Pythagorean Theorem]]. In <math>\triangle OMA</math>, we have | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | In <math>\triangle OMA</math> | ||
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
OM^2 & = OA^2 - AM^2 \\ | OM^2 & = OA^2 - AM^2 \\ | ||
− | & = OA^2 - \left( \frac{ | + | & = OA^2 - \left( \frac{AD}{2} \right)^2 \\ |
− | & = 19^2 - \frac{ | + | & = 19^2 - \frac{AD^2}{4} . |
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | In <math>\triangle | + | |
+ | In <math>\triangle OMB</math>, we have | ||
<cmath> | <cmath> | ||
\begin{align*} | \begin{align*} | ||
− | OM^2 & = | + | OM^2 & = OB^2 - BM^2 \\ |
− | & = | + | & = OB^2 - \left( \frac{BC}{2} \right)^2 \\ |
− | & = | + | & = OB^2 - \left( \frac{AD}{4} \right)^2 \\ |
− | & = 17^2 - \frac{ | + | & = 17^2 - \frac{AD^2}{16} . |
\end{align*} | \end{align*} | ||
</cmath> | </cmath> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | ~Steven Chen ( | + | Equating these two expressions, we get |
+ | <cmath>19^2 - \frac{AD^2}{4} = 17^2 - \frac{AD^2}{16}</cmath> | ||
+ | and <math>AD=\boxed{\textbf{(E) }8 \sqrt{6}}</math>. | ||
+ | |||
+ | ~eisthefifthletter and [https://www.professorchenedu.com Steven Chen] | ||
+ | |||
+ | ==Solution 2 (Power of a Point)== | ||
+ | |||
+ | Draw the diameter perpendicular to the chord. Notice that by symmetry this diameter bisects the chord. | ||
+ | |||
+ | Call the intersection between that diameter and the chord <math>A</math>. In the smaller circle, let the shorter piece of the diameter cut by the chord be <math>x</math>, making the longer piece <math>34-x.</math> In that same circle, let the <math>y</math> be the length of the portion of the chord that is cut by the diameter. | ||
+ | |||
+ | The radius of the larger circle is <math>2</math> more than the radius of the small circle. So, in the larger circle, the shorter piece of the diameter cut by the chord is of length <math>x+2</math> and the longer piece is <math>36-x.</math> As given in the problem, the bisected length of the chord in the larger circle is twice as much, so it is of length <math>2y</math>. By [[Power of a Point Theorem|Power of a Point]], we can construct a system of equations | ||
+ | <cmath>x(34-x) = y^2</cmath> | ||
+ | <cmath>(x+2)(36-x) = (2y)^2.</cmath> | ||
+ | Expanding both equations, we get | ||
+ | <cmath>34x-x^2 = y^2</cmath> | ||
+ | <cmath>36x-x^2+72-2x = 4y^2,</cmath> | ||
+ | in which the <math>34x</math> and <math>-x^2</math> terms magically cancel when we subtract the first equation from the second equation. Thus, now we have <cmath>72 = 3y^2 \implies y = 2\sqrt{6} \implies 4y = \boxed{\textbf{(E)} \: 8\sqrt{6}}.</cmath> | ||
+ | |||
+ | -fidgetboss_4000 | ||
+ | |||
+ | ==Solution 3 (Coordinate Geometry)== | ||
+ | Represent the circles as <math>x^{2}+y^{2}=17^{2}</math>, and <math>x^{2}+y^{2}=19^{2}</math>. Solving for <math>x</math> in these equations we obtain <math>x=\sqrt{17^{2}-y^{2}}</math> and <math>x=\sqrt{19^{2}-y^{2}}</math>. Because half of the chord is in the smaller circle, the larger circle should have an <math>x</math> value that is twice as big as the smaller circle's <math>x</math> value. We set up the equation: | ||
+ | <cmath>2\sqrt{289-y^{2}}=\sqrt{361-y^{2}}</cmath> | ||
+ | <cmath>4(289-y^{2})=361-y^{2}</cmath> | ||
+ | <cmath>y^{2}=265</cmath> | ||
+ | Substituting <math>y^{2}</math> into <math>x^{2}+y^{2}=19^{2}</math>, we obtain <math>x=\sqrt{96}=4\sqrt{6}</math>. However, this is only half of the chord length, so we must double it to obtain <math>\boxed{\textbf{(E)} \: 8\sqrt{6}}.</math> | ||
+ | |||
+ | -Shen kislay kai 2021 | ||
+ | |||
+ | ==Video Solution by TheBeautyofMath== | ||
+ | https://youtu.be/ToiOlqWz3LY | ||
+ | |||
+ | ~IceMatrix | ||
+ | |||
+ | ==Video Solution (Logic and Geometry)== | ||
+ | https://youtu.be/iG1vVXeTv58 | ||
+ | |||
+ | ~Education, the Study of Everything | ||
==See Also== | ==See Also== | ||
{{AMC12 box|year=2021 Fall|ab=A|num-b=10|num-a=12}} | {{AMC12 box|year=2021 Fall|ab=A|num-b=10|num-a=12}} | ||
{{MAA Notice}} | {{MAA Notice}} |
Latest revision as of 02:49, 23 August 2024
Contents
Problem
Consider two concentric circles of radius and The larger circle has a chord, half of which lies inside the smaller circle. What is the length of the chord in the larger circle?
Solution 1 (Pythagorean Theorem)
Label the center of both circles . Label the chord in the larger circle as , where and are on the larger circle and and are on the smaller circle. Construct the radius perpendicular to the chord and label their intersection as . Because a radius that is perpendicular to a chord bisects the chord, is the midpoint of the chord.
Construct segments and . These are radii with lengths 17 and 19 respectively.
Then, use the Pythagorean Theorem. In , we have
In , we have
Equating these two expressions, we get and .
~eisthefifthletter and Steven Chen
Solution 2 (Power of a Point)
Draw the diameter perpendicular to the chord. Notice that by symmetry this diameter bisects the chord.
Call the intersection between that diameter and the chord . In the smaller circle, let the shorter piece of the diameter cut by the chord be , making the longer piece In that same circle, let the be the length of the portion of the chord that is cut by the diameter.
The radius of the larger circle is more than the radius of the small circle. So, in the larger circle, the shorter piece of the diameter cut by the chord is of length and the longer piece is As given in the problem, the bisected length of the chord in the larger circle is twice as much, so it is of length . By Power of a Point, we can construct a system of equations Expanding both equations, we get in which the and terms magically cancel when we subtract the first equation from the second equation. Thus, now we have
-fidgetboss_4000
Solution 3 (Coordinate Geometry)
Represent the circles as , and . Solving for in these equations we obtain and . Because half of the chord is in the smaller circle, the larger circle should have an value that is twice as big as the smaller circle's value. We set up the equation: Substituting into , we obtain . However, this is only half of the chord length, so we must double it to obtain
-Shen kislay kai 2021
Video Solution by TheBeautyofMath
~IceMatrix
Video Solution (Logic and Geometry)
~Education, the Study of Everything
See Also
2021 Fall AMC 12A (Problems • Answer Key • Resources) | |
Preceded by Problem 10 |
Followed by Problem 12 |
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.