4

How does one find the maximum value of $$ 5\sin(x)+4\sin(2x) $$ without using calculus?

Kim Jong Un
  • 14,794
  • 1
  • 24
  • 49
TSP1993
  • 969
  • 1
  • 9
  • 11

1 Answers1

2

Put $t=\sin x$ and make an equation only in terms of $t$ using trigonometric identities. You might use:

$$\sin 2x=2\sin x\cos x\\\sin^2x+\cos^2x=1\implies \cos x=\pm\sqrt{1-\sin^2x}$$

to get:

$$Z=5t\pm8t\sqrt{1-t^2}$$

This might be solved without calculus, but if possible, I'll add that.

RE60K
  • 17,716