For all real numbers $x$, let the mapping $f(x)=\frac{1}{x-i}$, where $i=\sqrt-1$. If there exist real number $a, b, c$ and $d $ for which $f(a),f(b),f(c)$ and $f(d)$ form a square on the complex plane. Find the area of the square.
My attempt:
Multiplying and dividing $f(x)$ by its conjugate. We get,
$\begin{align} f(x) =\frac{x+i}{x²+1}\\ \therefore f(a)=\frac{a+i}{a²+1} \end{align}$
If we assume center of square as origin then angle between $f(a)$ and $f(b)$ in the complex plane will be $90°$. So we can write, $\begin{align} f(a)e^{\frac{iπ}{2}}=f(b)\quad (\because|f(a)|=|f(b)|)\\ \therefore f(b) =if(a) \end{align}$
Now,$|f(a)-f(b)|=|f(a)-if(a)|$ represents distance between two vertices of square i.e side of square.
$\begin{align}
\therefore Area=|f(a)-if(a)|^2\\
=2|f(a)|^2\\
=\frac{2}{a²+1}
\end{align}$
But the answer given is$\frac{1}{2}$.Please guide me.


First observe that for all real numbers $x$ the distance from $f(x)$ to $i/2$ is $1/2$: $$\begin{align}|f(x)-i/2|^2&=(f(x)-i/2)\overline{(f(x)-i/2)}\\ &=\left(\frac{1}{x-i}-i/2\right)\left(\frac{1}{x+i}+i/2\right)\\ &=\frac14, \end{align}$$
that is the image of $\mathbb R$ under $f$ is (contained in) the circle with center $i/2$ and radius $1/2$. From here it's easy to find the area of the desired square.