475 - Mts 105C Lecture Note
475 - Mts 105C Lecture Note
MATHEMATICS
the middle coefficient when n is even and symmetrical about the two
middle coefficients when n is odd.
n=0: 1
n=1: 1 1
n=2: 1 2 1
n=3: 1 3 3 1
n=4: 1 4 6 4 1
n=5: 1 5 10 10 5 1
n=6: 1 6 15 20 15 6 1
n=7: 1 7 21 35 35 21 7 1
The numbers in the n-th row represent the binomial coefficients in the
expansion of (a + x)n .
Example:
Use the pascal’s triangle method to determine the expansion of (a + x)7 .
Solution
(a + x)7 = a7 + 7a6 x + 12a5 x2 + 35a4 x3 + 35a3 a4 + 21a2 x5 + 7ax6 + x7
Example:
Solution
(−3q)5
2
The binomial Series
The binomial series or binomial theorem is a formula for raising binomial ex-
n(n−1)(n−2)...(n−r+1)
1. n Cr = (nr ) = r!(n−r)!
is called binomial coefficient.
2. Since n Cr =n Cn−r ,it follows that the coefficients in the binomial ex-
pansion are symmetrical about the middle. There is one middle term
( i.e the n2 -th term ) if n is even,and two middle terms (i.e the n−1
2
-th
n+1
and 2
-th term). If n is odd.
3
In the general expansion of (a + x)n ,it is noted that the 4th term is
Example:
Solution:
when a = 2 and n = 7
Example:
1
Expand (1+2x)3
in ascending powers of x as far as the term in x3 ,using the
binomial series.
Solution
4
Using the binomial expansion of (1 + x)n ,where n = −3 and x is replaced by
2x gives:
1
= (1 + 2x)−3
(1 + 2x)3
(−3)(−4) (−3)(−4)(−5)
= 1 + (−3)(2x) + (2x)2 + (2x)3 + ...
2! 3!
= 1 − 6x + 24x2 − 80x3 + ...
Example:
Expand √ 1 in ascending power of t as far as the term in t3 .State the limit
1−2t
Solution
1 1
√ = (1 − 2t)− 2
1 − 2t
1 (− 12 )(− 32 ) 2 (− 12 )(− 23 )(− 25 )
= 1 + (− )(−2t) + (−2t) + (−2t)3 + ...
2 2! 3!
Using the expansion for (1 + x)n
3 5
= 1 + t + t2 + t3 + ...
2 2
1
The expansion is valid when |2t| < 1, i.e |t| < 2
or − 12 < t < 1
2
Example:
√
1+2x
Express √
3
1−3x
as a power series as far as the term in x2 .State the range of
5
values of x for which the series is convergent.
Solution:
√
1 + 2x 1 1
√ = (1 + 2x) 2 (1 − 3x)− 3
3
1 − 3x
1 1 ( 1 )(− 12 )
(1 = 2x) 2 = 1 + ( )2x + 2 (2x)2 + ...
2 2!
x2
=1+x− + ...
2
which is valid for |2x| < 1 i.e |x| < 12 .
− 31 1 (− 13 )(− 43 )
(1 − 3x) = 1 + (− )(−3x) + (−3x)2 + ...
2 2!
= 1 + x + 2x2 + ...
1
which is valid for |3x| < 1, i.e |x| < 3
Hence
√
1 + 2x 1 1
√ = (1 + 2x) 2 (1 − 3x)− 3
3
1 − 3x
x2
= (1 + x − + ...)(1 + x + 2x2 + ...)
2
x2
= 1 + x + 2x2 + xx2 − + ...
2
neglecting terms of higher power than 2
5
1 + 2x + x2
2
Note:
6
1. Binomial theorem when n is a positive integer
If a, b are real numbers and n is a positive integer,then
n!
(nr ) =
(n − r)!r!
we have
n
X
(a + b)n = (nr )an−r br
r=0
where
(n0 ) = (nn ) = 1
If a and b are real numbers such that |b/a| < 1 and α is an arbitrary
real number,then
The series on the right only terminates after a finite number of terms if
α is a positive integer in which case the result reduces to the one just
7
Example
Expand (3 + x)− 12 by the binomial theorem,stating for what values of x the
series converges.
Solution
b
Setting a
= 13 x in the general form of the binomial theorem gives:
1 1 1 1 1 1 1 5 3
(3 + x)− 2 = 3− 2 (1 + x)− 2 = √ (1 − x + x2 − x + ...)
3 3 6 24 432
The series only converges if | 13 x| < 1 and so it is converges provided |x| < 3.