1
$\begingroup$

Show that $$\left | \sin a - \sin b \right | \leq \left | a-b \right |$$

I saw a proof using The Mean Value Theorem, but I could not grasp it well. Are there any other proofs or can someone clarify it by using The Mean Value Theorem?

  • 4
    So by MVT, $\Bigl|{\sin a-\sin b\over a-b}\Bigr|=|\cos c|$ for some number $c$, right?2017-01-14
  • 0
    yes that was the way used2017-01-14
  • 0
    And $|\cos c|\le 1$, right?2017-01-14
  • 0
    that is right..2017-01-14
  • 0
    Your desired inequality is one step away...2017-01-14
  • 0
    and what is that step?2017-01-14
  • 3
    Multiply both sides of $\Bigl|{\sin a-\sin b\over a-b}\Bigr|\le1$ by $|a-b|$.2017-01-14
  • 0
    Oh okay I see thanks2017-01-14
  • 0
    You're welcome.2017-01-14

2 Answers 2

2

Using the Mean Value Theorem:

$$\frac{\sin{a}-\sin{b}}{a-b}=\cos{c}$$

$$\left|\frac{\sin{a}-\sin{b}}{a-b}\right|=|\cos{c}|$$

Note that $|\cos{c}|\leq 1$

Therefore:

$$\left|\frac{\sin{a}-\sin{b}}{a-b}\right|\leq 1$$

$$|\sin{a}-\sin{b}|\leq |a-b|$$

Which is what was to be obtained.

  • 1
    Thank you. That was explanatory enough to understand2017-01-14
3

Without using the MVT:

$$\left|\sin a -\sin b\right|=\left|2\cos\frac{a+b}2\sin \frac{a-b}2\right|$$ $$\leq 2\left|\sin \frac{a-b}2\right|\leq 2\left|\frac{a-b}2\right|=\left|a-b\right|.$$

  • 0
    Seems pretty good. Thanks!2017-01-14