Permutation and combination & Binomial Theorem Revision Notes

 

Permutations, Combinations, and Binomial Theorem: Detailed Notes

Permutations, combinations, and the binomial theorem are key concepts in combinatorics and probability theory. They help solve problems related to counting, arrangements, selections, and expansions, which are fundamental in areas such as probability, statistics, algebra, and discrete mathematics.


5.1 Value of nPrnP_r and nCrnC_r and Formula-based Problems

Permutations ( nPrnP_r ):

A permutation is an arrangement of objects in a specific order. The number of ways to arrange rr objects out of nn distinct objects is called a permutation.

Formula for Permutation:

nPr=n!(nr)!nP_r = \frac{n!}{(n - r)!}

Where:

  • nn is the total number of objects.
  • rr is the number of objects to be selected and arranged.
  • n!n! (read as "n factorial") is the product of all integers from 11 to nn: n!=n(n1)(n2)1n! = n(n - 1)(n - 2)\cdots 1.

Example: Find the number of ways to arrange 3 people out of 5:

nPr=5!(53)!=5!2!=5×4×3×2!2!=5×4×3=60nP_r = \frac{5!}{(5 - 3)!} = \frac{5!}{2!} = \frac{5 \times 4 \times 3 \times 2!}{2!} = 5 \times 4 \times 3 = 60

So, there are 60 ways to arrange 3 people out of 5.


Combinations ( nCrnC_r ):

A combination is a selection of objects where the order does not matter. The number of ways to choose rr objects from nn distinct objects is called a combination.

Formula for Combination:

nCr=n!r!(nr)!nC_r = \frac{n!}{r!(n - r)!}

Where:

  • nn is the total number of objects.
  • rr is the number of objects to be selected.
  • r!r! and (nr)!(n - r)! are factorials of rr and (nr)(n - r), respectively.

Example: Find the number of ways to select 3 people out of 5:

nCr=5!3!2!=5×4×3!3!×2!=5×42×1=10nC_r = \frac{5!}{3!2!} = \frac{5 \times 4 \times 3!}{3! \times 2!} = \frac{5 \times 4}{2 \times 1} = 10

So, there are 10 ways to select 3 people from 5.


Formula-based Problems:

  1. Permutation of Identical Objects: If some objects are identical, the number of permutations is given by:

    nPr=n!p1!p2!pk!nP_r = \frac{n!}{p_1! p_2! \cdots p_k!}

    Where p1,p2,,pkp_1, p_2, \dots, p_k are the frequencies of the identical objects.

  2. Combination with Restrictions: If there are restrictions on selection, such as "at least one object must be selected," modify the formula accordingly.


5.2 Problems Based on General Term of a Binomial Expansion

Binomial Theorem:

The binomial theorem provides a formula for expanding expressions of the form (a+b)n(a + b)^n, where nn is a non-negative integer. The expansion involves terms of the form (nr)anrbr\binom{n}{r} a^{n-r} b^r, where (nr)\binom{n}{r} is the binomial coefficient.

Binomial Theorem Formula:

(a+b)n=r=0n(nr)anrbr(a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r

Where:

  • (nr)=n!r!(nr)!\binom{n}{r} = \frac{n!}{r!(n-r)!} is the binomial coefficient.
  • rr is the term number, starting from 0.
  • anra^{n-r} and brb^r are the powers of aa and bb, respectively.

General Term in Binomial Expansion:

The general term (or rr-th term) in the expansion of (a+b)n(a + b)^n is given by:

Tr=(nr)anrbrT_r = \binom{n}{r} a^{n-r} b^r

Where:

  • rr is the term number.
  • (nr)\binom{n}{r} is the binomial coefficient.

Example 1: Find the General Term of the Expansion of (x+2)5(x + 2)^5

We want to find the general term in the expansion of (x+2)5(x + 2)^5.

  1. The binomial expansion of (x+2)5(x + 2)^5 is:

    (x+2)5=r=05(5r)x5r2r(x + 2)^5 = \sum_{r=0}^{5} \binom{5}{r} x^{5-r} 2^r
  2. The general term is:

    Tr=(5r)x5r2rT_r = \binom{5}{r} x^{5-r} 2^r

    Where rr varies from 0 to 5.

  • For r=0r = 0, T0=(50)x520=x5T_0 = \binom{5}{0} x^5 2^0 = x^5.
  • For r=1r = 1, T1=(51)x421=5x42=10x4T_1 = \binom{5}{1} x^4 2^1 = 5 \cdot x^4 \cdot 2 = 10x^4.
  • For r=2r = 2, T2=(52)x322=10x34=40x3T_2 = \binom{5}{2} x^3 2^2 = 10 \cdot x^3 \cdot 4 = 40x^3.
  • For r=3r = 3, T3=(53)x223=10x28=80x2T_3 = \binom{5}{3} x^2 2^3 = 10 \cdot x^2 \cdot 8 = 80x^2.
  • For r=4r = 4, T4=(54)x124=5x16=80xT_4 = \binom{5}{4} x^1 2^4 = 5 \cdot x \cdot 16 = 80x.
  • For r=5r = 5, T5=(55)x025=132=32T_5 = \binom{5}{5} x^0 2^5 = 1 \cdot 32 = 32.

Thus, the expansion is:

(x+2)5=x5+10x4+40x3+80x2+80x+32(x + 2)^5 = x^5 + 10x^4 + 40x^3 + 80x^2 + 80x + 32

Example 2: Find the General Term in the Expansion of (3x2y)6(3x - 2y)^6

To find the general term in the expansion of (3x2y)6(3x - 2y)^6, use the binomial theorem:

Tr=(6r)(3x)6r(2y)rT_r = \binom{6}{r} (3x)^{6-r} (-2y)^r

Simplifying the general term:

Tr=(6r)36rx6r(2)ryrT_r = \binom{6}{r} 3^{6-r} x^{6-r} (-2)^r y^r

Thus, the general term is:

Tr=(6r)36r(2)rx6ryrT_r = \binom{6}{r} 3^{6-r} (-2)^r x^{6-r} y^r

Summary of Key Concepts and Formulas:

  1. Permutations:

    nPr=n!(nr)!nP_r = \frac{n!}{(n - r)!}
  2. Combinations:

    nCr=n!r!(nr)!nC_r = \frac{n!}{r!(n - r)!}
  3. Binomial Theorem:

    (a+b)n=r=0n(nr)anrbr(a + b)^n = \sum_{r=0}^{n} \binom{n}{r} a^{n-r} b^r
  4. General Term in Binomial Expansion:

    Tr=(nr)anrbrT_r = \binom{n}{r} a^{n-r} b^r
  5. Important:

    • Permutations are used when the order matters.
    • Combinations are used when the order does not matter.
    • The general term formula in the binomial expansion allows for the calculation of any specific term in the expansion of (a+b)n(a + b)^n.

These concepts are crucial for solving a wide range of problems in combinatorics, probability, and algebra.

Post a Comment

0 Comments