Problem : Prove $\sin(x) < x \ \ \ \forall x \in(0, 2\pi)$
Now I have a possible solution for this, using limits and the first derivatives of $\sin(x)$ and $x$, but I don't feel it's a very rigorous or succinct way to prove this. Can any of you find better ways to prove this? My proof is listed below.
Possible Proof
First we take the limits of both $\sin(x)$ and $x$ as $x \to 0^{+}$.
$$ \lim_{x \to \ 0^{+}}\ \sin(x) = \sin(0) = 0$$
$$ \lim_{x \to \ 0^{+}}\ x = 0$$
Next we take the derivatives of $\sin(x)$ and $x$. To see how they increase/descrease over the interval $(0, 2\pi)$
$$\frac{d}{dx} \ \sin(x)\ = \cos(x)$$ $$\frac{d}{dx} \ x\ = 1$$
$$\text{However} \ \ \cos(x) < 1, \ \forall x \in (0, 2\pi)$$ $$\implies \frac{d}{dx} \ \sin(x) < \frac{d}{dx} \ x\ ,\ \ \forall x \in (0, 2\pi)$$
This shows that the magnitude at which $\sin(x)$ is increasing is less than that of $x$ over the interval $(0, 2\pi)$, therefore if $\sin(x) \not> x$ as $x \to 0^{+}$, $\sin(x) < x, \ \forall x \in (0, 2\pi)$
$$Q.E.D$$
Would you say that this is a satisfactory proof? It doesn't seem particularly satisfactory to me, and it doesn't seem rigorous enough or all that succinct.
Are there better or more efficient/clearer ways to prove this, or problems of these sort of nature? Also if you have any comments about my proof-writing skills please leave them below.
There are thus circular reasoning issues. I am hesitant, however, to say that this is entirely incorrect; there are some definitions of $\sin$ where this proof is fine.
– MathematicsStudent1122 May 31 '16 at 00:44