Skip to the content
  • Search
    • Deutsch
    • Leichte Sprache
    • Čeština
  • Font/Contrast
    • Change contrast
    • Enlarge font
  • Exhibition
    • The Exhibits
    • Mobile Adventure Land
    • MathsLive
  • Visit
    • Visitor information
    • Contact
  • Adventureland Online
    • Advanced Texts
    • Workshops2Go
    • #enjoyinglearning
  • Schools visiting
    • Schools visiting
    • Workshops
    • Tips for the visit
  • Leisure
    • Leisure
    • The Epsilon
    • Actionsbounds
    • Mathematics in Conversation
    • Handicraft sheets
    • Borderless Adventure Land
  • About Us
    • About Us
    • Support Association
    • Sponsors and Supporters
    • Jobs
    • Contact
  • Exhibition
    • The Exhibits
    • Mobile Adventure Land
    • MathsLive
  • Visit
    • Visitor information
    • Contact
  • Adventureland Online
    • Advanced Texts
    • Workshops2Go
    • #enjoyinglearning
  • Schools visiting
    • Schools visiting
    • Workshops
    • Tips for the visit
  • Leisure
    • Leisure
    • The Epsilon
    • Actionsbounds
    • Mathematics in Conversation
    • Handicraft sheets
    • Borderless Adventure Land
  • About Us
    • About Us
    • Support Association
    • Sponsors and Supporters
    • Jobs
    • Contact
  • Search
  • Font/Contrast
    • Kontrast ändern
    • Schrift vergrößern
    • Deutsch
    • Leichte Sprache
    • Čeština

Proof without words: Sum of the square numbers

A “proof without words” is so convincing that it is actually taken for a proof, although from the mathematician’s point of view it is not one. However, such a proof is often very suitable for quickly finding a mathematical proof. Why? The presented assumption is not proven universally, but only for some cases, e.g. up to n=6. A mathematically complete proof would have to cover all possible natural numbers n, i.e. infinitely many cases. This is what one would do for these examples here with the proof principle of complete induction. However, the exhibits are very well suited for making a suitable assumption for a general formula. This is very important, because without a conjecture you also have nothing to prove. Moreover, after careful observation, one can imagine what the next step would look like, then the one after that, and on and on, which is sufficient for a good justification of the facts. Moreover, after careful observation, one can imagine what the next step would look like, then the one after that, and on and on, which is sufficient for a good justification of the facts. Such a proof consists of two parts: the initial step and the inductive step. First, one shows with a simple case (usually n=1) that the established assumption is correct. This first step is called the initial step. Then, starting from the assumption that the conjecture is correct for an (arbitrary) n, it is shown that the conjecture is then also valid for the successor n+1. This is often illustrated by the image of a ladder on which one has already climbed up to the n-th step, and from there always gets to the next, (n+1)-th step. Like the set of natural numbers, this ladder is also thought to be infinite. The exhibit on the sum of odd numbers consists of L-shaped plastic pieces of different sizes. The first piece consists of one box, the second of 3, the third of 5, etc., the nth piece of 2n-1 boxes. So if you add up the number of all these boxes, you get the sum of the first n odd numbers. The exhibit even makes it possible for the viewer not to have to do the math himself, but only to add them up. This is because the L-shaped parts fit together and, in the correct order (one must not leave any gaps), each results in a square. For each added part (corresponding to another summand when adding), the square grows by one box length in each direction. To be more precise: If you add the part of size 2n-1, you get a collapsed square with edge length n, i.e. n^2 boxes big. This leads to the formula

    \[1+3+5+\cdots+2n-1=\sum_{i=1}^n{(2n-1)}=n^2.\]

The proof by complete induction

Now, as an example, we carry out a proof by complete induction of the statement just mentioned about the sum of the first n odd numbers:

Claim:

    \[1+3+5+\cdots+(2n-1)=\sum_{i=1}^n{(2i-1)}=n^2.\]

Initial step: For n=1 obviously

    \[\sum_{i=1}^n{(2i-1)}=1\]

and also n^2=1. So the assumption for n=1 is correct.

Now assume that

    \[\sum_{i=1}^n{(2i-1)}=n^2\]

is true. We show that

    \[\sum_{i=1}^{n+1}{(2i-1)}=(n+1)^2\]

is then true.

