I have this equation which I solved-
$$\sin^4x-\cos^4x=1$$ $$\implies -\cos^4x=1-\sin^4x$$ $$\implies-\cos^4x=(1+\sin^2x)(1-\sin^2x)$$ $$\implies-\cos^4x=(1+\sin^2x)\cos^2x$$ $$\implies-\cos^2x=(1+\sin^2x)$$ $$\implies-(\cos^2x+\sin^2x)=1$$ $$\implies-1=1$$
I came across this thing while solving a problem and I am at total loss why this is coming.Where am I wrong?
Thanks for any help!!
Your inference \begin{align} & & -\cos^4x &= (1+\sin^2x)\cos^2x \\ &\implies & -\cos^2x &= (1+\sin^2x) \end{align} is false. The valid inference is \begin{align} & & -\cos^4x &= (1+\sin^2x)\cos^2x \\ &\implies & -\cos^2x &= (1+\sin^2x) \quad \text{ or }\quad \cos^2 x = 0 \end{align} This accounts for the possibility that you have divided by zero. Subsequently, the left choice yields no solutions and the right choice yields the solution set of the equality in the first line of your problem.