Need to find an isometry which would rotate about the point $i$ by $\frac{\pi}{4}$.
So I was thinking that first I return the given point to orign, make the rotation and then translate back, right?
That would look like:
$$f(z)=z\frac{1+i}{\sqrt2}-\bigg(\frac{1+i}{\sqrt2}\bigg)+i$$
Is this correct?