I would like to compute the image of the circle $|z|=1$ about the fractional linear transformation: $$ f(z) = \frac{3z+2}{4z+3} $$ In particular, I'd like to compute the new center and radius.
The Möbius transformation can be turned into inversion as well:
- $C_1= 4|z|^2+3\overline{z}-3z-2 $
- $C_2 =|z|^2 - 1$
Or we could turn the second circle into a fractional linear transforation $g(z) = - \frac{1}{z}.$
Then I could multiply the two transformations:
$$
\left[ \begin{array}{cc} 3 & 2 \\ 4 & 3 \end{array} \right]
\left[ \begin{array}{cc} 0 & 1 \\ 1 & 0 \end{array} \right]
=
\left[ \begin{array}{cc} 2 & 3 \\ 3 & 4 \end{array} \right]
$$
and this could turn back into a circle:
- $ C_1C_2 = 3|z|^2 + 4 \overline{z} + 3z + 2 $
I found this technique in a somewhat dated geometry textbook from the 1930's and I'm still figuring out their notation. I definitely like the idea that Möbius transformations and circles can be identified.