A circle of radius $5$ is centered at $H(10,5)$. Tangents from $A(0, 16) $ are drawn to the circle as shown in the diagram below. Find the distance $d$ between their $x$-axis intercepts.
Here is what I have tried:
If we let $ r = [x, y]^T $, then the equation of both tangents is given by
$ \left( (r - H)^T Q (r - H) - 1 \right) \left( (A - H)^T Q (A - H) - 1 \right) = \left( (r - H)^T Q (A - H) - 1 \right)^2 $
This equation is similar to one found here
where $Q = \begin{bmatrix} \dfrac{1}{25} && 0 \\ 0 && \dfrac{1}{25} \end{bmatrix} $
From here, and since we're interested in the $x$-intercepts, then we want to set $y = 0$, hence $r = [x, 0]^T $
Substituting this into the above equation yields a quadratic equation in $x$ from which the difference in the two solutions gives the required distance.



As mentioned in the body of the question, the equation governing the two tangents to the circle is
$ \left( (r - H)^T Q (r - H) - 1 \right) \left( (A - H)^T Q (A - H) - 1 \right) = \left( (r - H)^T Q (A - H) - 1 \right)^2 $
where the equation of the circle is $ (r - H)^T Q (r - H) = 1 $, that is,
$Q = \begin{bmatrix} \dfrac{1}{25} && 0 \\ 0 && \dfrac{1}{25} \end{bmatrix} $
The points on these two tangents that we're interested in lie on the $x$ axis, so their $y$ coordinate is zero, thus the position vector $r = [x, 0]^T $
Further, $A - H = [0, 16]^T - [10, 5]^T = [-10, 11]^T $
and $ r - H = [x, 0]^T - [10, 5]^T = [ x - 10 , -5 ]^T $
Substituting this into the tangents equation, and multiplying through by $(25)^2$, yields,
$ \left( (x - 10)^2 + 25 - 25 \right) \left( 100 + 121 - 25 \right ) = \left( -10(x - 10) - 55 - 25 \right)^2 $
This simplifies to
$ ( x^2 - 20 x + 100 ) ( 196 ) = (-10 x + 20)^2 = 100 x^2 - 400 x + 400$
and this reduces to
$ 96 x^2 - 3520 x + 19200 = 0 $
Dividing through by $32$
$ 3 x^2 - 110 x + 600 = 0 $
The difference in the $x$'s is (from the quadratic equation)
$ d = \Delta x = \dfrac{ \sqrt{ 110^2 - 4(3)(600) } }{ 3 } = \dfrac{ \sqrt{4900}}{3} = \dfrac{70}{3} $