1

I don't know how to prove this inequality, some help would be appreciated, thank you!

$x< \sin(\frac{\pi x}2)\quad\quad \forall x \in (0,1)$

AlgorithmsX
  • 4,560

2 Answers2

3

Let we have to prove $$t<\sin \left(\frac{\pi t}{2}\right)\;\forall t \in (0,1)$$

Now put $\displaystyle \frac{\pi t}{2} = x\Rightarrow t = \frac{2x}{\pi}$

So we have to prove $$\frac{2x}{\pi}<\sin x\;\forall x \in \left(0,\frac{\pi}{2}\right)$$

enter image description here

Now Slope of $$\displaystyle \bf{OB} = m_{0B} = \frac{\sin x-0}{x-0} = \frac{\sin x}{x}.$$

and Slope of $$\displaystyle \bf{OA} = m_{0A} = \frac{1-0}{\frac{\pi}{2}-0} = \frac{2}{\pi}.$$

So Here in above graph $$\displaystyle \bf{m_{OB}>m_{OA}}$$

So we get $$\displaystyle \frac{\sin x}{x}>\frac{2}{\pi}\Rightarrow \frac{2x}{\pi}<\sin x\;\forall x\in \left(0,\frac{\pi}{2}\right)$$

juantheron
  • 53,015
  • Nice! And special thanks for the picture! So basically, the solution boils down to the fact that the graph of $y=\sin x$ is concave down on $(0,\pi)$, so the graph lies above any secant line (within this interval). – zipirovich Nov 25 '16 at 06:11
-3

For $x\in(0,1)$ the function $\sin( \frac\pi2x) $ is an increasing function and we have $$1< \frac\pi2x$$ so $1< \sin (\frac\pi2x) $

AlgorithmsX
  • 4,560
Ali
  • 2,277
  • This is not even a sketch of a valid proof. There are plenty of increasing functions that start at $0$ and end at 1 that are not less than $x$ at very point in $(0,1)$. All you have perhaps shown is that $\sin x < \sin(x\pi/2)$ in that interval. – Mark Fischler Nov 25 '16 at 06:01