Fake proof that $1$ is the solution of $x^2+x+1=0$

1.1k Views Asked by At

So I have this false proof and I am honestly confused why this is happening.

Consider $x^2+x+1=0$, then $x+1=-x^2$.

Now by simply dividing the equation by $x$ we get $x+1+1/x=0$. Substituting $x+1=-x^2$ we get $-x^2+1/x=0$ we get $x=1$ as a solution. Why is this substitution introducing a new solution, 1? Is it that all the solutions must fulfill this equation, but it is not a sufficient condition to actually be a solution? Why?

I think this might be a really silly question but it is stomping me :P

9

There are 9 best solutions below

4
On BEST ANSWER

Is it that all the solutions must fulfill this equation, but it is not a sufficient condition to actually be a solution?

Yes, exactly right. Substituting one equation in another has the potential to introduce more solutions, because you've thrown away information. Specifically, you threw away the original equations you were given. A solution to the original equation will be a solution to your new one, but the new one may have others.

For a silly example, consider $$ x + x = x + 4. $$ There is only one solution to the equation: $x = 4$. But suppose we substitute $x = 4$ on the left side for one of the $x$'s; then we get $x + 4 = x + 4$, or $4 = 4$, which has infinitely many solutions (every real number $x$).

In your example, you ended up with the equation $−x^2+\frac{1}{x}=0$, which is equivalent to the equation $-x^3 + 1 = 0$ (assuming $x \ne 0$), or $x^3 - 1 = 0$. This factors as $x^3 - 1 = (x - 1)(x^2 + x + 1)$ (as was pointed out in a comment), so you have introduced exactly 1 new solution.

0
On

The equation you have ended up with is not the same as the original. In fact, multiplying each side by $-x$, you get:

$$ x^3 - 1 = 0 $$

And it is clear that $1$ is a solution of this equation. The way you ended up with this fact is that, as Lord Shark pointed out, we can factor $x^3 - 1 = (x-1)(x^2+x+1)$, and you essentially showed that:

$$ x^2 + x+1 = 0 \Rightarrow (x-1)(x^2+x+1)=0 $$

Which is pretty clear when you restate it like that.

0
On

Is it that all the solutions must fulfill this equation, but it is not a sufficient condition to actually be a solution?

Yes. One important fact about mathematics is that when we manipulate an equation (or proposition, or ...), we can lose information along the way. E.g. from $$x^2=4$$ we can deduce $$0\cdot x^2=0\cdot 4,$$ and from that deduce $$0\cdot x^2=0.$$ $x=17$ is certainly a solution to this new equation, but not the original equation. Basically, we haven't done anything wrong - if $x^2=4$ then $0\cdot x^2=0$ - but we also haven't gotten an equivalent statement.

As a slightly less trivial example, from $$-y=4$$ we can deduce $$\vert -y\vert=\vert 4\vert,$$ or equivalently $$\vert y\vert=4;$$ $y=4$ satisfies this new equation, but not the original one. Again, we haven't made any mistakes, but we've lost information: the new equation $\vert y\vert=4$ tells us less than the old equation $-y=4$.

0
On

You cheated yourself in a very interesting way! This is really illuminating!

When we solve equations, we usually just open a new line and write down some consequence of the condition. For example:

$$2x-3=2$$ $$2x=5$$ $$x=5/2$$

And then we make a note that the solution is $5/2$, without really thinking about what was happening. In fact, opening a new line and write an equation below the previous one has a very definite meaning: it is a consequence of the previous line. So usually, fake roots can sneak in, as we do not necessarily want to apply equivalent transformations, we only want to collect logical consequences of the equation. The strategy is that if we find a logical consequence that we can solve, then it simplyfies our task, as the solutions of the original equation must be among the solutions of the consequence. Throwing away extraneous roots are not so hard, after all...

Now back to your problem. You correctly deduced that if $x$ is a root, then it must also satisfy

