I'm trying to resolve a trigonometrical exercise. I have two ways to resolve it and I receive two different answers. If you could help explain me why one way is a wrong way to resolve it (without doing reference to the trigonometric functions please).
Using double-angle formulas one way is: \begin{align} \cos(2x) = \cos^2x \\ \ 2\cos^2x -1 = \cos^2x \\ \ \cos^2x - 1 = 0 \\ \ \cos^2x = 1 \\ \ x = 360^\circ k \end{align} The second way is: \begin{align} \cos(2x) = \cos^2x \\ \ \cos^2x - \sin^2x = \cos^2x \\ \ -\sin^2x = 0 \\ \ \sin^2x = 0\\ \ x = 180^\circ k \end{align} As you see there are two answers, I know that the last one is the right one but don't know why (please don't do reference to the graphs).