6
$\begingroup$

Prove using mean-value theorem that $x/(1+x^2)<\arctan x for $x>0$

I got the first part but how do I prove $\arctan x< x$ using the MVT?

The first part was done easily by applying MVT on $\arctan x$, should I use $\arctan x-x$ for the second part? Thanks!

  • 2
    See also http://math.stackexchange.com/questions/498532/how-to-prove-for-x0-x-1x2-arctan-xx and http://math.stackexchange.com/questions/76437/proving-fracxx21-leq-arctanx-for-x-in-0-12015-11-30

1 Answers 1

8

I think you have it. One application of the MVT gives you both parts:

Let $x>0$. Applying the Mean Value Theorem to $f(x)=\arctan x$ on the interval $[0,x]$ gives a number $c$ with $0 such that $ {\arctan x-\arctan 0\over x-0}={1\over 1+c^2} $ Rearranging the above gives: $ \arctan x={x\over 1+c^2} . $ for some $c$ between $0$ and $x$.

Since $x>c$ and $x\gt0$, we have: ${x\over 1+x^2}\lt{x\over 1+c^2} whence $ {x\over 1+x^2}\lt\arctan x\lt x . $

  • 0
    thnx alot! perfect ans!2011-12-31