Maxima and minima of sinusoidal function of harmonics

calculusmaxima-minima

I have a function
$$f(t)=\sin(5t)+\sin(7t)+\sin(9t)+\sin(11t)+\sin(13t).$$
I need to find the maxima and minima of this function. I know that using first and second derivative test one can find the maxima and minima of a function. I must admit that I have not researched a lot, but I generally use matlab to find the extremum which makes things easier. However I am forced to solve this function analytically.

Any help will be greatly appreciated.

Best Answer

By the cosine addition formula $f(t)\sin(t)$ is a telescopic sum: $$ f(t)\sin(t) = \frac{\cos(4t)-\cos(14t)}{2}$$ and $f(t)$ is a $2\pi$-periodic, odd function, hence in order to find $\max/\min f$ it is enough to find $\max f$.
Since $$ f'(t) = \frac{5\cos(3t)-3\cos(5t)-15\cos(13t)+13\cos(15t)}{4\sin^2 t} $$ by using Chebyshev polynomials of the first kind we get that $f(t)$ attains its maximum value when $\cos(t)$ is a root of $105 - 3100 x^2 + 27488 x^4 - 103552 x^6 + 187648 x^8 - 161792 x^{10} + 53248 x^{12}$. Numerically $$ \max f \approx 4.4648, \qquad \min f \approx -4.4648. $$ We may notice this is just a bit tighter than the trivial bound $|f|\leq 5$.