physics chemistry maths science forums
become expert I help I sign up I login
refer a friend - earn nickels!!   
 advanced
 
Home
Ask & Discuss Questions
Study Material
Experts Zone
Hang Out!

Community Contributions - Articles by goIITians


  Back to Community Shelf like the article? email it to a friend. email this article!  
  Titun's Study Corner   20 Nickels awarded!
Tagged with:                         [Post New]posted on 20 Jul 2007 18:34:12 IST    
BINOMIAL THEOREM
 
 
 
 
Consider the following expression :
 
( a + x )n= ( a + x )( a + x ).............. n times ( where n is a positive integer )
 
First take all a's from the n bracketed terms and no x's from any other terms. This can be done only in 1 way or nC0 way.
Take one x from the ' n ' bracketed terms and multiply it by the remaining (n-1) a's from the other (n-1) bracketed terms. Now one x can be selected from the n bracketed terms in nC1 ways.
Similarly, take two x from the ' n ' bracketed terms and multiply it by the remaining (n-2) a's from the other (n-2) bracketed terms. Now two x can be selected from the n bracketed terms in nC2 ways. .............
Finally, Take all x from the ' n ' bracketed terms and no a's from any of the bracketed terms. Now n 'x' can be selected from the n bracketed terms in nCn ways.
 
So, coefficient of x^0 is nC0
      coefficient of x^1 is nC1
      in general,  coefficient of x^r is nCr
and coefficient of x^n is nCn
 
Therefore, (a+x)(a+x)....... n times
 = nC0 a^n + nC1 a^(n-1) x + nC2 a^(n-2) x^2 + .....+nCr a^(n-r) x^r + ...nCn x^n
 
i.e (a+x)^n
= nC0 a^n + nC1 a^(n-1) x + nC2 a^(n-2) x^2 + .....+nCr a^(n-r) x^r + ...nCn x^n
= a^n + nC1 a^(n-1) x + nC2 a^(n-2) x^2 + .....+nCr a^(n-r) x^r + ...... x^n
 
Try proving the above formula by the first principle of Mathematical induction.
 
Now let us obtain some corollaries with this formula, given above.
 
COROLLARY 1:
 
Put '-x' instead of 'x'
(a-x)^n
= a^n - nC1 a^(n-1)x + nC2 a^(n-2)x^2 - ........ (-1)^r nCr a^(n-r) x^r .....
   (-1)^n x^n
 
COROLLARY 2:
 
Put a = x = 1 in the original formula,
 
nC0 + nC1 + nC2 + ..................... + nCn = ( 1 + 1 )^n = 2^n
 
COROLLARY 3:
 
Put a = x = 1 in corollary 1,
 
1 - nC1 + nC2  - .....(-1)^r nCr  ...(-1)^n x^n = (1-1)^n = 0
 
i.e nC0 + nC2 + nC4 +.........nCk = nC1 + nC3 + nC5 + ....... nCm
 
    [ where,
                  k = n     when n is even positive integer
                     = n-1  when n is odd positive integer
         &
                m = n        when n is odd positive integer
                    = n-1     when n is even positive integer  ]
 
i.e sum of  coefficients of even powers of x in the binomial expansion of (1+x)^n 
 = sum of coefficients of odd powers of  x in the binomial expansion of (1+x)^n 
         
COROLLARY 4:
 
From corrolary 3, let,
nC0 + nC2 + nC4 +.........nCk = nC1 + nC3 + nC5 + ....... nCm = S
[ where,
                  k = n     when n is even positive integer
                     = n-1  when n is odd positive integer
         &
                m = n        when n is odd positive integer
                    = n-1     when n is even positive integer  ]
 
 
Using corrolary 2,
                    2^n = nC0+nC1+nC2+........+nCr+.......nCn = 2S
               i.e S = 2^(n-1)
 
Hence,
sum of  coefficients of even powers of x in the binomial expansion of (1+x)^n 
 = sum of coefficients of odd powers of  x in the binomial expansion of (1+x)^n
 = 2^(n-1)
 
COROLLARY 5:
 
(1+x)^n = nC0 + nC1x + nC2x^2 + .........+ nCrx^r+..............nCnx^n
(x+1)^n = nC0x^n + nC1x^(n-1) + ...........nCr x^(n-r)+.........nCn
 
