Suppose we're given 2 points on a circle, $A(1,3)$ and $B(2,4)$, and its tangent being the $y$-axis. We're asked to find the equation of the circle.
If I use the standard procedure $$(x_n-h)^2+(y_n-k)^2=r^2$$ and $$r=\frac{|ax_n+by_n+d|}{\sqrt{a^2+b^2}}$$ I will get only one equation of a circle but we know that, in this case, there should be 2 possible circles. How do we get the other equation?
A quick sketch to show the possibility of two circles given the set of information.

The circle with equation $(x-h)^2 + (y-k)^2 = r^2$ is tangent to the $y$ axis if and only if $h=\pm r$. With $h = r$, plugging in $x=1, y=3$ and $x=2,y=4$ gives two equations that simplify to $$ \eqalign{{k}^{2}-6\,k-2\,r+10 &= 0\cr{k}^{2}-8\,k-4\,r+20 &= 0}$$ and eliminating $r$ we get $ k^2-4k = 0$. Thus either $k=0$ (in which case $r=5$) or $k=4$ (and $r=1$).
With $h=-r$, we get $k=0, r=-5$ or $k=4, r=-1$, but negative $r$ is not allowed.