1093 words
5 minutes
CalcBC Ch10 - Infinite Sequences and Series

Chapter 10: Infinite Sequences and Series#

In this chapter, we delve into the theory and applications of infinite sequences and series. These topics are some of the most challenging in calculus but are fundamental for understanding how functions can be approximated by sums, how convergence is determined, and how error estimates are made. We will explore 15 topics, each building on the previous ideas, and include self–check problems to reinforce your understanding.


10.1 Defining Convergent and Divergent Infinite Series#

An infinite series is expressed as

n=1an,\sum_{n=1}^\infty a_n,

and it is said to converge if the sequence of partial sums

SN=n=1NanS_N = \sum_{n=1}^N a_n

approaches a finite limit as NN \to \infty. If the limit does not exist (or is infinite), the series diverges. This definition is foundational and underpins all convergence tests.

Self–Check 1#

Problem:
Consider the geometric series

n=112n.\sum_{n=1}^\infty \frac{1}{2^n}.

Show that its sequence of partial sums converges and find its limit.

Solution:

  1. The partial sum is given by the formula for a geometric series: SN=a(1rN)1r,with a=12 and r=12.S_N = \frac{a(1-r^N)}{1-r}, \quad \text{with } a=\frac{1}{2} \text{ and } r=\frac{1}{2}.
  2. Thus, SN=12(1(1/2)N)112=112N.S_N = \frac{\frac{1}{2}(1-(1/2)^N)}{1-\frac{1}{2}} = 1 - \frac{1}{2^N}.
  3. Taking the limit as NN\to\infty: limNSN=10=1.\lim_{N\to\infty} S_N = 1 - 0 = 1.

So, the series converges and its sum is 11.


10.2 Working with Geometric Series#

A geometric series has the form

n=0arn.\sum_{n=0}^\infty ar^n.

It converges if r<1|r| < 1 with sum

a1r,\frac{a}{1-r},

and diverges if r1|r| \ge 1. Geometric series appear in many contexts, from finance to physics.

Self–Check 2#

Problem:
Find the sum of the series

n=03(0.5)n.\sum_{n=0}^\infty 3\left(0.5\right)^n.

Solution:

Since 0.5<1|0.5| < 1, the series converges. Its sum is:

310.5=30.5=6.\frac{3}{1-0.5} = \frac{3}{0.5} = 6.

10.3 The nth Term Test for Convergence#

The nth Term Test states that if

limnan0,\lim_{n\to\infty} a_n \neq 0,

then the series

n=1an\sum_{n=1}^\infty a_n

diverges. Note, however, that if the limit is zero, the test is inconclusive.

Self–Check 3#

Problem:
Determine whether the series

n=1nn+1\sum_{n=1}^\infty \frac{n}{n+1}

converges or diverges.

Solution:

Calculate the limit:

limnnn+1=10.\lim_{n\to\infty} \frac{n}{n+1} = 1 \neq 0.

By the nth Term Test, the series diverges.


10.4 Integral Test for Convergence#

If f(x)f(x) is continuous, positive, and decreasing for xNx\geq N and an=f(n)a_n = f(n), then

n=Nan\sum_{n=N}^\infty a_n

and

Nf(x)dx\int_N^\infty f(x)\,dx

either both converge or both diverge. This test is useful when comparing a series to an improper integral.

Self–Check 4#

Problem:
Determine the convergence of the series

n=21nlnn\sum_{n=2}^\infty \frac{1}{n\ln n}

using the integral test.

Solution:

Let f(x)=1xlnxf(x)= \frac{1}{x\ln x} for x2x\ge 2. Then

21xlnxdx.\int_2^\infty \frac{1}{x\ln x}\,dx.

Make the substitution u=lnx,  du=dxxu=\ln x,\; du=\frac{dx}{x}, so the integral becomes:

ln21udu,\int_{\ln2}^\infty \frac{1}{u}\,du,

which diverges (since 1udu=lnu\int \frac{1}{u}\,du = \ln|u| and limulnu=\lim_{u\to\infty}\ln u = \infty). Hence, the series diverges.


10.5 Harmonic Series and p–Series#

The harmonic series,

n=11n,\sum_{n=1}^\infty \frac{1}{n},

diverges, even though its terms approach zero. More generally, a p–series

n=11np\sum_{n=1}^\infty \frac{1}{n^p}

converges if and only if p>1p>1.

Self–Check 5#

