In Algebra, a good rule-of-thumb I saw was If solving an equation leads to a contradiction, there is no solution. And this makes sense to me, particularly in the following case:
$x-1 = x +1 \Rightarrow -1 = 1$
We are being asked to find a number whose predecessor is the same as its successor. That would require 1 and -1 to have the same effect on $x$. Impossible! But I was shown another case of no solution -- an equation that seemed to have a valid solution up until checking:
$\frac{2}{x+2} + \frac{x}{x-2} = \frac{x^2+4}{x^2-4} \Rightarrow 2(x-2)+x(x+2) = x^2+4$
Solving this for $x$, we can get an answer of $x=2$. But we see in the original equation, $x\neq2$ because of division by zero. So there is no solution.
My question is: What does it mean (geometrically / algebraically / logically) if solving an equation does not halt in a contradiction, but causes a contradiction on evaluation?
Just like when you take the equation: $x = 5$ and multiply it by 0, you get: $0 = 0$ which means the equation is true for all x, which obviously it isn't.
Here's a wikipedia article: http://en.wikipedia.org/wiki/Extraneous_and_missing_solutions
– omer Jul 12 '13 at 23:49