Another Proof of the Sum of the First n Positive Integers

We have discussed how Gauss was able to devise  a clever way to add the first 100 positive integers at a very young age in a few minutes. We generalized his method and have also seen the link between the sum and the area of a triangle. In both discussions, we have shown that the sum of the first n positive integers is \frac{n(n+1)}{2}.

In this post, we discuss another geometric proof of the problem above.  We start with a specific case adding the first 6 positive integers, and the proceed to the general case.

We can add the first 6 positive integers manually or just by counting the number of unit squares in the figure above. The figure shows the geometric representation of the sum of the first 6 positive integers. Adding manually is not difficult if the given is small. However, we need a strategy for larger numbers.

One strategy is to “complete the largest square” by adding unit squares.  In the given above, we can add unit squares (see yellow squares below) so that it forms  a 6 \times 6 square. If we divide the square diagonally and remove half of it, the remaining number of squares is \frac{6^2}{2} = 18 .

However,  6 half squares from the original figure were also removed when we performed the division. Therefore, we have to return 6(\frac{1}{2})=3 squares.  So, the total number of squares is

\displaystyle\frac{6^2}{2} + 6(\frac{1}{2}) = \frac{6^2}{2} + \frac{6}{2}.

Now, suppose we want to find the sum of all positive integers from 1 to 100, then we create a 100 \times 100 = 10000 unit squares.  We then divide it half diagonally and remove half of it leaving 5000 unit squares left.  We then return \frac{100}{2}=50 squares.  So, the total number of squares, or the sum of the first 100 positive integers is \frac{100^2}{2} + \frac{100}{2}=5050 .

In general, if we want to find the sum of the first n positive integers, we have create an n \times n = n^2  unit squares. We divide it diagonally and leave  \frac{n^2}{2}  unit squares.  We then return \frac{n}{2} squares.  So the sum of all the numbers from 1 to n, or equivalently, the total number of squares, is equal to

\displaystyle\frac{n^2}{2} + \frac{n}{2} = \frac{n(n+1)}{2}.

 

Leave a Reply