2

Do you have proofs without word?

Your proofs are not necessary has zero word, you may add a bit explanations.

As an example, I has a "Speechless proof" for $$\frac{1}{4}+\frac{1}{4^2}+\frac{1}{4^3}+...=\frac{1}{3}$$ enter image description here

I welcome all aspects of mathematical proofs. Thank you.

JSCB
  • 13,456
  • 15
  • 59
  • 123

5 Answers5

8

The best one I have ever seen is to prove $$1 + 2 + 3 + \cdots + n = \dfrac{n(n+1)}2$$

enter image description here

8

Found this great one surfing the web recently. $$ \displaystyle \huge \frac12+\frac14+\frac18+\frac1{16}+\frac1{32}+\ldots =1 $$ Classic geometric sum

Khosrotash
  • 24,922
cyclochaotic
  • 1,355
6

Convergence of reciprocal of squares

Reciprocals of squares converge.

EuYu
  • 41,421
0

Part of the proof in my blog post is done with my own ad-hoc diagrams..

grid with tour

The question is: How many "tours" (paths that visit every single square exactly once) are there in a 4x10^12 grid under the condition the tour must start in the top left square and finish in the bottom left square. (Credit to the guys at projecteuler.net for thinking up another great problem)

If we let T(n) be the formula for the number of tours in a 4xn grid, we need to find T(10^12). One approach is to find a recurrence relation. A trick is to realize there are only two possible ending columns. Try follow my working if you can, sorry It's messy :)

sketch

Rusty Rob
  • 184
0

Here's one showing the area of a disk is $\pi R^2$.

enter image description here

Charles
  • 195
  • 1
  • 8
  • This happens to end with the correct answer, but the method is invalid, because it assumes that $\lim_{n\to\infty} a(n)=a(\infty)$ where $a(n)$ is the total area of the $n$ strips after division into $n$ parts, and $a(\infty)$ is the circle's area. – Rosie F May 15 '19 at 19:05