Show that the equation $\arctan x = x^2$ has at least one solution. Then explain why the equation has exactly one positive solution $r$.
So i know that $\arctan x$ is always increasing as $f'(\arctan x) > 0$. I also know that $\arctan x$ goes from negative to positive at some point and thus has one root only, but I am not sure how to apply this to the equation I'm dealing with.
I guess i could use fixed point iteration to show that the equation has at least one solution, but i don't know how i would go about doing that.
The function $f(x)=\arctan x-x^2$ has $$ \lim_{x\to-\infty}f(x)=-\infty, \qquad f(0)=0, \qquad \lim_{x\to\infty}f(x)=-\infty, $$ and, moreover, $$ f'(x)=\frac{1}{1+x^2}-2x=\frac{1-2x-2x^3}{1+x^2} $$ Consider $g(x)=1-2x-2x^3$; since $g'(x)=-2-6x^2<0$, the function is decreasing, so it vanishes at exactly one point $p$; note that $g(0)=1$ and $g(1)=-3$, so $0<p<1$.
Can you finish?