You are on page 1of 52

Sequence and Series

2 Engineering Mathematics - I

1.1 Sequence
A function f:N → S, where S is any nonempty set is called a Sequence
i.e., for each n ∈ N, ∃ a unique element f(n) ∈ S. The sequence is written as f(1), f(2),
f(3), ......f(n)...., and is denoted by {f(n)}, or <f(n)>, or (f(n)). If f(n) = an , the sequence is
written as a1 , a2 .....an and denoted by , {an } or < an > or ( an ) . Here f(n) or an are the
nth terms of the Sequence.
Ex. 1. 1 , 4 , 9 , 16 ,......... n 2 ,.....(or) < n 2 >
N S
1
2 4
3 9
. .
. .
n n2
. .
. .

1 1 1 1 ⎛ 1 ⎞
Ex. 2. , 3 , 3 ,..... 3 ....(or ) ⎜ 3 ⎟
3
1 2 3 n ⎝n ⎠

Ex. 3. 1, 1, 1......1..... or <1>


Sequences and Series 3

( −1)
n −1
Ex 4: 1 , –1, 1, –1, ......... or

Note : 1. If S ⊆ R then the sequence is called a real sequence.


2. The range of a sequence is almost a countable set.

1.1.1 Kinds of Sequences


1. Finite Sequence: A sequence < an > in which an = 0 ∀n > m ∈ N is said to
be a finite Sequence. i.e., A finite Sequence has a finite number of terms.
2. Infinite Sequence: A sequence, which is not finite, is an infinite sequence.

1.1.2 Bounds of a Sequence and Bounded Sequence


1. If ∃ a number ‘M’ ∋ an ≤ M, ∀n ∈ N, the Sequence < an > is said to be
bounded above or bounded on the right.
1 1
Ex. 1, , , ,....... here an ≤ 1 ∀n ∈ N
2 3
2. If ∃ a number ‘m’ ∋ an ≥ m, ∀n ∈ N, the sequence < an > is said to be
bounded below or bounded on the left.
Ex. 1 , 2 , 3 ,.....here an ≥ 1 ∀n ∈ N
3. A sequence which is bounded above and below is said to be bounded.
n⎛ 1⎞
Ex. Let an = ( −1) ⎜ 1 + ⎟
⎝ n⎠

n 1 2 3 4 ......
an -2 3/2 -4/3 5/4 ......
4 Engineering Mathematics - I

3
From the above figure (see also table) it can be seen that m = –2 and M = .
2
∴ The sequence is bounded.
1.1.3 Limits of a Sequence
A Sequence < an > is said to tend to limit ‘l’ when, given any + ve number ' ∈ ',
however small, we can always find an integer ‘m’ such that an − l <∈, ∀n ≥ m , and we
write Lt an = l or an → l
n →∞

n2 + 1 1
Ex. If an = then < an >→ .
2n + 3
2
2

1.1.4 Convergent, Divergent and Oscillatory Sequences


1. Convergent Sequence: A sequence which tends to a finite limit, say ‘l’ is
called a Convergent Sequence. We say that the sequence converges to ‘l’
2. Divergent Sequence: A sequence which tends to ±∞ is said to be Divergent
(or is said to diverge).
3. Oscillatory Sequence: A sequence which neither converges nor diverges ,is
called an Oscillatory Sequence.
3 4 5 1
Ex. 1. Consider the sequence 2 , , , ,..... here an = 1 +
2 3 4 n
The sequence < an > is convergent and has the limit 1
1 1 1 1
an − 1 = 1 + − 1 = and <∈ whenever n >
n n n ∈
1
Suppose we choose ∈= .001 , we have < .001 when n > 1000.
n
1
Ex. 2. If an = 3 + ( −1)
n
< an > converges to 3.
'n'
Sequences and Series 5

If an = n 2 + ( −1) .n, < an > diverges.


n
Ex. 3.
1
+ 2 ( −1) , < an > oscillates between -2 and 2.
n
Ex. 4. If an =
n

1.2 Infinite Series


If < un > is a sequence, then the expression u1 + u2 + u3 + ........ + un + ..... is called an

infinite series. It is denoted by Σ un or simply Σun
n =1

The sum of the first n terms of the series is denoted by sn


i.e., sn = u1 + u2 + u3 + ...... + un ; s1 , s2 , s3 ,....sn are called partial sums.

1.2.1 Convergent, Divergent and Oscillatory Series


Let Σun be an infinite series. As n → ∞, there are three possibilities.
(a) Convergent series: As n → ∞, sn → a finite limit, say ‘s’ in which case the
series is said to be convergent and ‘s’ is called its sum to infinity.
Thus Lt sn = s (or) simply Ltsn = s
n →∞

This is also written as u1 + u2 + u3 + ..... + un + ...to∞ = s. (or) Σ un = s (or)
n =1

simply Σun = s.
(b) Divergent series: If sn → ∞ or −∞ , the series said to be divergent.
(c) Oscillatory Series: If sn does not tend to a unique limit either finite or infinite it
is said to be an Oscillatory Series.

Note: Divergent or Oscillatory series are sometimes called non convergent series.

1.2.2 Geometric Series


The series, 1 + x + x 2 + .....x n −1 + ... is
1
(i) Convergent when x < 1 , and its sum is
1− x
(ii) Divergent when x ≥ 1 .
(iii) Oscillates finitely when x = -1 and oscillates infinitely when x < -1.

Proof: The given series is a geometric series with common ratio ‘x’
1 − xn
∴ sn = when x ≠ 1 [By actual division – verify]
1− x
6 Engineering Mathematics - I

(i) When x < 1:


⎛ 1 ⎞ ⎛ xn ⎞ 1
Lt sn = Lt ⎜ ⎟ − Lt ⎜ ⎟ = ⎡⎣since x n → 0 as n → ∞ ⎤⎦
n →∞ 1 − x
n →∞
⎝ ⎠ n →∞ ⎝ 1 − x ⎠ 1 − x
1
∴ The series converges to
1− x
x −1
n
(ii) When x ≥ 1: sn = and sn → ∞ as n → ∞
x −1
∴ The series is divergent.
(iii) When x = –1: when n is even, sn → 0 and when n is odd, sn → 1
∴ The series oscillates finitely.
(iv) When x < −1, sn → ∞ or −∞ according as n is odd or even.
∴ The series oscillates infinitely.
1.2.3 Some Elementary Properties of Infinite Series
1. The convergence or divergence of an infinites series is unaltered by an addition or
deletion of a finite number of terms from it.
2. If some or all the terms of a convergent series of positive terms change their signs,
the series will still be convergent.
3. Let Σun converge to ‘s’
Let ‘k’ be a non – zero fixed number. Then Σkun converges to ks.
Also, if Σun diverges or oscillates, so does Σkun

4. Let Σun converge to ‘l’ and Σvn converge to ‘m’. Then


(i) Σ(un + vn ) converges to ( l + m ) and (ii) Σ(un + vn ) converges to ( l – m )

1.2.4 Series of Positive Terms


Consider the series in which all terms beginning from a particular term are +ve.
Let the first term from which all terms are +ve be u1 .
Let Σun be such a convergent series of +ve terms. Then, we observe that the
convergence is unaltered by any rearrangement of the terms of the series.

1.2.5 Theorem
If Σun is convergent, then Lt un = 0 .
n →∞

Proof : sn = u1 + u2 + ...... + un
sn −1 = u1 + u2 + ...... + un −1, , so that, un = sn − sn −1
Sequences and Series 7

Suppose Σun = l then Lt sn = l and Lt sn −1 = l


n →∞ n →∞

∴ Lt un = Lt ( sn − sn −1 ) ; Lt sn − Lt sn −1 = l − l = 0
n →∞ n →∞ n →∞ n →∞
Note: The converse of the above theorem need not be always true. This can be
observed from the following examples.
1 1 1 1
(i) Consider the series, 1 + + + ....... + + .... ; un = , Lt un = 0
2 3 n n n →∞
1
But from p-series test (1.3.1) it is clear that Σ is divergent.
n
1 1 1 1
(ii) Consider the series, + 2 + 2 + ..... + 2 + ......
2
1 2 3 n
1 1
un = , Lt u = 0, by p series test, clearly Σ 2 converges,
2 n →∞ n
n n
Note : If Lt un ≠ 0 the series is divergent;
n →∞

2n − 1
Ex. un = , here Lt un = 1 ∴ Σun is divergent.
2n n →∞

1.3 Tests for the Convergence of an Infinite Series


In order to study the nature of any given infinite series of +ve terms regarding
convergence or otherwise, a few tests are given below.

1.3.1 P-Series Test


1 ∞
1 1 1
The infinite series, Σ p
= p + p + p + ......, is
n 1n =12 3
(i) Convergent when p > 1, and (ii) Divergent when p ≤ 1 . (JNTU 2002, 2003)
Proof :
1 1
Case (i) Let p > 1; p > 1,3 p > 2 p ; ⇒ p
< p
3 2
1 1 1 1 2
∴ p
+ p < p+ p = p
2 3 2 2 2
1 1 1 1 1 1 1 1 4
Similarly, p
+ p + p+ p < p+ p + p+ p = p
4 5 6 7 4 4 4 4 4
1 1 1 8
p
+ p + .... + p < p , and so on.
8 9 16 8
Adding we get
8 Engineering Mathematics - I

1 2 4 8
Σ p
< 1 + p + p + p + ....
n 2 4 8
1 1 1 1
i.e., Σ p
< 1 + ( p −1) + 2( p −1) + 3( p −1) + ......
n 2 2 2
The RHS of the above inequality is an infinite geometric series with common
1
ratio p −1 < 1( since p > 1) The sum of this geometric series is finite.
2
∞ 1
Hence Σ is also finite.
n =1 n p

∴ The given series is convergent.


1 1 1 1
Case (ii) Let p =1; Σ = 1 + + + + ......
np 2 3 4
1 1 1 1 1
We have, + > + =
3 4 4 4 2
1 1 1 1 1 1 1 1 1
+ + + > + + + =
5 6 7 8 8 8 8 8 2
1 1 1 1 1 1 1
+ + ....... > + + ..... = and so on
9 10 16 16 16 16 2
1 ⎛1 1⎞ ⎛1 1 1 1⎞
∴ Σ p = 1 + ⎜ + ⎟ + ⎜ + + + ⎟ + .....
n ⎝ 2 3⎠ ⎝ 4 5 6 7 ⎠
1 1 1
≥ 1 + + + + .....
2 2 2
The sum of RHS series is ∞
⎛ n −1 n +1 ⎞
⎜ since sn = 1 + = and Lt sn = ∞ ⎟
⎝ 2 2 n →∞

∞ 1
∴ The sum of the given series is also ∞ ; ∴ Σ ( p = 1 ) diverges.
n =1 n p

1 1 1
Case (iii) Let p<1, Σp
= 1 + p + p + .....
n 2 3
1 1 1 1
Since p < 1, p > , p > , ...... and so on
2 2 3 3
1 1 1 1
∴ Σ p > 1 + + + + .......
n 2 3 4
From the Case (ii), it follows that the series on the RHS of above inequality is
divergent.
Sequences and Series 9

1
∴ Σ is divergent , when P < 1
np
Note: This theorem is often helpful in discussing the nature of a given infinite series.

1.3.2 Comparison Tests


1. Let Σun and Σvn be two series of +ve terms and let Σvn be convergent.
Then Σun converges,
(a) If un ≤ vn , ∀ n ∈ N
u
(b) or n ≤ k ∀n ∈ N where k is > 0 and finite.
vn
u
(c) or n → a finite limit > 0
vn
Proof : (a) Let Σvn = l (finite)
Then, u1 + u2 + ..... + un + ...... ≤ v1 + v2 + .....vn + ..... ≤ l > 0
Since l is finite it follows that Σun is convergent
un
(c) ≤ k ⇒ un ≤ kvn , ∀n ∈ N , since Σvn is convergent and k (>0) is finite,
vn
Σkvn is convergent ∴ Σun is convergent.
u u
(d) Since Lt n is finite, we can find a +ve constant k ,∋ n < k ∀n ∈ N
n →∞ v vn
n

∴ from (2) , it follows that Σun is convergent


2. Let Σun and Σvn be two series of +ve terms and let Σvn be divergent. Then
Σun diverges,
* 1. If un ≥ vn , ∀n ∈ N
u
or * 2. If n ≥ k , ∀n ∈ N where k is finite and ≠ 0
vn
u
or * 3. If Lt n is finite and non-zero.
n →∞ v
n
Proof:
1. Let M be a +ve integer however large it may be. Science Σvn is divergent, a
number m can be found such that
v1 + v2 + ..... + vn > M , ∀n > m
∴ u1 + u2 + ..... + un > M , ∀n > m ( un ≥ vn )
∴ Σun is divergent
10 Engineering Mathematics - I

