Sequences

Calculus 2

Sequences

Discussion

One of Zeno's Paradoxes is this: a man standing in a room could never walk to a wall because he would first have to walk half the distance to the wall, then half the remaining distance, and then again half of what still remains, continuing in this way indefinitely. Describe the distances that the man walks as a sequence of numbers.

View Answer
12,12+14,12+14+18,12+14+18+116,...=12,34,78,1516,...\frac{1}{2}, \frac{1}{2}+\frac{1}{4}, \frac{1}{2}+\frac{1}{4}+\frac{1}{8}, \frac{1}{2}+\frac{1}{4}+\frac{1}{8}+\frac{1}{16},...=\frac{1}{2}, \frac{3}{4}, \frac{7}{8}, \frac{15}{16}, . . .

Introduction to Sequences

A sequence is a list of numbers written in a specific order. Sequences can be defined randomly, recursively, or explicitly. We index the terms of the sequence with positive integers:

a1,a2,a3,,an,a_1, a_2, a_3, \dots, a_n, \dots

A sequence can be finite or infinite — having a finite or infinite number of terms. We will be focusing specifically on infinite sequences, which we will denote by {an}n=1\{a_n\}_{n=1}^\infty.

An explicitly defined sequence is a type of function whose inputs are term numbers and whose outputs are terms in the sequence. However, the domain of a sequence is the set of natural numbers (11, 22, 33, ...).

Some sequences have continuous function counterparts (an=3n1a_n=3n-1 to f(x)=3x1f(x)=3x-1) and some do not (an=(2)na_n=(-2)^n or bn=n!n2b_n=\frac{n!}{n^2}).

Infinite sequences can be represented in several ways:

  • an={2,5,8,11,14,}a_n = \{2, 5, 8, 11, 14, \dots \}
  • an=2,5,8,11,14,a_n = 2, 5, 8, 11, 14, \dots
  • {an}=3n1\{a_n\} = 3n-1
  • an=3n1a_n = 3n-1

Example 1

List the first three terms in the sequence {nn+1}n=1.\left\{ \frac{n}{n+1} \right\}_{n=1}^\infty.

View Answer

First three terms: 12,23,34\frac{1}{2}, \frac{2}{3}, \frac{3}{4}


Convergence/Divergence of Sequences

Sequences, like functions, have right-end behavior that we are interested in.

If the limit of the sequence as nn approaches infinity exists, the sequence converges.

If the limit fails to exist, the sequence diverges.

Sometimes it is obvious whether the sequence converges or not. It is often possible to consider what a function f(x)f(x) with the same definition would do as xx approaches infinity.

If ana_n has a continuous function counterpart, you can use limit techniques (including L'Hopital's Rule) to determine the limit of f(x)f(x) and then apply it to the sequence {an}\{a_n\}.

Example 2

Determine whether the given sequences converge or diverge:

  • an=4a_n = -4

  • bn=2n+1b_n = 2n+1

  • cn=n2+2n1+6n2c_n = \frac{n^2+2n}{1+6n^2}

  • dn=cos(πn)d_n = \cos(\pi n)

View Answer
  • ana_n: Converges to 4-4

  • bnb_n: Diverges to infinity

  • cnc_n: Converges to 16\frac{1}{6}

  • dnd_n: Diverges (oscillates)

Example 3

Determine whether the given sequences converge or diverge:

  • ak=ka_k = \sqrt{k}

  • bk=(1)kb_k = (-1)^k

  • ck=k!c_k = k!

  • dk=1(2)kd_k = \frac{1}{(-2)^k}

View Answer
  • aka_k: Diverges to infinity

  • bkb_k: Diverges (oscillates)

  • ckc_k: Diverges to infinity

  • dkd_k: Converges to 00


Growth Rates

Factorials and alternating sequences have no continuous function counterparts, so other methods must be used to determine convergence. Two useful approaches are the Squeeze Theorem and growth rates. We will focus on using growth rates.

Many sequences are fractions, and if you can determine whether the top or bottom of the fraction grows "more quickly", you can determine whether the sequence converges or diverges.

As nn \to \infty:

c<<ln(n)<<np<<bn<<n!<<nnconstant<<logarithm<<polynomial<<exponential<<factorial<<tetrationc << \ln(n) << n^p << b^n << n! << n^n \\ \text{constant} << \text{logarithm} << \text{polynomial} << \text{exponential} << \text{factorial} << \text{tetration}

Example 4

Determine whether the given sequences converge or diverge:

  • an=n3ln(n)+1a_n = \frac{n^3}{\ln(n)+1}

  • bn=ln(n)+nn3b_n = \frac{\ln(n)+n}{n^3}

  • cn=n!n3+6nc_n = \frac{n!}{n^3+6^n}

  • dn=(100)nn!d_n = \frac{(-100)^n}{n!}

View Answer
  • ana_n: Diverges to infinity

  • bnb_n: Converges to 00

  • cnc_n: Diverges to infinity

  • dnd_n: Converges to 00

Example 5

Determine whether the given sequences converge or diverge:

  • ak=6k+k5kk2a_k = \frac{6^k+k}{5^k-k^2}

  • bk=k!(2k)!b_k = \frac{k!}{(2k)!}

  • ck=lnklnk2c_k = \frac{\ln k}{\ln k^2}

  • dk=7k3+1k24k3d_k = \frac{7k^3+1}{k^2-4k^3}

View Answer
  • aka_k: Diverges to infinity

  • bkb_k: Converges to 00

  • ckc_k: Converges to 12\frac{1}{2}

  • dkd_k: Diverges to 74-\frac{7}{4}


© 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.