I have to calculate next limit: $$\lim\limits_{x \rightarrow \infty}\left(\frac{2}{\pi}\arctan(x)\right)^{\frac{x^2}{1+2x}}$$
So far I got to this point $$e^{\lim\limits{x\rightarrow\infty}\frac{x^2}{1+2x}\frac{2\arctan(x)-\pi}{\pi}}$$ When I start to calculate this limit on $e$ I then came to this $$\frac{1}{\pi} \lim\limits_{x\rightarrow\infty}\frac{x^2(2\arctan(x)-\pi)}{1+2x}$$ And also I must not use L'Hôpital's rule for this one.
Any help?
To avoid direct L'Hopital (but not really, see my explanation below) we note that for positive $x$
$$\arctan(x) = \frac{\pi}{2} - \arctan\left(\frac{1}{x}\right)$$
And we can use this to get asymptotic approximations to the limit
$$= \lim_{x\to\infty} \left(1-\frac{2}{\pi}\arctan\left(\frac{1}{x}\right)\right)^{\frac{x}{2}-\frac{1}{4}+\frac{1}{8x+4}} \sim \lim_{x\to\infty} \left( 1 - \frac{2}{\pi x}\right)^{\frac{x}{2}} = e^{-\frac{1}{\pi}}$$
from the defintion of the limit for $e^x = \lim_{n\to\infty} \left(1+\frac{x}{n}\right)^n$. This still uses the spirit of L'Hopital, which is asymptotic behaviors of functions.