-1

How can we prove that this function

$$f(x) = \frac{\sin^4x}{\sqrt x}$$

is monotonically decreasing? I tried to use usual method using derivative, but it do not give us an answer.

niar_q
  • 109

3 Answers3

3

A quick way could be to plot it using a software like R. The function isn't monotonically decreasing. enter image description here

Amey Joshi
  • 1,084
3

We have $$f(x) = \dfrac{\sin^4 x}{\sqrt{x}} \geq 0$$ and $$f(\pi) = 0$$ If it were decreasing, we would have $f(x) = 0$ for every $x \geq \pi$, which is clearly not the case.

chi
  • 2,143
2

$f(x) = \frac{\sin^4{x}}{\sqrt{x}}$ is not monotonic decreasing. To see this, evaluate the derivative at $1$.

fosho
  • 6,334