I am working on a practice prelim question:
"Construct a nonlinear fractional map $\phi(z) = \frac{az+b}{cz+d}$ with $c \ne 0$ such that $\phi(\phi(\phi(z))) = z$. I feel like I just need to take the composition and just work it out to solve for the constants $a,b,c$ and $d$. Is this the right idea? Or is there a short cut?
Your method will work just fine. One suggestion to ease the calculations is to use the fact that composition of $\phi$ is equivalent to multiplying $\begin{pmatrix} a & b\\ c & d\end{pmatrix}$ by itself. Hence you need to work out $\begin{pmatrix} a & b\\ c & d\end{pmatrix}^3=\begin{pmatrix}1 & 0\\ 0 & 1\end{pmatrix}.$