Lecture05
Lecture05
Department of Mathematics
Contents
1 Arrangements, Permutations and Combinations 2
1.1 Arrangements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1.1 The Multiplication Principle . . . . . . . . . . . . . . . . . . . 2
1.1.4 Factorial Notation . . . . . . . . . . . . . . . . . . . . . . . . 2
1.2 Permutations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3
1.3 Combination . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.4 The Binomial Expansion . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.4.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
1.5 The Formula for a Binomial Coefficient . . . . . . . . . . . . . . . . . 7
1.5.2 Pascal’s Triangle . . . . . . . . . . . . . . . . . . . . . . . . . 7
1.5.7 The (k + 1)th Term of a Binomial Expansion . . . . . . . . . . 9
1.5.10 The Term Independent of x In The Binomial Expansion . . . 10
1.5.12 The Binomial for any Index or Power n . . . . . . . . . . . . . 11
1
1 Arrangements, Permutations and Combinations
1.1 Arrangements
1.1.1 The Multiplication Principle
Suppose that there are n1 ways of performing a certain task and n2 ways of performing
another task, then the multiplication principle implies that there are n1 × n2 ways of
performing a combined two tasks.
Example 1.1.2 The chairs of the exam room are to be labelled with an upper case
English letter followed by a positive integer not exceeding 100. What is the largest
number of chairs that can be labeled differently?
Solution
The procedure of labelling a chair consists of two tasks, namely, assigning to the seat
one of the 26 uppercase English letters, and then assigning to it one of the 100 possible
integers. Thus, by the multiplication principle, we have
26 × 100 = 2600
differently ways that a chair can be labelled. Therefore, the largest number of chairs
that can be labelled differently is 2600.
Example 1.1.3 A certain restaurant at CBU offers a choice of three cereals and four
relishes. How many different meals are available in the restaurant?
Solution
Since there are three choices of cereals and four different kinds of relish, then by the
multiplication principle, there are 3 × 3 = 12 different meals available in the restau-
rant.
Solution
Page 2 of 15
(iv) n! = n(n − 1)(n − 2)!
1.2 Permutations
Definition 1.2.1 Let n ∈ Z be the number of objects in a set. Then an arrangement
k ≤ n of these n objects in a given order is called a permutation of the object taking
k at a time.
n n! n! n!
Pn = = = = n!
(n − n)! 0! 1
Thus, n Pn = n!
Note 1.2.3 (i) A permutation is just an ordered arrangement of distinct objects.
Page 3 of 15
Example 1.2.4 Find the permutation of letters A, B, C, D.
Solution
Permutations. That is
4 4!
P3 = = 24 Permutations
(4 − 3)!
4 4! 4! 4 × 3 × 2×
P2 = = = = 12
(4 − 2)! 2! 2×1
Example 1.2.5 How many permutations are possible for the letters A,B,C,D and F.
Solution
6 6! 6! 6 × 5 × 4 × 3!
P3 = = = = 6 × 5 × 4 = 120 permutations
(6 − 3)! 3! 3!
Page 4 of 15
1.3 Combination
Definition 1.3.1 (Combinations) A combination is an arrangement of objects with-
out regards to order. That is in a combination, the order in which the objects are
arranged do not matter.
n n!
Ck =
k!(n − k)!
Example 1.3.4 Determine the number of combinations for the letters A,B,C and D,
taking 3 letters at a time.
Solution
For the letters A,B,C and D, we expect to have
4 4! 4 × 3!
C3 = = =4
3!(4 − 3)! 3! × 1!
Solution
Here we have n = 8 and k = 3, thus
8 8!
C3 =
(8 − 3)!3!
8!
=
5! × 3!
8 × 7 × 6 × 5!
=
5! × 3!
8×7×6
=
3!
8×7×6
=
6
=8×7
= 56 committees.
Example 1.3.6 Five students have been selected to the student union.
Page 5 of 15
(ii) If the 3 members to be chosen are instead to become Chairperson, Secretary and
Treasurer, how many different line ups from the 5 students are possible?
Solution
(i) Here the 3 members chosen from these 5 students have no order. Therefore, we
can use combination ;
5 5! 5 × 4 × 3! 5 × 4 × 3! 5×4
C3 = = = = = 10.
(5 − 3)!3! (5 − 3)!3! 2! × 3! 2
Hence, we will have 10 different committees.
(ii) Since the 3 members to be chosen have occupy specific positions, that is Chair-
person, Secretary and Treasurer, then in this case order is important. Thus, we
use permutation i.e.
5 5! 5! 5 × 4 × 3 × 2!
p3 = = = = 60.
(5 − 3)! 2! 2!
Hence we will have 60 line ups.
(x + y)0 =1
(x + y)1 =x+y
(x + y)2 = x2 + 2xy + y 2
(x + y)3 = x3 + 3x2 y + 3xy 2 + y 3
(x + y)4 = x4 + 4x3 y + 6x2 y 2 + 4x3 + y 4
(x + y)5 = x5 + 5x4 y + 10x3 y 2 + 10x2 y 3 + 5xy 4 + y 5
Page 6 of 15
(ii) The exponent on y increases by 1 for each successive term. The last term is y n .
9 9! 9! 9 × 8 × 7 × 6!
(i) = = = = 84
6 6!(9 − 6)! 6!3! 6! × 3 × 2×
10 10! 10!
(ii) = = =1
10 10!(10 − 10)! 10!0!
Page 7 of 15
(i) (x + 2y)3 (ii) (2x − 5)5
Solution
(i) Here for n = 3, the coefficients from the Pascals Triangle are
1 3 3 1
Thus,
1 5 10 10 5 1
Thus,
(2x − 5)5 = 1(2x)5 + 5(2x)3 (−5) + 10(2x)3 (−5)2 + 10(2x)2 (−5)3 + 5(2x)(−5)4 + 1(−5)5
= 32x5 − 400x4 + 2000x3 − 5000x2 + 6250x − 3125
Now for large number of n, (a + b)n can be difficult to expand using Pascal’s Triangle.
Hence, we introduce the Binomial Theorem for positive integers.
Solution
Page 8 of 15
(i) Using the Binomial Theorem we expand (x − 2)4
4 4 4 4 3 4 2 2 4 3 4
(x − 2) = x + x (−2) + x (−2) + x(−2) + (−2)4
0 1 2 3 4
√ 5 √ 5 5 √ 4 5 √ 3 5 √ 3
5 2
( x − 2y) = ( x) + ( x) (−2y) + ( x) (−2y) + ( x) (−2y)3
0 1 2 3
5 √
4 5
+ ( x)(−2y) + (−2y)5
4 5
5 3 1
= x 3 − 10x2 y + 40x 2 − 80xy 3 + 80x 2 y 4 − 32y 5 .
Example 1.5.8 Find the third term of the expansion (2x − y)3
Solution
Since we want the third term, then k + 1 = 3 ⇒ k = 2. Thus
3
T2+1 = T3 = (2x)3−2 (−y)2
2
= 3(2x)(y 2 )
∴ T3 = 6xy 2
Page 9 of 15
Solution
Here, n = 5 and k + 1 = 4 ⇒ k = 3. Thus
5
T3+1 = T4 = (2x3 )5−3 (−3y 2 )3
3
= 10(2x3 )2 (−3y 2 )3
∴ T4 = −1080x6 y 6
18
2 2
(ii) 3x − 2 . Here n = 18, a = 3x, b = − 2 , k =?. Now for the term
x x
independent of x we use the formula for the (k + 1)th term.
k
18 18−k 2
Tk+1 = (3x) − 2
k x
Page 10 of 15
at a constant term, the degree of the variable a and that of the variable b are
suppose to be equal. That is
18 − k = 2k
⇒ 3k = 18
⇒ k = 6.
Proof
From the Binomial theorem, we know that
n n n n n−1 1 n n−2 2 n n
(1 + x) = 1 + 1 x + 1 x + ··· + x .
1 1 2 n
Page 11 of 15
Example 1.5.14 Use the Binomial Expansion of (1 + x)n to expand (1 − 2x)3
Solution
We know that
n(n − 1) 2 n(n − 1)(n − 2) 3
(1 + x)n = 1 + nx + x + x + · · · + xn
2! 3!
1
Then since | − 2x| = 2|x| < 1 ⇒ |x| < < 1. Then
2
(1 − 2x)3 = [1 + (−2x)]3
(3)(2)(−2x)2 (3)(2)(1)(−2x)3
= 1 + 3(−2x) + +
2! 3!
= 1 − 6x + 12x2 − 8x3 .
Theorem 1.5.15 (The Binomial Theorem for any Rational Index (n)) Recall
by definition that
n n!
Ck = .
(n − k)!k!
But
n! n(n − 1)(n − 2) · · · (n − k + 1)(n − k)!
=
(n − k)!k! (n − k)!k!
n(n − 1)(n − 2) · · · (n − k + 1)
=
k!
n
= .
k
Note 1.5.16 The form of n Ck has no meaning when n is either negative or a fraction.
Thus we use the notation
n n(n − 1) · · · (n − k + 1)
=
k k!
n n
unlike the symbol Ck , the symbol may be used when n is a negative number or
k
a fraction.
Page 12 of 15
−5 −5 × −6 30
(i) = = =5
2 2! 2
−5
(ii) Here C2 has no meaning.
1 1 1 1
×− −
2
(iii) = 2 2 = 4 = −1
2! 2 8
2
Example 1.5.18 Find the Binomial expansion of the following and state the valid
interval of expansion.
1 √ 1 1
(i) (ii) 1 − 3x (iii) (iv) (1 − x) 3
1+x (1 + 4x)2
Solution
Using the result
n(n − 1) 2 n(n − 1)(n − 2) 3
(1 + x)n = 1 + nx + x + x + · · · + xn
2! 3!
we have
1
(i) = (1 + x)−1 . Here n = −1, it follows that
1+x
(−1)(−2) 2 (−1)(−2)(−3) 3
(1 + x)−1 = 1(−1)(x) + x + x + ···
2! 3!
= 1 − x + x2 − x3 + · · ·
Page 13 of 15
1
(iii) Here (1 − x) 3 we have n = 13 . Thus from the result of (1 + x)n , we have
( 13 )( 31 − 1) ( 13 )( 31 − 1)( 13 − 2)
1 1 2
(1 − x) = 1 +
3 (−x) + (−x) + (−x)3 + · · ·
2 2! 3!
1 1 5
= 1 − x − x2 − x 3 + · · ·
3 9 81
Provided | − x| = |x| < 1 which is the interval in which the expansion is valid.
1
(iv) Here = (1 + 4x)−2 . Thus , n = −2, and so we have;
(1 + 4x)2
(−2)(−2 − 1) (−2)(−2 − 1)(−2 − 2)
(1 + 4x)−2 = 1(−2)(4x) + (4x)2 + (4x)3 + · · ·
2! 3!
= 1 − 8x + 48x2 − 256x3 + · · ·
And the expansion is valid for the interval
|4x| = 4|x| < 1
1
=⇒|x| < .
4
One can also use the result of Binomial expansion of (1 + x)n to expand (a + bx)n for
any constant a and b by simply taking out a as a factor.
Example 1.5.19 Find the four terms in the Binomial expansion of the following;
√ 1
(i) 4 + x (ii)
(2 + 3x)2
Solution
We know that
n(n − 1) 2 n(n − 1)(n − 2) 3
(1 + x)n = 1 + nx + x + x + ···
2! 3!
Then
(i)
1 1
√ x 2 √
1 x 2
4 + x = (4 + x) = 4 1 +
2 = 4 1+
4 4
and so here n = 21 . Thus,
1 2
( 12 )( 12 − 1)( 12 − 2) x 3
x 2 1 x
2 1+ = 1+ + + ···
4 2 4 3! 4
1 1 2 1 3
=2 1+ x− x + x + ···
8 128 1024
1 1 2 1 3
=2+ x− x + x + ···
4 64 512
1 1
Valid interval x < 1 ⇒ |x| < 1.
4 4
Page 14 of 15
1
(ii) Here
(2 + 3x)2
−2
1 −2 3
= (2 + 3x) = 2 1 + x
(2 + 3x)2 2
−2
−2 3
=2 1+ x
2
−2
1 3
= 1+ x
4 2
1
The next lecture will be on matrices.
Page 15 of 15