Can someone help me explain why x does not equal pi? I found that it did in my workings, but in the answers there is no pi.
http://imgur.com/FipYIGD
http://imgur.com/fG1pqR1
Two possible explainations.
1. Because in your working you had to square, there's a chance you popped out an extra answer that shouldn't be there. That's why in general if we don't have to square something, we choose not to.
Because you squared, you have to go back and check that all of your solutions work. When plugging back, we find that pi does not work as sin(pi)+cos(pi) = -1
2. You chose to assume that \(\cos x = \sqrt{1-\sin^2x}\) for ALL \(x \in [0, 2\pi] \). This is a mistake, as when x=pi we have
\(\cos x = \cos \pi = -1\)
\(\sqrt{1-\sin^2x} = \sqrt{1-\sin^2 \pi}=1\)
The second explanation is stronger than the first here.