Problem:
Determine whether the series

n=11n0.9\sum_{n=1}^\infty \frac{1}{n^{0.9}}

converges or diverges.

Solution:

Since 0.9<10.9 < 1, the p–series diverges.


10.6 Comparison Tests for Convergence#

The Comparison Test involves comparing a series with another series whose convergence is known. If 0anbn0\leq a_n\leq b_n and bn\sum b_n converges, then an\sum a_n converges. The Limit Comparison Test uses the limit

limnanbn\lim_{n\to\infty}\frac{a_n}{b_n}

to draw similar conclusions.

Self–Check 6#

Problem:
Use the comparison test to decide whether the series

n=11n2+3\sum_{n=1}^\infty \frac{1}{n^2+3}

converges.

Solution:

For all n1n\geq1,

1n2+3<1n2.\frac{1}{n^2+3} < \frac{1}{n^2}.

Since 1n2\sum \frac{1}{n^2} converges (p–series with p=2>1p=2>1), by the Comparison Test, the given series converges.


10.7 Alternating Series Test for Convergence#

An alternating series has the form

n=1(1)n+1an,\sum_{n=1}^\infty (-1)^{n+1}a_n,

with an0a_n\geq0. The Alternating Series Test states that if ana_n is decreasing and

limnan=0,\lim_{n\to\infty}a_n = 0,

then the series converges.

Self–Check 7#

Problem:
Determine whether the series

n=1(1)n+11n\sum_{n=1}^\infty (-1)^{n+1}\frac{1}{n}

converges.

Solution:

Here, an=1na_n=\frac{1}{n} is decreasing and

limn1n=0.\lim_{n\to\infty}\frac{1}{n}=0.

Thus, by the Alternating Series Test, the series converges (conditionally).


10.8 Ratio Test for Convergence#

The Ratio Test evaluates

L=limnan+1an.L = \lim_{n\to\infty} \left|\frac{a_{n+1}}{a_n}\right|.

If L<1L<1, the series converges absolutely; if L>1L>1, it diverges; and if L=1L=1, the test is inconclusive.

Self–Check 8#

Problem:
Determine the convergence of the series

n=1n!3n\sum_{n=1}^\infty \frac{n!}{3^n}

using the ratio test.

Solution:

Let an=n!3na_n = \frac{n!}{3^n}. Then,

an+1an=(n+1)!3n+13nn!=n+13.\frac{a_{n+1}}{a_n} = \frac{(n+1)!}{3^{n+1}} \cdot \frac{3^n}{n!} = \frac{n+1}{3}.

Taking the limit,

L=limnn+13=>1.L = \lim_{n\to\infty} \frac{n+1}{3} = \infty > 1.

Thus, the series diverges.


10.9 Determining Absolute or Conditional Convergence#

A series converges absolutely if

n=1an\sum_{n=1}^\infty |a_n|

converges. If a series converges but not absolutely, it converges conditionally. Absolute convergence is a stronger condition and implies convergence.

Self–Check 9#

Problem:
Determine whether the series

n=1(1)nn\sum_{n=1}^\infty \frac{(-1)^n}{n}

converges absolutely, conditionally, or diverges.

Solution:

Consider the absolute series:

n=1(1)nn=n=11n,\sum_{n=1}^\infty \left|\frac{(-1)^n}{n}\right| = \sum_{n=1}^\infty \frac{1}{n},

which is the harmonic series and diverges. However, by the Alternating Series Test, the original series converges. Hence, it converges conditionally.


10.10 Alternating Series Error Bound#

For an alternating series satisfying the Alternating Series Test, the error when approximating the sum by the nth partial sum is at most the absolute value of the first omitted term:

Rnan+1.|R_n| \leq a_{n+1}.

Self–Check 10#

Problem:
Estimate the error when approximating the sum of

n=1(1)n+11n\sum_{n=1}^\infty (-1)^{n+1}\frac{1}{n}

by the sum of the first 4 terms.

Solution:

The first omitted term is a5=15=0.2.a_5 = \frac{1}{5} = 0.2.
Thus, the error in using the first 4 terms is at most 0.2.


10.11 Finding Taylor Polynomial Approximations of Functions#

A Taylor polynomial approximates a function by matching its derivatives at a point. The Taylor series for a function f(x)f(x) centered at aa is given by:

