2022 SSMO Speed Round Problems/Problem 8

Revision as of 14:03, 3 July 2023 by Pinkpig (talk | contribs)

Problem

Circle $\omega$ has chord $AB$ of length $18$. Point $X$ lies on chord $AB$ such that $AX = 4.$ Circle $\omega_1$ with radius $r_1$ and $\omega_2$ with radius $r_2$ lie on two different sides of $AB.$ Both $\omega_1$ and $\omega_2$ are tangent to $AB$ at $X$ and $\omega.$ If the sum of the maximum and minimum values of $r_1r_2$ is $\frac{m}{n},$ find $m+n$.

Solution

Let $r$ be the radius of $\omega$ and let $C$ be the midpoint of $AB$ and let $OC = x.$ Note that $r^2 - x^2 = 81$. WLOG assume that $r_2\geq r_1.$

Since $AX = 4$ and $AB = 18,$ we have $XC = \frac{AB}{2}-AX = 5.$

By the Pythagorean Theorem, we have \[(O_1X+CO)^2+(XC)^2 = (OO_1)^2\] \[(O_2X-CO)^2+(XC)^2 = (OO_2)^2.\] which is the same as \[(r_1+x)^2+25 = (r-r_1)^2\] \[(r_2-x)^2+25 =(r-r_2)^2.\] \ Solving for $r_1$ and $r_2,$ we have that \[r_1 = \frac{r^2-x^2-25}{2(r+x)}\] \[r_2 = \frac{r^2-x^2-25}{2(r-x)}.\] Thus, \[r_1r_2 = \frac{((r^2-x^2)-5^2)^2}{4(r^2-x^2)} = \frac{784}{81},\] meaning that the minimum and maximum value of $r_1r_2$ are both $\frac{784}{81}$ so the answer is $\boxed{1649}.$