Is |sin y| <= |y| True for Every Real y?

  • Thread starter Thread starter island-boy
  • Start date Start date
island-boy
Messages
93
Reaction score
0
|sin y| <= |y| for every real y.

I suspect that it is.

It is easy if |y| > 1 since |sin y| <= 1.

but what about for |y| <= 1?

how do I prove this without resorting to the use of graphs?
 
Physics news on Phys.org
There are probably many, many ways to prove this.
Try it with the mean value theorem and a little imagination.
 
using the mean value theorem:
Let f(y) = sin y

thenby MVT

f(y) - f(0) = f'(c) (y - 0) where c is between y and 0

getting absolute values of both sides
|f(y) - f(0)| = |y f'(c)|

this is equal to
|sin y - sin0| = |y cos(c)|

equal to
|sin y| = |y cos(c)| <= |y||cos(c)| <= |y| since |cos(c)| <= 1

would this proof suffice?

thanks by the way for mentioning MVT.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top