Pascal's Triangle
Pascal's triangle is a triangular array constructed by summing adjacent elements in preceding rows. Pascal's triangle contains the values of the binomial coefficient. It is named after the century French mathematician, Blaise Pascal (1623 - 1662).
Pascal's triangle can be used to visualize many properties of the binomial coefficient and the binomial theorem.
Contents
Construction of Pascal's Triangle
Begin by placing a at the top center of a piece of paper. The next row down of the triangle is constructed by summing adjacent elements in the previous row. Because there is nothing next to the in the top row, the adjacent elements are considered to be
This process is repeated to produce each subsequent row:
This can be repeated indefinitely; Pascal's triangle has an infinite number of rows:
Notation of Pascal's Triangle
The topmost row in Pascal's triangle is considered to be the row. The next row down is the row, then the row, and so on. The leftmost element in each row is considered to be the element in that row. Then, to the right of that element is the element in that row, then the element in that row, and so on.
With this convention, each row in Pascal's triangle contains elements.
The convention of beginning the order with may seem strange, but this is done so that the elements in the array correspond to the values of the binomial coefficient.
Let be the element in the row of Pascal's triangle, with . Then,
This property of Pascal's triangle is a consequence of how it is constructed and the following identity:
Let and be integers such that . Then,
Using Pascal's triangle, what is ?
Look for the element in the row. The value of that element will be .
![]()
Thus, .
Pascal's triangle is shown above for the row through the row. What is the element in the row?
Note: Each row starts with the element. For example, the , , , and elements of the row are 1, 3, 3, and 1, respectively.
Patterns in Pascal's Triangle
Pascal's triangle is a way to visualize many patterns involving the binomial coefficient. Here are some of the ways this can be done:
The row of Pascal's triangle contains the coefficients of the expanded polynomial .
Expand using Pascal's triangle.
The row will contain the coefficients of the expanded polynomial.
![]()
Start at any of the "" elements on the left or right side of Pascal's triangle. Sum elements diagonally in a straight line, and stop at any time. Then, the next element down diagonally in the opposite direction will equal that sum.
If you start at the row and end on the row, this sum is
Using Pascal's triangle, what is
Start at a on the row, and sum elements diagonally in a straight line until the row:
![]()
Or, simply look at the next element down diagonally in the opposite direction, which is .
Pascal's triangle is shown above for the row through the row, and parts of the and rows are also shown above.
What is the sum of all the elements of each row up to the row?
Note: The visible elements to be summed are highlighted in red.
Additional clarification: The topmost row in Pascal's triangle is the row. Then, the next row down is the row, and so on. The leftmost element in each row of Pascal's triangle is the element. Then, the element to the right of that is the element in that row, and so on.
The sum of the elements in the row of Pascal's triangle is equal to .
This is a way to express the identity
Pascal's triangle is shown above for the row through the row.
What is the sum of all the elements in the row?
Note: The topmost row in Pascal's triangle is the row. Then, the next row down is the row, and so on.
The following property follows directly from the hockey stick identity above:
The element in the row is the triangular number.
This is a way to express the identity
Construct a Pascal's triangle, and shade in even elements and odd elements with different colors. The shading will be in the same pattern as the Sierpinski Gasket:
![]()
This is an application of Lucas's theorem.