The question is as follows:
Given that $\tan^2a - 2 \tan^2b = 1$. Show that $\cos2a + \sin^2b = 0$.
After a few attempts, I successfully came up with a solution as follows:
$$\tan^2a - 2 \tan^2b = 1$$ $$(\sec^2a - 1) - 2(\sec^2b - 1) = 1$$ $$\sec^2a - 2sec^2b = 0$$ $$\frac{1}{\cos^2a} - \frac{2}{\cos^2b} = 0$$ $$\cos^2b - 2\cos^2a= 0$$ $$(1-\sin^2b) - (1 - \sin^2a) - \cos^2a = 0$$ $$\sin^2a - \cos^2a + \sin^2b = 0$$ $$\cos2a + \sin^2b = 0$$
And the proof is finished. However, before I found this solution, I came up with something like this:
$$\tan^2a - 2 \tan^2b = 1$$ $$\frac{\sin^2a}{\cos^2a} - 2\frac{\sin^2b}{\cos^2b} = 1$$ $$\sin^2a\cos^2b - 2\sin^2b\cos^2a - \cos^2a\cos^2b = 0$$
I wanted to extract the $\cos2a $ here. So I do the following
$$(\sin^2a - \cos^2a) \cos^2b - 2\sin^2b\cos^2a = 0$$ $$\cos2a + \frac{2\sin^2b\cos^2a}{\cos^2b} = 0$$
It suffices to show that
$$\frac{2\sin^2b\cos^2a}{\cos^2b} = \sin^2b$$
which is equalvalent as saying
$$\frac{\cos^2a}{\cos^2b} = \frac{1}{2}$$
Therefore, I looked at the original equation and proved that it is true like this:
$$\tan^2a - 2 \tan^2b = 1$$ $$(\sec^2a - 1) - 2(\sec^2b - 1) = 1$$ $$\sec^2a = 2sec^2b$$ $$\frac{\cos^2a}{\cos^2b} = \frac{1}{2}$$
My confusion is the reason why I need to look at the orginal equation again to finish the proof. $\tan^2a - 2 \tan^2b = 1$ is identical to $\cos2a + \sin^2b = 0$. And I didn't lose information during my proof. Shouldn't I be able to finish the proof directly like my first proof?
It may sounds like a strange question. But I hope that someone can explain it to me because it sometimes happens and is confusing to me.
I reckon this can be explained using ideas from algebraic geometry (of course, that specific theory only applies to polynomials, but you get the idea).
When you prove some identity from some other condition, what you are really doing is to prove the ideal generated by the identity completely contains the ideal generated by the condition. So when you "use" the equation $\tan^2 a-2\tan^2b=1$, you are really just using the fact that the function $\tan^2 a-2\tan^2 b$ is constant $1$ when restricted to the set $\{(a,b):\tan^2a-2\tan^2b=1\}$.
However, that function is not constant outside of that set, so it changes the "shape" of the ideal outside. What we want to do is to fine-tune the shape so that it coincides with the condition. If you use the equation in the wrong way, although the "shape" is changed, but it's not in the correct direction. So we have to use that equation again to get it right.
Hope this gives some intuition for you :).