I played around with the equation
$$ f_{n}(x)=\frac{x}{\sqrt{1+nx^2}} $$
which is the $n$th composition of
$$ f(x)=\frac{x}{\sqrt{1+x^2}} $$
Surprising to me, it is a good approximation for $arctan(x)$ when plugging in $n=\frac{1}{2}$.
I tried comparing their Taylor-Series-Expansion but it didn't seem fruitful to me.
Is there maybe a connection to the derivative since
$$arctan'(x)=\frac{1}{1+x^2}$$
If you have any ideas why this is the case I would be glad to hear them.
Thanks in advance!