1. There are (n + 1) terms in the expansion of (a + b)n, the first and the last term being an and bn respectively. If nCx = nCy, then either x = y or x + y = n
=> nCr = nCn-r = n!/r!(n-r)! .
2. The general term in the expansion of (a + x)n is (r + 1)th term given as Tr+1 = nCran-r + xr.
Similarly the general term in the expansion of (x + a)n is given as Tr+1 = nCr xn-r ar. The terms are considered from the beginning.
3. The binomial coefficient in the expansion of (a + x)n which are equidistant from the beginning and the end are equal i.e. nCr = nCn-r.
Note: Here we are using nCr + nCr-1 = n+1Cr this concept will be discussed later in this chapter. Also, we have replace mC0 by m+1C0 because numerical value of both is same i.e. 1. Similarly we replace mCm by m+1Cm+1.
Illustration:
Find the expansion of (a-x)n.
Solution: We know that
(a + x)n = an + na(n-1) x + (n(n-1)/2!) a(n-2) x2 +...+ xn.
putting x = -x in the above expansion, we get,
(a-x)n = [a + (-x)]n = an + na(n-1) (-x) + (n(n-1)/2!) a(n-2) (-x)2 +......+ (-x)n.
= an - na(n-1) x + (n(n-1)/2!) a(n-2) x2 -......+ (-1)n xn.
Illustration:
Find the value of (a+√(a2 -1))7 +(a-√(a2 -1))7.
Solution:
Here, we have to find the sum of two expansions whose terms are numerically the same, but in the second expansion the second, fourth, sixth and eight terms are negative, and therefore cancel the corresponding terms of the first expansion. Hence, the given expression
= 2 {a7 + 21 a5 (a2 - 1)+ 35 a3(a2 - 1)2 + 7a (a2 - 1)3}
= 2a (64 a6 - 112 a4 + 56 a2 - 7) |