| mathsrevision.net --> alevel --> pure |
|
|
© Matthew Pinkney 2003 |
|
MathsRevision.net
Warning: mysql_query() [function.mysql-query]: Access denied for user 'mathsrevision.ne'@'artemis' (using password: NO) in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/binomial.php on line 82 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/binomial.php on line 82 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/binomial.php on line 84
Pure SectionWarning: mysql_query() [function.mysql-query]: Access denied for user 'mathsrevision.ne'@'artemis' (using password: NO) in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/binomial.php on line 101 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/binomial.php on line 101 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/binomial.php on line 103 Warning: mysql_query() [function.mysql-query]: Access denied for user 'mathsrevision.ne'@'artemis' (using password: NO) in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/binomial.php on line 127 Warning: mysql_query() [function.mysql-query]: A link to the server could not be established in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/binomial.php on line 127 Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /content/BusinessHostPlus/m/a/mathsrevision.net/web/alevel/pure/binomial.php on line 129
|
The Binomial SeriesPascal’s TriangleYou should know that (a + b)² = a² + 2ab + b² and you should
be able to work out that (a + b)³ = a³ + 3a²b + 3b²a + b³ .
This sequence is known as Pascal's triangle. Each of the numbers is
found by adding together the two numbers directly above it. ExampleFind (3 + x)3 The power that we are expanding the bracket to is 3, so we look at the third line of Pascal’s triangle, which is 1 3 3 1. So the answer is: 33 + 3 × (32 × x) + 3 × (x2 × 3) + x3(we are replacing a by 3 and b by x in the expansion of (a + b)3 above)
GenerallyIt is, of course, often impractical to write out Pascal's
triangle every time, when all that we need to know are the entries on the nth
line. Clearly, the first number on the nth line is 1. The second number is n.
The third number is: where n! means ‘n factorial’ and is equal to n × (n-1) × … × 2 × 1 nCr is also often written as
The Binomial Theorem
The Binomial Theorem states that, where n is a positive integer:
ExampleExpand (4 + 2x)6 in ascending powers of x up to the term in x3 This means use the Binomial theorem to expand the terms in the brackets, but only go as high as x3. So to find the answer we substitute 4 for a in the Binomial theorem and 2x for b: 46 + (6C1)(45)(2x)
+ (6C2)(44)(2x)2 + (6C3)(43)(2x)3
+ … |