Everything to learn better...

Pascal's triangle

Select Lesson

Exam Board

Select an option

Explainer Video

Loading...
Tutor: Dylan

Summary

Pascal's triangle

In a nutshell

Pascal's Triangle provides you with a quick and easy method to read off the coefficients of the terms in the expansion of (x+y)n(x + y)^n. In particular, the mthm^{th} entry of the nthn^{th} row is the coefficient of the xnmym1x^{n-m}y^{m-1} term in the expansion of (x+y)n1(x+y)^{n-1}. The entries of the nthn^{th} row of Pascal's Triangle are easily obtained from those of the (n1)th(n-1)^{th} row, making it easy to reproduce the whole triangle at a moment's notice.


1111211331\begin{array}{ccccccc}&&&&1&&&\\&&&1&&1&&\\&&1&&2 &&1&\\&1&&3&&3&&1\end{array}​​



Computing entries

Row nn has nn entries, and the first and last entry of every row is given by a 11​. To compute the entry directly below two others, simply add the two together.


Example 1

Compute the 4th4^{th} row of Pascal's Triangle.


The rules above tell you that the first two rows must be given by:


111\begin{array}{ccc}&&1&\\&1&&1\\\end{array}


The first and last entry of row 33​ is 11. To obtain the second entry of row 33compute the sum of the first and second entries in the second row as 1+1=21+1=2, and hence find that the triangle now looks like this:


111121\begin{array}{ccccc}&&&1&&\\&&1&&1&\\&1&&2&&1\end{array}​​


The first and last entry of row 44 is 11. To obtain the second entry of the fourth row, add together the first two entries of row 33 to obtain 1+2=31 + 2 = 3. Similarly, to obtain the third entry in row 44, add together the second and third entries of row 33 to obtain 2+1=32+1=3. The triangle now looks like this:


1111211331\begin{array}{ccccccc}&&&&1&&&\\&&&1&&1&&\\&&1&&2 &&1&\\&1&&3&&3&&1\end{array}​​


Therefore, the fourth row of Pascal's triangle is 1, 3, 3, 1\underline{1, \ 3, \ 3, \ 1}.

​​​​​


Relation to binomial expansions

It can be tedious to carry out the full expansion of (x+y)n(x+y)^n for large values of nn - however, Pascal's triangle provides you with a convenient shortcut! Observe:


(x+y)0=1(x+y)1=1x+1y(x+y)2=1x2+2xy+1y2(x+y)3=1x3+3x2y+3xy2+1y3\begin{array}{cccccccccccc}&(x+y)^{0}&&=&&&&&&1&&&\\&(x+y)^{1}&&=&&&&&1x&+&1y&&\\&(x+y)^{2}&&=&&&&1x^2&+&2xy&+&1y^2&\\&(x+y)^{3}&&=&&&1x^3&+&3x^2y&+&3xy^2&+&1y^3\end{array}​​



This pattern continues, hence reducing the problem of computing the expansion of (x+y)n(x+y)^n​ to that of producing row nn of Pascal's triangle. It follows that the mthm^{th}​ entry of the nthn^{th} row is the coefficient of the xnmym1x^{n-m}y^{m-1} term in the expansion of (x+y)n1(x+y)^{n-1}.


Note: The exponents of xx​ and yy​ in the terms in the nthn^{th} row of the triangle should sum to n1n-1, and we enter them so that the powers of xx are descending and the powers of yy are ascending.


Example 2

Expand (x+y)4(x+y)^4.


Following the working from Example 1, we compute the 5th5^{th} row of Pascal's triangle via the entries from the 4th4^{th}:


1+3=43+3=63+1=41 + 3 = 4 \\3 + 3 = 6 \\3 + 1 = 4


Thus the triangle up to row 44 is given by:


111121133114641\begin{array}{ccccccccc}&&&&&1&&&&\\&&&&1&&1&&&\\&&&1&&2 &&1&&\\&&1&&3&&3&&1&\\&1&&4&&6&&4&&1\end{array}​​


Using the guide for assigning entries as coefficients from above, observe that powers of xx should be descending from left to right, the powers of yy should be ascending, and the sums of the powers of xx and yy in each term should sum to 51=45-1 = 4.


Therefore, (x+y)4=x4+4x3y+6x2y2+4xy3+y4\underline{( x+y)^4 = x^4 + 4x^3y +6x^2y^2 + 4xy^3 + y^4}.

​​​

Create an account to read the summary

Exercises

Create an account to complete the exercises

FAQs - Frequently Asked Questions

What is the rule for Pascal's triangle?

How can I memorize Pascal's triangle?

Why is Pascal's triangle important?

Beta

I'm Vulpy, your AI study buddy! Let's study together.