Here's a question I'm working on:
let $a,z \in \mathbb{C}$, $f(z)=\frac{z-a}{1-\bar{a}z}$
If $|z| = 1$, find $|z-a|^2 - |1-\bar{a}z|^2$
Here's my progress:
let $z = x+iy$
$a = b+ic$
$\Rightarrow$ $|z-a|^2 - |1-\bar{a}z|^2 = (x-b)^2 - (y-c)^2 - (1-bx-cy)^2 - (cx - by)^2$
But I don't know how to use the fact that $|z|=1$ or if I could use the function given somehow, and I'm not sure exactly what the question is asking. Am I missing something here?
Anyway, thanks.