- Find the equation of a circle which passes through $M(4,3)$, touches the $y$ axis and touches the circle $(x-2)^2 + y^2 =1$
Now, if I suppose that the equation is looks like $$(x-p)^2 + (y-q)^2 = r^2$$
Since the circle touches another circle whose radius is $1$, we can write that $q=1+r$. However, right here is where I'm stuck. I don't know how to express the other terms, and I'm not sure what I need the point $M(4,3)$ for. Could anyone help?


Since the circle touches the $y$-axis we have $p=r>0$. Since the circle passes through $(4,3)$ we have
$$(4-r)^2+(3-q)^2=r^2.$$
Suppose it touches the other circle at point $(a,b),$ which must be a point on both circles:
$$(a-2)^2+b^2=1.$$
$$(a-r)^2+(b-q)^2=r^2.$$
Finally, tangency between two circles at the point $(a,b)$ gives an equal slopes condition:
$$ {a-r \over b-q}={a-2\over b}.$$
Four equations. Four unknowns. Solving gives four solutions:
$a=2,b=1,r=2,q=3.$
$a=74/25,b=-7/25,r=74,q=-21.$
$a={2\over 73}(53 \pm 6\sqrt{3}),b=-{1 \over 73}(15 \pm 32\sqrt{3}),r={2 \over 3}(7 \mp 2\sqrt{3}),q=-{1 \over 3}(3 \mp 4\sqrt{3}).$