Absolute Max/Min of a Trig Function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 6K views
Sczisnad
Messages
9
Reaction score
0
I am having some issues with going about finding the max and min of trig functions over a set interval. Normally with finding the max and min of a function over an interval the first thing that I do is find the derivative of that function, Then i set the derivative to 0 and solve to find the critical points. Now this is where I run into problems...

Ex. Find the Max/Min values of f on the interval [0,pi/2] f(t)=2cos(t)+sin(2t)My work:

f(t)=2cos(t)+sin(2t) "the original function"

f'(t)=2cos(2t)-2sin(t) "I found it's derivative"

0=2cos(2t)-2sin(t) "finding where f' is equal to 0"

0=cos(2t)-sin(t) "simplified"

But now what? With a normal function you get a nice x=?,?,? ...

SO how can i find the critical values for a trig function and how can I then find the Max and Min over a set interval?
 
Physics news on Phys.org
You can use trig identities to rewrite [tex]\cos(2t)[/tex] entirely in terms of [tex]\sin^2t[/tex]. This will leave you with a quadratic equation in terms of [tex]\sin t[/tex] to solve.