Titun's Study Corner

Forum Expert
Posted on
20 Jul 2007 18:34:12 IST
Posts: 374
20 Jul 2007 18:34:12 IST
0 people liked this
16
1569 View Post
Titun's Study Corner
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. 
 
 
Share this article on:

Comments (16)


Blazing goIITian

Joined: 5 Jul 2007 13:46:17 IST
Posts: 1236
20 Jul 2007 19:42:13 IST
0 people liked this

thanx .....................!!!!!!!!!!1

Blazing goIITian

Joined: 16 Mar 2007 10:40:10 IST
Posts: 838
20 Jul 2007 19:42:52 IST
0 people liked this

Great technique .....useful .

Hot goIITian

Joined: 25 Jan 2007 18:48:30 IST
Posts: 154
20 Jul 2007 19:58:41 IST
0 people liked this

a good one indeed ...
greatly presented.....
thanks a lot...
keep smiling....

Forum Expert
Joined: 10 Apr 2007 23:39:20 IST
Posts: 1777
20 Jul 2007 20:36:32 IST
0 people liked this

Good effort

Hot goIITian

Joined: 27 Jun 2007 16:14:50 IST
Posts: 103
20 Jul 2007 21:40:30 IST
0 people liked this

it's gr8............very helpful.........really rocking tips

Hot goIITian

Joined: 20 Jun 2007 23:08:42 IST
Posts: 167
20 Jul 2007 22:00:35 IST
0 people liked this

Good

Blazing goIITian

Joined: 7 Feb 2007 10:29:28 IST
Posts: 544
21 Jul 2007 16:40:44 IST
0 people liked this

thanx for d tips bro ^_^

Blazing goIITian

Joined: 31 Jan 2007 10:43:16 IST
Posts: 515
21 Jul 2007 18:44:09 IST
0 people liked this

superb........very useful...........thanks.

Forum Expert
Joined: 11 Jun 2007 16:39:13 IST
Posts: 1048
21 Jul 2007 19:49:17 IST
0 people liked this

I anjoyed it, although i knew many of them.
great work.
Cheers !!!!!!!!!!!

Blazing goIITian

Joined: 22 Apr 2007 11:21:45 IST
Posts: 2537
22 Jul 2007 21:04:52 IST
0 people liked this

gr8

Blazing goIITian

Joined: 21 Apr 2007 10:18:04 IST
Posts: 485
22 Jul 2007 21:54:50 IST
0 people liked this

great...!!!!!

Blazing goIITian

Joined: 10 Jan 2007 19:16:46 IST
Posts: 391
22 Jul 2007 23:38:56 IST
0 people liked this

gR88888888888888,keep it up friend

Blazing goIITian

Joined: 7 Jun 2007 09:11:01 IST
Posts: 480
23 Jul 2007 06:11:33 IST
0 people liked this

awesome

Cool goIITian

Joined: 23 Dec 2006 13:13:16 IST
Posts: 50
24 Jul 2007 23:21:15 IST
0 people liked this

Outstanding, really great and fantaastic

New kid on the Block

Joined: 25 Jun 2007 13:53:32 IST
Posts: 14
31 Jul 2007 18:39:27 IST
0 people liked this

Loved it man !!

Blazing goIITian

Joined: 4 May 2007 20:39:06 IST
Posts: 499
31 Jul 2007 23:06:09 IST
0 people liked this

marvellous



Quick Reply


Reply

Some HTML allowed.
Keep your comments above the belt or risk having them deleted.
Signup for a avatar to have your pictures show up by your comment
If Members see a thread that violates the Posting Rules, bring it to the attention of the Moderator Team
Free Sign Up!

Preparing for IIT-JEE ?

Arihant Revision Package for IIT JEE - Books, Practice Tests + Rank Predictor


@ INR 1,995/-

For Quick Info

Name

Mobile No.

Sponsored Ads