Interesting Facts About Pascal's Triangle
What is Pascal's triangle?
Pascal's triangle is a number triangle that, although very easy to construct, has many interesting patterns and useful properties.
Although we name it after the French mathematician Blaise Pascal (1623–1662), who studied and published work on it, Pascal's Triangle is known to have been studied by the Persians during the 12th century, the Chinese during the 13th century and several 16th-century European mathematicians.
The triangle's construction is very simple. Start with a 1 at the top. Each number below this is formed by adding together the two numbers diagonally above it (treating empty space on the edges as zero). Therefore the second row is 0 + 1 = 1 and 1 + 0 =1; the third row is 0 + 1 =1, 1 + 1 = 2, 1 + 0 =1 and so on.
Although we name it after the French mathematician Blaise Pascal (1623–1662), who studied and published work on it, Pascal's Triangle is known to have been studied by the Persians during the 12th century, the Chinese during the 13th century and several 16th-century European mathematicians.
The triangle's construction is very simple. Start with a 1 at the top. Each number below this is formed by adding together the two numbers diagonally above it (treating empty space on the edges as zero). Therefore the second row is 0 + 1 = 1 and 1 + 0 =1; the third row is 0 + 1 =1, 1 + 1 = 2, 1 + 0 =1 and so on.
Hidden number patterns in Pascal's triangle
If we look at the diagonals of Pascal's triangle, we can see some interesting patterns. The outside diagonals consist entirely of 1s. If we consider that each end number will always have a 1 and a blank space above it, it is easy to see why this happens.
The second diagonal is the natural numbers in order (1, 2, 3, 4, 5, … ). Again, by following the construction pattern of the triangle, it is easy to see why this happens.
The third diagonal is where it gets really interesting. We have the numbers 1, 3, 6, 10, 15, 21 … These are known as the triangle numbers, as these numbers of counters can be arranged into equilateral triangles.
The second diagonal is the natural numbers in order (1, 2, 3, 4, 5, … ). Again, by following the construction pattern of the triangle, it is easy to see why this happens.
The third diagonal is where it gets really interesting. We have the numbers 1, 3, 6, 10, 15, 21 … These are known as the triangle numbers, as these numbers of counters can be arranged into equilateral triangles.
The triangle numbers are formed by each time adding one more than was added the previous time. So, for example, we start with one, then add two, then add three, then add four and so on, giving us the sequence.The fourth diagonal (1, 4, 10, 20, 35, 56, ... ) is the tetrahedral number. These are similar to the triangle numbers, but this time forming 3-D triangles (tetrahedrons). These numbers are formed by adding consecutive triangle numbers each time, i.e., 1, 1 + 3 = 4, 4 + 6 = 10, 10 + 10 = 20, 20 + 15 = 35, etc.The fifth diagonal (1, 5, 15, 35, 70, 126, ... ) contains the pentatope numbers.
Binomial expansions
Pascal's triangle is also very useful when dealing with binomial expansions.
Consider (x + y) raised to consecutive whole number powers.
(x + y)^1 = x + y
(x + y)^2 = x^2 + 2xy + y^2
(x + y)^3 = x^3 + 3x^2 y + 3xy^2 + y^3
(x + y)^4 = x^4 + 4x^3 y + 6x^2 y^2 + 4xy^3 + y^4 etc.
The coefficients of each term match the rows of Pascal's triangle. We can use this fact to quickly expand (x + y)^n by comparing it to the nth row of the triangle e.g., for (x + y)^7, the coefficients must match the 7th row of the triangle (1, 7, 21, 35, 35, 21, 7, 1).
Consider (x + y) raised to consecutive whole number powers.
(x + y)^1 = x + y
(x + y)^2 = x^2 + 2xy + y^2
(x + y)^3 = x^3 + 3x^2 y + 3xy^2 + y^3
(x + y)^4 = x^4 + 4x^3 y + 6x^2 y^2 + 4xy^3 + y^4 etc.
The coefficients of each term match the rows of Pascal's triangle. We can use this fact to quickly expand (x + y)^n by comparing it to the nth row of the triangle e.g., for (x + y)^7, the coefficients must match the 7th row of the triangle (1, 7, 21, 35, 35, 21, 7, 1).
The Fibonacci sequence
Take a look at the diagram of Pascal's triangle below. It is the usual triangle but with parallel, oblique lines added to it, each cut through several numbers. Let's add together the numbers on each line:
1st line: 1
1st line: 1
- 2nd line: 1
- 3rd line: 1 + 1 = 2
- 4th line: 1 + 2 = 3
- 5th line: 1 + 3 + 1 = 5
- 6th line: 1 + 4 + 3 = 8 etc.
Patterns in rows
There are also some interesting facts to be seen in the rows of Pascal's Triangle.
- If you sum all the numbers in a row, you will get twice the sum of the previous row, e.g., 1, 1 + 1 = 2, 1 + 2 + 1 = 4, 1 + 3 + 3 + 1 = 8, etc. This is down to each number in a row being involved in the creation of two of the numbers below it.
- If the number of the row is prime (when counting rows, we say the top 1 is row zero, the pair of 1s is row one, and so on), then all of the numbers in that row (except for the 1s on the ends) are multiples of p. This can be seen in the 2nd, 3rd, 5th and 7th rows of our diagram above.
Fractals in Pascal's triangle
One amazing property of Pascal's triangle becomes apparent if you colour in all of the odd numbers. Doing so reveals an approximation of the famous fractal known as Sierpinski's triangle. The more rows of Pascal's triangle that are used, the more iterations of the fractal are shown.
You can see in the image above that colouring in the odd numbers on the first 16 lines of Pascal's triangle reveals the third step in constructing Sierpinski's triangle.
Comments
Don't forget to leave your comments below.