Inductive step: Here, the limits of the summation are first shifted so that the assumption can then be used. Now we transform and apply the binomial formula so that we get the desired result:

    \[\sum_{i=1}^{n+1}{(2i-1)}=\sum_{i=1}^n{(2i-1)}+(2(n+1)-1)=n^2+2(n+1)-1=n^2+2n+1=(n+1)^2.\]

A related problem

We now turn to a similar statement, but this time not about the sum of the first n odd numbers, but of the first n numbers:

There is an anecdote about this task from the school days of Carl Friedrich Gauss (1777–1855). In “Spektrum der Wissenschaft Spezial“, 2/2009, it is reported: “It is said about the nine-year-old Gauss that he finished an arithmetic problem in the shortest possible time, which his teacher Büttner had given the class: 1+2+3+\cdots + 100 = 5050. His reasoning is: proceeding from the “outside” to the “inside”, he combines the smallest and the largest number into a sum: 1+100, 2+99, 3+98, …, 50+51. That gives 50 times the sum 101…. Teacher Büttner feels that he can’t really teach this boy anything and gives him a textbook on arithmetic, which he works out on his own.” This is not the same approach as shown in the corresponding exhibit in the ADVENTURELAND MATHEMATICS, but this story also makes it clear that you can get faster and further with systematic thinking than with simple “calculating on the fly”.. But the result is the same: Gauss also obtains (for the case n= 100):

    \[50\cdot 101=\frac{100\cdot 101}{2}=\frac{n(n+1)}{2}.\]

Again we want to demonstrate the induction proof:

Claim:

    \[1+2+3+\cdots+n=\sum_{i=1}^n{i}=\frac{n(n+1)}{2}.\]

Initial step: For n=1

    \[\sum_{i=1}^n {i} =1\]

and also \frac{n(n+1)} {2} =2/2=1. So the assumption for n=1 is correct.

Now assume that

    \[\sum_{i=1}^n {i} =\frac{n(n+1)} {2} \]

holds.

This is now used to show that

    \[\sum_{i=1}^{n+1} {i} =\frac{(n+1)(n+2)} {2} \]

also applies.

Inductive step: Here, the upper limit of the sum sign is first shifted so that the assumption can then be inserted. Then transform and factor out so that you get the desired result:

    \[\sum_{i=1}^{n+1}{i}=\sum_{i=1}^n{i}+(n+1)=\frac{n(n+1)}{2}+n+1=\frac{n(n+1)+2(n+1)}{2}=\frac{(n+2)(n+1)}{2}.\]

One final proof

Figure 1: Exhibit on the sum of the first n square numbers

We conclude with a final induction proof on the sum of the first n square numbers:

Claim:

    \[1^2+2^2+3^2+\cdots+n^2=\sum_{i=1}^n{i^2}=\frac{n(n+1)(2n+1)}{6}.\]

Initial step: for n = 1, obviously

    \[\sum_{i = 1}^{n}{i^2} = 1\]

and also \frac{n(n + 1)(2n + 1)}{2}=\frac{1\cdot 2\cdot 3}{6}=1. So our assumption is correct for n=1.

Now assume that

    \[\sum_{i=1}^n{i^2}=\frac{n(n+1)(2n+1)} {6} \]

applies.

Inductive step: Here, the upper limits of the summation are first shifted so that the equation of the assumption can then be used. Then it is transformed, factored out and combined again so that the desired result is obtained:

    \begin{align*}\sum_{i=1}^{n+1}{i^2}=\sum_{i=1}^n{i^2}+(n+1)^2&=\frac{n(n+1)(2n+1)}{6}+(n+1)^2=\frac{(n+1)(n(2n+1)+6(n+1))}{6}\&=\frac{(n+1)(n+2)(2n+3)}{6}.\end{align*}

Literature

[1] https://de.wikipedia.org/wiki/Vollständige_Induktion.

[2] https://de.wikipedia.org/wiki/Gaußsche_Summenformel.

Opening Hours and Ticket Prices

Tuesday – Friday: 9 am – 5 pm
Saturday, Sunday and holidays: 10 am – 6 pm

Entry: 5 Euro / discount. 4 Euro

Special prices apply for groups and families, for guided tours or for photo and video permission.

  • Legal Notes
  • Data protection
  • Accessibility
© 2022

Adress

Erlebnisland Mathematik
Technische Sammlungen Dresden
Junghansstraße 1-3
01277 Dresden

Visitor Service

0351 – 488 7272 | service@museen-dresden.de