Solve Max of sin(x) + sin(2x): Get Answer Now!

  • Thread starter Thread starter Constantinos
  • Start date Start date
  • Tags Tags
    Trigonometry
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Constantinos
Messages
80
Reaction score
1
This is not homework question, just curious about it though. This problem is supposed to be done without a computing device and was in an exam at a university course. I don't think it can be done.

Homework Statement


I want to find the maximum of this function:

Y = sin(x) + sin(2x)

Homework Equations


The Attempt at a Solution



Attempted sin(2x) = 2sinx*cosx, tried to draw it, tried to go euler's formula, no luck whatsoever (of course I take the derivative!)

Mathematica gives me this:

FindMaximum[Sin[x] + Sin[2*x], {x, 0}]

Out[1]= {1.76017, {x -> 0.935929}}

Any ideas? It really seems simple, but I just can't figure it out...

Thanks!
 
Physics news on Phys.org
rock.freak667 said:
Why don't you just solve dy/dx = 0 and then sub cos(2x) as 2cos2-1 ?

You should get a quadratic in cosx to solve.

Lol where is my mind! Thanks :P