Binomial Theorem for Positive Integral Indices

Binomial Theorem

Binomial Theorem

7.1 Introduction

The Binomial Theorem provides a formula for expanding expressions of the form (a + b)n.

Historical Context: Known to ancient mathematicians, but fully developed by Isaac Newton.

Applications: Probability, algebra, calculus, and series expansions.

Simple Case:

(a + b)2 = a2 + 2ab + b2

(a + b)3 = a3 + 3a2b + 3ab2 + b3

7.2 Binomial Theorem for Positive Integral Indices

For any positive integer n:

(a + b)n = nC0anb0 + nC1an-1b1 + ... + nCna0bn

Or in sigma notation:

(a + b)n = Σk=0n nCk an-kbk

Key Components:

  • Binomial coefficients: nCk (also written as C(n,k) or (n choose k))
  • Each term is of degree n
  • Coefficients follow Pascal's Triangle pattern
  • Number of terms is n+1

Pascal's Triangle (First 5 Rows):

        1
       1 1
      1 2 1
     1 3 3 1
    1 4 6 4 1
        

Each number is the sum of the two above it.

Term General Form Example: (x + y)4
1st nC0anb0 1x4y0 = x4
2nd nC1an-1b1 4x3y1 = 4x3y
3rd nC2an-2b2 6x2y2
... ... ...
5th nC4a0b4 1x0y4 = y4

Example 1: Expansion

Expand (2x + 3)3:

= 3C0(2x)330 + 3C1(2x)231 + 3C2(2x)132 + 3C3(2x)033
= 1·8x3·1 + 3·4x2·3 + 3·2x·9 + 1·1·27
= 8x3 + 36x2 + 54x + 27

Example 2: Finding Specific Term

Find the 4th term in the expansion of (x - 2y)5:

General term: Tr+1 = 5Crx5-r(-2y)r
For 4th term (r=3): T4 = 5C3x2(-2y)3
= 10·x2·(-8y3) = -80x2y3

Properties of Binomial Coefficients:

  • Sum of coefficients: 2n (set a = b = 1)
  • Alternating sum: 0 (set a = 1, b = -1)
  • Middle term:
    • If n is even: single middle term at k = n/2
    • If n is odd: two middle terms at k = (n-1)/2 and k = (n+1)/2

Example 3: Sum of Coefficients

Find the sum of coefficients in (2x - 3y)4:

Set x = y = 1:
Sum = (2·1 - 3·1)4 = (-1)4 = 1

Applications:

  • Probability theory (binomial distribution)
  • Approximations in calculus
  • Combinatorics problems
  • Financial mathematics (compound interest)

Post a Comment

Previous Post Next Post