I have a function $m(t) = cos 2 \pi (2000)t + 2 cos2 \pi (4000)t$
I am confused on how to determine the max and min values of m(t). I know that if they had the same frequency the max and min would be 3 and -3 respectively.
For the max I plugged in $0$ for $t$.
This gave me a max of $3$. How can you determine the min without using graphing software?
Note that
$$\cos x + 2 \cos 2x = \cos x+4\cos^2 x-2$$
thus
$$m(t) = \cos (2 \pi (2000)t) + 2 \cos(2 \pi (4000)t)= 4\cos^2(2 \pi (2000)t)+\cos(2 \pi (2000)t)-2$$
and for $y=\cos (2 \pi (2000)t)\in[-1,1]$
$$f(y)=4y^2+y-2\implies f'(y)=8y+1=0\implies f_{min}=f\left(-\frac18\right)=-\frac{33}{16}$$
and maximum on the boundary for $$f_{max}=f(1)=3$$