Difference between revisions of "2023 SSMO Speed Round Problems/Problem 8"
(Created page with "==Problem== ==Solution== Let <math>r</math> be the radius of <math>\omega</math> and let <math>C</math> be the midpoint of <math>AB</math> and let <math>OC = x.</math> Note...") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
==Problem== | ==Problem== | ||
− | + | Circle <math>\omega</math> has chord <math>AB</math> of length <math>18</math>. Point <math>X</math> lies on chord <math>AB</math> such that <math>AX = 4.</math> Circle <math>\omega_1</math> with radius <math>r_1</math> and <math>\omega_2</math> with radius <math>r_2</math> lie on two different sides of <math>AB.</math> Both <math>\omega_1</math> and <math>\omega_2</math> are tangent to <math>AB</math> at <math>X</math> and <math>\omega.</math> If the sum of the maximum and minimum values of <math>r_1r_2</math> is <math>\frac{m}{n},</math> find <math>m+n</math>. | |
==Solution== | ==Solution== | ||
Line 11: | Line 11: | ||
<cmath>(O_2X-CO)^2+(XC)^2 = (OO_2)^2. | <cmath>(O_2X-CO)^2+(XC)^2 = (OO_2)^2. | ||
</cmath>which is the same as | </cmath>which is the same as | ||
− | <cmath>(r_1+x)^2+25 = (r-r_1)^2 | + | <cmath>(r_1+x)^2+25 = (r-r_1)^2</cmath> |
− | (r_2-x)^2+25 =(r-r_2)^2. | + | <cmath>(r_2-x)^2+25 =(r-r_2)^2. |
</cmath> | </cmath> | ||
Solving for <math>r_1</math> and <math>r_2,</math> we have that | Solving for <math>r_1</math> and <math>r_2,</math> we have that | ||
Line 19: | Line 19: | ||
</cmath>Thus, | </cmath>Thus, | ||
<cmath> | <cmath> | ||
− | + | r_1r_2 = \frac{((r^2-x^2)-5^2)^2}{4(r^2-x^2)} = \frac{784}{81}, | |
</cmath> | </cmath> | ||
meaning that the minimum and maximum value of <math>r_1r_2</math> are both <math>\frac{784}{81}</math> so the answer is <math>\boxed{1649}.</math> | meaning that the minimum and maximum value of <math>r_1r_2</math> are both <math>\frac{784}{81}</math> so the answer is <math>\boxed{1649}.</math> |
Latest revision as of 13:23, 3 July 2023
Problem
Circle has chord of length . Point lies on chord such that Circle with radius and with radius lie on two different sides of Both and are tangent to at and If the sum of the maximum and minimum values of is find .
Solution
Let be the radius of and let be the midpoint of and let Note that . WLOG assume that
Since and we have
By the Pythagorean Theorem, we have which is the same as Solving for and we have that Thus, meaning that the minimum and maximum value of are both so the answer is