Finding the equation of a circle touching a parabola $x^2=4y$ at the point $(6,9)$ and passing through its focus.
Let the center of the circle be $(h,k)$ and radius $r$, then its equation is
\begin{equation} (x-h)^2+(y-k)^2=r^2 \tag{1} \end{equation}
as it passes through $(0,1)$ and $(6,9)$ we have
\begin{equation} \begin{cases} h^2+(1-k)^2=r^2 \\ \\ (6-h)^2+(9-k)^2=r^2 \end{cases} \tag{2} \end{equation}
Subtraction these two we have
\begin{equation} 3h+4k=29 \tag{3} \end{equation}
The Eq. of tangent of the parabola at (6,9) is $3x=y+9$. And the perpendicular distance of this from $(h,k)$ equals the radius $r$, and we get
\begin{equation} \left|\frac{3h-k-9}{\sqrt{10}}\right|=r \tag{4} \end{equation}
By solving $(3)$ and $(4)$ and putting them in $(2)$, we get $h=-9,k=14, r=5\sqrt{10}$ and hence the circle $(1)$.
The question is am I missing an elegant solution?