2. u1 ≥ kvn ∀n
Σvn is divergent ⇒ Σkvn is divergent
∴ Σun is divergent
u u
3. Since Lt n is finite, a + ve constant k can be found such that n > k , ∀n
n →∞ v vn
n

(probably except for a finite number of terms )


∴ From (2), it follows that Σun is divergent.
Note :
(a) In (1) and (2), it is sufficient that the conditions with * hold ∀n > m ∈ N
Alternate form of comparison tests : The above two types of comparison tests
2.8.(1) and 2.8.(2) can be clubbed together and stated as follows :
un
If Σun and Σvn are two series of + ve terms such that Lt = k, where k is
n →∞ v
n
non- zero and finite, then Σun and Σvn both converge or both diverge.
(b) 1. The above form of comparison tests is mostly used in solving problems.
2. In order to apply the test in problems, we require a certain series Σvn whose
nature is already known i.e., we must know whether Σvn is convergent are
divergent. For this reason, we call Σvn as an ‘auxiliary series’.
3. In problems, the geometric series (1.2.2.) and the p-series (1.3.1) can be
conveniently used as ‘auxiliary series’.

Solved Examples
EXAMPLE 1
Test the convergence of the following series:

(c) Σ ⎡( n 4 + 1) − n⎤
3 4 5 6 4 5 6 7 14
(a) + + + + ..... (b) + + + + .....
1 8 27 64 1 4 9 16 n =1 ⎢
⎣ ⎥⎦

SOLUTION
(a) Step 1: To find "un " the nth term of the given series. The numerators 3, 4, 5,
6......of the terms, are in AP.
nth term tn = 3 + ( n − 1) .1 = n + 2
n+2
Denominators are 13 , 23 ,33 , 43.....nth term = n3 ; ∴ un =
n3
Step 2: To choose the auxiliary series Σvn . In un , the highest degree of n in the
numerator is 1 and that of denominator is 3.
Sequences and Series 11

1 1
∴ we take, vn = 3−1
= 2
n n
un n+2 2 n+2 ⎛ 2⎞
Step 3: Lt = Lt × n = Lt = Lt ⎜1 + ⎟ = 1, which is non- zero and
n →∞ vn n →∞ n 3 n →∞ n n →∞
⎝ n⎠
finite.
un
Step 4: Conclusion: Lt =1
n →∞ v
n

1
∴ Σun and Σvn both converge or diverge (by comparison test). But Σvn = Σ is
n2
convergent by p-series test (p = 2 > 1); ∴ Σun is convergent.

4 5 6 7
(b) + + + + .....
1 4 9 16
n+3
Step 1: 4 , 5, 6, 7, .....in AP , tn = 4 + ( n − 1)1 = n + 3 ∴ un =
n2
1
Step 2: Let Σvn = be the auxiliary series
n
u ⎛ n +3⎞ ⎛ 3⎞
Step 3: Lt n = Lt ⎜ 2 ⎟ × n = Lt ⎜1 + ⎟ = 1 , which is non-zero and finite.
n →∞ v
n
n →∞
⎝ n ⎠ n →∞
⎝ n⎠
Step 4: ∴ By comparison test, both Σun and Σvn converge are diverge together.
1
But Σvn = Σ is divergent, by p-series test (p = 1); ∴ Σun is divergent.
n
1
⎡ 1 ⎤
∞ ⎧ ⎛ ⎞ ⎫ ⎛ ⎞
Σ ⎡( n + 1) ⎤
− n = ⎨n ⎜1 + 4 ⎟⎬ – n = n ⎜1 + 4 ⎟ – 1⎥

4 14
4 1 4 1 4
(c)
⎣⎢
n =1 ⎦⎥ ⎩ ⎝ n ⎠⎭ ⎢⎝ n ⎠ ⎥
⎣⎢ ⎦⎥
⎡ 1⎛1 ⎞ ⎤
⎢ ⎜ − 1⎟ ⎥ ⎡ 1 ⎤
= n ⎢1 + 4 + ⎝
1 4 4 ⎠ 1 3
. 8 + ..... − 1⎥ = n ⎢ 4 − + .....⎥
⎢ n n ⎥ ⎣ n n ⎦
8
4 2! 4 32
⎢⎣ ⎥⎦
1 3 1 ⎡1 3 ⎤
= 3− + .... = 3 ⎢ − + .....⎥
4n 32n 7 n ⎣ 4 32n 4 ⎦
1
Here it will be convenient if we take vn = 3
n
12 Engineering Mathematics - I

un ⎛1 1 ⎞ 1
Lt = Lt ⎜ − + ..... ⎟ = , which is non-zero and finite
n →∞ v 32n
⎝ ⎠ 4
n →∞ 4 4
n

∴ By comparison test, Σun and Σvn both converge or both diverge. But by p-
1
series test Σvn = is convergent. (p = 3 > 1); ∴ Σun is convergent.
n3

EXAMPLE 2
3
3n 2 + 1
If u n = show that Σun is divergent
4
2n3 + 3n + 5

SOLUTION
As n increases, un approximates to
1 2 1
3
3n 2 3 3
n 3
3 3
1
= 1
× 3
= 1
. 1
4
2n3 2 4
n 4
2 4
n 12

1
1 u 33
∴ If we take vn = , Lt n = 1 which is finite.
1 n →∞ v
n 12 n 2 4
1
[(or) Hint: Take vn = l1 − l2
, where l1 and l2 are indices of ‘n’ of the largest terms
n
1 1
in denominator and nominator respectively of un . Here vn = 3 2
= 1
]

n 4 3
n 12

1
By comparison test, Σvn and Σun converge or diverge together. But Σvn = Σ 1
is
n 12

1
divergent by p – series test ( since p = <1)
12
∴ Σun is divergent.

EXAMPLE 3
1 2 3 4
Test for the convergence of the series. + + + + ......
2 3 4 5
SOLUTION
n 1 1 u 1
Here, un = ; Take vn = = = 1 , Lt n = Lt = 1 (finite)
n +1 1 1
− n 0 n →∞ vn n →∞
1+
1
n 2 2
n
Sequences and Series 13

Σvn is divergent by p – series test. (p = 0 < 1)


∴ By comparison test, Σun is divergent, (Students are advised to follow the procedure
given in ex. 1.2.9(a) and (b) to find “ un ” of the given series.)

EXAMPLE 4
1 1 1
Show that 1 + + + ....... + + ..... is convergent.
1 2 n
SOLUTION
1
un = (neglecting 1st term )
n
1 1 1
= < = n −1
1.2.3......n 1.2.2.2.....n − 1times (2 )
1 1 1
∴ Σun < 1 + + 2 + 3 + ......
2 2 2
1
which is an infinite geometric series with common ratio < 1
2
1
∴ Σ n −1 is convergent. (1.2.3(a)). Hence Σun is convergent.
2

EXAMPLE 5
1 1 1
Test for the convergence of the series, + + + .......
1.2.3 2.3.4 3.4.5
SOLUTION
1 1 un
n3
un = ; Take vn = Lt = Lt = 1 (finite)
n ( n + 1)( n + 2 ) n3 3⎛
n →∞ v1 ⎞⎛ 2 ⎞
n →∞
n ⎜ 1 + ⎟⎜ 1 + ⎟
n

⎝ n ⎠⎝ n ⎠
∴ By comparison test, Σun , and Σvn converge or diverge together. But by p-series test,
1
Σvn = Σ 3 is convergent ( p = 3 > 1 ); ∴ Σun is convergent .
n
EXAMPLE 6

If un = n 4 + 1 − n 4 − 1, show that Σun is convergent. [JNTU, 2005]


SOLUTION
1 1
⎛ 1 ⎞2 ⎛ 1 ⎞2
un = n 2 ⎜ 1 + 4 ⎟ − n 2 ⎜ 1 − 4 ⎟
⎝ n ⎠ ⎝ n ⎠
14 Engineering Mathematics - I

⎡⎛ 1 1 1 ⎞ ⎛ 1 1 1 ⎞⎤
= n 2 ⎢⎜ 1 + 4 − 8 + − .... ⎟ − ⎜1 − 4 − 8 − − ..... ⎟ ⎥
⎣⎝ 2n 8n 16n ⎠ ⎝ 2n 8n 16n ⎠⎦
12 12

⎡1 1 ⎤ 1 ⎡ 1 ⎤
= n 2 ⎢ 4 + 12 + ....⎥ = 2 ⎢1 + 10 + ....⎥
⎣ n 8n ⎦ n ⎣ 8n ⎦
1 u
Take vn = 2 , hence Lt n = 1
n n →∞ vn
1
∴ By comparison test, Σun and Σvn converge or diverge together. But Σvn = is
n2
convergent by p –series test (p = 2 > 1) ∴ Σun is convergent.

EXAMPLE 7
1 1 1
Test the series + + + ..... for convergence.
1+ x 2 + x 3 + x
SOLUTION
1 1 un n 1
un = ; take vn = , then = =
n+ x n vn n + x 1 + x
n
⎛ ⎞
⎜ 1 ⎟ 1
Lt ⎜ ⎟ = 1; Σvn = Σ is divergent by p-series test (p =1 )
⎜1+ x ⎟ n
n →∞

⎝ n⎠
∴ By comparison test, Σun is divergent.
EXAMPLE 8

⎛1⎞
Show that Σ sin ⎜ ⎟ is divergent.
n =1
⎝n⎠
SOLUTION
⎛1⎞ 1
un = sin ⎜ ⎟ ; take vn =
⎝n⎠ n
⎛1⎞
sin ⎜ ⎟
u ⎝ n ⎠ = Lt sin t (where t = 1 ) = 1
Lt n = Lt
n →∞ v n →∞ ⎛ 1 ⎞ t →0 t n
n
⎜ ⎟
⎝n⎠
1
∴ Σu , Σvn both converge or diverge . But Σvn = Σ is divergent
n
n
( p -series test, p = 1 ); ∴ Σun is divergent.
Sequences and Series 15

EXAMPLE 9
⎛1⎞
Test the series Σ sin −1 ⎜ ⎟ for convergence.
⎝n⎠
SOLUTION
1 1
un = sin −1 ; Take vn =
n n
⎛1⎞
−1⎜ ⎟
u sin ⎝ n ⎠ ; = ⎛ θ ⎞ ⎛ 1 ⎞
Lt n = Lt Lt ⎜ ⎟ = 1⎜ Taking sin −1 = θ ⎟
n →∞ v
n
n →∞ ⎛ 1 ⎞ θ → 0
⎝ sin θ ⎠ ⎝ n ⎠
⎜ ⎟
n
⎝ ⎠
But Σvn is divergent. Hence Σun is divergent.

EXAMPLE 10
1 22 33
Show that the series 1 + + + + ..... is divergent.
22 33 43
SOLUTION
1 2 2 33
Neglecting the first term, the series is + + + ..... . Therefore
2 2 33 4 4
nn nn nn 1
un = = n= = ;
( n + 1)
n +1
( )( )
n + 1 n + 1 ⎛ 1⎞ n⎛ 1⎞
n
⎛ 1 ⎞⎛ 1 ⎞
n

n ⎜1 + ⎟ .n ⎜1 + ⎟ n ⎜ 1 + ⎟⎜1 + ⎟
⎝ n⎠ ⎝ n⎠ ⎝ n ⎠⎝ n ⎠
1
Take vn =
n
un 1 1 1
∴ Lt = Lt n
= Lt n
=
vn
n →∞ n →∞
⎛ 1 ⎞⎛ 1 ⎞ n →∞
⎛ 1⎞ e
⎜ 1 + ⎟⎜1 + ⎟ ⎜1 + ⎟ .1
⎝ n ⎠⎝ n ⎠ ⎝ n⎠
1
which is finite and Σvn = Σ is divergent by p –series test ( p = 1)
n
∴ Σun is divergent.

EXAMPLE 11
1 3 5
Show that the series + + + .......∞ is convergent. (JNTU 2000)
1.2.3 2.3.4 3.4.5
SOLUTION
1 3 5
+ + + .......∞
1.2.3 2.3.4 3.4.5
16 Engineering Mathematics - I

⎛ 1⎞
⎜ 2− ⎟
2n − 1 1 ⎝ n⎠
nth term = un = = 2.
n ( n + 1)( n + 2 ) n ⎛ 1 ⎞ ⎛ 2 ⎞
⎜1 + ⎟ ⎜1 + ⎟
⎝ n ⎠⎝ n ⎠
1
Take vn = 2
n
⎛ 1⎞
⎜ 2− ⎟
u 1 ⎝ n⎠ ⎛ 1 ⎞
Lt n = Lt 2 ÷⎜ 2 ⎟
n →∞ v
n
n →∞ n
1+ 1 1+ 2
n ( n )(
⎝n ⎠ )
u 2−0
Lt n = = 2 which is finite and non-zero
n →∞ v
n (1 + 0 )(1 + 0 )
∴ By comparison test ∑u n ∑ v converge or diverge together
and n

