[Math] Why are the differences between consecutive squares equal to the sequence of odd numbers

elementary-number-theory

I was playing around with the squares and saw an interesting pattern in their differences.

$0^2 = 0$

      + 1

$1^2 = 1$

      + 3

$2^2 = 4$

      + 5

$3^2 = 9$

      + 7

$4^2 = 16$

      + 9

$5^2 = 25$

      + 11

$6^2 = 36$

      etc.

(Also, in a very related question, which major Math Research Journal should I contact to publish my groundbreaking find in?)

Best Answer

alt text

Dan's algebraic justification is correct, but you may get more intuition about why this is happening from the above picture. Each time you want to enlarge the square by one unit, you have to add an extra row, an extra column, and one more square to fill in the corner. These correspond directly to the $n+n+1=2n+1$ that Dan mentioned. And of course, $2n+1$ is how odd numbers look.

Looking at it from the other direction, you can use the same idea to convince yourself of Noah's claim that $1+3+5+\dots+(2n-1) = n^2$. Imagine the left-hand side as representing the upper sequence of green and orange squares. You add on first 1 tile, then 3, then 5, and so on to construct larger and larger squares. At each step, you are adding one row (n) and one column (another n), then removing that one tile in the top right corner where they overlap (for a total of 2n-1).

Related Question