DMT101 Engineering Mathematics Notes
DMT101 Engineering Mathematics Notes
Dr H. Muzara
Z IMBABWE NATIONAL D EFENCE U NIVERSITY
1 SEQUENCES . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
1.1 Sequences 5
1.2 Limits of Sequences 6
1.3 Theorems on Limits 7
1.4 Sequences Tending to Infinity 8
1.5 Bounded and Monotonic Sequences 8
1.6 Limits of Combination of Sequences 9
1.7 Squeeze Theorem 9
1.8 Infinite Series 10
1.9 Convergent and Divergent Series 10
1.10 Geometric Series 11
1.10.1 Properties of Infinite Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.11 Test for Convergence or Divergence of Series 12
1.11.1 The Integral Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12
1.11.2 p− Series and Harmonic Series . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
1.12 Comparisons of Series 13
1.12.1 Direct Comparison Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
1.12.2 Limit Comparison Test or Quotient Test . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
1.13 Alternating Series 15
1.14 Absolute and Conditional Convergence 16
4
1.1 Sequences
Definition 1.1.1 A sequence is a set of numbers u1 , u2 , u3 , . . . in a definite order of arrangement
and formed according to a definite rule.
Definition 1.1.2 A sequence can also be defined as a function whose domain is the set of positive
integers.
Each number in the sequence is called a term and un is called the nth term. The terms or elements of a
sequence are formed by letting n take on values 1, 2, 3, · · · . Thus, {un } is equivalent to u1 , u2 , u3 , · · · .
■ Example 1.1 Determine the values of the first four terms of the sequence defined by
2
un+1 = , u0 = 1, n ∈ N.
un
■
■ Solution 1.1.1
2 2 2 2 2 2
u1 = u0+1 = = = 2, u2 = u1+1 = = = 1, u3 = u2+1 = = = 2.
u0 1 u1 2 u2 1
■
■ Example
1.2 Write down the four terms of the sequences
1. √1 2. {n2 + n} 3. {(−1)n }.
n
■
■ Solution
1.1.2
By substituting, n = 1, 2, 3, 4 in the respective general terms, we obtain
1. √1 = 1, √12 , √13 , 12 , · · · 2. 2, 6, 12, 20, · · · 3. 2, 6, 12, 20, · · · 4. (−1), 1, (−1), 1, · · · .
2
■
Determine a6 recursively.
If {an } is a convergent sequence, it means that the terms an can be made arbitrarily close to L for n
sufficiently large.
1 3n + 1
■ Example 1.3 If un = 3 + = , the sequence is 4, 72 , 10
3 , . . . and we can show that
n n
lim un = 3. ■
n→∞
If the limit of a sequence exists, the sequence is called convergent, otherwise, it is called divergent.
1
■ Example 1.4 Prove that lim = 0. ■
n→∞ n
1 1 1 1 1
Proof. Let ε > 0, we can find N(ε) such that −0 = = < ε. But n > . So N = . Taking
n n n ε ε
1 1
N to be the smallest integer greater than , we have, lim = 0. ■
ε n→∞ n
1
Problem 1.2 Prove that lim p = 0 if p ∈ N.
n→0 n
1.3 Theorems on Limits 7
2n − 1 2
■ Example 1.5 Use the definition of a limit to prove that lim = . ■
n→∞ 3n + 2 3
2n − 1 2 3(2n − 1) − 2(3n + 3) 6n − 3 − 6n − 4 −7 7
− = = = = <ε
3n + 2 3 3(3n + 2) 3(3n + 2) 3(3n + 2) 3(3n + 2)
7
< ε
3(3n + 2)
7 − 6ε
n > .
9ε
7 − 6ε
So taking N to be the smallest integer greater than , we have
9ε
2n − 1 2 2n − 1 2
− < ε , i.e., lim = . ■
3n + 2 3 n→∞ 3n + 2 3
■ Example 1.6 The limit of a convergent sequence {un } of real numbers is unique. ■
Proof. We must show that if lim un = l1 and lim un = l2 , then l1 = l2 . By hypothesis, given any
n→∞ n→∞
ε ε
ε > 0, we can find N such that |un − l1 | < when n > N and |un − l2 | < when n > N. Then
2 2
ε ε
|l1 − l2 | = |l1 − un + un − l2 | ≤ |l1 − un | + |un − l2 | < + = ε,
2 2
i.e., |l1 − l2 | is less than any positive ε (however small) and so must be zero, i.e.,
l1 − l2 = 0 =⇒ l1 = l2 . ■
Proof. We must show that for any ε > 0, we can find N > 0, such that |(an + bn ) − (A + B)| < ε for
all n > N. We have
Proof.
1. If for each positive number M we can find a positive number N suchthat an > M for all
2n−1 1 ln M
n > N, then 3 > M when (2n − 1) ln 3 > ln M, i.e., n > + 1 . Taking N to be the
2 ln 3
1 ln M
smallest greater than + 1 , then lim 32n−1 = ∞.
2 ln 3 n→∞
2. If for each positive number M, we can find a positive number N such that an < −M for all
n > N, i.e., 1 − 2n < −M when 2n − 1 > M or n > 12 (M + 1). Taking N to be the smallest
integer greater than 12 (M + 1), we have lim (1 − 2n) = −∞.
n→∞
■
Definition 1.5.2 If un ≥ m, the sequence is bounded below and m is called a lower bound. The
largest lower bound is called the greatest lower bound (g.l.b).
Every convergent sequence is bounded, but the converse is not necessarily true.
1.6 Limits of Combination of Sequences 9
Definition 1.5.4 If un+1 ≥ un , the sequence is called monotonic increasing and if un+1 > un it is
called strictly increasing.
Definition 1.5.5 If un+1 ≤ un , the sequence is called monotonic decreasing, while if un+1 < un it
is strictly decreasing.
■ Example 1.9 The sequence 1, 1.1, 1.11, 1.111, . . . is bounded and monotonic increasing. ■
■ Example 1.10 The sequence 1, −1, 1, −1, 1, . . . is bounded but not monotonic increasing or
decreasing. ■
1
Definition 1.5.6 A null sequence is a sequence that converges to 0, e.g., un = , n ≥ 11.
n − 10
If {un } does not tend to a limit or +∞ or −∞, we say that {un } oscillates (or is an oscillating
sequence). It can oscillate finitely (bounded) or infinitely (unbounded).
5 − 2n2
1 3
We want to be able to evaluate limits, for example, of the form lim 2 − + 2 or lim .
n→∞ n n n→∞ 4 + 3n + 2n2
1 3 1 1
■ Example 1.12 lim 2 − + 2 = lim 2 − lim + 3 lim 2 = 2 − 0 + 0 = 2. ■
n→∞ n n n→∞ n→∞ n n→∞ n
3n2 − 5n 3 − 5n 3+0 3
■ Example 1.13 lim 2
= lim 2 6
= = . ■
n→∞ 5n + 2n − 6 n→∞ 5 + − 2 5+0+0 5
n n
√ √
√ √ √ √ n+1+ n
■ Example 1.14 lim ( n + 1 − n) = lim ( n + 1 − n) · √ √
n→∞ n→∞ n+1+ n
1
= lim √ √ = 0. ■
n→∞ n + 1 + n
If lim an = l = lim bn and there exists an N such that an ≤ cn ≤ bn , for all n > N, then lim cn = l.
n→∞ n→∞ n→∞
cos n
■ Example 1.15 Determine lim . ■
n→∞ n
■ Solution 1.7.1 We know that −1 ≤ cos n ≤ 1
1 cos n 1 1 cos n 1 cos n
=⇒ − ≤ ≤ =⇒ − lim ≤ lim ≤ lim =⇒ 0 ≤ lim ≤0
n n n n→∞ n n→∞ n n→∞ n n→∞ n
cos n
=⇒ lim = 0. ■
n→∞ n
10 Chapter 1. SEQUENCES
is called an infinite series (or simply a series). The numbers a1 , a2 , a3 , . . . are called the terms of
the series. To find the sum of an infinite series, consider the following sequence of partial sums.
S1 = a1
S2 = a1 + a2
S3 = a1 + a2 + a3
.. . .. ..
. = .. . .
Sn = a1 + a2 + a3 + · · · + an .
If this sequence of partial sums converges, then the series is said to converge and has the sum
indicated in the following definition.
Sn = a1 + a2 + a3 + · · · + an .
If the sequence of partial sums {Sn } converges to S, then the series ∑ an converges. The limit S
is called the sum of the series. If {Sn } diverges, then the series diverges.
∞
1 1 1 1 1
■ Example 1.16 The series ∑ 2n = 2 + 4 + 8 + 16 + · · · has the following partial sums.
n=1
1
S1 =
2
1 1 3
S2 = + =
2 4 4
1 1 1 7
s3 = + + =
2 4 8 8
.. . .. .. ..
. = .. . . .
1 1 1 1 2n − 1
sn = + + +···+ n = .
2 4 8 2 2n
2n − 1
Because lim = 1, it follows that the series converges and its sum is 1. ■
n→∞ 2n
■ Example 1.17 The nth partial sum of the series
∞
1 1 1 1 1 1 1
∑ − n+1 = 1− 2 + 2 − 3 + 3 − 4 +···
n=1 n
1
is given by Sn = 1 − . Because the limit of Sn is 1, the series converges and its sum is 1. ■
n+1
1.10 Geometric Series 11
∞
■ Example 1.18 The series ∑ 1 = 1 + 1 + 1 + · · · diverges, because Sn = n and the sequence of
n=1
partial sums diverges. ■
The series in Example (1.17) is a telescoping series. That is, it is of the form
(b1 − b2 ) + (b2 − b3 ) + (b3 − b4 ) + (b4 − b5 ) + · · ·
note that b2 is canceled by the second term, b3 is canceled by the third term and so on. Because the
nth partial sum of the series is Sn = b1 − bn+1 , it follows that a telescoping series will only converge
if and only if bn approaches a finite number as n → ∞. Moreover, if the series converges, then its
sum is
S = b1 − lim bn+1 .
n→∞
∞
2
■ Example 1.19 Determine the sum of the series ∑ 4n2 − 1 . ■
n=1
■ Solution 1.9.1 Using partial fractions, we can write
2 2 1 1
an = = = − .
4n2 − 1 (2n − 1)(2n + 1) 2n − 1 2n + 1
From the telescoping form, we can see that the nth partial sum is
1 1 1 1 1 1 1
Sn = − + − +···+ − = 1− .
1 3 3 5 2n − 1 2n + 1 2n + 1
Thus, the series converges and its sum is 1. That is,
∞
2 1
∑ 2 = n→∞ lim Sn = lim 1 − = 1.
n=1 4n − 1 2n + 1
n→∞
Theorem 1.10.1 A geometric series with ratio r diverges if |r| ≥ 1. If 0 < |r| < 1, then the series
∞
a
converges to the sum ∑ arn = 1 − r , 0 < |r| < 1.
n=0
has a ratio of r = 12 with a = 3. Because 0 < |r| < 1, the series converges and its sum is
a 3
S= = = 6. ■
1 − r 1 − 12
12 Chapter 1. SEQUENCES
∞
1
■ Example 1.22 Apply the integral test to the series ∑ n2 + 1 . ■
n=1
1
■ Solution 1.11.1 Because f (x) = 2 satisfies the conditions for the integral test, we can integrate
x +1
to obtain
Z b b
dx dx
Z ∞
−1
2
= lim = lim tan x
1 x +1 b→∞ 1 x2 + 1 b→∞ 1
= lim (tan−1 b − tan−1 1)
b→∞
π π π
= − = .
2 4 4
■ Example 1.23 From the Theorem it follows that the harmonic series
∞
1 1 1
∑ n = 1+ 2 + 3 +···
n=1
diverges. ■
∞
1
■ Example 1.24 Determine the convergence or divergence of ∑ 2 + 3n . ■
n=1
∞
1
■ Solution 1.12.1 This series resembles ∑ 3n (Convergent geometric series). Term-by-term
n=1
comparison yields
1 1
an = n
< n = bn , n ≥ 1.
2+3 3
Thus, by the Direct Comparison Test, the series converges. ■
14 Chapter 1. SEQUENCES
∞
1
■ Example 1.25 Determine the convergence or divergence of ∑ 2 + √n . ■
n=1
∞
1
■ Solution 1.12.2 The series resembles ∑n 1 (Divergent p−series). Term-by-term comparison
n=1 2
yields
1 1
√ ≤ √ , n≥1
2+ n n
which does not meet the requirements for divergence. Still expecting the series to diverge, we
∞
1
can compare the given series with ∑ (Divergent Harmonic series). In this case, term-by-term
n=1 n
comparison yields
1 1
an = ≤ √ = bn , n ≥ 4
n 2+ n
and, by the Direct Comparison Test, the given series diverges. ■
∞ 1
1 n 1
■ Solution 1.12.3 By comparison with ∑ n we have lim an+b = lim = . Because this
n→∞ 1 n→∞ an + b a
n=1 n
limit is grater than 0, we can conclude from the Limit comparison Test that the given series diverges.
■
The limit Comparison Test works well for comparing a messy algebraic series with a p−series. In
choosing an appropriate p−series, we must choose one with an nth term of the same magnitude as
the nth term of the given series.
Given series Comparison series Conclusion
∞ ∞
1 1
∑ 3n2 − 4n + 5 ∑ n2 Both series converge.
n=1 n=1
∞ ∞
1 1
∑ √3n − 2 ∑ √n Both series diverge.
n=1 n=1
∞
n2 − 10 ∞
n2 ∞
1
∑ 5 3 =
∑ n5 ∑ n3 Both series converge.
n=1 4n + n n=1 n=1
1.13 Alternating Series 15
is an alternating geometric series with r = − 21 . Alternating series occur in two ways, either the odd
terms are negative or the even terms are negative.
Alternating Series Test
∞ ∞
Let an > 0. The alternating series ∑ (−1)n an and ∑ (−1)n+1 an converge, if the following two
n=1 n=1
conditions are met.
1. an+1 ≤ an for all n.
2. lim an = 0.
n→∞
∞
1
■ Example 1.27 Determine the convergence or divergence of ∑ (−1)n+1 n . ■
n=1
1 1 1
■ Solution 1.13.1 Because ≤ for all n and the limit (as n → ∞) of is 0, we can apply the
n+1 n n
Alternating Series Test to conclude that the series converges. (This series is called the alternating
harmonic series) ■
∞
n
■ Example 1.28 Determine the convergence or divergence of ∑ (−2)n−1 . ■
n=1
■ Solution 1.13.2 To apply the Alternating Series Test, note that, for n ≥ 1,
1 n
≤
2 n+1
2n−1 n
≤
2n n+1
(n + 1)2n−1 ≤ n2n
n+1 n
≤ .
2n 2n−1
n+1 n
Hence, an+1 = n ≤ n−1
= an for all n. Furthermore, by L’Hopital’s rule,
2 2
x 1 n
lim = lim = 0 =⇒ lim = 0.
x→∞ 2x−1 x→∞ 2x−1 (ln 2) n→inf 2n−1
∞
(−1)n+1 (n + 1) 2 3 4 5 6
∑ = − + − + −···
n=1 n 1 2 3 4 5
16 Chapter 1. SEQUENCES
passes the first condition in the alternating series test because an+1 ≤ an for all n. We cannot apply
the Alternating Series Test, because the series does not pass the second condition.
The alternating series
2 1 2 1 2 1 1 1
− + − + − + − +···
1 1 2 2 3 3 2 4
passes the second condition because an approaches 0 as n → ∞. We cannot apply the Alternating
Series Test, however, because the series does not pass the first condition. ■
has both positive and negative terms, yet it is not an alternating series. One way to obtain some
information about the convergence of this series is to investigate the convergence of the series
∞
sin n
∑ n2 . By direct comparison, we have | sin n| ≤ 1, for all n, so
n=1
sin n 1
2
≤ 2, n ≥ 1.
n n
∞
sin n
Thus, by the Direct Comparison Test, the series ∑ 2
converges. But the question still is “Does
n=1 n
the original series converge?”
Theorem 1.14.1 — Absolute Convergence. If the series ∑ |an | converges, then the series ∑ an
also converges.
The converse of the Theorem is not true. For example, the alternating harmonic series
∞
(−1)n+1 1 1 1
∑ = 1− + − +···
n=1 n 2 3 4
converges by the Alternating Series Test. Yet the harmonic series diverges. This type of convergence
is called conditional.
Definition of Absolute and Conditional Convergence
1. ∑ an is absolutely convergent if ∑ |an | converges.
2. ∑ an is conditionally convergent if ∑ an converges but ∑ |an | diverges.
3. An absolutely convergent series converges.
■Example 1.30 Determine whether the following series are convergent or divergent. Classify any
convergent series as absolutely or conditionally convergent.
n(n+1)
∞
(−1) 2 1 1 1 1
1. ∑ n
= − − + + −···.
n=1 3 3 9 27 81
1.15 The Ratio and Root Tests 17
is a convergent geometric series, so the given series is absolutely convergent, hence convergent.
■
∞
(−1)n 1 1 1 1
2. ∑ ln(n + 1) = − ln 2 + ln 3 − ln 4 + ln 5 − · · · .
n=1
■ Solution 1.14.2 In this case, the alternating series test indicates that the given series con-
diverges by direct comparison with terms of the harmonic series. Therefore, the given series is
conditionally convergent. ■
∞
(−1)n 1 1 1 1
3. ∑ √ = −√ + √ − √ + √ −···.
n=1 n 1 2 3 4
■ Solution 1.14.3 The given series converges by the Alternating Series Test. Moreover,
because the p−series
∞
(−1)n 1 1 1 1
∑ √ = √ + √ + √ + √ +···
n=1 n 1 2 3 4
Ratio Test
an+1
1. ∑ an converges absolutely if n→∞
lim < 1.
an
an+1 an+1
2. ∑ an diverges if lim > 1 or lim = ∞.
n→∞ an n→∞ an
an+1
3. The Ratio Test is inconclusive if lim = 1.
n→∞ an
Although the Ratio Test is not a cure for all ills related to tests for convergence, it is particularly
useful for series that converge rapidly. Series involving factorials or exponentials are frequently of
this type.
∞
2n
■ Example 1.31 Determine the convergence or divergence of ∑ . ■
n=0 n!
18 Chapter 1. SEQUENCES
2n
■ Solution 1.15.1 Because an = , we can write the following
n!
n+1
2n
an+1 2
lim = lim ÷
n→∞ an n→∞ (n + 1)! n!
n+1
2 n!
= lim ·
n→∞ (n + 1)! 2n
2
= lim
n→∞ n + 1
= 0.
an+1
■ Solution 1.15.2 1. This series converges because the limit of is less than 1.
n+2 an
3n
an+1 2
lim = lim (n + 1)2
n→∞ an n→∞ 3n+1 n2 2n+1
2(n + 1) 2
= lim
n→∞ 3n2
2
= < 1.
3
an+1
2. This series diverges because the limit of is grater than 1.
an
(n + 1)n+1 n!
an+1
lim = lim
n→∞ an n→∞ (n + 1)! nn
(n + 1)n+1 1
= lim
n→∞ (n + 1) nn
(n + 1)n 1 n
= lim = lim 1 +
n→∞ nn n→∞ n
= e > 1.
■
Root Test
Let ∑ an be a series with non-zero terms.
p
1. ∑ an converges absolutely if lim n |an | < 1.
p n→∞ p
2. ∑ an diverges if lim n |an | > 1 or lim n |an | = ∞.
n→∞ n→∞
1.16 Power Series 19
p
n
3. The Root Test is inconclusive if lim |an | = 1.
n→∞
∞
e2n
■ Example 1.33 Determine the convergence or divergence of ∑ n
. ■
n=1 n
■ Solution 1.15.3 We can apply the Root Test as follows
s
p n e2n
lim n |an | = lim
n→∞ n→∞ nn
2n
en
= lim n
n→∞ n n
e2
= lim
n→∞ n
= 0 < 1.
Because this limit is less than 1, we can conclude that the series converges absolutely. ■
where the domain of f is the set of all x for which the power series converges.
20 Chapter 1. SEQUENCES
∞
f (0) = ∑ n!0n = 1 + 0 + 0 + · · · = 1.
n=0
For any fixed value of x such that |x| > 0, let un = n!xn . Then
un+1 (n + 1)!xn+1
lim = lim
n→∞ un n→∞ n!xn
= |x| lim (n + 1)
n→∞
= ∞.
Therefore, by the Ratio Test, the series diverges for |x| > 0, and converges only at its center, 0.
Hence, the radius of convergence is R = 0. ■
∞
■ Example 1.38 Determine radius of convergence of ∑ 3(x − 2)n . ■
n=0
By the Ratio Test, the series converges if |x − 2| < 1 and diverges if |x − 2| > 1. Therefore, the radius
of convergence of the series is R = 1. ■
∞
(−1)n (x + 1)n
■ Example 1.40 Determine the interval of convergence of ∑ . ■
n=0 2n
(−1)n (x + 1)n
■ Solution 1.16.4 Letting un = produces
2n
(−1)n+1 (x+1)n+1
un+1 2n+1
lim = lim (−1)n (x+1)n
n→∞ un n→∞
2n
2n (x + 1)
= lim
n→∞ 2n+1
x+1
= .
2
x+1
By the Ratio test, the series converges if < 1 or |x+1| < 2. Hence, the radius of convergence is
2
R = 2. Because the series is centered at x = −1, it will converge in the interval (−3, 1). Furthermore,
at the endpoints we have
∞
(−1)n (−2)n ∞
2n ∞
∑ = ∑ = ∑ 1 (Diverges when x=-3)
n=0 2n n=0 2
n
n=0
and
∞
(−1)n (2)n ∞
∑ 2n = ∑ (−1)n (Diverges when x=1)
n=0 n=0
Thus, the radius of convergence is R = 1. Because the series is centered at x = 0, it converges in the
interval (−1, 1). When x = 1, we obtain the convergent p−series
∞
1 1 1 1
∑ n2 = 1 + 22 + 32 + 42 + · · · (Converges when x=1)
n=1
∞
■ Example 1.42 Determine the interval of convergence of ∑ nxn . ■
n=1
■ Solution 1.16.6 The series is a power series with an = n and c = 0. Let un = nxn , so un+1 =
(n + 1)xn+1 . Then
un+1 (n + 1)|x|n+1 n + 1
= = |x| =⇒ |x| as n → ∞.
un n|x|n n
∞
The limit is less than one whenever |x| < 1. The Ratio Test then shows ∑ un is convergent for
n=1
|x| < 1, and the series diverges for |x| > 1. This means the radius of convergence is R = 1. We know
that the series is convergent for −1 < x < 1. We need to check convergence at the endpoints of this
∞
interval. When x = 1, we have ∑ n. This series does not approach zero as n → ∞, we know this
n=1
series must diverge. Similarly, the series is divergent when x = −1. The interval of convergence is
(−1, 1). ■
∞
(−1)n (x − 2)n
■ Example 1.43 Determine the interval of convergence of ∑ . ■
n=1 n4n
|x − 2|n |x − 2|n+1
■ Solution 1.16.7 Let un = , so un+1 = . Then
n4n (n + 1)4n+1
un+1 |x − 2|n+1 n4n n|x − 2| |x − 2|
= n+1 n
= =⇒ as n → ∞.
un (n + 1)4 |x − 2| (n + 1)4 4
|x − 2| |x − 2|
The Ratio Test gives convergence for < 1 and divergence for > 1. Solving the first
4 4
inequality, we have
|x − 2| < 4 =⇒ −4 < x − 2 < 4 =⇒ −2 < x < 6.
1.16 Power Series 23
The Alternating Series Test shows that the series is convergent. The interval of convergence is
−2 < x ≤ 6. ■
∞
x n
■ Example 1.44 Determine the interval of convergence of the series ∑ . ■
n
n=1 n3
xn
■ Solution 1.16.8 With un = , we find that
n3n
xn+1
un+1 (n + 1)3n+1 n|x| |x|
lim = n = lim = .
n→∞ un x n→∞ 3(n + 1) 3
n3n
|x|
Now < 1 provided |x| < 3, so the Ratio Test implies that the given series converges absolutely if
3
1
|x| < 3 and diverges if |x| > 3. When x = 3, we have the divergent harmonic series ∑ and when
n
(−1)n
x = −3, we have the convergent alternating series ∑ . Thus the interval of convergence of the
n
given power series is [−3, 3). ■
∞
2n xn
■ Example 1.45 Determine the interval of convergence of ∑ . ■
n=0 n!
2n xn
■ Solution 1.16.9 With un = , we find that
n!
2n+1 xn+1
(n + 1)! 2|x|
lim n n = lim =0
n→∞ 2 x n→∞ n + 1
n!
for all x. Hence the Ratio Test implies that the power series converges for all x, and its interval of
convergence is (−∞, ∞). ■