I need to prove that: $\sin(x) \leq x$ on the interval $[0,1]$ using Calculus. First I calculated the area between the graph of the function $x$ and $\sin(x)$ on the interval $[0,1]$, if it is positive then $\sin(x) \leq x$:
$$\int_0^1 x - \sin(x) dx = \frac{x^2}{2} \vert_0^1 +\cos(x) \vert_0^1=\frac{1}{2} - 0 + \cos(1) -1=\cos(1)-\frac{1}{2}$$
With the help of the calculator I know that $\cos(1) > \frac{1}{2}$, but I don't know how to prove it without help of the calculator. Any idea of how to prove that $\cos(1) > \frac{1}{2}$ or another way to prove $\sin(x) \leq x$?
What you are trying to prove would not prove that $\sin x\le x$ for all $x\in[0,1]$.
– May 23 '17 at 06:20