$$E_1: x+1=-x^2$$ $$E_2: x+1+1/x=0$$

And then in particular, it also has to satisfy

$$E_3: -x^2+1/x=0$$

This is all true. But not in the other way around. Note that your original equation is equaivalent to $E_1$ which is also equivalent to $E_2$. You can also take the conjunction of two equivalent statements, to obtain an equivalent statement again. So $E_1\wedge E_2$ is also equivalent to your original condition. However, $E_3$ is just a consequence of $E_1\wedge E_2$, but from $E_3$, you cannot deduce $E_1$ or $E_2$ separately.

So long story short: not all your transformations were equivalent ones, hence extraneous roots can (and in this case did) occur.

0
On

Substituting a function of $x$ in an equation obviously gives results other than desired.

For instance:

$$x-1=4$$

we have $$x=5$$ $\implies$

$$x^2=25$$ $\implies$

$$4=\frac{100}{x^2} \tag{1}$$

Putting $(1)$ in original equation we get

$$x-1=\frac{100}{x^2}$$ which leads to cubic giving you other solutions including your $5$

1
On

The problem lies within an implicit assumption, i.e. that your equation holds.

First, we need to specify the domain of $x$. So let $x\in\mathbb{R}$.

We're now searching for all solutions to the equation $x^2+x+1=0$, i.e. the equations solution space. By substituting in a few random values for $x$, we can easily deduce that this solution space, let's call it $L$, is a strict subset of the real numbers $\mathbb{R}$, i.e. $L\subsetneq \mathbb{R}$.

So while both $x+1+1/x =0$ and $x+1 = -x^2$ still have the same solution space $L$
(all actions taken to this point are invertible, as $x=0$ is no solution)
the key point is that $L\subsetneq \mathbb{R}$ means the equations don't hold for all values.

This means, as long as $x\in L$, the equation $x+1 = -x^2$ holds, and we can substitute $x+1$ by $-x^2$.
However, for all $x\not\in L$, the equation $x+1 = -x^2$ does not hold, and therefore, your substitution may create new, erroneous solutions.

0
On

You need always to have in mind that "if there is a solution" then it should be 1 as you guessed. But this poly does not have real roots....

0
On

A tricky problem:

Let $x \not =0$, real, henceforth :

1) Originally : $f(x) = x^2+x+1;$

2) $g(x) = (1/x)f(x) = x+1+1/x.$

Note:

a) $f(x)=0$, $g(x)=0$ have no real zeroes.

b) $f(x) \not = g(x)$, if $x \not =1$.

Consider the difference :

$d(x):=f(x)-g(x) =$

$ xg(x)-g(x)=(x-1)g(x)=$

$x^2-1/x=0.$

1) $x \not =1$:

$d(x): =f(x)-g(x)=$

$ (x-1)g(x)=0$ , has no real zeroes.

2) $x=1$ :

$d(1)= f(1)-g(1)=0=$

$ 0g(0)=0$; where $g(0) \not =0$.

Combining :

$d(x) = 0$ is equivalent to $g(x) = 0$, if $x\not =1$.

By considering $d(x)$ you have introduced an additional zero at $x=1$.(Lord Shark's comment)

0
On

LOGIC. Or maybe just GRAMMAR. $ \;x^2+x+1=0\iff$ $ (x\ne 1\land x^2+x+1=0)\iff$ $ (x\ne 1\land -x^2+1/x=0)\iff$ $ (x\ne 1 \land x^3=1).$

What you have shown is that $x^2+x+1=0\implies x^3=1$ but you have NOT shown that $ x^2+x+1=0\iff x^3=1.$

SO $x^3=1$ does NOT "give a solution $x=1$" to the original equation. $x^3=1$ is only a consequence of $x^2+x+1=0$..

If you omit the "$\implies$" or "$\iff$", either in symbols or in words, in your writing, then you will lose track of whether you have $A\implies B$ or $B\implies A$ or $A\iff B.$