∑v is convergent. ∴ ∑ u is also convergent.


1
But n = ∑n 2 n

EXAMPLE 12

1
Test whether the series ∑
n =1 n + n +1
is convergent (JNTU 1997, 1999, 2003)

SOLUTION

1
The given series is ∑
n + n +1
n =1

1
un =
n + n +1
n +1 − n
= n +1 − n
( )( )
=
n + n +1 n +1 − n

⎪⎧⎛ 1 ⎞ 2 ⎪⎫
1
⎧⎛ 1 1 ⎞ ⎫
un = n ⎨⎜1 + ⎟ − 1⎬ = n ⎨⎜1 + − 2 + ..... ⎟ − 1⎬
n⎠ ⎩⎝ 2n 8n
⎩⎪⎝ ⎭⎪ ⎠ ⎭
⎧1 1 ⎫ 1 ⎧1 1 ⎫
u n = n ⎨ – 2 + ...⎬ = ⎨ – + ....⎬
⎩ 2 n 8n ⎭ n ⎩ 2 8n ⎭
Sequences and Series 17

1
Take vn =
n
un 1 ⎧1 2 ⎫ ⎛ 1 ⎞ 1
Lt = Lt ⎨ − + ......⎬ ÷ ⎜ ⎟=
n →∞ v n ⎩ 2 8n
n
n →∞
⎭ ⎝ n⎠ 2
which is finite and non-zero .
Using comparison test ∑ un and ∑v n converge or diverge together.

But
1
∑v = ∑ n
n (
is divergent since p = 1
2 )
∴ ∑u n is also divergent.

EXAMPLE 13

Test for convergence ∑ ⎡⎣
n =1
3
n3 + 1 − n ⎤

[JNTU 1996, 2003, 2003]

th
n term
⎡⎛ 1⎞3 ⎤
1 ⎡
⎢ 1
un = n ⎢⎜ 1 + 3 ⎟ − 1⎥ = n 1 + 3 +
1 1 −1
3 3 1

. 6 + ..... − 1⎥
( )
⎢⎣⎝ n ⎠ ⎥⎦ ⎢ 3n 1.2 n ⎥
⎣ ⎦
1 1 1 ⎛1 1 ⎞ 1
= − 5 + ...... = 2 ⎜ − 3 + ...... ⎟ ; Let vn = 2
3n 9n
2
n ⎝ 3 9n ⎠ n
Then Lt
n →∞
un
vn n →∞ 3 9n (
= Lt 1 − 1 3 + .... = 1 ≠ 0
3 )
∴ By comparison test, ∑u n and ∑v n both converge or diverge.
But ∑v n is convergent by p -series test ( since p = 2 > 1) ∴ ∑u n is convergent.

EXAMPLE 14
2 3 4
Show that the series, p
+ p + p + ....... is convergent for p > 2 and divergent for
1 2 3
p≤2
SOLUTION

nth term of the given series = un =


n +1 n 1+ n
=
1 (
=
1+ 1) (n )
p p p −1
n n n
1 un
Let us take vn = ; Lt = 1 ≠ 0;
n p −1 n →∞ vn
18 Engineering Mathematics - I

∴ ∑ u and ∑ v
n n both converge or diverge by comparison test.
But ∑ v = ∑ 1
n p −1 converges when p -1>1 ; i.e., p >2 and diverges when
n
p − 1 ≤ 1 i.e p ≤ 2 ; Hence the result.
EXAMPLE 15
1
⎛ 2n + 3 ⎞
∞ 2
Test for convergence ∑ ⎜ n ⎟ (JNTU 2003)
n =1 ⎝ 3 + 1 ⎠

SOLUTION

( )
1
⎡ 2n 1 + 3 ⎤ 2
1
⎛ ⎞
un ⎜ 1 +
2
n 3
⎢ 2n ⎥ 2 n
2 ⎟
un = ⎢ vn = n ; =
( ) ⎥ ; Take
vn ⎜ 1 + 1 n⎟
⎢⎣ 3 1 + 3n
n 1 3
⎥⎦ ⎝ 3 ⎠
un
Lt
n →∞ v
= 1 ≠ 0 ; ∴ By comparison test, ∑u n and ∑v n behave the same way.
n
n 3

⎛2⎞ 2 2 2 ⎛2⎞ 2
But ∑ vn = ∑ ⎜ ⎟ = + + ⎜ ⎟ + ....., which is a geometric series with
n =1 ⎝ 3 ⎠ 3 3 ⎝3⎠
common ratio 2 (<1) ∴ ∑ vn is convergent. Hence ∑ un is convergent.
3
EXAMPLE 16
1 4 9
Test for convergence of the series, + + + ...... (JNTU 2003)
4.7.10 7.10.13 10.13.16
SOLUTION
4, 7, 10,..............is an A . P; tn = 4 + ( n − 1) 3 = 3n + 1
7, 10, 13,............is an A . P; tn = 7 + ( n − 1) 3 = 3n + 4
and 10 , 13 , 16 ,.............is an A. P; tn = 10 + ( n − 1) 3 = 3n + 7
n2 n2
∴ un = =
( 3n + 1)( 3n + 4 )( 3n + 7 ) 3n 1 + 1 ( 3n ) .3n (1 + 4 3n ) .3n (1 + 7 3n )
1
( )( )( )
= ;
27 n 1 + 1 1+ 4 1+ 7
3n 3n 3n
Sequences and Series 19

1
Taking vn = , we get
n
un 1
Lt
n →∞ v
=
27
≠ 0 ; ∴ By comparison test, both ∑u n and ∑v n behave in the same
n

manner. But by p –series test, ∑v n is divergent, since p = 1. ∴ ∑u n is divergent .

EXAMPLE 17
2 n 2 − 5n + 1
Test for convergence ∑ 4n 3 − 7 n 2 + 2 (JNTU 2003)

SOLUTION
2 n 2 − 5n + 1
nth term of the given series = un =
4n3 − 7 n 2 + 2
1
Let vn =
n2
⎡ n 2− 5 + 1 ⎤ ⎡ 2− 5 + 1 ⎤
un ⎢ n n 2 n2 ⎥ ⎢ n n2 ⎥ 2
Lt = Lt . ⎢ × ⎥ = Lt ⎢ ⎥= 4 ≠0
n →∞ v
n
n →∞
⎢⎣ n 4 − n + n3
3 7 2
( 1
⎥⎦
n →∞ 7
)
⎢⎣ 4 − n + n3
2
( ) ⎥⎦
∴ By comparison test, ∑ un and ∑ vn both converge or diverge.
But ∑v n is convergent. [p series test – p = 2 > 1] ∴ ∑u n is convergent .

EXAMPLE 18
1
Test the series ∑u n , whose nth term is
( 4n 2
− i)
SOLUTION
⎡ ⎤
1 un ⎢
1 n2 ⎥ 1
un = Lt Let vn = 2 ,
= Lt ⎢ ⎥= 4≠0
( )
;
( 4n − i )
2 n →∞ v
n
n →∞ n i
⎢⎣ n 4 − n 2 ⎥⎦
2

∴ ∑ un and ∑ vn both converge or diverge by comparison test. But ∑ vn is


convergent by p –series test ( p = 2 > 1) ; ∴ ∑u n is convergent.

∑ 4n
1
Note: Test the series
n =1
2
–1
20 Engineering Mathematics - I

EXAMPLE 19
⎛1⎞ ⎛1⎞
If un = ⎜ ⎟ .sin ⎜ ⎟ , show that
⎝n⎠ ⎝n⎠
∑u n is convergent .

SOLUTION
1
Let vn =
n2
, so that ∑v n is convergent by p –series test .

⎛u
Lt ⎜ n

= Lt
sin 1 ( )
n = Lt ⎛ sin t ⎞
⎟ n →∞ ⎜ ⎟
n →∞ v
⎝ n ⎠ 1
n ( )
t →0
⎝ t ⎠

⎛ un ⎞
where t = 1/n, Thus Lt ⎜ ⎟ =1≠ 0
n →∞
⎝ vn ⎠
∴ By comparison test, ∑u n is convergent.

EXAMPLE 20
1
Test for convergence ∑ n
tan( 1 )
n
SOLUTION
; Lt ⎡ n ⎤ = 1 ≠ 0 ( as in above example)
u
Take vn = 1
n
3
2 n →∞ ⎢⎣ vn ⎥⎦
Hence by comparison test, ∑u n converges as ∑v n converges.

EXAMPLE 21

⎛1⎞
Show that ∑ sin
n =1
2
⎜ ⎟ is convergent.
⎝n⎠
SOLUTION

( ) ⎤⎥
2
⎡ sin 1
⎛ un ⎞
2
⎛1⎞ 1 n ⎛ sin t ⎞
Let un = sin ⎜ ⎟ ; 2
Take vn = 2 , Lt ⎜ ⎟ = Lt ⎢ = Lt ⎜ ⎟
n →∞ ⎢ ⎥
⎝n⎠ n n →∞ v
⎝ n⎠ 1 t → 0
⎝ t ⎠
⎣ n ⎦
t = 1 ; Lt ⎛⎜ n ⎞⎟ = 12 = 1 ≠ 0
u
where
n n→∞ ⎝ vn ⎠
∴ By comparison test, ∑ un and ∑ vn behave the same way.
But ∑v n is convergent by p- series test, since p = 2 > 1; ∴ ∑u n is convergent.
Sequences and Series 21

EXAMPLE 22

Show that ∑
n=2
1
log ( n n )
is divergent.

