Series

Calculus 2

From Sequences to Series

A sequence is a list of numbers written in a specific order. A series is simply the summation of the terms of a sequence. If the sequence is finite, we end up with a finite series. If the sequence is infinite, we end up with an infinite series.

We define the partial sum SnS_n as the sum of the first nn terms in a sequence. For example, given the sequence an={2,5,8,11,}a_n = \{2,5,8,11, \dots\}, we have the following partial sums:

S1=a1=2S2=a1+a2=2+5=7S3=a1+a2+a3=2+5+8=15S4=S3+a4=2+5+8+11=26\begin{aligned} S_1 &= a_1 = 2 \\ S_2 &= a_1 + a_2 = 2+5=7 \\ S_3 &= a_1 + a_2 + a_3 = 2+5+8=15 \\ S_4 &= S_3 + a_4= 2+5+8+11=26 \\ \vdots \end{aligned}

The partial sums above make up a new sequence Sn={2,7,15,26,}S_n = \{2,7,15,26, \dots\}. Determining the convergence or divergence of SnS_n will be the focus of our work on infinite series.


Sigma Notation

Given a sequence of numbers {an}n=1\{a_n\}_{n=1}^\infty, its infinite series can be written in sigma notation:

i=1an=a1+a2+a3++an+\sum_{i=1}^{\infty} a_n = a_1 + a_2 + a_3 + \cdots + a_n + \cdots

The index is the variable nn (although variables ii and kk are commonly used as well). The lower bound is the starting point, and the upper bound is the stopping point. For a finite series, the upper bound is a finite value.

It is not possible to add an infinite number of terms by hand (unless every term is equal to zero), so the sum of the infinite series is defined as the limit of the sequence of partial sums SnS_n as nn \to \infty:

S=n=1an=limnSn.S_\infty = \sum_{n=1}^\infty a_n = \lim_{n \to \infty} S_n.

For most series, calculating this limit is not possible. However, our focus is to determine whether the limit exists. If the limit exists, the series is said to converge. If the limit does not exist, the series is said to diverge.

The following are true regarding the sequence of partial sums SnS_n:

  • n=1an=limnSn\sum_{n=1}^{\infty} a_n = \lim_{n \to \infty} S_n
  • an=SnSn1a_n = S_n - S_{n-1}
  • If a sequence ana_n converges, SnS_n may or may not converge
  • If SnS_n converges, the series n=1an\sum_{n=1}^{\infty} a_n converges

Example 1

Given the partial sum Sn=n2n+2S_n = \frac{n-2}{n+2}, determine the general term ana_n.

View Answer
an=SnSn1=n2n+2n3n+1.a_n = S_n - S_{n-1} = \frac{n-2}{n+2} - \frac{n-3}{n+1}.

Properties of Series

The following properties apply to series (with summation bounds being the same on both sides of the equation):

(an±bn)=an±bncan=can\begin{aligned} \sum (a_n \pm b_n) &= \sum a_n \pm \sum b_n \\ \sum c \cdot a_n &= c \sum a_n \end{aligned}

Note: These properties are similar to how integrals operate.

Example 2

Create two examples, one demonstrating each series property discussed above.

View Answer

Possible examples:

  1. (3n+2n)=3n+2n\sum (3n + 2n) = \sum 3n + \sum 2n
  2. 5n=5n\sum 5 \cdot n = 5 \sum n

Rewriting Series

Sigma notation is not a unique representation of a series -- a series can be represented in a handful of ways. Often, it may be necessary to rewrite our series in order to work with it.

The two ways in which we rewrite series include index shifting and stripping out terms. Keep in mind that when you rewrite series in these two ways, it is only the appearance of the series that changes -- all the terms are exactly the same.

Index Shifting

Index shifting allows us to do just that -- shift the index of the series. For example:

n=2(2)n1=n=1(2)n=n=0(2)n+1.\sum_{n=2}^\infty (-2)^{n-1} = \sum_{n=1}^\infty (-2)^n = \sum_{n=0}^\infty (-2)^{n+1}.

Note: If the index increases in ana_n, it decreases by the same amount in the summation bounds.

Example 3

Index shift n=27(n1)(n+1)\sum_{n=2}^{7} (n-1)(n+1) to begin at n=0n=0 and n=3n=3.

View Answer
  1. n=05((n+2)1)((n+2)+1)\sum_{n=0}^{5} ((n+2)-1)((n+2)+1)
  2. n=38((n1)1)((n1)+1)\sum_{n=3}^{8} ((n-1)-1)((n-1)+1)

Example 4

Index shift k=3k!k1\sum_{k=3}^{\infty} \frac{k!}{k-1} to begin at k=2k=2 and k=5k=5.

View Answer
  1. k=2(k+1)!k\sum_{k=2}^{\infty} \frac{(k+1)!}{k}
  2. k=5(k2)!k3\sum_{k=5}^{\infty} \frac{(k-2)!}{k-3}

