Prove the inequality: $[x-(x^2)/2 < \ln(1+x) < x]$ , x>0
The right side is easy, I used taylor expansion to show that $e^x > 1+x$ since $e^x = 1 + x + x^2/2 + x^3/3! +\cdots $
The left side I expanded $\ln(1+x)$ to $x-x^2/2 + x^3/3 - x^4/4 +\cdots$ moved $(x-x^2/2)$ to the left and got this:
$0 < x^3/3 - x^4/4 \cdots $
The only thing I can think of here is that since the first term is positive and this series goes on forever the first term will always stay positive since the other terms cancel out... Not sure this is mathematically coherent or even correct.
thanks.