SOLUTION
un = 1 ; log 2 < 1 ⇒ 2 log 2 < 2 ⇒ 1 >1 ;
n log n 2 log 2 2
Similarly 1 > 1 ..... 1 > 1 ,n∈ N
3log 3 3, n log n n
∴ ∑ 1 > ∑ 1 ; But ∑ 1 is divergent by p-series test.
n log n n n
By comparison test, given series is divergent. [If ∑ vn is divergent and un ≥ vn ∀n then

∑u n is divergent.]
(Note : This problem can also be done using Cauchy’s integral Test.
EXAMPLE 23

∑ (c + n) ( d + n)
−r −s
Test the convergence of the series , where c, d, r, s are all +ve.
n =1

SOLUTION
1
The nth term of the series = un = .
(c + n) ( d + n)
r s

1 un nr +s 1
Let vn = r +s
Then = r s
= r s
n vn ⎛ c⎞ ⎛ d⎞ ⎛ c⎞ ⎛ d⎞
n ⎜ 1 + ⎟ .n s ⎜1 + ⎟
r
⎜1 + ⎟ ⎜1 + ⎟
⎝ n⎠ ⎝ n⎠ ⎝ n⎠ ⎝ n⎠
un
Lt = 1 ≠ 0 , ∴ ∑ un and ∑v n both converge are diverge, by comparison test.
n →∞ vn
But by p-series test, ∑v n converges if (r + s) > 1 and diverges if (r + s) ≤ 1
∴ ∑u n converges if ( r + s ) > 1 and diverges if ( r + s ) ≤ 1.

EXAMPLE 24

( ) is divergent.
∑n
− 1+ 1
n
Show that
1

SOLUTION
un = n
(
− 1+ 1
n )= 1 Take vn =
1 u 1
; Lt n = Lt 1 = 1 ≠ 0
1
n.n n n n →∞ vn n →∞
n n
22 Engineering Mathematics - I

1
1 1
For let Lt = y say; log y = Lt − .log n = − Lt n = 0
n →∞ 1 n →∞ n n →∞ 1
n n

⎛∞⎞
∴ y = e0 = 1 (⎜
⎟ using L Hospitals rule)
⎝∞⎠
By comparison test both ∑ un and ∑ vn converge or diverge. But p-series test,

∑v n diverges (since p =1); Hence ∑u n diverges.

EXAMPLE 25
(n + a)
r

Test for convergence the series ∑
n =1 ( n + b ) ( n + c )
p q
, a, b, c , p, q, r, being +ve.

SOLUTION

( ) ( )
r
1+ a
r
(n + a ) r nr 1 + a 1 n
un = = n
(1 + b n ) n (1 + c n )
= . ;
(n + b ) p (n + c )q ( )( )
p q p+ q −r p q
np q n 1+ b 1+ c
n n
1 un
Take vn = p+ q −r
; Lt =1≠ 0 ;
n n →∞ v
n

Applying comparison tests both ∑u n and ∑v n converge or diverge.


But by p-series test, ∑v n converges if ( p+ q –r ) > 1and diverges if ( p + q –r) ≤ 1.
Hence ∑u n converges if ( p + q – r ) > 1 and diverges if ( p + q – r) ≤ 1.

EXAMPLE 26
Test the convergence of the following series whose nth terms are:
( 3n + 4 ) 1 ⎛ 1 ⎞ ⎛ n +1 ⎞
n

(a) ; (b) tan ; (c) ⎜ 2 ⎟⎜ ⎟


( 2n + 1)( 2n + 3)( 2n + 5) n ⎝ n ⎠⎝ n + 3 ⎠
1 1
(d) ; (e)
( 3 + 5n )
n
n.3n
SOLUTION
1 ⎛u ⎞ 3
2 ∑ n
(a) Hint : Take vn = ; v is convergent; Lt ⎜ n ⎟ = ≠ 0 (Verify)
n n →∞ v
⎝ n⎠ 8
Apply comparison test:
∑ un is convergent [the student is advised to work out this problem fully ]
Sequences and Series 23

(b) Proceed as in Example 8; ∑u n is convergent.

(1 + 1n ) = e = 1 ≠ 0
n
1 ⎛u ⎞
(c) Hint : Take vn = 2 ; Lt ⎜ n ⎟ = Lt
( )
n
n n →∞ v
⎝ n ⎠ n→∞ 1 + 3 e3 e 2
n
1
vn = 2 is convergent (work out completely for yourself )
n
1 1 1 1 ⎛u ⎞
(d) un = = n. ; Take vn = n ; Lt ⎜ n ⎟ = 1 ≠ 0
3 +5
n n
5 ⎡ ⎛3⎞ ⎤ n
5 n →∞ v
⎝ n⎠
⎢1 + ⎜ ⎟ ⎥
⎣⎢ ⎝ 5 ⎠ ⎦⎥
∑u n and ∑v n behave the same way. But ∑v n is convergent since it is a
1
geometric series with common ratio <1
5
∴ ∑u n is convergent by comparison test .

1 1
(e) n
≤ n , ∀n ∈ N , since n.3n ≥ 3n ;
n.3 3
1 1
∴ ∑ n.3n ≤ ∑ 3n …..(1)

The series on the R.H .S of (1) is convergent since it is geometric series with
1
r= <1.
3
1
∴ By comparison test ∑ n.3 n
is convergent.

EXAMPLE 27
Test the convergence of the following series.

1+ 2 1+ 2 + 3 1+ 2 + 3 + 4
(a) 1+ + 2 + 2 + ...............
1 + 2 1 + 2 + 3 1 + 22 + 32 + 42
2 2 2 2

12 + 22 12 + 22 + 32 12 + 22 + 32 + 42
(b) 1 + 3 3 + 3 3 3 + 3 3 3 3 + ..............
1 +2 1 +2 +3 1 +2 +3 +4
24 Engineering Mathematics - I

SOLUTION

n
( n + 1)
1 + 2 + 3 + .... + n 2 3
(a) un = 2 = =
1 + 22 + 32 + .....n 2
n ( n + 1)
( 2n + 1) ( 2n + 1)
6
1 un ⎛ 3 n ⎞ 3
Take vn = ; Lt = Lt ⎜ ⎟ = ≠0
n n →∞ v n →∞ 2n + 1
n ⎝ ⎠ 2
∑u n and ∑v n behave alike by comparison test.
But ∑v n is diverges by p-series test. Hence ∑u n is divergent.

n ( n + 1)
( 2n + 1)
1 + 2 + .... + n
2 2 2
6 2 ( 2n + 1)
(b) un = = =
13 + 23 + .....n3 ( n + 1)
2
3n ( n + 1)
n2
4
1
Hint : Take vn = and proceed as in (a) and show that
n
∑u n is divergent.

Exercise 1.1
1. Test for convergence the infinite series whose nth term is:
1
(a) [Ans : divergent]
n− n
n +1 − n
(b) [Ans : convergent]
n
(c) n2 + 1 − n [Ans : divergent]
n
(d) [Ans : convergent]
n −1
2

(e) n3 + 1 − n3 [Ans : divergent]


1
(f) [Ans : divergent]
n ( n + 1)
n
(g) [Ans : convergent]
n +1
2

2n 3 + 5
(h) [Ans : convergent]
4n 5 + 1
Sequences and Series 25

2. Determine whether the following series are convergent or divergent.


1 2 3
(a) −1
+ −2
+ + ............ [Ans : divergent]
1+ 3 1+ 3 1 + 3−3
12 22 32 2 + 10n
(b) + 3 + 3 + ........ + + ..... ....... [Ans : convergent]
13
2 3 n3
1 1 1
(c) + + + ...... ........ [Ans : divergent]
1+ 2 2+ 3 3+ 4
2 3 4
(d) + + + ...... ......... [Ans : divergent]
32 42 52
1 1 1
(e) + + + .......... [Ans : convergent]
12 23 34
∞ 3
n2 + 1
(f) ∑ ............... [Ans : divergent]
n =1
4
4n 2 + 2 n + 3

∑ (8 )
∞ 1
(g) n
− 1 .................... [Ans : divergent]
1


3n3 + 8
(h) ∑1 5n5 + 9 ........................ [Ans : convergent]

1 2 3
(i) + + + ........... [Ans : divergent]
1.3 3.5 5.7

1.3.3 D’ Alembert’s Ratio Test


un +1
Let (i) ∑u n be a series of +ve terms and (ii) Lt
n →∞ un
= k ( ≥ 0)

Then the series ∑u n is (i) convergent if k < 1 and (ii) divergent if k > 1.
Proof :
un +1
Case (i) Lt = k ( < 1)
n →∞ u
n
From the definition of a limit, it follows that
un +1
∃m > 0 and l ( 0 < l < 1) ∋ < l∀n ≥ m
un
26 Engineering Mathematics - I

um +1 u
i.e., < l , m + 2 < l ,..........
um um +1
⎡ u u ⎤
∴ um + um +1 + um + 2 + ...... ........ = um ⎢1 + m +1 + m + 2 + .....⎥
⎣ um um ⎦
um 1 um um 1
um 1 2
. .....
um um 1 um

< um (1 + l + l 2 + ...) = um .
1
( l < 1)
1− l

1
But um .
1− l
is a finite quantity ∴ ∑u
n=m
n is convergent

By adding a finite number of terms u1 + u2 + ...... + um −1 , the convergence of the



series is unaltered. ∑u
n=m
n is convergent.

un +1
Case (ii) Lt = k >1
n →∞ u
n

There may be some finite number of terms in the beginning which do not satisfy
un +1
the condition ≥ 1 . In such a case we can find a number ‘m’
un
un +1
∋ ≥ 1, ∀n ≥ m
un
Omitting the first ‘m’ terms, if we write the series as u1 + u2 + u3 + ........., we

have
u2 u u
≥ 1, 3 ≥ 1, 4 ≥ 1 .......... and so on
u1 u2 u3
⎛ u u u ⎞
∴ u1 + u2 + ...... + un = u1 ⎜1 + 2 + 3 . 2 + ..... ⎟ (to n terms)
⎝ u1 u2 u1 ⎠
≥ u1 (1 + 1 + 1.1 +.......to n terms)
= nu1
n
Lt
n →∞
∑u
n =1
n ≥ Lt n.u1 which → ∞ ; ∴
n →∞
∑u n is divergent .
Sequences and Series 27


1
Note: 1 The ratio test fails when k = 1. As an example, consider the series, ∑n
n =1
p

p
p ⎛ 1 ⎞
un +1 ⎛ n ⎞ ⎜ ⎟ =1
Here Lt = Lt ⎜ ⎟ = Lt
n →∞ n + 1 n →∞ ⎜
n →∞ u
⎝ ⎠ 1+ 1 ⎟
n
⎝ n⎠
i.e., k = 1 for all values of p,
But the series is convergent if p > 1 and divergent if p ≤ 1 , which shows that
when k = 1, the series may converge or diverge and hence the test fails .
Note: 2 Ratio test can also be stated as follows:
un
If ∑u n is series of +ve terms and if Lt
n →∞ u
= k , then ∑u n is convergent
n +1

If k > 1 and divergent if k < 1 (the test fails when k = 1).

Solved Examples
Test for convergence of Series

EXAMPLE 28
x x2 x3
(a) + + + ................. (JNTU 2003)
1.2 2.3 3.4

SOLUTION
xn x n +1 un +1 x n +1 n ( n + 1) 1
un = ; un +1 = ; = . = x.
n ( n + 1) ( n + 1)( n + 2 ) un ( n + 1)( n + 2 ) x n
⎛ 2⎞
⎜1 + ⎟
⎝ n⎠
un +1
Therefore Lt =x
n →∞ u
n

∴ By ratio test ∑u n is convergent When |x| < 1 and divergent when | x | > 1;
1 1 u
When x = 1, un = ; Take vn = 2 ; Lt n = 1
n (1 + 1 n )
2
n n→∞ vn
∴ By comparison test ∑u n is convergent.
Hence ∑u n is convergent when x ≤ 1 and divergent when x > 1 .
28 Engineering Mathematics - I

(b) 1 + 3x + 5 x 2 + 7 x 3 + .......

SOLUTION
un +1 ⎛ 2n + 1 ⎞
un = ( 2n − 1) x n −1 ; un +1 = ( 2n + 1) x n ; Lt = Lt ⎜ ⎟x = x
n →∞ u n →∞ 2n − 1
n ⎝ ⎠
∴ By ratio test ∑u n is convergent when x < 1 and divergent when x > 1
When x = 1: un = 2n − 1; Lt un = ∞ ; ∴
n →∞
∑u n is divergent.

Hence ∑u n is convergent when x < 1 and divergent when x ≥ 1


xn
(c) ∑
n =1 n + 1
2
...........

SOLUTION
xn x n +1
un = ; un +1 = .
n2 + 1 ( n + 1) +1
2

( )
⎡ 2 ⎤
un +1 ⎛ n + 1 ⎞ 2
un +1 ⎢ n 1 + 1 2 ⎥
=⎜ 2 = Lt ⎢ n ⎥ ( x) = x
Hence ⎟ x , nLt
un ⎝ n + 2n + 2 ⎠ →∞ u
n
n →∞
⎢ n2 1 + + 2 ⎞ ⎥
⎛ 2
⎢⎣ ⎜⎝ n n 2 ⎟⎠ ⎥⎦
∴ By ratio test, ∑ un is convergent when x < 1 and divergent when x > 1 When
1 1
x = 1: un = ; Take vn = 2
n +1 2
n
∴ By comparison test, ∑ un is convergent when x ≤ 1 and divergent when x > 1

EXAMPLE 29

⎛ n2 − 1 ⎞ n
Test the series ∑ ⎜ 2 ⎟x , x > 0 for convergence.
n →∞ ⎝ n + 1 ⎠

SOLUTION
⎛ n2 − 1 ⎞ n ⎡ ( n + 1)2 − 1 ⎤ n +1
un = ⎜ 2 ⎟ x ; un +1 = ⎢ ⎥x
⎝ n +1 ⎠ ⎢⎣ ( n + 1) + 1 ⎥⎦
2
Sequences and Series 29

un +1 ⎡⎛ n 2 + 2n ⎞ ( n 2 + 1) ⎤
Lt = Lt ⎢⎜ 2 ⎟ 2 ⎥ .x
n →∞ u
n
n →∞
⎢⎣⎝ n + 2n + 2 ⎠ ( n − 1) ⎥⎦

= Lt ⎢ 4
(
n 4 (1 + 2 n ) 1 + 1 n 2 ⎤
⎥=x
)
⎣ (
n →∞ ⎢ n 1 + 2 n + 2 n 2 1 –)(
1 n 2
⎥⎦ )
∴ By ratio test, ∑ un is convergent when x < 1 and divergent when x > 1 when x = 1,
n2 − 1 1
un = Take vn = 0
n +1
2
n
Applying p-series and comparison test, it can be seen that ∑u n is divergent when x = 1.
∴ ∑u n is convergent when x < 1 and divergent x ≥ 1

EXAMPLE 30
2 p 3p 4 p
Show that the series 1 + + + + ..... , is convergent for all values of p.
2 3 4
SOLUTION
( n + 1)
p
np
un = ; un +1 =
n n +1
un +1 ⎡ ( n + 1) p n ⎤ ⎧⎪ 1 ⎛ n + 1 ⎞ p ⎫⎪
Lt = Lt ⎢ × p ⎥ = Lt ⎨ ⎜ ⎟ ⎬
n →∞ u
n
n →∞
⎢⎣ n + 1 n ⎥⎦ n→∞ ⎩⎪ ( n + 1) ⎝ n ⎠ ⎭⎪
p
1 ⎛ 1⎞
= Lt × Lt ⎜1 + ⎟ = 0 < 1 ;
n →∞ ( n + 1) n →∞
⎝ n⎠
∑u n is convergent for all ‘ p ‘ .

EXAMPLE 31
Test the convergence of the following series
1 1 1 1
p
+ p + p + p + ............
1 3 5 7
SOLUTION
1 1
un = ; un +1 =
( 2n − 1) ( 2n + 1)
p p
30 Engineering Mathematics - I

un +1 ( 2n − 1) 2 p.n p (1 − 1 2n )
p p
un +1
= = ; Lt =1
( 2n + 1) 2 p n p (1 + 1 2n )
p p
un n →∞ u
n

∴ Ratio test fails.


1 u np 1 un 1
Take vn = p ; n = = ; Lt = p,
n vn ( 2n − 1) p ⎛ 1 ⎞
p n →∞ v 2
2 p ⎜1 − ⎟ n

⎝ 2n ⎠
which is non – zero and finite
∴ By comparison test, ∑ un and ∑v n both converge or both diverge.
1
But by p – series test, ∑ v n = ∑n p
converges when p > 1 and diverges

when p ≤ 1
∴ ∑u n is convergent if p > 1 and divergent if p ≤ 1 .

EXAMPLE 32

(n + 1)x n ; x > 0
Test the convergence of the series ∑n =1 n3
SOLUTION

un =
( n + 1) x n ; u ( n + 2 ) x n+1
( n + 1)
n +1
n3 3

n + 2 n +1 ⎛ n + 2 ⎞⎛ n ⎞
3
un +1 n3
= x =⎜ .x
( n + 1) x ⎝ n + 1 ⎟⎠ ⎜⎝ n + 1 ⎟⎠
. .
un ( n + 1) n
3

⎛ 2⎞
un +1 ⎜ 1+ n ⎟ 1
Lt = Lt ⎜ ⎟ .x = x
n →∞ u 1 3
n
n →∞
⎜ 1+ ⎟ 1+⎛ 1 ⎞
⎝ n ⎠ ⎜⎝ n ⎟⎠
∴ By ratio test, ∑u n converges when x < 1 and diverges when x > 1 .
n +1
When x = 1, un =
n3
1
Take vn = ; By comparison test ∑ un is convergent ( give proof )
n2
∴ ∑ un is convergent if x ≤ 1 and divergent if x > 1.
Sequences and Series 31

EXAMPLE 33
Test the convergence of the series (JNTU 2002)

⎛n 2
1 ⎞ 2.5.8 2.5.8.11 1 1.2 1.2.3
(i) ∑⎜ 2 n
+ 2 ⎟
n ⎠
(ii) 1 + + + ... (iii) + + +
n −1 ⎝ 1.5.9 1.5.9.13 3 3.5 3.5.7
SOLUTION

⎛ n2 1 ⎞ ∞
n2 ∞ 1 n2 1
(i) ∑ ⎜ n+ 2⎟ =
n −1 ⎝ 2 n ⎠

n =1 2
n
+∑ 2
n =1 n
Let un =
2 n
; vn = 2
n
( n + 1) ( n + 1) . 2n
2 2 2
u u 1 ⎛ 1⎞ 1
un +1 = ; n +1 = Lt n +1 = Lt . ⎜1 + ⎟ = < 1
2n +1 un 2n +1 n 2 n →∞ u
n
n →∞ 2
⎝ n⎠ 2

∴ By ratio test∑ u is convergent. By p –series test, ∑ v


n n is convergent.
∴ The given series ( ∑ u + ∑ v ) is convergent.n n

2.5.8 2.5.8.11
(ii) Neglecting the first term, the series can be taken as, + +
1.5.9 1.5.9.13
Here, 1st term has 3 fractions ,2nd term has 4 fractions and so on .
∴ nth term contains ( n + 2 ) fractions
2. 5. 8.......are in A. P.
∴ ( n + 2)
th
term = 2 + ( n + 1 ) 3 = 3n + 5 ;
∴ 1. 5. 9,.......are in A. P.
∴ ( n + 2 ) term = 1 + ( n + 1 ) 4 = 4n + 5
th

2.5.8..... ( 3n + 5 )
∴ un =
1.5.9..... ( 4n + 5 )
2.5.8..... ( 3n + 5 )( 3n + 8 )
un +1 =
1.5.9..... ( 4n + 5 )( 4n + 9 )
⎛ 8⎞
n⎜3+ ⎟
un +1
=
( 3n + 8) ; u
Lt n +1 = Lt ⎝
n⎠ 3
= <1
un ( 4n + 9 ) n →∞ u
n
n →∞ ⎛ 9⎞ 4
n⎜4 + ⎟
⎝ n⎠
∴ By ratio test, ∑u n is convergent.
32 Engineering Mathematics - I

(iii) 1, 2, 3, ........ are in A. P nth term = n ; 3. 5. 7..........are in A.P. nth term = 2n + 1


⎡ 1.2.3.....n ⎤
∴ un = ⎢ ⎥
⎣ 3.5.7..... ( 2n + 1) ⎦
⎡ 1.2.3.....n ( n + 1) ⎤
un +1 = ⎢ ⎥
⎣ 3.5.7..... ( 2n + 1)( 2n + 3) ⎦
un +1 ⎛ n + 1 ⎞
=⎜ ⎟
un ⎝ 2n + 3 ⎠
⎛ 1⎞
n. ⎜1 + ⎟
u n⎠ 1
Lt n +1 = Lt ⎝ = <1
n →∞ u n →∞ ⎛ 3⎞ 2
n
n⎜2 + ⎟
⎝ n⎠
∴ By ratio test, ∑ un is convergent.

EXAMPLE 34

1.3.5.... ( 2n − 1) n −1
Test for convergence ∑n =1 2.4.6....2n
.x ( x > 0 ) (JNTU 2001)

SOLUTION
1.3.5.... ( 2n − 1) n −1
The given series of +ve terms has un = .x
2.4.6....2n
1.3.5.... ( 2n + 1) n
and un +1 = x
2.4.6.... ( 2n + 2 )

un +1
Lt = Lt ⎜
⎛ 2n + 1 ⎞
x Lt
2n 1 + 1 (
2n .x = x )

( )
=
n →∞ u n →∞ 2n + 2
n ⎝ ⎠ n →∞
2n 1 + 2
2n
∴ By ratio test, ∑ un is converges when x < 1 and diverges when x > 1 when x = 1, the

test fails.
1.3.5.... ( 2n − 1)
Then un = < 1 and Lt un ≠ 0
2.4.6.....2n n →∞

∴ ∑ un is divergent. Hence ∑ un is convergent when x < 1, and divergent when x ≥ 1


Sequences and Series 33

EXAMPLE 35
2 6 2 ⎛ 2n − 2 ⎞ n −1
Test for the convergence of 1 + x + x + ........ + ⎜ n ⎟ x + ..... ( x > 0 )
5 9 ⎝ 2 +1 ⎠
(JNTU 2003)
SOLUTION
⎛ 2n − 2 ⎞ n −1
Omitting 1st term, un = ⎜ ⎟ x , ( n ≥ 2 ) and ' un ' are all +ve.
⎝ 2 +1 ⎠
n

=
(2 n +1
− 2) ⎛ un +1 ⎞
=
⎛ 2n +1 − 2 ⎞ ⎛ 2n + 1 ⎞
⎟×⎜ n
n
un +1 x ; Lt ⎜ ⎟ Lt . ⎜ n +1 ⎟ .x
(2 n +1
+ 1) n →∞
⎝ un ⎠ n→∞ ⎝ 2 + 1 ⎠ ⎝ 2 − 2 ⎠

= Lt
⎡ 2n +1 1 − 1
⎢ 2 n (
2n 1 + 1 n ⎤
2 .x ⎥ = x ; ) ( )
( ) ( )
.
n →∞ ⎢ n +1 ⎥
⎢⎣ 2 1 + 2n +1 2 1 − 2n ⎥⎦
1 n 2

Hence, by ratio test, ∑ un converges if x < 1 and diverges if x > 1.


2n − 2
When x = 1, the test fails. Then un = ; Lt un = 1 ≠ 0 ; ∴
2n + 1 n→∞
∑u n diverges

Hence ∑u n is convergent when x < 1 and divergent x > 1

EXAMPLE 36
( 3 − 4i )
n

Using ratio test show that the series ∑
n=0 n!
converges (JNTU 2000)

SOLUTION
( 3 − 4i ) ( 3 − 4i )
n n +1
⎛ un +1 ⎞ ⎛ 3 − 4i ⎞
un = ; un +1 = ; Lt ⎜ ⎟ = nLt ⎜ ⎟ = 0 <1
n! (n + 1)!
⎝ un ⎠ →∞ ⎝ n + 1 ⎠
n →∞

Hence, by ratio test, ∑u n converges.

EXAMPLE 37
2 3 2 4 3
Discuss the nature of the series, x+ x + x + ........∞ ( x > 0 ) (JNTU 2003)
3.4 4.5 5.6
SOLUTION
Since x > 0 , the series is of +ve terms ;
34 Engineering Mathematics - I

un =
( n + 1) x n > u = ( n + 2 ) x n+1
( n + 2 )( n + 3) n +1
( n + 3)( n + 4 )
⎡ ⎤
un +1 ⎡ ( n + 2 ) .x ⎤ ⎢ n (1 + 2 n ) .x
2 2 2

Lt =⎢ ⎥ = Lt ⎢ ⎥ = x;
n →∞ u
n ⎢
⎣ ( n + 1)( n + 4 ) (
⎥⎦ n→∞ ⎢ n 2 1 + 5 + 4 2
⎣ n n ) ⎥⎦
Therefore by ratio test, ∑ un converges if x < 1 and diverges if x >1

When x = 1, the test fails; Then un =


( n + 1) ;
( n + 2 )( n + 3)
1 u
Taking vn = ; Lt = n = 1 ≠ 0
n n →∞ vn
∴ By comparison test ∑u n and ∑v n behave same way. But ∑v n is divergent by p-

series test. (p = 1);


∴∑ un is diverges when x = 1
∴ ∑u n is convergent when x < 1 and divergent when x ≥ 1

EXAMPLE 38
3.6.9.....3n.5n
Discuss the nature of the series ∑ 4.7.10.....( 3n + 1)( 3n + 2 ) (JNTU 2003)

SOLUTION
3.6.9.....3n 5n
Here, un = ;
4.7.10..... ( 3n + 1) ( 3n + 2 )
3.6.9.....3n ( 3n + 3) 5n +1
un +1 = ;
4.7.10..... ( 3n + 1)( 3n + 4 )( 3n + 5 )

Lt
un +1
= Lt
( 3n + 2 )( 3n + 3) .5
n →∞ u n →∞ ( 3n + 4 )( 3n + 5 )
n

= Lt
⎡ 5.9n 2 1 + 2
⎢ 3n (1+ 3
3n )( ) ⎤⎥ = 5 > 1
n →∞ ⎢

9n 1 + 4
2
(
3n
1+ 5
3n )( ) ⎥⎦
∴ By ratio test, ∑ un is divergent.
Sequences and Series 35

EXAMPLE 39

Test for convergence the series ∑n
n =1
1− n

SOLUTION
un = n1− n ; un +1 = ( n + 1) ;
−n

u n +1 (n + 1)– n
n
nn 1⎛ n ⎞
= = = ⎜ ⎟
un n 1– n
n(n + 1) n
n ⎝ n +1⎠
n
u 1 ⎛ 1 ⎞⎟ 1
Lt n +1 = Lt . ⎜ = 0. = 0 < 1
n →∞ n ⎜
n →∞ u
1+ 1 ⎟ e
n
⎝ n⎠
∴ By ratio test ∑ un , is convergent

EXAMPLE 40

2n3
Test the series ∑ , for convergence.
n =1 n

SOLUTION
2 ( n + 1)
3
2n3
un = ; un +1 =
n n +1

( )
2

un +1 2 ( n + 1)
3
n ( n + 1)
2
1+ 1
= × 3= = n ;
un n +1 2n n 3
n
u
Lt n +1 = 0 < 1 ;
n →∞ u
n

∴ By ratio test, ∑u n is convergent.

EXAMPLE 41
2n n !
Test convergence of the series ∑ nn
SOLUTION
2n n ! 2n +1 ( n + 1) !
un = ; u = ;
( n + 1)
n +1 n +1
nn
36 Engineering Mathematics - I

un +1 2 ( n + 1) ! n n
n +1 n
⎛ n ⎞
= . n = 2⎜ ⎟
( n + 1)
n +1
un 2 n! ⎝ n +1 ⎠
un +1 1 2
Lt = 2 Lt = < 1 (since 2 < e < 3)
( )
n →∞ u n
n
n →∞
1+ 1 e
n
∴ By ratio test, ∑u n is convergent.

EXAMPLE 42
Test the convergence of the series ∑u n where un is

n2 + 1 x n −1
2
⎛ 1.2.3....n ⎞
(a) (b) , ( a > 0) (c) ⎜ ⎟
3n + 1 ( 2n + 1) ⎝ 4.7.10.....3n + 3 ⎠
a

1 + 2n ⎛ 3n3 + 7 n 2 ⎞ n
(d) (e) ⎜ ⎟x
1 + 3n ⎝ 5 n 9
+ 11 ⎠
SOLUTION
⎛ un +1 ⎞ ⎡ ( n + 1)2 + 1 3n + 1 ⎤
(a) Lt ⎜ ⎟ = Lt ⎢ n +1 × 2 ⎥
n →∞
⎝ un ⎠ n→∞ ⎢⎣ 3 + 1 n + 1 ⎥⎦
⎡ n 2 ⎛1 + 2 + 2 ⎞ 3 n ⎛1 + 1 ⎞⎟ ⎤
Lt ⎢ ⎜⎝ n ⎟
n2 ⎠

⎝ 3n ⎠ ⎥
= ⎢ . ⎥
n → ∞ ⎢ n 2 ⎛1 + 1 ⎞ n +1 ⎛ ⎞
3 ⎜1 + n +1 ⎟ ⎥
⎜ ⎟ 1
⎣ ⎝ n2 ⎠ ⎝ 3 ⎠⎦
1
= <1
3
∴ By ratio test, ∑u n is convergent.
⎡ xn ( 2n + 1) ⎤
a
⎛ un +1 ⎞
(b) Lt ⎜ ⎟ = Lt ⎢ × ⎥
⎝ un ⎠ n →∞ ⎣⎢ ( 2n + 3) x n −1 ⎥⎦
n →∞ a

= Lt
⎡ 2a n a 1 + 1 a ⎤
⎢ (
2n . x ⎥ = x )
⎢ ⎥
( )
n →∞ a
⎢⎣ 2 n 1 + 2n
a a 3
⎥⎦

By ratio test, ∑u n convergence if x < 1 and diverges if x > 1.


Sequences and Series 37

1 1
When x = 1, the test fails; Then, un = ; Taking vn = we have,
( 2n + 1)
a
na
a
⎛u ⎞ ⎛ n ⎞ 1 1
Lt ⎜ n ⎟ = nLt ⎜ ⎟ = nLt = ≠ 0 and finite ( since a > 0 ).
→∞ 2n + 1
( )
a
n →∞ v
⎝ n ⎠ ⎝ ⎠ →∞
2+ 1 2a
n
∴ By comparison test, ∑u n and ∑v n have same property

But p –series test, we have


(i) ∑v n convergent when a > 1

and (ii) divergent when a ≤ 1


∴ To sum up, (i) x < 1, ∑u n is convergent ∀a .

(ii) x > 1, ∑u n is divergent ∀a .

(iii) x = 1, a > 1, ∑u n is convergent, and

(iv) x = 1, a ≤ 1 , ∑ u n is divergent.

1.2.3....n ( n + 1) 4.7.10.... ( 3n + 3) ⎤
2
u ⎡
(c) Lt n +1 = Lt ⎢ × ⎥
n →∞ u n →∞ 4.7.10.... ( 3n + 3 )( 3n + 6 ) 1.2.3....n
n ⎣ ⎦
⎡ ( n + 1) ⎤
2
1
= Lt ⎢ ⎥ = <1 ;
n →∞ 3 ( n + 2 )
⎣⎢ ⎦⎥ 9
∴ By ratio test, ∑u n is convergent

⎡ (1 + 2n +1 ) (1 + 3n ) ⎤
1
2
un +1
(d) Lt = Lt ⎢ × ⎥
⎢⎣ (1 + 3 ) (1 + 2 ) ⎥⎦
n →∞ u n →∞ n +1 n
n

1
⎡ n +1 ⎛ 1 ⎞ n⎛ 1 ⎞⎤ 2

⎢ 2 ⎜1 + 2n +1 ⎟ 3 ⎜1 + 3n ⎟ ⎥ ⎛2⎞
1

= Lt ⎢ ⎝ ⎠× ⎝ ⎠⎥ =⎜ ⎟
2
<1

⎢ 3n +1 1 + ⎞ ⎛ ⎞ ⎝3⎠
2n ⎜1 + n ⎟ ⎥
n →∞ 1 1
⎢⎣ ⎜ ⎟
⎝ 2 ⎠ ⎥⎦
n +
⎝ 3 ⎠
1

∴ By ratio test, ∑u n is convergent.


38 Engineering Mathematics - I

un +1 ⎡ 3 ( n + 1)3 + 7 ( n + 1)2 5n9 + 11 ⎤


(e) Lt = Lt ⎢ × 3 × x⎥
n →∞ u
( + ) + n +
9
n
n →∞

⎣ 5 n 1 11 3 7 ⎥⎦

= Lt ⎢
⎡ 3
(
3

⎢ 3n 1 + n + 7 n 1 + n
1 2 1 ) ( )
2

×
( 5 n )
5n9 1 + 11 ⎤

× x⎥
9

3n )
( ) 3n (1 + 7
n →∞ 9
5n 9 1 + 1 + 11
3
⎢ n ⎥
⎣ ⎦
3

⎡ 3⎧
(
1 + 7 1 + 1 ⎫⎬ 5n9 1 + 11) ⎤
( ) ( )
3 2

⎢ 3n ⎨ 1 + ⎥
⎩ n 3n n ⎭× 5n × x ⎥ = x
9
= Lt ⎢
n →∞

⎢⎣

5n 9 ⎨ 1 + 1
⎩ n
9 11 ⎫
+ 9⎬
5 n ⎭
( 3)
3n3 1 + 7 3
n

⎥⎦
( )
∴ By ratio test, ∑ un converges when x < 1 and diverges when x > 1.

When x = 1, the test fails,

un =
3n3 1 + 7( = 6
3 1 + 3n
7
3n ) ( )
( ) ( )
Then
5n9 1 + 11 9 5n 1 + 11
5n 5n9
1 u 3
Taking vn = 6 , we observe that Lt n = ≠ 0
n n →∞ vn 5
∴ By comparison test and p series test, we conclude that ∑u n is convergent.
∴ ∑u n is convergent when x ≤ 1 and divergent when x > 1.

Exercise – 1.2
1. Test the convergency or divergency of the series whose general term is :
xn
(a) ............................... [Ans : x < 1cgt , x ≥ 1dgt ]
n
(b) nx n −1 ........................... [Ans : x < 1cgt , x ≥ 1dgt ]
⎛ 2n − 2 ⎞ n −1
(c) ⎜ n ⎟ x .............. [Ans : x < 1cgt , x ≥ 1dgt ]
⎝ 2 +1 ⎠
⎛ n2 + 1 ⎞ n
(d) ⎜ 2 ⎟ x ................... [Ans : x < 1cgt , x ≥ 1dgt ]
⎝ n −1 ⎠
n
(e) ........................ [Ans: cgt.]
nn
Sequences and Series 39

4n. n
(f) .......................... [Ans: dgt.]
nn
( n + 1)
3 n

(g) ....................... [Ans: cgt.]


( 3 + 1)
n

2. Determine whether the following series are convergent or divergent :


x x2 x3
(a) + + + .............. [Ans : x ≤ 1cgt , x > 1dgt ]
1.2 3.4 5.6
x x 2 x3
(b) 1 + 2 + 2 + 2 + .............. [Ans : x ≤ 1cgt , x > 1dgt ]
2 3 4
1 x x2
(c) + + + ...... [Ans : x ≤ 1cgt , x > 1dgt ]
1.2.3 4.5.6 7.8.9
x x 2 x3 xn
(d) 1 + + + + ..... 2 + .... [Ans : x ≤ 1cgt , x > 1dgt ]
2 5 10 n +1
1.2 2.3 3.4
(e) + 2 + 3 + ............... [Ans : x > 1cgt , x ≤ 1dgt ]
x x x

1.3.4 Raabe’s Test


⎧⎪ ⎛ un ⎞ ⎫⎪
Let ∑u n be series of +ve terms and let Lt ⎨n ⎜ − 1⎟ ⎬ = k
n →∞
⎪⎩ ⎝ un +1 ⎠ ⎪⎭
Then
(i) If k > 1, ∑u n is convergent. (ii) If k < 1, ∑u n is divergent. (The test fails if k = 1)
1
Proof : Consider the series ∑v = ∑ n
n p

⎡ vn ⎤ ⎡⎛ n + 1 ⎞ p ⎤ ⎡⎛ 1 ⎞ p ⎤
n⎢ − 1⎥ = n ⎢⎜ ⎟ − 1⎥ = n ⎢⎜1 + ⎟ − 1⎥
⎣ vn +1 ⎦ ⎢⎣⎝ n ⎠ ⎥⎦ ⎢⎣⎝ n ⎠ ⎥⎦
⎡⎛ p p ( p − 1) 1 ⎞ ⎤
= n ⎢⎜ 1 + + . 2 + .... ⎟ − 1⎥
⎢⎣⎝ n 2 n ⎠ ⎥⎦
p ( p − 1) 1 ⎧v ⎫
= p+ . + .......... Lt n ⎨ n − 1⎬ = p
2 n n →∞
⎩ vn +1 ⎭
40 Engineering Mathematics - I

⎧ un ⎫
Case (i) In this case, Lt n ⎨ − 1⎬ = k > 1
n →∞
⎩ un +1 ⎭
We choose a number ‘p’ ∋ k > p > 1 ; Comparing the series ∑u n with

∑v n which is convergent , we get that ∑u n will converge if after some


fixed number of terms
p
un v ⎛ n +1⎞
> n =⎜ ⎟
un +1 vn +1 ⎝ n ⎠
⎛ u ⎞ p ( p − 1) 1
i.e. If, n ⎜ n − 1⎟ > p + . + .........from (1)
u
⎝ n +1 ⎠ ∠ 2 n
⎛ u ⎞
i.e., If Lt n ⎜ n − 1⎟ > p
n →∞
⎝ un +1 ⎠
i.e., If k > p, which is true . Hence ∑u n is convergent .The second case also
can be proved similarly.

Solved Examples
EXAMPLE 43
Test for convergence the series
1 x3 1.3 x5 1.3.5 x 7
x+ . + . + . + ..... (JNTU 2006, 2008)
2 3 2.4 5 2.4.6 7
SOLUTION
Neglecting the first tem ,the series can be taken as ,
1 x3 1.3 x5 1.3.5 x 7
. + . + . + .....
2 3 2.4 5 2.4.6 7
1.3.5....are in A.P. nth term = 1 + ( n − 1) 2 = 2n − 1

2.4.6...are in A.p. nth term = 2 + ( n − 1) 2 = 2n

3.5.7.....are in A.P nth term = 3 + ( n − 1) 2 = 2n + 1

1.3.5.... ( 2n − 1) x 2 n +1
∴ un ( nth term of the series) = .
2.4.6.... ( 2n ) 2n + 1
Sequences and Series 41

1.3.5.... ( 2n − 1)( 2n + 1) x 2 n +3
un +1 = .
2.4.6.... ( 2n )( 2n + 2 ) 2n + 3

un +1 1.3.5.... ( 2n + 1) x 2 n +3 2.4.6....2n ( 2n + 1)
= . . .
un 2.4.6.... ( 2n + 2 ) ( 2n + 3) 1.3.5.... ( 2n − 1) x 2 n +1

( 2n + 1) x 2
2

=
( 2n + 2 )( 2n + 3)
2
⎛ 1 ⎞
4n ⎜ 1 + ⎟
2
u ⎝ 2n ⎠
∴ Lt n +1 = Lt x2 = x2
n →∞ u n →∞ ⎛ 2 ⎞ ⎛ 3 ⎞
n
4n 2 ⎜ 1 + ⎟ ⎜ 1 + ⎟
⎝ 2n ⎠ ⎝ 2n ⎠
∴ By ratio test, ∑ un converges if x < 1 and diverges if x > 1
If x = 1 the test fails.

Then x2 = 1 and
un
=
( 2n + 2 )( 2n + 3)
un +1 ( 2n + 1)
2

un
−1 =
( 2n + 2 )( 2n + 3) − 1 = 6n + 5
un +1 ( 2n + 1) ( 2n + 1)
2 2

⎧⎪ ⎛ un ⎞ ⎫⎪ ⎛ 6n 2 + 5n ⎞
Lt ⎨n ⎜ − 1⎟ ⎬ = Lt ⎜ 2 ⎟
n →∞ 4n + 4n + 1
⎩⎪ ⎝ un +1 ⎠ ⎭⎪ ⎝ ⎠
n →∞

⎛ 5⎞
n2 ⎜ 6 + ⎟
= Lt ⎝ n⎠ 3
= >1
n →∞ ⎛ 4 1 ⎞ 2
n2 ⎜ 4 + + 2 ⎟
⎝ n n ⎠
By Raabe’s test, ∑ un converges. Hence the given series is convergent when x ≤ 1 an
divergent when x > 1 .

EXAMPLE 44
Test for the convergence of the series (JNTU 2007)
3 3.6 2 3.6.9 3
1+ x+ x + x + .....; x > 0
7 7.10 7.10.13
42 Engineering Mathematics - I

SOLUTION
Neglecting the first term,
3.6.9....3n
un = .x n
7.10.13....3n + 4
3.6.9....3n ( 3n + 3)
un +1 = .x n +1
7.10.13.... ( 3n + 4 )( 3n + 7 )
un +1 3n + 3 u
= .x ; Lt n +1 = x
un 3n + 7 n →∞ u
n

∴ By ratio test, ∑u n is convergent when x < 1 and divergent when x > 1.

When x = 1 The ratio test fails. Then


un 3n + 7 un 4
= ; −1 =
un +1 3n + 3 un +1 3n + 3

⎧⎪ ⎛ u ⎞ ⎫⎪ ⎛ 4n ⎞ 4
Lt ⎨n ⎜ n − 1⎟ ⎬ = Lt ⎜ ⎟ = >1
n →∞ 3n + 3
⎩⎪ ⎝ un +1 ⎠ ⎭⎪ ⎝ ⎠ 3
n →∞

∴ By Raabe’s test, ∑u n is convergent .Hence the given series converges if x ≤ 1 and


diverges if x > 1.

EXAMPLE 45

12.52.92.... ( 4n − 3)
2

Examine the convergence of the series ∑
n =1 42.82.122.... ( 4n )
2

SOLUTION
12.52.92.... ( 4n − 3) 12.52.92.... ( 4n − 3) ( 4n + 1)
2 2 2

un = ; un +1 =
42.82.122.... ( 4n ) 42.82.122.... ( 4n ) ( 4n + 4 )
2 2 2

( 4n + 1) = 1 (verify)
2
u
Lt n +1 = Lt
n →∞ u
( 4n + 4 )
n →∞ 2
n

∴ The ratio test fails. Hence by Raabe’s test, ∑u n is convergent. (give proof)
Sequences and Series 43

EXAMPLE 46
( n)
2

Find the nature of the series ∑ 2n


xn , ( x > 0) (JNTU 2003)

SOLUTION
( n) ( n + 1)
2 2

un = n
.x ; un +1 = .x n +1
2n 2n + 2
( n + 1)
2
un +1
= x;
un ( 2n + 1)( 2n + 2 )
( )
2

un +1 n2 1 + 1 x
Lt = Lt n .x =
n →∞ u
n
n →∞
4n 2 1 + 1
2n (
1+ 2
2n
4 )( )
x
∴ By ratio test, ∑u n converges when
4
< 1 , i. e ; x < 4; and diverges when x >4;

When x = 4, the test fails.


un
=
( 2n + 1)( 2n + 2 )
un +1 4 ( n + 1)
2

un −2n − 2 −1 ⎡ ⎛ u ⎞ ⎤ −1
−1 = = ; Lt ⎢ n ⎜ n − 1⎟ ⎥ = <1
un +1 4 ( n + 1)
2
2 ( n + 1) n →∞
⎣ ⎝ u n +1 ⎠ ⎦ 2
∴ By ratio test, ∑u n is divergent
Hence ∑u n is convergent when x < 4 and divergent when x > 4

EXAMPLE 47
4.7.... ( 3n + 1) n
Test for convergence of the series ∑ 1.2.3....n
x (JNTU 1996)

SOLUTION
4.7.... ( 3n + 1) n 4.7.... ( 3n + 1)( 3n + 4 ) n +1
un = x ; un +1 = x
1.2.3....n 1.2.3....n ( n + 1) .
un +1 ⎡ ( 3n + 4 ) ⎤
Lt = Lt ⎢ .x ⎥ = 3 x
n →∞ u
n
n →∞
⎣ ( n + 1) ⎦
44 Engineering Mathematics - I

1 1
∴ By ratio test ∑u n converges if 3 x < 1 i.e., x <
3
and diverges if x > ;
3
1
If x = , the test fails
3
1 ⎡u ⎤ ⎡ (n + 1)3 ⎤ ⎡ −1 ⎤ 1
When x = , n ⎢ n – 1⎥ = n ⎢ – 1⎥ = n ⎢ ⎥ =−
3 ⎣ u n +1 ⎦ ⎣ 3n + 4 ⎦ ⎣ 3n + 4 ⎦ ⎛ 4⎞
⎜3+ ⎟
⎝ n⎠
⎡u ⎤ 1
Lt n ⎢ n − 1⎥ = − < 1
n →∞
⎣ un +1 ⎦ 3
∴ By Raabe’s test, ∑u n is divergent.
1 1
∴ ∑u n is convergent when x <
3
and divergent when x ≥
3
EXAMPLE 48
3x 4 x 2 5 x3
Test for convergence 2 + + + + ........... ( x > 0 ) (JNTU 2003)
2 3 4
SOLUTION

The nth term un =


( n + 1) x n−1 ; un +1 =
( n + 2) xn ; un +1 n ( n + 2 )
= .x
n ( n + 1) un ( n + 1)
2

Lt
un +1
= Lt
n2 1 + 2 (
n .x = x )
n →∞ u
( )
n →∞ 2 2
n n 1+ 1
n
∴ By ratio test, ∑ un is convergent if x < 1 and divergent if x > 1
If x = 1, the test fails.
⎡ un ⎤ ⎡ ( n + 1)2 ⎤ ⎡ 1 ⎤
Then Lt n ⎢ − 1⎥ = Lt n ⎢ − 1⎥ = Lt n ⎢ ⎥ = 0 <1
⎣ un +1 ⎦ n→∞ ⎢⎣ n ( n + 2 ) ⎥⎦ ⎣ n ( n + 2) ⎦
n →∞ n →∞

∴ By Raabe’s test ∑u n is divergent


∴ ∑u n is convergent when x < 1 and divergent when x ≥ 1

EXAMPLE 49
3 3.6 3.6.9
Find the nature of the series + + + ......∞ (JNTU 2003)
4 4.7 4.7.10
Sequences and Series 45

SOLUTION
3.6.9.....3n 3.6.9.....3n ( 3n + 3)
un = ; un +1 =
4.7.10..... ( 3n + 1) 4.7.10..... ( 3n + 1)( 3n + 4 )

un +1 3n + 3
= ; Lt
un +1
= Lt
3n 1 + 3 (
3n = 1 )
un 3n + 4 n →∞ un n →∞
3n 1 + 4 (
3n )
Ratio test fails.
⎡ ⎧u ⎫⎤ ⎡ ⎛ 3n + 4 ⎞ ⎤
∴ Lt ⎢ n ⎨ n − 1⎬⎥ = Lt ⎢ n ⎜ − 1⎟ ⎥
n →∞
⎣ ⎩ un +1 ⎭⎦
n →∞
⎣ ⎝ 3n + 3 ⎠ ⎦
n n 1
= Lt = Lt = <1
n →∞ 3 ( n + 1) n →∞
3n 1 + 1(n
3 )
∴ By Raabe’s test ∑ un is divergent.

EXAMPLE 50
If p, q > 0 and the series
1 p 1.3. p ( p + 1) 1.3.5 p ( p + 1)( p + 2 )
1+ + + + ....
2 q 2.4.q ( q + 1) 2.4.6 q ( q + 1)( q + 2 )
is convergent , find the relation to be satisfied by p and q.
SOLUTION
1.3.5..... ( 2n − 1) p ( p + 1) ..... ( p + n − 1)
un = [neglecting 1st term]
2.4.6.....2n q ( q + 1) ..... ( q + n − 1)
1.3.5..... ( 2n − 1)( 2n + 1) p ( p + 1) ..... ( p + n − 1)( p + n )
un +1 =
2.4.6.....2n ( 2n + 2 ) q ( q + 1) ..... ( q + n − 1)( q + n )
un +1 ( 2n + 1) ( p + n )
= ;
un ( 2n + 2 ) ( q + n )

Lt
un +1
= Lt ⎢

(
⎢ 2 n 1 + 2n
1 )
n 1+ p (
n ) ⎤⎥⎥ = 1
( ) ( ) ⎥⎦
.
n →∞ u q
⎢ 2 n 1 + 2n n 1 + n
n →∞ 1
n

∴ ratio test fails.
Let us apply Raabe’s test
46 Engineering Mathematics - I

⎡ ⎛ u ⎞⎤ ⎡ ⎧⎪ ( q + n )( 2n + 2 ) ⎫⎪⎤
Lt ⎢ n ⎜ n − 1⎟ ⎥ = Lt ⎢ n ⎨ − 1⎬⎥
n →∞ u
⎣ ⎝ n +1 ⎠ ⎦
n →∞

⎣⎢ ⎩ ( p + n )( 2 n + 1) ⎭⎪⎦⎥
⎡ ⎧ ⎫⎤
⎢ ⎪ 2q ( n + 1) − p ( 2n + 1) + n ⎪⎥
Lt ⎢ n ⎨
( )(
⎬⎥
n →∞
⎢ ⎪ n2 1 + p
⎣ ⎩ n
2+ 1
n ⎭⎦ )
⎪⎥

Lt ⎢ n ( ) (
⎡ 2q 1 + 1 − p 2 + 1 + 1 ⎤
n )
⎥ = 2q − 2 p + 1
n →∞ ⎢ 2 ⎥ 2
⎣ ⎦
2q − 2 p + 1
Since ∑ un is convergent, by Raabe’s test, >1
2
⇒ q − p > 1 , is the required relation.
2

Exercise 1.3

1. Test whether the series ∑u
1
n is convergent or divergent where

22.42.62..... ( 2n − 2 )
2

un = .x 2 n [Ans : x ≤ 1cgt , x > 1dgt ]


3.4.5..... ( 2n − 1)( 2n )
2. Test for the convergence the series

4.7.10..... ( 3n + 1) n 1 1
∑1 n
x [Ans : x <
3
cgt , x ≥ dgt ]
3
3. Test for the convergence the series :
22.42 22.42.52.7 2 22.42.52.7 2.82.102
(i) + + + ... [Ans : divergent]
32.32 32.32.62.62 32.32.62.62.92.92

3.4 4.5 2 5.6 3


(ii) x+ x + x + ..... ( x > 0 ) [Ans : cgt if x ≤ 1 dgt if , x > 1]
1.2 2.3 3.4

1.3.5..... ( 2n − 1) xn
(iii) ∑ 2.4.6.....2n ( 2n + 2 ) ( x > 0 ) [Ans : cgt if x ≤ 1 dgt if , x > 1]
.
Sequences and Series 47

( 1) ( 2) ( 3)
2 2 2
x2 x3
(iv) 1+ x+ + + ...... ( x > 0 )
2 4 6
[Ans : cgt if x < 4 and dgt if , x ≥ 4 ]

1.3.5 Cauchy’s Root Test

∑u ∑u
1
Let n be a series of +ve terms and let Lt un n
= l . Then n is convergent when
n →∞

l < 1 and divergent when l > 1

= l < 1 ⇒ ∃a +ve number ' λ ' ( l < λ < 1) ∋ un


1 1
Proof : (i) Lt un n n
< λ , ∀n > m
n →∞

(or) un < λ n , ∀n > m


Since λ < 1, ∑ λ n is a geometric series with common ratio < 1 and
therefore convergent.
Hence ∑
un is convergent.
1
(ii) Lt un n
= l >1
n →∞
1
∴ By the definition of a limit we can find a number r ∋ un n
> 1∀n > r
i.e., un > ∀n > r
i.e., after the 1st ‘r ‘ terms , each term is > 1.
Lt
n →∞

un = ∞ ∴ un is divergent. ∑
Note : When Lt ( u
n →∞
n
1
n
) = 1, the root test can’t decide the nature of ∑ u n . The fact of

this statement can be observed by the following two examples.


1 3
⎛ 1⎞ n ⎛ 1 ⎞

1
1. Consider the series 1 : − Ltun n
= Lt ⎜ 3 ⎟ = Lt ⎜ 1 ⎟ = 1
n3 n →∞ n →∞ ⎝ n ⎠ n →∞ ⎝ n n ⎠

1
∑ 1 n , in which Ltu
1
2. Consider the series n
n
= Lt 1 = 1
n →∞ n →∞ n n
1
In both the examples given above, Ltu
n →∞
n
n
= 1 . But series (1) is convergent

(p-series test)
And series (2) is divergent. Hence when the limit=1, the test fails.
48 Engineering Mathematics - I

Solved Examples
EXAMPLE 51
Test for convergence the infinite series whose nth terms are:
1 1 1
(i) (ii) (iii) (JNTU 1996, 1998, 2001)
n2n (log n) n ⎡ 1⎤
n2

⎢⎣1 + n ⎥⎦
SOLUTION

1 1 1
un = , un n = 2 ; Lt un n = Lt 2 = 0 < 1;
1 1
(i) 2n
n n n →∞ n →∞ n

By root test ∑ un is convergent.

1 1 1
un = ; un n = ; Lt un n = Lt = 0 < 1;
1 1
(ii) n
(log n) log n n →∞ n →∞ log n
∴ By root test , ∑ un is convergent.
1 1 1 1 1 1
(iii) un = ; un n
= n Ltu n
n
= Lt n
= < 1;
⎛ 1⎞
n2
⎛ 1⎞ n →∞ n →∞ ⎛ 1⎞ e
⎜1 + ⎟ ⎜1 + ⎟ ⎜1 + ⎟
⎝ n⎠ ⎝ n⎠ ⎝ n⎠
∴ By root test ∑u n is convergent.

EXAMPLE 52
Find whether the following series are convergent or divergent.
⎡⎣( n + 1) x ⎤⎦
n
∞ ∞
1 1 1 1
(i) ∑ n (ii) 1 + 2 + 3 + 4 + ..... (iii) ∑
n =1 3 − 1 2 3 4 n =1 n n +1

SOLUTION
1
⎛ ⎞ n

1 ⎛ 1 ⎞
1
n ⎜ 1 ⎟
(i) un n
=⎜ n ⎟ =⎜ ⎟
⎝ 3 −1 ⎠ ⎜ 3n ⎛1 − 1 ⎞ ⎟
⎜ ⎜ 3n ⎟ ⎟
⎝ ⎝ ⎠⎠
Sequences and Series 49

1
⎛ ⎞ n

⎜ 1 ⎟ 1
∑u
1
Lt un n
= Lt ⎜ ⎟ = < 1 ; By root test, n is convergent.
n →∞ n →∞
⎜ n⎛ 1 ⎞⎟ 3
⎜ 3 ⎜1 − 3n ⎟⎟
⎝ ⎝ ⎠⎠
1
1 ⎛ 1 ⎞ n

∑u
1
(ii) un = n ; Lt un n = Lt ⎜ n ⎟ = 0 < 1 ; By root test, n is convergent.
n n →∞ n →∞
⎝n ⎠

⎡( n + 1) x ⎤⎦
n

(iii) un = ⎣
n n +1
1
1
⎡ {( n + 1) x}n ⎤ n

Lt un n
= Lt ⎢ ⎥
n →∞ n →∞ ⎢ n n +1 ⎥
⎣ ⎦
1
⎡ ⎧ ( n + 1) x ⎫n 1 ⎤ n ⎛ n +1⎞ 1
Lt ⎢ ⎨ ⎬ . ⎥ = nLt ⎜ ⎟ x. 1
n →∞
⎢⎣ ⎩ n ⎭ n ⎥⎦ →∞
⎝ n ⎠ n n
⎛ 1⎞ 1 1 ⎛ 1 ⎞
Lt ⎜ 1 + ⎟ x. 1 = Lt x. 1 = x ⎜ since Lt x. 1 = 1⎟
n →∞
⎝ n⎠ n n n →∞
n n ⎝ n →∞
n n ⎠
∴ ∑ un is convergent if x < 1 and divergent if x > 1 and when x = 1 the
test fails.
( n + 1)
n
1
Then un = n +1
; Take vn =
n n
un ( n + 1) ( n + 1) = ⎛1 + 1 ⎞ ;
n n n
un
= n +1
.n = ⎜ ⎟ Lt = e >1
vn n nn ⎝ n⎠ n →∞ v
n

∴ By comparison test, ∑ un is divergent.


∑v ( n diverges by p –series test )
Hence ∑ u n is convergent if x < 1 and divergent x ≥ 1

EXAMPLE 53
2
nn
If un = n2
, show that ∑u n is convergent.
( n + 1)
50 Engineering Mathematics - I

1
⎡ n2 ⎤ n
n
n nn ⎛ n ⎞
= Lt ⎢ ⎥
1
Lt un n
; = Lt = = Lt ⎜ ⎟
n →∞ ⎢ ⎥ n →∞ n + 1
( n + 1)
n
⎝ ⎠
n2

( )
n →∞ n →∞
⎣ n + 1 ⎦
n
⎛ ⎞
⎜ 1 ⎟ 1
= Lt ⎜ ⎟ = <1; ∴
e
∑u n converges by root test .
⎜ 1+ 1 ⎟
n →∞

⎝ n⎠
EXAMPLE 54
2 3
1 ⎛2⎞ ⎛3⎞
Establish the convergence of the series + ⎜ ⎟ + ⎜ ⎟ + ........
3 ⎝5⎠ ⎝7⎠
SOLUTION
n
⎛ n ⎞ 1 ⎛ n ⎞ 1
un = ⎜ ⎟ .........(verify); Lt un n
= Lt ⎜ ⎟ = <1
⎝ 2n + 1 ⎠ n →∞ n →∞ 2 n + 1
⎝ ⎠ 2
By root test, ∑ un is convergent.

EXAMPLE 55

n n
Test for the convergence of ∑
n =1 n +1
.x

SOLUTION
1 1
⎛ ⎞2 ⎛ ⎞2
⎜ 1 ⎟ n 1 ⎜ 1 ⎟
un = ⎜ ⎟ .x ; Lt un n = Lt ⎜ ⎟ .x = x
1
⎜ 1+ ⎟
n →∞ n →∞ 1
⎜ 1+ ⎟
⎝ n⎠ ⎝ n⎠
∴ By root test, ∑ un is convergent if x < 1 and divergent if x > 1 .
n 1
When x = 1 : un = , taking vn = 0 and applying comparison test , it can be
n +1 n
seen that is divergent
∑ un is convergent if x < 1 and divergent if x ≥ 1 .

EXAMPLE 56

∑( )
∞ 1 n
Show that n n − 1 converges.
n =1
Sequences and Series 51

SOLUTION

( )
1 n
un = n n
−1

Lt un
n →∞
1
n
( 1
)
= Lt n n − 1 = 1 − 1 = 0 < 1 since Lt n
n →∞
( n →∞
1
n
=1 ;)
∴ ∑u n is convergent by root test.

EXAMPLE 57
n
th ⎛n+2⎞ n
Examine the convergence of the series whose n term is ⎜ ⎟ .x
⎝ n+3⎠
SOLUTION
n
⎛n+2⎞ n 1 ⎛n+2⎞
un = ⎜ ⎟ .x ; nLt un n = Lt ⎜ ⎟x = x
⎝ n+3⎠ →∞ n →∞
⎝ n+3⎠
∴ By root test, ∑ un converges when x < 1 and diverges when x > 1 .
n
⎛ 2⎞
n ⎜1 + ⎟
⎛n+2⎞ n⎠
When x = 1 : un = ⎜ ⎟ ; nLt un = Lt ⎝
⎝ n+3⎠
n
→∞ n →∞
⎛ 3⎞
⎜ 1 + ⎟
⎝ n⎠
e2 1
= = ≠ 0 and the terms are all +ve .
e3 e
∴ ∑ un is divergent . Hence ∑ un is convergent if x < 1 and divergent if x ≥ 1 .

EXAMPLE 58
Show that the series,
−1 −2 −3
⎡ 22 2 ⎤ ⎡ 33 3 ⎤ ⎡ 44 4 ⎤

⎢ 12 1 ⎥ + −
⎢ 23 2 ⎥ + ⎢ 34 − 3 ⎥ + ...... is convergent (JNTU 2002)
⎣ ⎦ ⎣ ⎦ ⎣ ⎦
−n −n
⎡ ( n + 1)n +1 n + 1 ⎤ ⎛ n +1⎞
−n
⎡⎛ n + 1 ⎞ n ⎤
un = ⎢ n +1
− ⎥ ;= ⎜ ⎟ ⎢⎜ ⎟ − 1⎥
⎢⎣ n n ⎥⎦ ⎝ n ⎠ ⎢⎣⎝ n ⎠ ⎥⎦
−n −1
⎛ 1⎞
−n
⎡⎛ 1 ⎞ n ⎤ 1 ⎛ 1 ⎞ ⎡⎛ 1 ⎞
−1 n

⎜1 + ⎟ ⎢⎜ + − ⎥ u = + ⎟ ⎢⎜ + ⎟ − 1⎥
n
1 ⎟ 1 ; n ⎜ 1 1
⎝ n⎠ ⎢⎣⎝ n ⎠ ⎥⎦ ⎝ n ⎠ ⎢⎣⎝ n ⎠ ⎥⎦
52 Engineering Mathematics - I

1 1
=
⎛ 1 ⎞ ⎪⎧⎛ 1 ⎞ n ⎪⎫
⎜1 + ⎟ 1 + − 1⎬
⎝ n ⎠ ⎨⎪⎜⎝ n ⎟⎠
⎩ ⎭⎪
1 1 1 1
∴ Lt un n = . = <1
n →∞ 1 e −1 e −1
∴ By root test, ∑ un is convergent.

EXAMPLE 59

e− m
Test ∑u for convergence when um =
( )
m − m2
m =1
1+ 2
m
SOLUTION
1

( ) ⎤
m2 m

⎢ 1+ m
( )
2 m
1 ⎥ 1⎛ 2⎞ e2
Lt um m
= Lt ⎢ ⎥ ; Lt ⎜ 1 + ⎟ = = e >1
m →∞ m →∞ em m →∞ e
⎝ m⎠ e
⎢ ⎥
⎣ ⎦
Hence Cauchy’s root tells us that ∑u m is divergent.

EXAMPLE 60
n
Test the convergence of the series ∑e n2
.

SOLUTION
1
n n
∑u
1
Lt un n
= Lt n = 0 < 1 ∴ By root test, n is convergent.
n →∞ n →∞ e

EXAMPLE 61
( n + 1) .x + ......, x > 0
n n
2 32
Test the convergence of the series, 2 x + 3 x 2 + ...
1 2 n n +1
SOLUTION
1
1 ⎡ ( n + 1)n .x n ⎤ n
⎡⎛ n + 1 ⎞ 1 ⎤
Lt un n
= Lt ⎢ n +1 ⎥ = Lt ⎢⎜ ⎟ . 1 n .x ⎥
n →∞ n →∞
⎢⎣ n ⎥⎦ n →∞
⎣ ⎝ n ⎠ n ⎦
Sequences and Series 53

⎡⎛ 1 ⎞ 1 ⎤
= Lt ⎢⎜1 + ⎟ . 1 .x ⎥ = 1.1.x = x ⎡since Lt n n = 1⎤
1


⎣ ⎥⎦
n →∞
⎣⎝ n ⎠ n n ⎦ n →∞

∴ By root test, ∑ un converges if x < 1 and diverges when x > 1 .


When x = 1 , the test fails.
n
⎛ 1⎞ 1 1
Then un = ⎜ 1 + ⎟ . ; Take vn =
⎝ n⎠ n n
n
un ⎛ 1⎞
Lt = Lt ⎜1 + ⎟ = e ≠ 0
n →∞ v
n
n →∞
⎝ n⎠
∴ By comparison test and p-series test, ∑u n is divergent.
Hence ∑u n is convergent when x < 1 and divergent when x ≥ 1 .

Exercise 1.4
1. Test for convergence the infinite series whose nth terms are:
1
(a) ............................. [Ans : convergent]
2 −1n

1
(b) . ( n ≠ 1) ...................... [Ans : convergent]
( log )
2n

n
⎛ 3n + 1 ⎞ 4 4
(c) ⎜ .x ⎟ ................................. [Ans : x < cgt , x ≥ dgt ]
⎝ 4n + 3 ⎠ 3 3
xn
(d) ............................................ [Ans : cgt for all x ≥ 0 ]
n
n
(e) ............................................. [Ans : convergent]
nn
3n.∠n
(f) ........................................ [Ans : convergent]
n3
( 2n − 1)
2 n

(g) ................................... [Ans : convergent]


( 2n )
2n

( )
1 2n
(h) n n
−1 ................................... [Ans : convergent]

You might also like