Stripping Out Terms

Stripping out terms allows us to do just that -- strip out terms from the beginning of the series. For example:

n=01n+1=11+n=11n+1n=01n+1=11+12+n=21n+1n=01n+1=11+12+13+n=31n+1 \begin{aligned} \sum_{n=0}^\infty \frac{1}{n+1} &= \frac{1}{1} + \sum_{n=1}^\infty \frac{1}{n+1}\\ \sum_{n=0}^\infty \frac{1}{n+1} &= \frac{1}{1} + \frac{1}{2} + \sum_{n=2}^\infty \frac{1}{n+1}\\ \sum_{n=0}^\infty \frac{1}{n+1} &= \frac{1}{1} + \frac{1}{2} + \frac{1}{3} + \sum_{n=3}^\infty \frac{1}{n+1} \end{aligned}

Not: The expression ana_n remains the same, but the starting point of the series changes.

Example 5

Strip out the first two terms of n=2sinn\sum_{n=2}^\infty \sin n.

View Answer
sin2+sin3+n=4sinn.\sin 2 + \sin 3 + \sum_{n=4}^\infty \sin n.

Example 6

Strip out the first three terms of n=1an\sum_{n=1}^\infty a_n.

View Answer
a1+a2+a3+n=4an.a_1 + a_2 + a_3 + \sum_{n=4}^\infty a_n.

Convergence of a Series

When determining the convergence of a series, consider the following:

  • All finite series are convergent if each of their terms is a real number because a finite sum of real numbers is
  • If you add any real number to a real number, the sum is a real number
  • If you add any real number to infinity, the "sum" is infinity
  • Multiplying a real number by another real number results in a real number
  • Multiplying a real (non-zero) number by infinity results in infinity
  • If you strip out a finite number of terms from a series, it will not change the convergence or divergence of the series
  • If you add or subtract a finite number of terms from a series, it will not change the convergence or divergence of the series
  • If you multiply a series by a real number (other than zero), it will not change the convergence or divergence of the series
  • If you add two divergent series together, the result could be a convergent or divergent series

Example 7

If n=2an\sum_{n=2}^\infty a_n and n=2bn\sum_{n=2}^\infty b_n are both convergent, what can be said about n=2(an+bn)\sum_{n=2}^\infty (a_n + b_n)?

View Answer

The series n=2(an+bn)\sum_{n=2}^\infty (a_n + b_n) converges.

Example 8

If n=2an\sum_{n=2}^\infty a_n and n=2bn\sum_{n=2}^\infty b_n are both divergent, what can be said about n=2(an+bn)\sum_{n=2}^\infty (a_n + b_n)?

View Answer

The series n=2(an+bn)\sum_{n=2}^\infty (a_n + b_n) could converge or diverge.

Example 9

If n=2an\sum_{n=2}^\infty a_n and n=2bn\sum_{n=2}^\infty b_n are both convergent, what can be said about n=2(anbn)\sum_{n=2}^\infty (a_n - b_n)?

View Answer

The series n=2(anbn)\sum_{n=2}^\infty (a_n - b_n) converges.

Example 10

If n=4an\sum_{n=4}^\infty a_n is convergent, what can be said about the following:

  1. n=410an\sum_{n=4}^\infty 10a_n

  2. n=410an\sum_{n=4}^\infty -10a_n

  3. n=710000000an\sum_{n=7}^\infty 10000000a_n

View Answer
  1. n=410an\sum_{n=4}^\infty 10a_n converges.

  2. n=410an\sum_{n=4}^\infty -10a_n converges.

  3. n=710000000an\sum_{n=7}^\infty 10000000a_n converges.

Example 11

If n=1bn\sum_{n=1}^\infty b_n is divergent, what can be said about the following:

  1. n=410bn\sum_{n=4}^\infty 10b_n

  2. n=40.000002bn\sum_{n=4}^\infty 0.000002b_n

View Answer
  1. n=410bn\sum_{n=4}^\infty 10b_n diverges.

  2. n=40.000002bn\sum_{n=4}^\infty 0.000002b_n diverges.


Series Tests

Up to this point, we've discussed convergence of a series but we haven't discussed how to determine the convergence of a series.

To determine the convergence of a series, we utilize a handful of different tests:

  • nth Term/Divergence Test
  • Geometric Series Test
  • p-Series Test
  • Integral Test
  • Direct and Limit Comparison Tests
  • Alternating Series Test
  • Ratio Test
  • Root Test

These tests will be the focus of the next few lessons.


© 2023 - 2024 CalcPrep

[Contact][Privacy Statement][Terms of Use]

Last Updated: 12/14/2024

AP® and CLEP® are trademarks registered by the College Board, which is not affiliated with, and does not endorse, this website.