False Equations


Each of these proofs result in a false statement. Identify the mistakes.

2=1

Let a and b be non-zero numbers.

a=b  
a2=ab Multiply by a
a2b2=abb2 Subtract b2
(ab)(a+b)=b(ab) Factor
a+b=b Divide by ab
2b=b Substitute a=b
2=1 Divide by b

What went wrong?

You can’t divide through by ab. Since a=b, this is dividing by 0.

4=5

20=20 Start with a true equation
3616=4525  
1636=2545 Multiply by 1
1636+814=2545+814 Add 814 to both sides
4236+(92)2=5245+(92)2  
42(2×4×92)+(92)2=52(2×5×92)+(92)2 Reduce 35 and 45 to factors
(492)2=(592)2 Factorise
492=592 Take the square root of both sides
4=5 Subtract 92

What happened?

Square roots have 2 solutions in general. When taking the square root in the proof, on one side we took the negative square root and on the other side we took the positive square root.

If on the other hand we took the positive square root on both sides we would have:

(492)=59212=12

This is obviously true.

2=1, the calculus way

We know from the power rule that: ddxx2=2x

However, what if we re-write x2 as the sum of xs:

ddxx2=ddx(x+x+x++x)=ddxx+ddxx+ddxx++ddxx=1+1+1++1=x

Hence 2x=x for any x, therefore 2=1.

What’s going on here?

We can’t differentiate a sum whose number of terms is dependant on x by simply taking the sum of the derivatives. To make the fallacy here more explicit, write out the sum formally:

f(x)=x2=i=0xx

There are a few fallacies here. Firstly this equation is not meaningful for non-integers. Functions are only differentiable on a continuous space such as the real numbers.

For the second fallacy, note that in the proof, we took the derivative with respect to each term in the sum, but not with respect to the number of terms. The number of terms is a function of x and has to be taken into account.

Since the sum is a function of x, we must use the chain rule when evaluating this. However this approach does not get us very far. Let the function that the sum denotes be called g(x). Unsurprisingly we find that g(x)=x2, leaving us with the same problem.

0=1, integration by parts

Let us evaluate the indefinite integral: 1xdx

Let:

u=1xdv=dxdu=1x2dxv=x

Thus by integration by parts:

1xdx=xx1x2xdx1xdx=1+1xdx0=1

What happened?

This problem illustrates an improper application of integration by parts. When using the formula, a constant of integration C must be added. Up the second last line the equations are correct. However, the last line does not follow, as you cannot cancel 1xdx, because they are not necessarily equal. There are an infinite number of antiderivatives of 1x, which all differ by a constant factor.

In reality the last line should read:

0=1+C

Which is trivially true.

Too many solutions

A quadratic has either 0, 1, or 2 unique solutions. Look at this equation:

(xa)(xb)(ca)(cb)+(xb)(xc)(ab)(ac)+(xc)(xa)(ba)(bc)=1

Without loss of generality we can assume a<b<c. Now note that x=a, x=b and x=c are all unique solutions.

How can this equation have 3 unique solutions?

The equation is not actually quadratic in x. It doesn’t depend on x at all, and hence has an infinite number of solutions for x.

Proof

The original equation:

(xa)(xb)(ca)(cb)+(xb)(xc)(ab)(ac)+(xc)(xa)(ba)(bc)=1

Multiply by (ab)(bc)(ac):

(xa)(xb)(ab)+(xb)(xc)(bc)+(xa)(xc)(ac)=(ab)(bc)(ac)

Expand:

(x2(a+b)x+ab)(ab)+(x2(b+c)x+bc)(bc)(x2(a+c)x+ac)(ac)=(ab)(bc)(ac)

Collecting x terms:

x2(ab+bca+c)+x(a2b2+b2c2a2+c2)+ab(ab)+bc(bc)ac(ac)=(ab)(bc)(ac)

Thus all the x terms cancel out, leaving an equation that is always true.

Unequal equations

Take the following equation:

x2+x=1

x=0 is not a solution so therefore we can divide by x and rearrange:

x+1=1x1x+x=1

Combining the equations:

x2+x=1x+xx2=1xx3=1x=1

However, if we substitute into the original equation, we get:

12+1=1

What happened?

The original quadratic has roots at:

x=1±32

However, when we combine the rearranged equations, we form a cubic equation. This adds a solutions, so now:

x=1±32,1

And indeed, these are the three cube roots of one.

In general setting two equations equal to each other can generate more solutions, that don’t satisfy the original equations independently. This is because you are removing constraints, in this case, the constraint that both equations equaled 1.