0% found this document useful (0 votes)
231 views40 pages

24 Binomial Theorem

The document discusses the binomial theorem, which helps calculate rational powers of binomial expressions. It was known to ancient Indian and Greek mathematicians for some cases, and was later generalized to rational exponents. The binomial theorem has applications in areas like interest calculation, population growth, probability, calculus, and approximating numbers. The document goes on to define mathematical statements and introduce the principle of mathematical induction, which will be used to prove the binomial theorem for positive integral indices.

Uploaded by

austinfru7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
231 views40 pages

24 Binomial Theorem

The document discusses the binomial theorem, which helps calculate rational powers of binomial expressions. It was known to ancient Indian and Greek mathematicians for some cases, and was later generalized to rational exponents. The binomial theorem has applications in areas like interest calculation, population growth, probability, calculus, and approximating numbers. The document goes on to define mathematical statements and introduce the principle of mathematical induction, which will be used to prove the binomial theorem for positive integral indices.

Uploaded by

austinfru7
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 40

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.

com

Binomial Theorem
MODULE - I
Algebra

8
Notes

BINOMIAL THEOREM

m
Suppose you need to calculate the amount of interest you will get after 5 years on a sum

.co
of money that you have invested at the rate of 15% compound interest per year. Or
suppose we need to find the size of the population of a country after 10 years if we know
the annual growth rate. A result that will help in finding these quantities is thebinomial

ing
theorem. This theorem, as you will see, helps us to calculate the rational powers of any
real binomial expression, that is, any expression involving two terms.
ch
The binomial theorem, was known to Indian and Greek mathematicians in the 3rd century
B.C. for some cases. The credit for the result for natural exponents goes to the Arab
oa

poet and mathematician Omar Khayyam (A.D. 1048-1122). Further generalisation to


rational exponents was done by the British mathematician Newton (A.D. 1642-1727).
yC

There was a reason for looking for further generalisation, apart from mathematical interest.
The reason was its many applications. Apart from the ones we mentioned at the beginning,
kM

the binomial theorem has several applications in probability theory, calculus, and in
approximating numbers like (1.02)7, 31/5, etc. We shall discuss a few of them in this
lesson. Before discussing Binomial Theorem, we shall introduce the concept of Principle
pic

of Mathematical Induction, which we shall be using in proving the Binomial Theorem for
a positive integral index. This principle is also useful in making generalisations from particular
w.

statements/results.
ww

OBJECTIVES
After studying this lesson, you will be able to:
state the Principle of (finite) Mathematical Induction;
verify the truth or otherwise of the statement P(n) for n = 1;
verify if P(k+1) is true, assuming that P(k) is true;
use principle of mathematical induction to establish the truth or otherwise of
mathematical statements;

MATHEMATICS 265

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com1
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I state the binomial theorem for a positive integral index and prove it using the principle of
Algebra mathematical induction;

write the binomial expansion for expressions like ( x + y ) n for different values of x and y
using binomial theorem;
write the general term and middle term (s) of a binomial expansion;
Notes
write the binomial expansion for negative as well as for rational indices;

apply the binomial expansion for finding approximate values of numbers like 3 9, 2, 3 3
etc; and
7
5
apply the binomial expansion to evaluate algebraic expressions like 3 , where x is
x

m
so small that x 2 , and higher powers of x can be neglected.

.co
EXPECTED BACKGROUND KNOWLEDGE

ing
Number System
Four fundamental operations on numbers and expressions.
Algebraic expressions and their simplifications.
ch
Indices and exponents.
oa

8.1 WHAT IS A STATEMENT ?


yC

In your daily interactions, you must have made several assertions in the form of sentences. Of
these assertions, the ones that are either true or false are called statement or propositions.
For instance,
kM

I am 20 years old and If x = 3, then x2 = 9 are statements, but When will you leave ? And
How wonderful! are not statements.
pic

Notice that a statement has to be a definite assertion which can be true or false, but not both.
For example, x - 5 = 7 is not a statement, because we don't know what x, is. If x = 12, it is
w.

true, but if x = 5, it is not true. Therefore, x 5 = 7 is not accepted by mathematicians as a


statement.
ww

But both x 5 = 7 x = 12 and x 5 = 7 for any real number x are statements, the first one
true and the second one false.

Example 8.1 Which of the following sentences is a statement ?


(i) India has never had a woman President.
(ii) 5 is an even number.
(iii) xn > 1
(iv) (a + b)2 = a2 + 2ab + b2

266 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com2
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
Solution : (i) and (ii) are statements, (i) being true and (ii) being false. (iii) is not a statement, MODULE - I
since we can not determine whether it is true or false, unless we know the range of values that Algebra
x and y can take.
Now look at (iv). At first glance , you may say that it is not a statement, for the very same
reasons that (iii) is not. But look at (iv) carefully. It is true for any value of a and b. It is an
identity. Therefore, in this case, even though we have not specified the range of values fora and Notes
b, (iv) is a statement.
Some statements, like the one given below are about natural numbers in general. Let us look at
the statement given below :

n( n + 1)
1 + 2 +...+ n =
2
This involves a general natural numbern. Let us call this statement P (n) [P stands for proposition].

m
1(1 + 1)
Then P (1) would be 1 =

.co
2
Similarly, P (2) would be the statement

1+ 2 =
2(2 + 1)
and so on.
ing
ch
2
Let us look at some examples to help you get used to this notation.
oa

Example 8.2 If P (n) denotes 2 n > n1, write P (1), P (k) and P (k+1), where k N .
yC

Solution : Replacing n by 1, k and k + 1, respectively in P (n), we get


kM

P (1) : 21 > 2 1, i.e., 2 > 1


P (k) : 2k > k 1
pic

P (k + 1) : 2k + 1 > (k + 1) 1, i.e., 2k + 1 > k


w.

Example 8.3 If P (n) is the statement

n(3n 1)
ww

1 + 4 + 7 + (3n 2) =
2
write P (1), P(k) and P(k + 1).
Solution : To write P(1), the terms on the left hand side (LHS) of P(n) continue till
3 1 2, i.e., 1. So, P (1) will have only one term in its LHS, i.e., the first term.

1 ( 3 1 1)
Also, the right hand side (RHS)of P(1) = =1
2

MATHEMATICS 267

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com3
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I Therefore, P(1) is 1 = 1.
Algebra
Replacing n by 2, we get

2 ( 3 2 1)
P(2) : 1 + 4 = , i.e., 5 = 5.
2

Notes Replacing n by k and k + 1, respectively, we get

k (3k 1)
P(k) : 1 + 4 + 7 + .... + (3k 2) =
2
P(k + 1) : 1 + 4 + 7 + .... + (3k 2) + [3 (k + 1) 2]

( k + 1)[3(k + 1) 1]
=
2

