Is $-|x|\le\sin x\le|x|$ for all $x$ true?

175 Views Asked by At

I have seen in Thomas' Calculus that says to prove $\lim_{x\rightarrow0}\sin x=0$, use the Sandwich Theorem and the inequality $-|x|\le\sin x\le|x|$ for all $x$.

My question is how could the inequality be true? If we derive from $-1\le\sin x\le1$, we could only get $-|x|\le|x|\sin x\le|x|$?

In the textbook it is written that it follows from the definition of $\sin x$ that $-|x|\le\sin x\le|x|$ for all $x$. Is there any easy way to show this?

Thanks for any help.

3

There are 3 best solutions below

6
On BEST ANSWER

First of all: you cannot take derivatives (and even if so, your middle one is incorrect) to preserve inequalities. That said, let's go over it:

1) It is enough to show that $\sin x\le x$ when $x\ge 0$ because $\sin x$ is an odd function, so for $x<0$ write $-y=x$ whence the first inequality implies

$$-\sin -y \le y\iff \sin(-y)\ge -y\iff \sin x\ge x$$

Now, to show it for $x\ge 0$ is actually a matter of geometry

Edit: I'm told not everyone can see the photo I'm using. It's available here if that's true for you.

unit circle

Notice that $\sin x$ is the height of the smaller triangle, then draw in segment $FB$. Since $\sin x$ is the length of a leg of a right triangle, it's hypotenuse, $|FB|$ has lenght greater than or equal to $\sin x$. But then the shortest distance between two points is a straight line, so $FB$ is shorter than $\text{arc} FB$, but by the definition of a radian, $|\text{arc} FB|= x$ (the angle is labeled as $\theta$, but we're using $x$. Hence

$$\sin x\le |FB|\le |\text{arc} FB|=x$$

is shown for $0\le x\le {\pi\over 2}$, and for the other positive $x$ it follows from $\sin x\le 1$ independent of $x$.

4
On

The unit circle is parametrized by $\theta\mapsto(\cos\theta,\sin\theta)$:

$\hskip 1.5in$ circle

Consider an angle $0\le\theta\le\frac{\pi}{2}$, as depicted above. The red line's length is $\theta$, and $\sin\theta$ is the purple length. Since they both travel the same vertical distance but the red one also travels horizontal distance, the red line is longer, hence $\sin\theta\le\theta$. (This can be proved formally with calculus if one so desires.) After $\theta>1$, the angle will forevermore be too much for sine to ever take for any angle. Since $\sin(-\theta)=-\sin\theta$, the claim follows for negative angles too.

0
On

Although an answer without derivatives and integrals is definitely more elegant, you can just use the fact that for $x>0$, $$\sin(x)=\int_0^x \cos y\,dy\leq \int_0^x 1\,dy= x$$ and similarly for $x<0$.