BasicMaths-Algebraic Expr2
BasicMaths-Algebraic Expr2
(a + b)0 = 1.
(a + b)1 = a + b.
(a + b)2 = a2 + 2ab + b 2 .
(a + b)3 = a3 + 3a2 b + 3ab 2 + b 3 .
(a + b) = (a + b)3 (a + b) = a4 + 4ab 2 + 6a2 b 2 + 4a3 b + b 4 .
4
Binomial expansions and the Binomial Theorem Binomial coefficients
Partial fractions The binomial theorem
Pascal’s triangle
Solutions:
(i) Here, a = 1 and b = x. The sixth row of Pascal’s triangle is
1 6 15 20 15 6 1, so
(1 + x)6 = 1 · 16 x 0 + 6 · 15 x 1 + 15 · 14 x 2 +
+20 · 13 x 3 + 15 · 12 x 4 + 6 · 11 x 5 + 1 · 10 x 6 =
= 1 + 6x + 15x 2 + 20x 3 + 15x 4 + 6x 5 + x 6 .
Binomial expansions and the Binomial Theorem Binomial coefficients
Partial fractions The binomial theorem
(2x − y )4 =
= 1 · (2x)4 (−y )0 + 4 · (2x)3 (−y )1 + 6 · (2x)2 (−y )2 +
+4 · (2x)(−y )3 + 1 · (2x)0 (−y )4 =
= 16x 4 − 32x 3 y + 24x 2 y 2 − 8xy 3 + y 4 .
Binomial expansions and the Binomial Theorem Binomial coefficients
Partial fractions The binomial theorem
Factorial notation
n! = n(n − 1) . . . 3 · 2 · 1.
We also define 0! = 1.
Binomial expansions and the Binomial Theorem Binomial coefficients
Partial fractions The binomial theorem
Example 2.20
1 1! = 1 = 0!.
2 2! = 2 · 1 = 2.
3 3! = 3 · 2 · 1 = 6.
4 4! = 4 · 3 · 2 · 1 = 24.
5 5! = 5 · 4 · 3 · 2 · 1 = 120.
Binomial expansions and the Binomial Theorem Binomial coefficients
Partial fractions The binomial theorem
Observations
Let k ≤ n. We have
(n + 1)!
(n + 1)! = (n + 1)n! and = n + 1.
n!
n! = n(n − 1)(n − 2) . . . n(n − k + 1).
(n − k)!
Binomial coefficients
n
Let k ≤ n. We define k - read ”n choose k”- by
n
= n! .
k k!(n − k)!
Binomial expansions and the Binomial Theorem Binomial coefficients
Partial fractions The binomial theorem
Example 2.21
(i) 30 = 3! = 1.
0! · 3!
(ii) 1 = 3! = 3.
3
1! · 2!
(iii) 2 = 3! = 3.
3
2! · 1!
(iv) 3 = 3! = 1.
3
3! · 0!
Observe that these are the coefficients that occur in the binomial
expansion of (a + b)3 according to Pascal’s triangle.
Binomial expansions and the Binomial Theorem Binomial coefficients
Partial fractions The binomial theorem
Observations
Let k and n be natural numbers with k ≤ n. We have
n
n!
0 = 0! · n! = 1.
n
n!
1 = 1! · (n − 1)! = n.
n
n! n! n
k = k!(n − k)! = (n − k)!(n − (n − k))! = n−k .
The ”meaning” of kn
n
k is the number of ways one can select k out of n things.
Binomial expansions and the Binomial Theorem Binomial coefficients
Partial fractions The binomial theorem
Solution: 60 = 1 = 66 , 61 = 6! = 6 = 65 ,
1! · 5!
6
6! 6·5 6
6 6! 6 · 5 · 4 = 20.
2 = 2! · 4! = 2 = 15 = 4 , 3 = 3! · 3! = 6
Solutions:
(i) The coefficient of a6 b 3 in the expansion of (a + b)9 is 93 , and
9
9! 9 · 8 · 7 = 84.
3 = 3! · 6! = 6
(ii)The first three terms in the expansion of (x − 3y )10 are
10 10 0 10 9 1 10 8 2
0 x (−3y ) + 1 x (−3y ) + 2 x (−3y ) =
= x 10 − 30x 9 y + 405x 8 y 2 .
Binomial expansions and the Binomial Theorem Binomial coefficients
Partial fractions The binomial theorem
Rational functions
A rational function is a fraction whose numerator and denominator
are polynomials.
A rational function is sometimes called proper if the degree of the
numerator is smaller than that of the denominator and improper
otherwise.
P(x)
We consider the rational function where P(x) and Q(x) are
Q(x)
polynomials in the indeterminate x.
Partial fraction decomposition, a step-by-step guide
1) If the degree of P(x) is greater or equal to that of Q(x) (i.e.
P(x)
if is improper), we perform long division to obtain
Q(x)
P(x) R(x)
= quotient + ,
Q(x) Q(x)
where R(x), the remainder, has smaller degree than Q(x).
The quotient will be part of the decomposition, and we
R(x)
continue working with .
Q(x)
2) We now assume that the degree of P(x) is smaller than that
of Q(x). W decompose Q(x) into factors that are either
linear or irreducible quadratic.
Binomial expansions and the Binomial Theorem
Partial fractions
Solutions: 2
(i) We need to solve 3x + 17x + 122 = x − A + B + C
1 x + 3 (x + 3)2 .
(x − 1)(x + 3)
Multiplying on both sides by (x − 1)(x + 3)2 , this becomes
A+B =3
6A + 2B + C = 17
9A − 3B − C = 12.
3
(ii): The rational function 5x − x + 10 is improper and we need
x2 − 4
to perform polynomial division first of all.
5x
2 3
x −4 5x − x + 10
− 5x 3 + 20x
19x + 10
3
So 5x − x + 10 = 5x + 7 + 12 .
x +2 x −2
x2 − 4
Binomial expansions and the Binomial Theorem
Partial fractions
= (A + B)x 2 + (B + C )x + 4A + C .
Binomial expansions and the Binomial Theorem
Partial fractions
(iv) 1 = x A+1 1 + A2 + A3 +
(x + 1)5 (x 2 + 5)3 (x + 1)2 (x + 1)3
+ A4 4 + A5 + B1 x2 + C1 + B22x + C22 + B32x + C33 .
(x + 1) (x + 1)5 x +5 (x + 5) (x + 5)
Binomial expansions and the Binomial Theorem
Partial fractions
(x + 1)3
(i) .
x 2 (x − 1)
2
(ii) 3x + 22x 2+ 14 .
(x − 2) (x + 2)
Binomial expansions and the Binomial Theorem
Partial fractions
− x3 + x2
4x 2 + 3x + 1
The system is
4x 2 + 3x + 1 A B C
2
= + 2+
x (x − 1) x x x −1
2
(ii) The degree of the denominator in 3x + 22x 2+ 14 is three, so
(x − 2) (x + 2)
larger than that of the numerator. We can set of the system
straight away. This is:
3x 2 + 2x + 14 A B Cx + D
2 2
= + 2
+ 2
(x − 2) (x + 2) x − 2 (x − 2) x +2
Substituting x = 2 into
3x 2 + 2x + 14 = A(x − 2)(x 2 + 2) + B(x 2 + 2) + (Cx + D)(x − 2)2 ,
we obtain 6B = 12 + 4 + 14 = 30, so that B = 5.
Now, we have to compare coefficients. First, we expand
A(x − 2)(x 2 + 2) + B(x 2 + 2) + (Cx + D)(x − 2)2 and substitute
B = 5 to get
Solutions:
√ √ √ √ √
2 2 − 5 (2 2 − 5)( 8 + 1) (2 2 − 5)( 8 + 1)
a) √ = √ √ = 7 =
8
√ − 1 ( 8 − 1)( 8 + 1)
3 − 8 2.
7
b) If 23 + 2 + a = 0, then a = −10.
Binomial expansions and the Binomial Theorem
Partial fractions
Now x 2 + 2x + 5
x3
x −2 + x − 10
3
− x + 2x 2
2x 2 + x
− 2x 2 + 4x
5x − 10
− 5x + 10
0
Binomial expansions and the Binomial Theorem
Partial fractions
question is −6 + 21 = 15.