Multiplying the above two expressions and comparing the coefficient of x^n,
 
2nCn = (nC0)^2 + (nC1)^2 + (nC2)^2 + .............+(nCr)^2+.........+(nCn)^2
 
General Term in the binomial expansion:
 
The (r+1)th term in the binomial expansion of (a+x)n is nCr an-r xr
The (r+1)th term in the binomial expansion of (a-x)n is (-1)r  nCr an-r xr
 
Total number of terms in the binomial expansion:
 
Total number of terms in the binomial expansion of (a+x)n or (a-x)n is n+1
 
THE MIDDLE TERMS IN THE BINOMIAL EXPANSION:
 
Case: 1
 
When n = 2m, m being a positive integer.
 
In this case, total number of terms in the binomial expansion is 2m + 1 i.e there are odd number of terms, hence there is one and only one middle term.
The (m+1)th term in the expansion is the middle term which is given by,
nCan-m xm  = nCn/2 an/2 xn/2
 
 
Case:  2
 
When n = 2m + 1, m being a positive integer.
 
In this case, total number of terms in the binomial expansion is 2m + 1 + 1 =
2m + 2 i.e there are even number of terms, hence there are two middle terms in the binomial expansion. The (m+1)th and (m+2)th terms are the middle terms in the binomial expansion.
The (m+1)th term in the binomial expansion is nCm an-m xm  
                                                                                          = nC(n-1) / 2 a(n+1) / 2 x(n-1) / 2
The (m+2)th term in the binomial expansion is nCm+1 a n ? m -1 x m-1  
                                                                                          = nC(n+1) / 2 a(n-1) / 2 x(n+1) / 2
 
 
Note:
 
In the expansion of (a-x)n   the middle term(s) is(are)
 
(-1)n / 2   nCn/2 an/2 xn/2    when n is an even positive integer
 
(-1)(n-1)/2  nC(n-1) / 2 a(n+1) / 2 x(n-1) / 2  or (-1)(n+1) / 2 nC(n+1) / 2 a(n-1) / 2 x(n+1) / 2
 
when n is an odd positive integer.
 
Remark:
 
In the binomial expansion of (a-x)n where n is an even positive integer, the middle term is positive when n is a multiple of 4. 
In the binomial expansion of (a-x)n where n is an odd positive integer, the two middle terms can never be of the same sign i.e one is positive and the other is negative.
 
Smashing Tips:  
 
In the binomial expansion of (a-x)n where n = 2k, & k is an odd positive integer i.e n is an even integer and is a multiple of 2 and not of 4, then the middle term of the expansion is positive when a & x are of the opposite sign (either a or x is positive, the other is negative), and it is negative when a & x are of the same sign (both a & x are positive or negative).    
 
Rocking Tips:
 
In the binomial expansion of (a-x)n where n is an odd positive integer of the form 4k+3; k being any positive integer, then the middle term of the expansion,
 
(-1)(n+1) / 2 nC(n+1) / 2 a(n-1) / 2 x(n+1) / 2 has the same sign as 'a' & the middle term
(-1)(n-1)/2  nC(n-1) / 2 a(n+1) / 2 x(n-1) / 2  has the opposite sign of that of 'x'.
In the binomial expansion of (a-x)n where n is an odd positive integer of the form 4k+1; k being any positive integer, then the middle term of the expansion,
 
(-1)(n+1) / 2 nC(n+1) / 2 a(n-1) / 2 x(n+1) / 2 has the opposite sign of that of 'x' & the middle term
(-1)(n-1)/2  nC(n-1) / 2 a(n+1) / 2 x(n-1) / 2  has the same sign as that of 'a'.
 
 
 
 
 
 
 
The Greatest Terms in the Binomial Expansion:
 
In (a+x)n   
 
(r+1)th term / rth term is > or < or = 1, according as,
 
[ nCr an-r xr ] / [ nCr-1 an-r+1 xr-1 ]  > or < or = 1, according as,
 
(n-r+1)/r . (x/a)  > or < or = 1, according as,
 
(n-r+1)x > or < or = ar
 
The case of Pyramidal Increase & Decrease with perfect symmetry:
 
