I need to find a center and radius of a circle that is an image of real axis under homography
$$ h(z)= \frac{z-z_1}{z-z_2} $$
I found out that homography preserves symetric points, therefore because $$ \infty \quad and \quad 0\ $$ are symmetric with respect to generalised circle (real axis) then their images are also symmetric with respect to image of real axis $$ h(\infty)=1 \quad and \quad h(0)=\frac{z_1}{z_2} $$
Any hints or solutions would be appreciated.
Applying Inversive Geometry
$\newcommand{\Re}{\operatorname{Re}}\newcommand{\Im}{\operatorname{Im}}$ The center of the inversion of $h(z)=\frac{z-z_1}{z-z_2}$ is at $z_2$ and the line, $L$, containing $z_2$ and $\Re(z_2)$ is perpendicular to the real axis. Thus $h(L)$ is a line which is perpendicular to $h(\mathbb{R})$ at both intersections, $h(\infty)$ and $h(\Re(z_2))$. This means that those points are antipodal.
Since $$ h(\infty)=1\qquad h(\Re(z_2))=\frac{i\Re(z_2)-iz_1}{\Im(z_2)} $$ we get the radius, $r$ and the center, $k$, of $h(\mathbb{R})$ to be $$ r=\frac{|z_1-z_2|}{2\Im(z_2)}\qquad k=\frac{i\,\overline{z_2}-iz_1}{2\Im(z_2)} $$