Let $z \in \mathbb{H}$, where $\mathbb{H}$ denotes the half plane $\mathbb{H}=\{z \in \mathbb{C}:Im(z)>0\}$. Let \begin{equation*} f(z)=\frac{az+b}{cz+d} \end{equation*} which is called a Mobius Transformation, and let $ad-bc>0$. I want to show that $Im(f(z))>0$.
Following this solution, I should use $Im(z)=\frac{z-\overline{z}}{2i}$. Applying this formula, I get \begin{align*} Im (f(z)) &=Im \left(\frac{az+b}{cz+d}\right) \\ &=\frac{\frac{az+b}{cz+d}-\overline{\left(\frac{az+b}{cz+d}\right)}}{2i} \end{align*} but I am not sure how to show that this equals $\frac{ad-bc}{c^2+d^2}$. Is there a nice and clean way to simplify $Im(f(z))$? Thank you!