Consider the binomial expansion of (1+1)n
 
(r+1)th term is > or < or = rth term, according as,
 
n - r + 1 > or < or = r, according as,
 
(n+1)/2 > or < or = r.
 
So, when n is an even positive integer, the binomial coefficients can be arranged according to the following,
 
nC0<nC1<nC2<............<nCn / 2 > nCn / 2 + 1 > ...............>nCn - 1 >nCn
 
The above expression reminds us of a pyramid with peaked top.
 
Again, when n is an odd positive integer, the binomial coefficients can be arranged according to the following,
 
nC0<nC1<nC2<............<nCn-1 / 2 = nCn+1 / 2  > ...............>nCn - 1 >nCn
 
The above expression reminds us of a pyramid with flat top, much like a plateau.
 
Now, nC0 = nCn
          nC1 = nCn - 1
         nC2 = nCn - 2
In general, nCr = nCn - r
 
So, we can conclude from the above facts, that,
1. The middle term in the expansion of (1+x)n where n is an even positive integer is the greatest coefficient of x. 
2. All the coefficients of x equidistant from the middle term are equal.
3. Both the middle terms in the expansion of (1+x)n where n is an odd positive integer are the greatest coefficients of x. 
 
 
About the Author:
titun (1524)

Forum Expert Blazing goIITian

Olaaa!! Perrrfect answer. 270  [357 rates]

titun's Avatar

total posts: 373    
online Offline
 this article: 59 points  (with 11 Olaaa!! Perrrfect answer.   in 13 votes )   [?]
 
You have to be logged on to rate
  
nivedh_89
nivedh_89 is offline comment by nivedh_89    (posted on 20 Jul 2007 19:42:13 IST)
thanx .....................!!!!!!!!!!1
Mr.IITIAN007
Mr.IITIAN007 is offline comment by Mr.IITIAN007    (posted on 20 Jul 2007 19:42:52 IST)
Great technique .....useful .
ayush007
ayush007 is offline comment by ayush007    (posted on 20 Jul 2007 19:58:41 IST)
a good one indeed ...
greatly presented.....
thanks a lot...

keep smiling....
elessar_iitkgp
elessar_iitkgp is offline comment by elessar_iitkgp    (posted on 20 Jul 2007 20:36:32 IST)
Good effort
divalli_oct07
divalli_oct07 is offline comment by divalli_oct07    (posted on 20 Jul 2007 21:40:30 IST)
it's gr8............very helpful.........really rocking tips
jus_look
jus_look is offline comment by jus_look    (posted on 20 Jul 2007 22:00:35 IST)
Good
kghedriu is offline comment by kghedriu    (posted on 21 Jul 2007 16:40:44 IST)
thanx for d tips bro ^_^
varshavallig
varshavallig is offline comment by varshavallig    (posted on 21 Jul 2007 18:44:09 IST)
superb........very useful...........thanks.
waterdemon
waterdemon is offline comment by waterdemon    (posted on 21 Jul 2007 19:49:17 IST)
I anjoyed it, although i knew many of them.
great work.
Cheers !!!!!!!!!!!
ramyani
ramyani is offline comment by ramyani    (posted on 22 Jul 2007 21:04:52 IST)
gr8
bhuvana89
bhuvana89 is offline comment by bhuvana89    (posted on 22 Jul 2007 21:54:50 IST)
great...!!!!!
kishan12
kishan12 is offline comment by kishan12    (posted on 22 Jul 2007 23:38:56 IST)
gR88888888888888,keep it up friend
sinjan.j
sinjan.j is offline comment by sinjan.j    (posted on 23 Jul 2007 06:11:33 IST)
awesome
ariyam66
ariyam66 is offline comment by ariyam66    (posted on 24 Jul 2007 23:21:15 IST)
Outstanding, really great and fantaastic
Go to:   

Top Offers for goIITians
Correspondence Courses
Brilliant Tutorials
Narayana Institute
Aakash Institute
Classroom/Crash Courses
Narayana - Kota , Delhi , Others
Brilliant Tutorials - Class , Crash
Aakash Institute - Medical , Engg
Online Test Series
Brilliant Tutorials
Narayana Institute
Aakash Institute
Mahesh Tutorials
AMITY      Sri Chaitanya