m
( k + 1)[( 3k + 2)

.co
i.e. , 1 + 4 + 7 +.... + (3k + 1) =
2

CHECK YOUR PROGRESS 8.1 ing


ch
1. Determine which of the following are statements :
(a) 1 + 2 + 4 ........+ 2n > 20 (b) 1 + 2 + 3 + ....... + 10 = 99
oa

(c) Chennai is much nicer than Mumbai. (d) Where is Timbuktu ?


yC

1 1 n
(e) +...+ = for n = 5 (f) cosec <1
1 2 n(n + 1) n + 1
kM

2. Given that P(n) : 6 is a factor of n3 + 5n, write P(1), P(2), P(k) and P(k+1) where k is
a natural number.
pic

3. Write P(1), P(k) and P(k + 1), if P(n) is:


w.

(a) 2n n + 1 (b) (1 + x)n 1 + nx


(c) n (n +1) (n + 2) is divisible by 6. (d) (xn yn) is divisible by (x y).
ww

F n n 7n I
5 3

(f) G 5 + 3 + 15 J is a natural number..


n
(e) (ab) = a b n n
H K
4. Write P(1), P(2), P(k) and P(k +1), if P(n) is :

1 1 n
(a) +...+ =
1 2 n(n + 1) n + 1

(b) 1 + 3 + 5 + ........ + (2n 1) = n2

268 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com4
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
(c) (1 2) +(2 3) ....
+ n+(n +1) <n(n +1) 2 Algebra
1 1 1 n
(d) + +... =
1 3 3 5 (2n 1)(2n +1) 2n + 1

Now ,when you are given a statement like the ones given in Examples 2 and 3, how would you
Notes
check whether it is true or false ? One effective method is mathematical induction, which we
shall now discuss.

8.2 THE PRINCIPLE OF MATHEMATICAL INDUCTION


In your daily life, you must be using various kinds of reasoning depending on the situation you
are faced with. For instance, if you are told that your friend just had a child, you would know
that it is either a girl or a boy. In this case, you would be applying general principles to a
particular case. This form of reasoning is an example of deductive logic.

m
Now let us consider another situation. When you look around, you find students who study

.co
regularly, do well in examinations, you may formulate the general rule (rightly or wrongly) that
any one who studies regularly will do well in examinations. In this case, you would be formulating

ing
a general principle (or rule) based on several particular instances. Such reasoning is inductive,
a process of reasoning by which general rules are discovered by the observation and
consideration of several individual cases. Such reasoning is used in all the sciences, as well as in
ch
Mathematics.
Mathematical induction is a more precise form of this process. This precision is required because
oa

a statement is accepted to be true mathematically only if it can be shown to be true for each and
every case that it refers to. The following principle allows us to check if this happens.
yC

The Principle of Mathematical Induction:


kM

Let P(n) be a statement involving a natural number n. If


(i) it is true for n = 1, i.e., P(1) is true; and
pic

(ii) assuming k 1 and P(k) to be true, it can be proved that P(k+ 1) is true; then
P(n) must be true for every natural number n.
w.

Note that condition (ii) above does not say that P(k) is true. It says that whenever P(k)
ww

is true, then P( k + 1) is true.


Let us see, for example, how the principle of mathematical induction allows us to conclude that
P(n) is true for n = 11.
By (i) P(1) is true. As P(1) is true, we can put k = 1 in (ii), So P(1 + 1), i.e., P(2) is true. As
P(2) is true, we can put k = 2 in (ii) and conclude that
P(2 + 1), i.e., P(3) is true. Now put k = 3 in (ii), so we get that P(4) is true. It is now clear that
if we continue like this, we shall get that P(11) is true.
It is also clear that in the above argument, 11 does not play any special role. We can prove that
P(137) is true in the same way. Indeed, it is clear that P(n) is true for all n > 1.

MATHEMATICS 269

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com5
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I Let us now see, through examples, how we can apply the principle of mathematical induction to
Algebra prove various types of mathematical statements.

Example 8.4 Prove that

n
1+ 2 + 3 + + n = ( n + 1) , where n is a natural number..
Notes 2
Solution: We have

n
P(n) : 1 + 2 + 3 + ... + n = (n + 1)
2

1
Therefore, P(1) is 1 = (1+1), which is true,.
2

m
Therefore, P(1) is true.

.co
Let us now see, if P(k + 1) is true whenever P(k) is true.
Let us, therefore, assume that P(k) is true, i.e.,

1 + 2 + 3 ... + k =
k
(k+1)
ing ....(i)
ch
2

( k + 1)( k + 2)
oa

Now, P(k + 1) is 1 + 2 + 3 + ... + k + (k + 1) =


2
yC

It will be true, if we can show that LHS = RHS


The LHS of P(k + 1) = (1 + 2 + 3 ... + k) + (k + 1)
kM

k
= (k+1) + (k + 1) ....[From (i)]
pic

FG k + 1IJ
H2 K
w.

= (k + 1)
ww

( k + 1)( k + 2)
=
2
= RHS of P (k +1)
So, P(k + 1) is true, if we assume that P(k) is true.
Since P(1) is also true, both the conditions of the principle of mathematical induction are fulfilled,
we conclude that the given statement is true for every natural numbern.

270 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com6
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
As you can see, we have proved the result in three steps the basic step [i.e., checking (i)], MODULE - I
the Induction step [i.e., checking (ii)], and hence arriving at the end result. Algebra

Example 8.5 Prove that


1.2 + 2.22 + 3.23 + 4.24 + ... + n.2n = (n 1).2n + 1 + 2,
where n is a natural number. Notes

Solution : Here P(n) is 1.21 + 2.22 + 3.23 + ... + n.2n = (n 1) 2n+1 +2


Therefore, P(1) is 1.21 = (1 1)21 + 1 +2, i.e., 2 = 2.
So, P (1) is true.
We assume that P(k) is true, i.e.,
1.21 + 2.22 + 3.23 + ... + k.2k = (k 1)2k + 1 + 2 ....(i)

m
Now will prove that P(k + 1) is true.

.co
Now P(k + 1) is
1.21 + 2.22 + 3.23 + ...+ k.2k + (k + 1)2 k +1 = [(k + 1) 1]2 (k + 1 + 1) + 2

ing
= k.2 k+2 + 2
LHS of P(k + 1) = (1.21 + 2.22 + 3.23 + .... + k.2k + (k + 1) 2k +1
ch
= 2k +1 [ (k 1) + (k + 1)] + 2
oa

= 2k +1 (2k ) + 2 [Using (i)]


yC

k +2
= k2 +2

= RHS of P (k + 1)
kM

Therefore, P(k + 1) is true.


pic

Hence, by the principle of mathematical induction, the given statement is true for every natural
number n.
w.

Example 8.6 For ever natural number n, prove that ( x 2 n 1 + y 2 n 1 ) is divisible by (x + y),
ww

where x, y N .

Solution: Let us see if we can apply the principle of induction here. Let us call P ( n ) the statement
( x 2 n 1 + y 2 n 1 ) is divisible by (x + y),

Then P(1) is ( x + y 2 1 ) is divisible by (x + y), i.e., (x + y) is divisible by (x + y), which is


2 1

true.
Therefore, P(1) is true.

MATHEMATICS 271

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com7
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
Let us now assume that P(k) is true for some natural number k, i.e., ( x 2 k 1 + y 2 k 1 ) is divisible
Algebra
by (x + y).

This means that for some natural number t, x 2 k 1 + y 2 k 1 = ( x + y ) t

Then, x 2 k 1 = ( x + y ) t y 2 k 1
Notes
We wish to prove that P (k +1) is true, i.e., [ x 2( k +1)1 + y 2( k +1)1 ] is divisible by (x+y) is true.

Now,

x 2( k +1) 1 + y 2( k +1) 1 = x 2 k +1 + y 2 k +1
= x 2 k 1+ 2 + y 2 k +1
= x 2. x 2 k 1 + y 2 k +1

m
= x 2.[( x + y ) t y 2 k 1 ] + y 2 k +1 [From (1)]

.co
= x 2 ( x + y ) t x 2 y 2 k 1 + y 2 k +1
= x 2 ( x + y ) t x 2 y 2 k 1 + y 2 y 2 k 1

ing
= x 2 ( x + y ) t y 2 k 1 ( x 2 y 2 )
= ( x + y )[ x 2t ( x y ) y 2 k 1 ]
ch
which is divisible by of (x + y).
oa

Thus, P (k+1) is true.


yC

Hence, by the principle of mathematical induction, the given statement is true for every natural
number n.
kM

Example 8.7 Prove that 2n > n for every natural number n.


pic

Solution: We have P(n) : 2n > n.


Therefore, P(1) : 21 > 1, i.e., 2 > 1, which is true.
w.

We assume P(k) to be true, that is,


2k > k ... (i)
ww

We wish to prove that P(k + 1) is true, i.e. 2k + 1 > k + 1.


Now, multiplying both sides of (i) by 2, we get
2k + 1 > 2k
2k + 1 > k + 1, since k > 1.
Therefore, P(k + 1) is true.
Hence, by the principle of mathematical induction, the given statement is true for every natural
number n.

272 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com8
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem

Sometimes, we need to prove a statement for all natural numbers greater than a particular
MODULE - I
natural number, say a (as in Example 8.8 below). In such a situation, we replace P(1) by Algebra
P(a + 1) in the statement of the principle.

Example 8.8 Prove that


n2 > 2(n + 1) for all n 3, where n is a natural number. Notes
Solution: For n 3, let us call the following statement
P(n) : n2 > 2 (n + 1)
Since we have to prove the given statement for n 3, the first relevant statement is P(3). We,
therefore, see whether P(3) is true.
P(3) : 32 > 2 4, i.e. 9 > 8.

m
So, P (3) is true.
Let us assume that P(k) is true, where k 3, that is

.co
k2 > 2(k + 1) ........ (i)

ing
We wish to prove that P (k + 1) is true.
P (k + 1) : (k + 1)2 > 2(k + 2)
ch
LHS of P (k + 1) = (k + 1)2
oa

= k2 + 2k + 1
> 2 (k + 1) + 2k + 1 ... [ By (i) ]
yC

> 3 + 2k +1, since 2 (k + 1) > 3.


= 2 (k + 2),
kM

Thus, (k + 1)2 > 2(k + 2)


pic

Therefore, P(k + 1) is true.


Hence, by the principle of mathematical induction, the given statement is true for every natural
number n 3.
w.
ww

Example 8.9 Using principle of mathematical induction, prove that

n5 n3 7n
+ + is a natural number for all natural numbers n.
5 3 15

Solution :

n5 n3 7n
Let P(n) : + + be a natural number..
5 3 15

MATHEMATICS 273

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com9
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
Algebra 1 1 7
P (1) : + + is a natural number..
5 3 15

1 1 7 3 + 5 + 7 15
or, + + = = = 1 , which is a natural number..
5 3 15 15 15
Notes
P(1) is true.

k 5 k 3 7k
Let P(k) : + + is a natural number be true ... (i)
5 3 15

(k + 1) 5 (k + 1) 3 7(k + 1)
Now + +
5 3 15

m
[
1 5
] [
1
]7 7
k + 5k 4 + 10k 3 + 10k 2 + 5k + 1 + k 3 + 3k 2 + 3k + 1 + k +

.co
=
5 3 15 15

ing
k 5 k 3 7k
= + + ( )
1 1 7
+ k 4 + 2k 3 + 3k 2 + 2k + + +
5 3 15 5 3 15
ch
k 5 k 3 7k
= + + (
+ k 4 + 2k 3 + 3k 2 + 2k + 1)
oa

...(ii)
5 3 15
yC

k 5 k 3 7k
By (i), + + is a natural number..
5 3 15
kM

also k 4 + 2k 3 + 3k 2 + 2k is a natural number and 1 is also a natural number..


pic

(ii) being sum of natural numbers is a natural number.


P(k + 1) is true, whenever P(k) is true.
w.

P(n) is true for all natural numbers n.


ww

n5 n3 7n
Hence, + + is a natural number for all natural numbers n.
5 3 15

274 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
10
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
Algebra
CHECK YOUR PROGRESS 8.2
1. Using the principle of mathematical induction, prove that the following statements hold for
any natural number n:

n Notes
(a) 12 + 2 2 + 32 + ........ + n 2 = ( n + 1)( 2n + 1)
6
(b) 13 + 23 + 33 + ........ + n3 = (1 + 2 + ..... + n) 2
(c) 1 + 3 + 5 + ........ + (2n 1) = n2
n
(d) ( 3n 1)
1 + 4 + 7 + ........ + (3n 2 )=
2
2. Using principle of mathematical induction, prove the following equalities for any natural

m
number n:

.co
1 1 1 n
(a) + + .... + =
1 2 2 3 n(n + 1) n + 1

(b)
1
+
1
+
1
1.3 3.5 5.7
+ .... +
1
=
n
(2n 1)(2n + 1) 2n + 1 ing
ch
n( n + 1)( n + 2)
(c) (1 2) +( 2 3) + .... + n( n + 1) =
3
oa

3. For every natural number n, prove that


(b) (xn 1) is divisible by (x 1).
yC

(a) n3 + 5n is divisible by 6.
(c) (n3 + 2n) is divisible by 3. (d) 4 divides (n4 + 2n3 + n2).
kM

4. Prove the following inequalities for any natural numbern:


(a) 3n 2n + 1 (b) 42n > 15 n
pic

1
(c) 1 + 2 + .... + n < ( 2n + 1)
2
w.

8
5. Prove the following statements using induction:
ww

(a) 2n > n2 for n 5, where n is any natural number.


1 1 1 13
(b) + + .... + > for any natural number n greater than 1.
n +1 n + 2 2n 24
6. Prove that n(n2 1) is divisible by 3 for every natural number n greater than 1.
To prove that a statement P(n) is true for every n N, both the basic as well as the induction
steps must hold.
If even one of these conditions does not hold, then the proof is invalid. For instance, ifP(n) is'
(a + b) n a n + b n ' for all reals a and b, then P(1) is certainly true. But, P(k) being true does

MATHEMATICS 275

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
11
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I not imply the truth of P (k + 1). So, the statement is not true for every natural number n. (For
Algebra
instance, (2 + 3) 2 22 + 32 ).

n
As another example, take P(n) to be n > + 20 .
2
Notes In this case, P(1) is not true. But the induction step is true. Since P(k) being true.

k
k> + 20
2

k k 1 k +1
k +1 > + 20 + 1 > + 20 + = + 20
2 2 2 2

P (k + 1) is true.

m
.co
n
Or if we want a statement which is false for all n, then take P(n) to be n < + 20 .
2

ing
And, as you can see, P(n) is false for large values of n say n = 100.

8.3 THE BINOMIAL THEOREM FOR A NATURAL EXPONENT


ch
You must have multiplied a binomial by itself, or by another binomial. Let us use this knowledge
oa

to do some expansions. Consider the binomial (x + y). Now,


(x + y)1 = x + y
yC

(x + y)2 = (x + y) (x + y) = x2 + 2xy + y2
kM

(x + y)3 = (x + y) (x + y)2 = x3 + 3x2y + 3xy2 + y3


(x + y)4 = (x + y) (x + y)3 = x4 + 4x3y + 6x2y2 + 4xy3 + y4
pic

(x + y)5 = (x + y) (x + y)4 = x5 + 5x4y + 10x3y2 + 10x2y3 + 5xy4 + y5


and so on.
w.

In each of the equations above, the right hand side is called the binomial expansion of the left
ww

hand side.
Note that in each of the above expansions, we have written the power of a binomial in the
expanded form in such a way that the terms are in descending powers of the first term of the
binomial (which is x in the above examples). If you look closely at these expansions, you
would also observe the following:
1. The number of terms in the expansion is one more than the exponent of the binomial. For
example, in the expansion of (x + y)4 , the number of terms is 5.
2. The exponent of x in the first term is the same as the exponent of the binomial, and the
exponent decreases by 1 in each successive term of the expansion.

276 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
12
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem

3. The exponent of y in the first term is zero (as y0 = 1). The exponent of y in the second MODULE - I
term is 1, and it increases by 1 in each successive term till it becomes the exponent of the Algebra
binomial in the last term of the expansion.
4. The sum of the exponents of x and y in each term is equal to the exponent of the binomial.
For example, in the expansion of (x + y)5, the sum of the exponents of x and y in each
term is 5. Notes
If we use the combinatorial co-efficients, we can write the expansion as
(x + y)3 = 3C0 x3 + 3C1x2y + 3C2x y2 + 3C3 y3
(x + y)4 = 4C0x4 + 4C1x3y + 4C2x2y2 + 4C3xy3 + 4C4 y4
(x + y)5 = 5C0x5 + 5C1x4y + 5C2x3y2 + 5C3x2y3 + 5C 4xy4 + 5C5 y5,
and so on.

m
More generally, we can write the binomial expansion of (x + y)n, where n is a positive
integer, as given in the following theorem. This statement is called thebinomial theorem

.co
for a natural (or positive integral) exponent.

ing
Theorem 8.1
(x + y) n = n C0 x n + nC1x n1 y 1 + nC2x n2 y 2 + ... + nCn1 xy n 1 + nCn y n ...(A)
ch
where n N and x, y R.
oa

Proof : Let us try to prove this theorem, using the principle of mathematical induction.
Let statement (A) be denoted by P(n), i.e.,
yC

n
P(n): (x + y) = n C 0 x n + n C 1 x n1 y + n
C 2x n2
y 2 + nC 3x n3
y 3
+...
+ nCn-1 xy n1 + nCn y n ...(i)
kM

Let us examine whether P(1) is true or not.


pic

From (i), we have

P(1) : (x + y)1 = 1C0x + 1C1 y = 1 x +1 y


w.

i.e., (x + y)1 = x + y
ww

Thus, P(1) holds.


Now, let us assume that P(k) is true, i.e.,
P(k): (x + y) k = k C 0 x k
+ kC 1x k1
y + kC 2x k2
y 2
+ kC 3x k3
y 3
+ ... +
k
Ck1 xy k1 + kCk y k ...(ii)
Assuming that P(k) is true, if we prove that P(k + 1) is true, then P(n) holds, for all n. Now,

( x + y)
k +1
= ( x + y )( x + y ) k = ( x + y ) ( k C0 x k + k C1 x k 1 y + k C 2 x k 2 y 2 +

... + k Ck 1 xy k 1 + k Ck y k )
MATHEMATICS 277

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
13
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
= k C0 x k +1 + k C0 x k y + k C1 x k y + k C 1 x k 1 y 2 + k C2 x k 1 y 2 + k C 2 x k 2 y 3 +
Algebra
... + k Ck 1 x 2 y k 1 + k Ck 1 xy k + k Ck xy k + k Ck y k+ 1

i.e. (x+y)k+1= k C0 x k +1 + ( k C0 + k C1 ) x k y + ( k C 1 + k C2 ) x k 1 y 2 +

Notes
... + ( k Ck 1 + k Ck ) xy k + k Ck y k +1 ...(iii)

From Lesson 7, you know that kC0=1 = k+1C0 ....(iv)


k
and Ck = 1 = k+1Ck+1
k
Also, Cr+kCr 1 = k+1
Cr

Therefore, k
C 0 + k C1 = k +1 C1 .....(v)

m
k
C1 + k C2 = k +1 C2

.co
k
C 2 + k C3 = k +1 C3

........................
........................ and so oning
ch
Using (iv) and (v), we can write (iii) as
oa

( x + y)
k +1
= k +1C0 x k +1 + k +1C1 x k y + k +1C2 x k 1 y 2 +
yC

... + k +1Ck xy k + k +1Ck +1 y k +1


kM

which shows that P(k +1) is true.


Thus, we have shown that (a) P(1) is true, and (b) if P(k) is true, then P(k+1) is also true.
pic

Therefore, by the principle of mathematical induction, P(n) holds for any value of n. So,
we have proved the binomial theorem for any natural exponent.
w.

This result is supported to have been proved first by the famous Arab poet Omar
Khayyam, though no one has been able to trace his proof so far.
ww

We will now take some examples to illustrate the theorem.


Example 8.10 Write the binomial expansion of (x + 3y)5 .
Solution : Here the first term in the binomial is x and the second term is 3y. Using the binomial
theorem, we have

(x + 3y)5 = 5 C 0 x 5 + 5C1 x 4 (3 y )1 + 5C 2 x 3 (3 y ) 2 + 5C3 x 2 (3 y ) 3 + 5C 4 x (3 y ) 4 + 5C5 (3 y ) 5

278 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
14
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
= 1 x 5 + 5 x 4 3 y + 10 x 3 (9 y 2 ) + 10 x 2 (27 y 3 ) +5 x (81 y 4 ) +1 243 y 5 Algebra

= x 5 + 15 x 4 y + 90 x 3 y 2 + 270 x 2 y 3 + 405 xy 4 + 243 y 5

Thus, (x+3y)5 = x 5 + 15 x 4 y + 90 x 3 y 2 + 270 x 2 y 3 + 405 xy 4 + 243 y 5


Notes
Example 8.11 Expand (1+a)n in terms of powers of a, where a is a real number.
Solution : Taking x = 1 and y = a in the statement of the binomial theorem, we have

(1 + a)n = n C 0 (1) n + n C1 (1) n 1 a + n C 2 (1) n 2 a 2 + ... + n C n 1 (1) a n 1 + n C n a n

i.e., (1 + a)n = 1 + n C1a + n C 2 a 2 + ... + n C n 1a n 1 + n C n a n ... (B)

(B) is another form of the statement of the binomial theorem.

m
The theorem can also be used in obtaining the expansions of expressions of the type

.co
5
y 1 a 2 2t 3
5 5 6
1
x+ , + , + , , etc.
x x y 4 a 3 2t
Let us illustrate it through an example. ing
ch
4
y 1
Example 8.12 Write the expansion of + , where x, y 0.
oa

x y
yC

Solution : We have :
4 2
y 1 4 y 4 y 1 4 y 1
4 3 2
kM

+ = C0 + C1 + C2
x y x x y x y
pic

3 4
y 1 1
+ C3 + 4C4
4

x y y
w.

y4 y3 1 y2 1 y 1
ww

1
=1 4 + +
6 2 +4 3 +1 4
x y
4 3 2
x x y x y y

y4 y2 6 4 1
= 4 + 4 3
+ 2+ 2+ 4
x x x xy y

Example 8.13 The population of a city grows at the annual rate of 3%. What percentage
increase is expected in 5 years ? Give the answer up to 2 decimal places.

MATHEMATICS 279

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
15
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I Solution : Suppose the population is a at present. After 1 year it will be
Algebra
3 3
a+ a = a 1 +
100 100

3 3 3
Notes After 2 years, it will be a 1 + + a 1 +
100 100 100

3 3
2
3
= a 1 + 1 + = a 1 +
100 100 100

5
3
Similarly, after 5 years, it will be a 1 +
100

m
Using the binomial theorem, and ignoring terms involving more than 3 decimal places,

.co
we get

[ ]
ing
5
3
a 1 + a 1 + 5(0.03) + 10(0.03) = a 1.159
2

100
ch
159 1
% =
So, the increase is 0.159 100 100 = 15.9% in 5 years.
1000 100
oa

Example 8.14 Using binomial theorem, evaluate


yC

(i) 1024 (ii) 973


Solution :
kM

(i) 1024 = (100 + 2)4


pic

= 4C0 (100)4 + 4C1(100)3.2 + 4C2(100)2.22 + 4C3 (100).23 + 4C4 .24


= 100000000 + 8000000 + 240000 + 3200 + 16
w.

= 108243216
ww

(ii) (97)3 = (100 3)3

= 3 C0 (100)3 3C1 (100) 2 .3 + 3C2 (100).32 3C3 .33

= 1000000 90000 + 2700 27


= 1002700 90027
= 912673

280 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
16
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
Algebra
CHECK YOUR PROGRESS 8.3
1. Write the expansion of each of the following :
(a) (2a + b)3 (b) (x2 3y)6 (c) (4a 5b)4 (d) (ax + by)n
2. Write the expansions of : Notes

7
x
(b) 1 +
y
7
(a) (1 x) (c) (1 + 2x)5

3. Write the expansions of :
5
x y
5 7 4
a b 5 1
(a) + (b) 3 x 2 (c) x + (d) +

m

3 2 x x y x

.co
4. Suppose I invest Rs. 1 lakh at 18% per year compound interest. What sum will I get
back after 10 years? Give your answer up to 2 decimal places.
5.
ing
The population of bacteria increases at the rate of 2% per hour. If the count of bacteria
at 9 a.m. is 1.5 10 5 , find the number at 1 p.m. on the same day..
ch
6. Using binomial theorem, evaluate each of the following :
oa

(i) (101)4 (ii) (99)4 (iii) (1.02)3 (iv) (0.98)3


yC

8.4 GENERAL AND MIDDLE TERMS IN A BINOMIAL EXPANSION


Let us examine various terms in the expansion (A) of (x + y)n, i.e., in
kM

(x + y)n = n C 0 x n + n C1 x n 1 y + nC 2 x n 2 y 2 + nC3 x n 3 y 3 + ... + nC n 1 xy n 1 + nC n y n


pic

We observe that

the first term is n C0 x n , i.e., n C11 x n y 0 ;


w.

the second term is nC1 x n 1 y , i.e., nC21 x n 1 y1 ;


ww

the third term is nC2 x n 2 y 2 , i.e., nC31 x n 2 y 2 ;

and so on.
From the above, we can generalise that

the (r + 1)th term is n C( r +1)1 x n r y r , i.e., n Cr x n r y r .

If we denote this term by Tr+1, we have

MATHEMATICS 281

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
17
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
Tr +1 = nCr x n r y r
Algebra
Tr+1 is generally referred to as the general term of the binomial expansion.
Let us now consider some examples and find the general terms of some expansions.
n
1
Notes Example 8.15 Find the (r + 1)t h term in the expansion of x 2 + , where n is a natural
x
number. Verify your answer for the first term of the expansion.
Solution : The general term of the expansion is given by :
r
2 ( nr ) 1
Tr +1 = Cr ( x )
n

x

m
n 2n2r 1
= Cr x

.co
xr

= n C r x 2 n 3 r ...(i)

ing
Hence, the (r + 1)th term in the expansion is nCrx2n3r.
ch
n
2 1
On expanding x + , we note that the first term is (x2)n or x2n.
x
oa

Using (i), we find the first term by putting r = 0.


yC

Since T1 = T0 +1
kM

T1 = nC 0 x 2 n 0 = x 2 n
This verifies that the expression for Tr+1 is correct for r + 1 = 1.
pic

Example 8.16 Find the fifth term in the expansion of


w.

6
2 3
1 x
ww

3
Solution : Using here Tr+1 = T5 which gives r +1 = 5, i.e., r = 4.

2 3
Also n = 6 and let a = x.
3

4
2
T5 = 6C4 x 3
3

282 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
18
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
16 Algebra
= 6C2 x12
81

6 5 16 12 80 12
= x = x
2 81 27
Notes
80 12
Thus, the fifth term in the expansion is x .
27

CHECK YOUR PROGRESS 8.4


1. For a natural number n, write the (r + 1)th term in the expansion of each of the following:

m
(2x + y ) ( 2a 1)
n 2 n
(a) (b)

.co
n
1
(1 a ) 3+ 2
n
(c) (d)
x

2. Find the specified terms in each of the following expansions: ing


ch
(a) (1 + 2 y )8 ; 6th term (b) (2 x + 3)7 ; 4th term
oa

6
1
(c) (2a b ) 11
; 7th term (d) x + ; 4th term
yC

x
kM

7
3 1
(e) x 2 ; 5th term
x
pic

Now that you are familiar with the general term of an expansion, let us see how we can obtain
the middle term (or terms) of a binomial expansion. Recall that the number of terms in a
w.

binomial expansion is always one more than the exponent of the binomial. This implies that if the
exponent is even, the number of terms is odd, and if the exponent is odd, the number of terms
ww

is even. Thus, while finding the middle term in a binomial expansion, we come across two
cases:
Case 1 : When n is even.
To study such a situation, let us look at a particular value of n, say n = 6. Then the number of
terms in the expansion will be 7. From Fig. 8.1, you can see that there are three terms on either
side of the fourth term.

MATHEMATICS 283

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
19
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
Algebra middle term

Notes 3 terms 3 terms

Fig. 8.1

n
In general, when the exponent n of the binomial is even, there are terms on either side of the
2
n n
+1 th term. Therefore, the +1 th term is the middle term.

m
2 2

.co
Case 2: When n is odd
Let us take n = 7 as an example to see what happens in this case. The number of terms in the

ing
expansion will be 8. Looking at Fig. 8.2, do you find any one middle term in it? There is not.
But we can partition the terms into two equal parts by a line as shown in the figure. We call the
terms on either side of the partitioning line taken together, the middle terms. This is because
ch
there are an equal number of terms on either side of the two, taken together.
oa
yC

3 terms
kM
pic

middle terms
w.
ww

3 terms

Fig. 8.2

Thus, in this case, there are two middle terms, namely, the fourth,

7 +1 7 +3
i.e., and the fifth, i.e., terms
2 2

284 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
20
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
13 + 1 13 + 3 Algebra
Similarly, if n = 13, then the th and the th terms, i.e., the 7th and 8th terms
2 2
are two middle terms, as is evident from Fig. 8.3.
From the above, we conclude that
Notes

Fig. 8.3

n +1
When the exponent n of a binomial is an odd natural number, then the th and
2
n+3

m
th terms are two middle terms in the corresponding binomial expansion.
2

.co
Let us now consider some examples.

Example 8.17 Find the middle term in the expansion of (x2 + y2)8.
Solutuion : Here n = 8 (an even number). ing
ch
8
Therefore, the +1th, i.e., the 5th term is the middle term.
oa

2
Putting r = 4 in the general term Tr+1 = 8Cr(x2)8r yr,
yC

T5 = 8C 4 ( x 2 ) 8 4 ( y 2 ) 4 = 70 x 8 y 8
kM

9
2 1
Example 8.18 Find the middle term(s) in the expansion of 2 x + .
pic

9 +1 9+3
w.

Solution : Here n = 9 (an odd number). Therefore, the th and th are middle
2 2
ww

terms. i.e. T5 and T6 are middle terms.


For finding T5 and T6 , putting r = 4 and r = 5 in the general term

1 6
Tr+1 = 9Cr(2x2)9r ( ) ,
x

4
1
T5 = 9C 4 ( 2 x 2 ) 9 4
x

MATHEMATICS 285

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
21
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
9 8 7 6
4
Algebra 1
= (32 x10 ) = 4032 x6
4 3 2 x

5
1
and T6 = 95 (2 x ) 2 95
= 2016 x3
x
Notes
Thus, the two middle terms are 4032 x6 and 2016 x3.

CHECK YOUR PROGRESS 8.5


1. Find the middle term(s) in the expansion of each of the following :
8
2 3

m
(a) (2 x + y ) 10
(b) 1 + x
3

.co
6
1
(c) x+ (d) (1 x )
2 10

ing
x

2. Find the middle term(s) in the expansion of each of the following :


ch
(a) ( a + b) 7 (b) ( 2a b) 9
oa

7 11
3x 4 y 1
x+ 2
yC

(c) (d)
4 3 x
kM

8.5 BINOMIAL THEOREM FOR RATIONAL EXPONENTS


So far you have applied the binomial theorem only when the binomial has been raised to a
pic

power which is a natural number. What happens if the exponent is a negative integer, or if it is
a fraction? We will state the result that allows us to still have a binomial expansion, but it will
have infinite terms in this case.
w.

The result is a generalised version of the earlier binomial theorem which you have studied.
ww

Theorem 8.2 The Binomial Theorem for a Rational Exponent.

If r is a rational number, and x is a real number such that x < 1, then

r (r 1) 2
(1 + x) r = 1 + rx + x + ... (D)
2!
We will not prove this result here, as it is beyond the scope of this course. In fact, even Sir
Issac Newton, who is credited with stating this generalisation, stated it without proof in two
letters, written in A.D. 1676. The proof was developed later, by other mathematicians, in

286 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
22
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem

stages. Among those who contributed to the proof of this theorem were English mathematician MODULE - I
Colin Maclaurin (A.D. 1698-1746) for rational values ofr, Giovanni Francesco, M.M. Salvemini Algebra
(A.D. 1708-1783) and the German mathematician Abraham G. Kasther (A.D. 1719 - 1800)
for integral values of r, the Swiss mathematician Leonhard Euler (AD 1707-1783) for fractional
exponents and the Norwegian mathematician Neils Henrik Abel (1802-1829) for complex
exponents. Let us consider some examples to illustrate the theorem.
Notes
Example 8.19 Write the expansion of (1 + x) , when x < 1.
1

Solution : Here r = 1 [with reference to (D) above].


Therefore,

( 1)(2) 2 ( 1)( 2)(3) 3


(1 +x) 1 =1 +( 1) x + x + x + .....
2! 3!

m
i.e., (1+x)1 = 1 x + x2 x3 + x4 x5 + ....

.co
Similarly, you can write the expansion (1 x)1 = 1 + x + x2 + x3 + x4 + x5 + ....
Note the above expansions. In case of (1 + x)1 all the terms have positive and negative

ing
signs alternate, while in the case of (1 x)1 all the terms have positive sign.
You may have also observed the following points about the binomial expansion (D) in
ch
general;

If r is a natural number, then (C) and (D) coincide for the case x <1.
oa

1.

r ( r 1) r (r 1)
yC

Note that C0 = 1, C1 = r , C 2 =
r r r
2. etc. Thus, the coefficients 1, r , ....
2! 2!
in (D) look like combinatorial coefficients.,
kM

However, recall that rCs is defined for natural numbers r and whole number s only.
Therefore,
pic

r
C0, rC1, rC2, etc. have no meaning in the present context.
w.

3. The expression (D) will have an infinite number of terms.


4. The sum of the series on the RHS of (D) may not be meaningful if x > 1.
ww

For example, if we put x = 2 in Example 1, we have


(1 + 2)1 = 1 2 + 4 8 + 16 32 + ...

1
i.e., = (1 2) +(4 8) +(16 32) + ...
3

1
i.e., =1 4 16 ... ,
3

MATHEMATICS 287

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
23
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I which is clearly false.
Algebra
Therefore, for (D) to hold, it is necessary that x < 1.

Let us look at some more examples of this binomial expansion.

y
Notes Example 8.20 Expand (x + y)r , where r is a rational number and < 1.
x

3
Hence expand (3 + 5p)2/5, when p < .
5

r
y
Solution : ( x + y ) = x 1 +
r r
.... (1)
x

m
y

.co
Since it is given that < 1, we have
x

ing
y r ( r 1) y r ( r 1)( r 2) y
r 2 3
y
1 + = 1 + r + + + ...
x x 2! x 3! x
ch
Therefore, from (1), we have
oa


(x + y )r = x r 1 + r y + r (r 1) y r (r 1)(r 2) y
2 3

+ + ...
yC

x 2! x 3! x
kM

r 1 r ( r 1) r 2 2 r (r 1)(r 2) r 3 3
i.e., ( x + y ) = x + rx y + x y + x y + ... (2)
r r

2! 3!
pic

3
Now, to solve the second part of the question, note that p < .
5
w.

5p 2
< 1 , then putting x = 3, y = 5 p, r = in (2), we get
ww

If
3 5

22
2 1 2
2 1 5 5 5 2
(3 + 5 p ) 2 / 5 = 32 / 5 + (3) 5
(5 p ) +
1
(3) (5 p ) 2 + ...
5 2!

288 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
24
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
2 3 Algebra

= 32 / 5 + (3) 3/ 5 (2 p ) + 5 5 (3) 8/ 5 25 p 2 + ...
2

= 32 / 5 +33 / 5 (2 p) 33 / 5 p 2 + ...
Notes
The result we have just obtained in Example 8.20 is another form of the binomial theorem for a
rational exponent. Let us restate it formally.

y
If r is a rational number and < 1,
x

(x + y )r = x r + rx r 1 y + r (r 1) x r 2 y 2 + r (r 1)( r 2) r 3 3
x y + ... ... (E)
2! 3!

m
.co
y
Note that you could have expanded (x + y)r differently if > 1 were true. In this
x

ing
r
x x
case, you would have had < 1, and (x + y )r = y r 1 + r 1
= y + ry .x + ...
r
y y
ch
Consequently, we have the following result:
oa

For a rational number r, an expression like (ax + by)r can be expanded in two different
ways, depending on whether
yC

by ax
< 1 or <1
kM

ax by

Example 8.21 Expand (x + y)5 when


pic

y x
(i) < 1 and (ii) <1 .
w.

x y
ww

y
Solution : (i) Since < 1 , using (E) we have
x

( 5)( 6) 5 2 2 ( 5)( 6)( 7) 53 3


(x +y )
5
=x 5 +( 5) x 51 y + x y + x y + ....
2! 3!

1 5 y 15 y 2 35 y 3
= 5 6 + 7 8 + ...
x x x x

MATHEMATICS 289

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
25
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
Algebra (ii) Since
x
< 1, we have to write (x + y)5 in the form (y+x)5.
y

Using (E), we can write

( y + x) 5 = y 5 + ( 5) y 5 1 x
Notes

( 5)( 6) 5 2 2 ( 5)( 6)( 7) 53 3


+ y x + y x + ...
2! 3!

1 5 x 15 x 2 35 x3
= 5 6 + 7 8 + ....
y y y y

Note that in (i), we have obtained the expansion in ascending powers ofy while in (ii), we have

m
obtained the expansion in ascending powers of x.

.co
CHECK YOUR PROGRESS 8.6
1. Expand each of the following :
ing
ch
1
(a) (1 p)3 for p < 1 (b) (1 + 3x)4/3 for x <
3
oa

6 1
(c) (1 5z ) 5 , for z <
yC

5
2. Expand each of the following :
kM

2 2x x
(a) ( 27 6x ) 3 , for <1 (b) (2a + x)3, for <1
9 2a
pic

1 2
(c) (2 + 3 y) 7 , for y >
w.

3
ww

3. (a) State the condition under which the expansion of (x + 2y)5 will be valid in
(i) ascending powers of x.
(ii) ascending powers of y.
Also, write down the expansion in each case.
4
(b) Expand, (3 + 6y) 3 , stating the range of values of y for which the expansion is valid.

290 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
26
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
8.9 USE OF BINOMIAL THEOREM IN APPROXIMATIONS Algebra
As you have seen, the binomial expansions sometime have infinitely many terms. In such cases,
for further calculations; an approximate value involving only the first few terms may be enough
for us. Let us illustrate some situations in which we find the approximate values.

Example 8.22 Find the cube root of 1.03 up to three decimal places. Notes

1
Solution : We want to find (1.03) 3 up to three decimal places.

1
Now (1.03)1/3 = (1 + 0.03) 3

Since |0.03| < 1, from (E), we have

m
11
1

.co
33
(1 + 0.03)1/ 3 1
= 1 + (0.03) + (0.03) 2 + ... (i)
3 2!

ing
Now, we need to approximate the value up to three decimal places. Since a non-zero digit in
the fourth decimal place may affect the digit in the third place in the process of rounding off, we
need to consider those terms in the expansion which produce a non-zero digit in the first,
ch
second, third or fourth decimal place.
oa

Therefore, we can take the sum of the first three terms in the Expansion (i), and ignore the rest.

1 2
yC


(1.03)1/3 1 + 0.01 + 3 3 (0.0009)
2!
kM

= 1 + 0.01 0.0001
pic

= 1.0099
1.010, taking the value up to three decimal places.
w.

Now, the digit after the third decimal place is greater than 5, so we have increased the third
ww

decimal place by 1.
Thus, the cube root of 1.03, up to three decimal places, is 1.010.

Example 8.23 Assuming y to be so small that y2 and higher powers of y can be neglected,
3
find the value of (1 2y)2/3 (4 + 5y) 2 .

1
Solution : Note that y is very small. So, we can assume that y < . Then, using the binomial
2
theorem, we get

MATHEMATICS 291

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
27
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
Algebra 22
2 1
2 33
(1 2 y ) = 1 + (2 y ) +
3
( 2 y )+2 ...
3 2!
and
3 3
1
3 3 3
Notes 3 1 3
(4 + 5 y ) 2
= 4 + (4) (5 y) 2 2
2 2 2
2 + (4) 2
.(5 y ) 2 + ...
2!
Since we can neglect terms containing y2 and higher powers of y, we have
2
2 4
(1 2 y ) 3 1 + ( 2 y=) 1 y , and
3 3
3
3
3 25
(4 + 5y) 2 (4) (4) (5 y )
2

m
2
1 15

.co
y=
8 64
Thus, the given product is approximately

4 1 15 1 1
1 y y = y
3 8 64 8 6
15 5
y + y2 ing
ch
64 16
1 77

oa

y , again neglecting the term containing y2.


8 192
2 3 1 77
yC

So, (12y) 3 (4+5y) 2 is y , if we neglect the terms involving y2 and higher


8 192
powers of y.
kM

CHECK YOUR PROGRESS 8.7


pic

1. Find the value of each of the following up to three decimal places:


w.

(a) (1.02)2 (b) (1.01)-3 (c) (0.97)-4


ww

(d) 3
7.60 [Hint : (7.60)1/3 = (80.4)1/3]
1
1 1
1 4
(e) 4 82 [Hint: ( 82 ) = ( 81 + 1)
4 4 = 3 1 + ]
81
1 1 1
(f) (24) 2 [Hint : (24) 2 = (251) 2 ]
2. Assuming z to be so small that z 2 and higher powers of z can be neglected, find the
value of
2
(a) (3 + 2z)5 (b) (1 +3z) 3 (1 5z)2

292 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
28
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
1 2 Algebra
z +1 z
1+
1 +z +(1 z ) 2/3
2 3
(c)
(1 + z ) + 1 + z
[ Hint : LHS 1
(1 + z ) + (1 + z )
]
2

1 Notes
(1 z ) + (11 5 z ) 2
3
(d) 4
16 z

LET US SUM UP
The statement of the principle of mathematical induction namely.

m
P(n), a statement involving a natural number n, is true for all n > 1, where n is a fixed
natural number, if

.co
(i) P (1) is true, and

ing
(ii) Whenever P(k) is true, then P (k + 1) is true for k N .

For a natural number n,


ch
( x + y) = n Co x n + n C1 x n 1 y + n C2 x n 2 y 2 + + n Cn 1 xy n 1 + n Cn y n
n
oa

This is called the Binomial Theorem for a positive integral (or natural) exponent.
yC

Another form of the Binomical Theorem for a positive integral exponent is


(1 + a)n = nCo + nC1 a + nC2 a2 + .... + nCn1 an1 + nCn an
kM

The general term in the expansion of (x + y)n is nCr x nr y r and in the expansion of (1 + a)n
is nCrar, where n is a natural number and 0 r n .
pic

If n is an even natural number, there is only one middle term in the expansion of
(x + y) n . If n is odd, there are two middle trems in the expansion.
w.

The formula for the general term can be used for finding the middle term(s) and some
ww

other specific terms in an expansion.


The statement

r ( r 1) 2 r ( r 1)( r 2) 3
(1 + x) r = 1+ rx + x + x + ....
2! 3!
where, r is a rational number and | x | < 1 is called the Binomial Theorm for a rational
exponent. In this expansion, the number of terms is infinite if r is not a whole number.

r (r 1)(r 2) r 3 3
( x + y ) r = x r + r x r 1 y + r ( r2!1) x r 2 y 2 + x y + .... ,
3!

MATHEMATICS 293

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
29
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
y
Algebra where r is a rational number and < 1, is another form of the Binomial Theorem for a
x
rational exponent.
Expressions like (ax +by)r ,where r is a rational number, can be expanded in two different
by ax
Notes
ways, depending on whether < 1 or < 1.
ax by

SUPPORTIVE WEB SITES


http://www.wikipedia.org
http://mathworld.wolfram.com

m
TERMINAL EXERCISE

.co
1. Verify each of the following statements,using the principle of mathematical induction :

ing
(a) The number of subsets of a set with n elements is 2n.

(b) (a + b)n > an + bn n 2, where a and b are positive real numbers.


ch
a(r n 1)
oa

(c) a + ar + ar2 +....+ arn-1 = ,where r > 1 and a is a real number..


r 1
yC

(d) (x2n 1) is divisible by (x +1)


xN .
(e) (102n1 + 1) is a multiple of 11.
kM

[Hint: 102k+1 + 1 = 102(102k1 + 1) 99]


pic

(f) (4.102n + 9.102 n1 +5) is a multiple of 99.


(g) n (n21) is a multiple of 24, when n is odd.
w.

[Since n is odd, assume that P(2k + 1) is true, as (2k + 3) is always odd. Then try to
prove that P(2k + 3) is true.]
ww

(h) (1 +x)n > 1 + nx, where x > 0.


(i) If f and g are polynomials in x with real coefficients and f + g 0, then (f + g) divides
(f 2n1 + g 2n1) n N.
2. Write the expansion of each of the following :
(a) (3x + 2y)5 (b) (p q)8 (c) (1 x)8

294 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
30
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem

6 6
MODULE - I
2 1 Algebra
( f ) ( 3x y 2 )
5
(d) 1 + x (e) x +
3 2x

4
x2 2 1
7
1
5
(g) + ( h) x 2 3 (i ) x 3 + 2
4 x x x
Notes

4
1
( j ) 2 x3
x

3. Write the (r + 1)th term in the expansion of each of the following, wheren N :

n
3 1
(a) (3x y )2 n
(b) x +

m
x

.co
4. Find the specified terms in the expansion of each of the following :
6
1
(a) (1 2x)7 : 3rd term [Hint : Here r = 2]

ing
(b) x + : middle term (s)
2x
ch
11
2 1
(d) y
y
(c) (3x 4y)6 : 4th term : middle term (s)

oa

(e) (x3 y3)12 : 4th term (f) (1 3x2)10 : middle term (s)
yC

(g) (3x4y)6 : 5th term (h) Write the rth term in the expansion of (x 2y)6.
kM

(i) Write the (r 1) th term in the expansion of (1 + 2x)8.


5. If Tr, denotes the rth term in the expansion of (1 + x)n in ascending powers of x (n being
pic

a natural number) , prove that


r(r + 1)Tr +2 =(n r + 1) (n r) x2 Tr
w.

[Hint : Tr = nCr-1 x r1 and Tr+2 = nCr +1 x r +1]


ww

6. kr is the coefficient of x r1 in the expansion of (1 + 2x)10 in ascending powers of x and


kr+2 = 4kr. Find the value of r.

[Hint : kr = 10Cr1 2 r1 and k r + 2 = 10Cr +1 2 r +1 ]

7. The coefficients of the 5th, 6th and 7th terms in the expansion of (1+a)n (n being a
natural number) are in A.P. Find n.

[Hint : nC5 nC 4 = nC6 nC5 ]

8. Expand (1 + y + y2)4. [Hint : (1 + y + y ) = {(1 + y) + y } ]


2 4 2 4

MATHEMATICS 295

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
31
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I 9. Write the expansion of each of the following :
Algebra
1
(a) (1 x) 4 , x < 1 (b) , x <1
(1 + x) 3

1 1
(c) (3 z ) 4 , z < 3 , x <
Notes (d)
(1 + 3x )3/ 2
3

10. State the condition under which the expansion of (x2y)3 will be valid in ascending
powers of y. Also write the expansion.
1
11. State the condition under which the expansion of (x3y) 2 will be valid in ascending
powers of x. Also write the expansion.

m
12. Expand the following, stating the condition ofy under which the expansion will be valid :

.co
1 2
(a)
(2 + y )4 (b) (3 y) 3

13.
ing
Find the value of each of the following up to three decimal places, using the necessary
number of terms in the expansion:
ch
(a) (0.99)4 (b) (1.03)3
oa

1 1
(c) 3
26 [Hint : (26) 3 = (27 1) 3 ]
yC

1 1
(d) 7
127 [Hint : (127) 7 = (128 1) 7 ]
kM

1 1
(e) 5
35 [Hint : ( 35 ) 5 = {32 + 3}5 ]

1 1
[Hint : ( 31) 5 = {32 1}5 ]
pic

(f) 5
31
1 1
(g) [Hint : (100 ) 3 = (1000 + 1) 3 ]
w.

3
1001
14. Assuming y to be so small that y2 and higher powers of y can be neglected, find the value
ww

of each of the following :

(1 4 y ) (1 2 y 2 ) 2
3
3
(1 + 5 y ) (1 + 2 y )
2
(a) (b)
(4 y)
2 3/ 2

5
1 3 y + (1 y ) 3
(c)
4 y

296 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
32
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
n(n 1) 2 Algebra
A student puts n = 0 in (1 + x ) = 1 + nx + x + ... + x n and obtains
n
15.
2!
(1 + x )0 = 1 + 0 + 0 + ... + x 0 , i.e. 1 = 1+1 = 2. Can you detect the error in this solution?
16. (
Assuming that the expansions are possible, find the coefficient ofy3 in (1 4 y )2 1 2 y 2 )
1/ 2
.
Notes

17. ( )( )
Prove that 1 +x +x 2 +x 3 +... 1 x +x 2 x 3 + ... = 1 + x 2 + x 4 + 6 +...

[Hint : LHS = (1 x)-1 (1 + x)1 = (1 x2) 1]

m
.co
ing
ch
oa
yC
kM
pic
w.
ww

MATHEMATICS 297

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
33
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
Algebra
ANSWERS

CHECK YOUR PROGRESS 8.1


1. (b), (e) and (f) are statements; (a) is not, since we have not given the range of values ofn,
Notes and therefore we are not in a position to decide, if it is true or not. (c) is subjective and
hence not a mathematical statement. (d) is a question, not a statement.
Note that (f)is universally false.
2. P(1) : 6 is a factor of 13 + 5.1
P(2) : 6 is a factor of 23 + 5.2
P(k) : 6 is a factor of k3 + 5k

m
P(k+1) : 6 is a factor of (k + 1)3 + 5(k + 1)

.co
3. (a) P(1) : 2 2
P(k) : 2k k + 1

(b)
P(k + 1) : 2k+1 k + 2
P(1) : 1 + x 1 + x
ing
ch
P(k) : (1 + x)k 1 + kx
oa

P(k + 1): (1 + x)k + 1 1 + (k + 1)x


(c) P(1): 6 is divisible by 6.
yC

P(k) : k(k + 1)(k + 2) is divisible by 6.


kM

P(k + 1): (k + 1) (k + 2) (k + 3) is divisible by 6


(d) P(1): (x y) is divisible by (x y).
pic

P(k): (xk yk) is divisible by (x y)


P(k + 1): (xk + 1 yk + 1) is divisible by (x y)
w.

(e) P(1): ab = ab
ww

P(k): (ab)k = a k b k
P(k+1): (ab) k+1 = a k+1. b k+1

298 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
34
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
(f)
1 1 7
P(1) : + + is a natural number.. Algebra
5 3 15

k 5 k 3 7k
P(k): + + is a natural number..
5 3 15
Notes
(k + 1) 5 (k + 1) 3 7(k + 1)
P(k + 1): + + is a natural number..
5 3 15

1 1
4. (a) P(1): =
1 2 2

1 1 2
P ( 2) : + =
1 2 2 3 3

m
.co
1 1 1 k
P(k ) : + + ... + =
1 2 2 3 k (k + 1) k + 1

P(k + 1) :
1
1 2
+ ... +
1
+
1
=
k +1
k (k + 1) (k + 1)(k + 2) k + 2
ing
ch
P (1) : 1 = 12
oa

P ( 2) : 1 + 3 = 2 2
yC

(b) P ( k ) : 1 + 3 + 5 + ... + ( 2k 1) = k 2
P ( k + 1) : 1 + 3 + 5 + ... + ( 2k 1) + [2( k + 1) 1] = ( k + 1) 2
kM

P (1) : 1 2 < 1(2) 2


pic

P (2) : (1 2) + (2 3) < 2(3) 2


(c) P (k ) : (1 2) + (2 3) + ... + k ( k + 1) < k ( k + 1) 2 .
w.

P ( x + 1) : (1 2) + (2 3)+ ...+ ( k+ 1)( k+ 2)< ( k+ 1)( k+ 2) 2


ww

1 1
P(1) : =
1 3 3
1 1 2
P(2) : + =
1 3 3 5 5
1 1 1 k
(d) P(k ) : + + ... + =
1 3 3 5 (2k 1)(2k + 1) 2k + 1
1 1 1 k +1
P(k + 1) : + + ... + =
1 3 3 5 (2k + 1)(2k + 3) 2k + 3
MATHEMATICS 299

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
35
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I CHECK YOUR PROGRESS 8.3
Algebra
1. (a) 8a 3 + 12a 2b + 6ab 2 + b3

(b) x12 18 x10 y +


135 x 8 y 2 540 x 6 y 3 +1215 x 4 y 4 1458 x 2 y 5 + 729 y 6

(c) 256 a 4 1280 a 3b + 2400 a 2b 2 2000 ab 3 + 625b 4


Notes

n 1 n 1 n( n 1) n 2 n 2 2 2
(d) a x + na x by + a x b y + ... + b n y n
n n

2!

2. (a) 1 7 x + 21x 2 35 x 3 + 35 x 4 21x 5 + 7 x 6 x 7

7 x 21x 2 35x 3 35x 4 21x 5 7 x 6 x 7


(b) 1 + + 2 + 3 + 4 + 5 + 6 + 7
y y y y y y y

m
(c) 1 + 10 x + 40 x 2 + 80 x 3 + 80 x 4 + 32 x 5

.co
a 5 5a 4b 5a 3b 2 5a 2b 3 5ab 4 b 5
+ + + + +

ing
3. (a)
243 162 54 36 48 32

354375 590625 590625


ch
(b) 2187 x 25515 x + 127575 x +
7 4

x2 x5 x8
oa

328125 78125
+ 14
x11 x
yC

4 1
x4 + 4x2 + 6 + + 4
kM

(c) 2
x x

x5 x3 y3 y5
pic

x y
(d) + 5 3 + 10 + 10 + 5 3 + 5
y5 y y x x x
w.

4. Rs 4.96 lakh
5. 162360
ww

6. (i) 104060401

(ii) 96059601

(iii) 1.061208

(iv) 0.941192

300 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
36
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem

CHECK YOUR PROGRESS 8.4


MODULE - I
Algebra
1. (a)
n
Cr 2 n r x n r y r

(b) n
Cr 2 n r a 2 n 2 r (1) r
n
(c) Cr (1) r a r Notes

(d) n
Cr 3n r.x 2 r
2. (a) 1792y5

(b) 15120x4

(c) 14784a5b6

m
(d) 20

.co
(e) 35x

CHECK YOUR PROGRESS 8.5


ing
ch
1. (a) 8064x5y5

1120 12
oa

(b) x
81
yC

(c) 20
(d) 252x10
kM

2. (a) 35a4b3, 35a3b4


(b) 4032a5b4,2016a4b5
pic

105 4 3 140 3 4
(c) x y , x y
w.

4 3
ww

462 462
(d) ,
x4 x7

CHECK YOUR PROGRESS 8.6


1. (a) 1 + 3p + 6p2 + 10p3 + ....
(b) 1 + 4x + 2x2 + ....
(c) 1 6z + 3z2 + 4z3 + ....

MATHEMATICS 301

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
37
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I
1 4x 20 2
Algebra 2. (a) + + x + ....
9 243 6561

1 3x 3x 2
(b) + ....
8a 3 16a 4 16a 5
Notes
2 4
+ .... ]
1 1
(c) 37 y 7 [1 + 21 y 147 y 2

x 1 5x 15 x 2
3. (a) (i) <1 : + ....
2y 32 y 5 64 y 6 128 y 7

2y 1 10 y 60 y 2
< 1: 5 6 + 7 ....

m
(ii)
x x x x

.co
1
(b) y < : 3 4 / 3 8(3) 7 / 3 y + 56(3) 10 / 3 y 2 +
2

CHECK YOUR PROGRESS 8.7 ing


ch
1. (a) 1.041
oa

(b) 0.971
(c) 1.130
yC

(d) 1.968
(e) 3.009
kM

(f) 0.204
pic

1 10 z
2. (a)
243 729
w.

(b) 1 + 12 z
ww

5z
(c) 1
6

10409
(d) 61 z
192

302 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
38
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem

TERMINAL EXERCISE
MODULE - I
Algebra
2. (a) 243x + 810 x y + 1080 x y + 720 x y + 240 xy + 32 y
5 4 3 2 2 3 4 5

(b) p 8 8 p 7 q + 28 p 6 q 2 56 p 5 q 3 + 70 p 4 q 4 56 p 3 q 5 +28 p 2 q 6 8 pq 7 + q 8

(c) 1 8 x + 28 x 2 56 x 3 +70 x 4 56 x 5 +28 x 6 8 x 7 + x 8 Notes

20 2 160 3 80 4 64 5 64 6
(d) 1 + 4 x + x + x + x + x + x
3 27 27 81 729

15 2 5 15 3 1
(e) x + 3 x + x + + + +
6 4
2 4
4 2 16 x 16 x 64 x 6

(f) 243 x 5 405 x 4 y 2 +270 x 3 y 4 90 x 2 y 6 +15 xy 8 y10

m
.co
x8 x 5 3 2 8 16
(g) + + x + + 4
256 8 2 x x

(h) x
14
7x 9 21
35 35 21 7
x x x x x
1
+ x 4 + 6 11 + 16 21
ing
ch
5 1
(i) x + 5 x + 10 x + 10 + + 10
15 10 5
oa

5
x x
yC

1 4
(j) 8
3 +6 x 2 4 x 7 + x12
x x
kM

3. (a) (1)r n Cr3n r xn r y2r


n
(b) Crx3n 4r
pic

4. (a) 84x2
w.

5
(b)
2
ww

(c) 34560 x3y3


(d) 462y7, 462y4
(e) 220x27y9
(f) 61236 x10
(g) 34560x2y4
(h) (2)r1 6Cr1 x 7r y r-1
(i) 2r2 8Cr2 x r2

MATHEMATICS 303

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
39
Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com

Binomial Theorem
MODULE - I 6. 5 7. 7, 14
Algebra
8. 1 + 4y + 10y2 +16y3 +19y4 + 16y5 +10y6 + 4y7 + y8
9. (a) 1 + 4x + 10x2 + ...
(b) 1 3x + 6x2 10x3 + ...
Notes 1 4 10 2
(c) + z+ z + ...
81 243 729

9 135 2 945 3
(d) 1 x + x x + ...
2 8 16

2y 1 6 y 24 y 2
10. < 1 : 3 + 4 + 5 + ...
x x x x

m
.co
x 1 x x2
11. < 1: + + + ...
3y 3 y 6 y 3 y 24 y 2 3 y

12. (a)
1 y 5 y 2 5 y3
+
16 8 32 32
+ ... y< 2 ing
ch
1 2x 5x2
oa

(b) + + + ..., y < 3


32 / 3 9 32 / 3 81 32 / 3
yC

13. (a) 1.041


(b) 0.915
kM

(c) 2.833
(d) 1.998
pic

(e) 2.037
w.

(f) 1.987
(g) 10.003
ww

14. (a) 113y

8 + 99 y
(b)
64

35
(c) 1 y
24
15. Expansion is valid when n is a natural number. Here, n = 0
16. 8.
304 MATHEMATICS

Get Discount Coupons for your Coaching institute and FREE Study Material at www.PICKMYCOACHING.com
40

You might also like