Advanced mistakes!

157 Views Asked by At

There are many common mistakes in solving math ...like below $$\sqrt{a^2+b^2}=a+b\\\sqrt{x^2}=\pm x\\\vdots$$ But there are some mistakes can't compare with common mistakes. I call them advance mistakes. To make a sense ,see below $$1+\frac12+\frac14+\frac18+\cdots=?\\\text{name as x}\\1+\frac12+\frac14+\frac18+\cdots=x\\ 1+\frac12(\underbrace{1+\frac12+\frac14+\frac18+\cdots}_{x})=x\\1+\frac12(x)=x\\x=2 \space \checkmark $$It was true ,now see a wrong solution by this idea $$1+2+4+8+16+...=x\\1+2(\underbrace{1+2+4+8+..}_{x})=x\\1+2x=x \\x=-1 \text{ obviously wrong ,because } |q|>1$$ I am thankful if you can add some mistake example like this. thanks in advance.

4

There are 4 best solutions below

2
On BEST ANSWER

I have always liked the "proof" that $\sqrt 2 = 2$:

Start with the unit square. It is clear that the diagonal has length $\sqrt 2$. Now approximate the diagonal. first consider the path that goes first along one side then along another. That path has length $2$. Now improve the approximation by going along half the horizontal, then go up half the vertical, then half the horizontal again, then the last half of the vertical. That also has length $2$. Now go by thirds, fourths, and eventually steps of length $\frac 1n$. Each of these paths has length $2$ and pointwise the paths converge to the diagonal, hence the diagonal must have length $2$ and we are done.

1
On

Other example of mistake is : $$0=0+0+0+0+0+...\\0=(1-1)+(1-1)+(1-1)+...\\0=1+(-1+1)+(-1+1)+(-1+1)+(-1+1)+...\\\text{ simplify -1,1 } \to \\0=1$$ In this time I make a paradox to make sense "what's wrong here !" $$s=(1-1)+(1-1)+(1-)+...\\s=1-1+1-1+1-1+...\\s=1-\underbrace{(1-1)+(1-1)+(1-1)+...}_{s}\\s=1-s\\2s=1\\s=\frac12$$ now it seems that sum and subtract of integers may not be $\dfrac12$. it is totally paradox .So I can make a sense to show wrong solution...

1
On

I know a pair of paradoxes/mistakes that could lie in some place between elementary and advanced.

1) The "stairs paradox": consider a sequence of stairs $10$ meters long and $10$ meters height. If there are, say, $40$ equal steps ($0.25$ meters long and height each), the outline of the ladder is $20$ meters long ($10$ meters upwards and $10$ meters sidewards). If you duplicate the number of the steps, they will be smaller, but the outline is still $20$ meters length. No matter how big is the number of steps and how small they are, the outline will be always the same length.

But when the number of steps goes to infinity, the stairs become a slope, which is, by Pythagorean theorem, $10\sqrt{2}$

Thus, $$\lim_{n\to\infty}20n\cdot\frac{10}n=10\sqrt 2$$

2) A paradeox abot derivatives. Let's differentiate $y=x^2$. We know that $$y=\underbrace{x+x+\cdots+x}_{x\text{ times}}$$

Then $$y'=\underbrace{1+1+\cdots+1}_{x\text{ times}}=x$$

EDIT: Well, I have realized just now that my first example has been already posted by @lulu.

I was also told about some "proof" that every triangle is isosceles, but I don't know the details. I'm sure you can find it googling.

A more advanced common mistake (this one could hardly be considered as a "paradox") is about functional analysis. Many students (myself, for example) have applied the closed graph theorem to a linear operator between non Banach spaces.

0
On

$$\sqrt{x^2-4x+4}=x-2 ,when \space x>0$$ It is a big mistake because $$\sqrt{x^2-4x+4}=|x-2|$$ for example x=1 $$\sqrt{x^2-4x+4}=\sqrt{1-4+4}\neq1-2$$