Suppose that you have to prove the trig identity:
$$\frac{\sin\theta - \sin^3\theta}{\cos^2\theta}=\sin\theta$$
I have always been told that I should manipulate the left and right sides of the equation separately, until I have transformed them each into something identical. So I would do:
$$\frac{\sin\theta - \sin^3\theta}{\cos^2\theta}$$ $$=\frac{\sin\theta(1 - \sin^2\theta)}{\cos^2\theta}$$ $$=\frac{\sin\theta(\cos^2\theta)}{\cos^2\theta}$$ $$=\sin\theta$$
And then, since the left side equals the right side, I have proved the identity. My problem is: why can't I manipulate the entire equation? In this situation it probably won't make things any easier, but for certain identities, I can see ways to "prove" the identity by manipulating the entire equation, but cannot prove it by keeping both sides isolated.
I understand, of course, that I can't simply assume the identity is true. If I assume a false statement, and then derive from it a true statement, I still haven't proved the original statement. However, why can't I do this:
$$\frac{\sin\theta - \sin^3\theta}{\cos^2\theta}\not=\sin\theta$$ $$\sin\theta - \sin^3\theta\not=(\sin\theta)(\cos^2\theta)$$ $$\sin\theta(1 - \sin^2\theta)\not=(\sin\theta)(\cos^2\theta)$$ $$(\sin\theta)(\cos^2\theta)\not=(\sin\theta)(\cos^2\theta)$$
Since the last statement is obviously false, is this not a proof by contradiction that the first statement is false, and thus the identity is true?
Or, why can't I take the identity equation, manipulate it, arrive at $(\sin\theta)(\cos^2\theta)=(\sin\theta)(\cos^2\theta)$, and then work backwards to arrive at the trig identity. Now, I start with a statement which is obviously true, and derive another statement (the identity) which must also be true - isn't that correct?
Another argument that I have heard for keeping the two sides isolated is that manipulating an equation allows you to do things that are not always valid in every case. But the same is true when manipulating just one side of the equation. In my first proof, the step
$$\frac{\sin\theta(\cos^2\theta)}{\cos^2\theta}$$ $$=\sin\theta$$
is not valid when theta is $\pi/2$, for example, because then it constitutes division by zero.