Recently I found a problem in math SE(see here) that ask on how many roots a polinomial has inside a ring and lead me to the following inequality $$257 + 32\cos 4t > 256 \cos^2 t$$ for all real $t$.
I've got a proof but I have doubt with it.
My proof Let $f(t) = 257 + 32 \cos 4t - 256\cos^2 t$. Note that $f$ is periodic. We will find the stationary points of $f$. From $f'(t) = 0$ we have $64 \sin 4t - 256 \sin 2t = 0$. Therefore $\sin 2t(\cos2t - 2) = 0$. Thus, $\sin 2t = 0$. From this we have $$f(t_0) = 257 -256\cos^2 2t_0 > 0$$ For all stationary point of $f$.
Is this sufficient to prove the inequality?
I'm also looking another proof of this inequality without usage of derivative.
Thanks
Your method is correct, but has some errors.
You are considering $f(t) = 257 + 32 \cos 4t - 256\cos^2 t$ and want to prove $f(t_0)>0$, where $t_0$ is a critical point (for both max and min stationary points).
So: $$f'(t)=\color{red}{-128}\sin4t\color{red}+256\sin 2t=0 \Rightarrow \sin 2t(\cos 2t-1)=0 \Rightarrow \sin 2t=0 \ \ \text{or} \ \ \cos2t=1 \Rightarrow \\ 2t=\pi k \ \ \text{or} \ \ 2t=2\pi n \Rightarrow 2t=\pi k \Rightarrow t_0=\frac{\pi k}{2}.$$ So: $$f(t_0)=257+32\cos (2\pi k)-256\cos ^2\left(\frac{\pi k}{2}\right)=\\ =256\left[1-\cos ^2\left(\frac{\pi k}{2}\right)\right]+33\ge 33>0. $$