Show that: $\large \sin x -x +\frac {x^3}{3!}-\frac {x^5}{5!}< 0$ on: $0<x<\frac {\pi}2$
I tried to solve it in two ways and got a little stuck:
One way is to use Cauchy's MVT, define $f,g$ such that $f(x)=\sin x -x +\frac {x^3}{3!}$ and $g(x)=\frac {x^5}{5!}$ so $\frac {f(x)}{g(x)}<1$ and both are continuous and differentiable on $x\in (0,\frac{\pi}2)$ so
$$\large \frac {f(x)}{g(x)}=\frac{f(x)-f(0)}{g(x)-g(0)}=\frac {f'(c)}{g'(c)}\Rightarrow \frac{\sin x -x +\frac {x^3}{3!}} {\frac {x^5}{5!}}=\frac {\cos y -1 +\frac{y^2}{2}}{\frac{y^4}{24}}$$
Such that $y\in (0,x)$.
Now what ? I need to show that $\frac {f'(y)}{g'(y)}<1$ but I tried to input $\frac{\pi} 2$ as a value to $f'/g'$ but it was larger than 1.
The other way: With Taylor expansion.
$\large \sin x=x-\frac {x^3}{3!}+\frac {x^5}{5!}+R_{5,0}(x)\Rightarrow\\ \large \sin x-x+\frac {x^3}{3!}-\frac {x^5}{5!}=R_{5,0}(x)$
Now we're left with showing that $R_{5,0}(x)<0$
So $\large R_{5,0}(x)=\frac{-\sin(c)c^7}{7!}$ for $c\in (0,x)$, now can I say that because it's negative and $(\sin(c)c^7>0)$ for all $c\in(0,x)$, $R_{5,0}(x)<0$ ?
Also, would it be correct to say that: $\large R_{5,0}(x)=\frac{cos(c)c^6}{6!}$?
Use increasing functions. For example
$$ 1- \frac{x^2}{2} <\cos x$$ take $$f(x)=\cos x +\frac{x^2}{2}-1$$ then $$f^{\prime}=-\sin x + x >0$$ so $f$ is increasing, and $f(0) <f(x)$ gives the desired inequality. Next take $x-\frac{x^3}{3} < \sin x$ then go back to the corresponding $cos$ expansion and finally your ready to prove your inequality. Each step relies on the last.