f(x)=n=0f(n)(a)n!(xa)n.f(x)=\sum_{n=0}^\infty \frac{f^{(n)}(a)}{n!}(x-a)^n.

When a=0a=0, it is called a Maclaurin series.

Self–Check 11#

Problem:
Find the third-degree Taylor polynomial for

f(x)=exf(x)=e^x

centered at 0.

Solution:

For exe^x, all derivatives are exe^x, and at 0 they equal 1. Thus, the third-degree Taylor polynomial is:

P3(x)=1+x+x22+x36.P_3(x)=1+x+\frac{x^2}{2}+\frac{x^3}{6}.

10.12 Lagrange Error Bound#

The Lagrange Error Bound estimates the error in a Taylor polynomial approximation. If ff is approximated by its nth-degree Taylor polynomial about aa, the error satisfies:

Rn(x)M(n+1)!xan+1,|R_n(x)|\leq \frac{M}{(n+1)!}|x-a|^{n+1},

where MM is an upper bound on f(n+1)(z)|f^{(n+1)}(z)| for zz between aa and xx.

Self–Check 12#

Problem:
Estimate the error in approximating exe^x by its third-degree Taylor polynomial at x=0.1x=0.1.

Solution:

For f(x)=exf(x)=e^x, all derivatives are exe^x. On the interval [0,0.1][0,0.1], the maximum of exe^x is e0.11.105.e^{0.1}\approx1.105.
Using the error bound with n=3n=3 and a=0a=0:

R3(0.1)1.1054!0.14=1.10524(0.0001)1.105×0.0001240.0000046.|R_3(0.1)|\leq \frac{1.105}{4!}|0.1|^4 = \frac{1.105}{24}(0.0001) \approx \frac{1.105 \times 0.0001}{24} \approx 0.0000046.

10.13 Radius and Interval of Convergence of Power Series#

A power series

n=0an(xa)n\sum_{n=0}^\infty a_n (x-a)^n

converges for values of xx within a radius RR around the center aa, determined by the Ratio or Root Test. The interval of convergence is then (aR,a+R)(a-R, a+R) (with possible inclusion of endpoints).

Self–Check 13#

Problem:
Find the radius of convergence for the power series

n=0xnn!.\sum_{n=0}^\infty \frac{x^n}{n!}.

Solution:

Using the Ratio Test, compute:

limnxn+1/(n+1)!xn/n!=limnxn+1=0.\lim_{n\to\infty} \left|\frac{x^{n+1}/(n+1)!}{x^n/n!}\right| = \lim_{n\to\infty} \left|\frac{x}{n+1}\right| = 0.

Since this limit is 0 for all xx, the radius of convergence is \infty.


10.14 Finding Taylor or Maclaurin Series for a Function#

To find the Taylor (or Maclaurin) series for a function, compute its derivatives at the center and substitute them into the Taylor series formula. This representation is extremely useful for approximations and for solving differential equations.

Self–Check 14#

Problem:
Find the Maclaurin series for sinx\sin x up to the term in x5x^5.

Solution:

The derivatives of sinx\sin x at 0 yield:

  • f(0)=0,f(0)=0,
  • f(0)=cos0=1,f'(0)=\cos 0=1,
  • f(0)=sin0=0,f''(0)=-\sin 0=0,
  • f(0)=cos0=1,f'''(0)=-\cos 0=-1,
  • f(4)(0)=sin0=0,f^{(4)}(0)=\sin 0=0,
  • f(5)(0)=cos0=1.f^{(5)}(0)=\cos 0=1.

Thus, the Maclaurin series up to x5x^5 is:

sinxxx33!+x55!=xx36+x5120.\sin x \approx x - \frac{x^3}{3!} + \frac{x^5}{5!} = x - \frac{x^3}{6} + \frac{x^5}{120}.

10.15 Representing Functions as Power Series#

Many functions can be represented as power series within their interval of convergence. This representation allows term–by–term differentiation and integration, making it a powerful tool in both theory and application.

Self–Check 15#

Problem:
Express the function

11x\frac{1}{1-x}

as a power series and state its interval of convergence.

Solution:

The function can be written as the sum of a geometric series:

11x=n=0xn,\frac{1}{1-x}=\sum_{n=0}^\infty x^n,

which converges for x<1|x|<1.


CalcBC Ch10 - Infinite Sequences and Series
https://mashiroisasleep.github.io/posts/calcbc/calcnotes10/
Author
Mashiro
Published at
2025-04-10