Sequences, Series and Binomial Theorem

Sequences

Learning Objectives

By the end of this section, you will be able to:

  • Write the first few terms of a sequence
  • Find a formula for the general term (nth term) of a sequence
  • Use factorial notation
  • Find the partial sum
  • Use summation notation to write a sum

Before you get started, take this readiness quiz.

  1. Evaluate 2n+3 for the integers 1, 2, 3, and 4.
    If you missed this problem, review (Figure).
  2. Evaluate {\left(-1\right)}^{n} for the integers 1, 2, 3, and 4.
    If you missed this problem, review (Figure).
  3. If f\left(n\right)={n}^{2}+2, find f\left(1\right)+f\left(2\right)+f\left(3\right).
    If you missed this problem, review (Figure).

Write the First Few Terms of a Sequence

Let’s look at the function f\left(x\right)=2x and evaluate it for just the counting numbers.

f\left(x\right)=2x
x 2x
1 2
2 4
3 6
4 8
5 10

If we list the function values in order as 2, 4, 6, 8, and 10, … we have a sequence. A sequence is a function whose domain is the counting numbers.

Sequences

A sequence is a function whose domain is the counting numbers.

A sequence can also be seen as an ordered list of numbers and each number in the list is a term. A sequence may have an infinite number of terms or a finite number of terms. Our sequence has three dots (ellipsis) at the end which indicates the list never ends. If the domain is the set of all counting numbers, then the sequence is an infinite sequence. Its domain is all counting numbers and there is an infinite number of counting numbers.

2,4,6,8,10,\text{…},

If we limit the domain to a finite number of counting numbers, then the sequence is a finite sequence. If we use only the first four counting numbers, 1, 2, 3, 4 our sequence would be the finite sequence,

2,4,6,8

Often when working with sequences we do not want to write out all the terms. We want more compact way to show how each term is defined. When we worked with functions, we wrote f\left(x\right)=2x and we said the expression 2x was the rule that defined values in the range. While a sequence is a function, we do not use the usual function notation. Instead of writing the function as f\left(x\right)=2x, we would write it as {a}_{n}=2n. The {a}_{n} is the nth term of the sequence, the term in the nth position where n is a value in the domain. The formula for writing the nth term of the sequence is called the general term or formula of the sequence.

General Term of a Sequence

The general term of the sequence is found from the formula for writing the nth term of the sequence. The nth term of the sequence, an, is the term in the nth position where n is a value in the domain.

When we are given the general term of the sequence, we can find the terms by replacing n with the counting numbers in order. For {a}_{n}=2n,

n 1 2 3 4 5 {a}_{n}
{a}_{n} \begin{array}{c}2·1\hfill \\ \hfill 2\hfill \end{array} \begin{array}{c}2·2\hfill \\ \hfill 4\hfill \end{array} \begin{array}{c}2·3\hfill \\ \hfill 6\hfill \end{array} \begin{array}{c}2·4\hfill \\ \hfill 8\hfill \end{array} \begin{array}{c}2·5\hfill \\ \hfill 10\hfill \end{array} 2n
\begin{array}{cccccc}\hfill {a}_{1},& \hfill {a}_{2},& \hfill {a}_{3},& \hfill {a}_{4},& {a}_{5}\text{,}\phantom{\rule{0.2em}{0ex}}\text{…}\text{,}\hfill & {a}_{n}\text{,}\phantom{\rule{0.2em}{0ex}}\text{…}\hfill \\ \hfill 2,& \hfill 4,& \hfill 6,& \hfill 8,& 10\text{,}\phantom{\rule{0.2em}{0ex}}\text{…}\hfill & \end{array}

To find the values of a sequence, we substitute in the counting numbers in order into the general term of the sequence.

Write the first five terms of the sequence whose general term is {a}_{n}=4n-3.

We substitute the values 1, 2, 3, 4, and 5 into the formula, {a}_{n}=4n-3, in order.

This figure shows three rows and five columns. The first row reads nth term equals 4 times n minus 3 written five times. The second row reads a sub 1 equals 4 times g times 1 minus 3, a sub 2 equals 4 times g times 2 minus 3, a sub 3 equals 4 times g times 3 minus 3, a sub 4 equals 4 times g times 4 minus 3, a sub 5 equals 4 times g times 5 minus 3. The third row reads, a sub 1 equals 1, a sub 2 equals 5, a sub 3 equals 9, a sub 4 equals 13, a sub 5 equals 17.

The first five terms of the sequence are 1, 5, 9, 13, and 17.

Write the first five terms of the sequence whose general term is {a}_{n}=3n-4.

-1,2,5,8,11

Write the first five terms of the sequence whose general term is {a}_{n}=2n-5.

-3,-1,1,3,5

For some sequences, the variable is an exponent.

Write the first five terms of the sequence whose general term is {a}_{n}={2}^{n}+1.

We substitute the values 1, 2, 3, 4, and 5 into the formula, {a}_{n}={2}^{n}+1, in order.

This figure shows three rows and five columns. The first row reads “nth term equals 2 to the nth power plus 1” written five times. The second row reads, “a sub 1 equals 2 times 1 plus 1, a sub 2 equals 2 to the power of 2 plus 1, a sub 3 equals 2 to the power 3 plus 1, a sub 4 equals 2 to the power of 4 plus 1, a sub 5 equals 2 to the power 5 plus 1”. The last row reads “a sub 1 equals 3, a sub 2 equals 5, a sub 3 equals 9, a sub 4 equals 17, a sub 5 equals 33”.

The first five terms of the sequence are 3, 5, 9, 17, and 33.

Write the first five terms of the sequence whose general term is {a}_{n}={3}^{n}+4.

7,13,31,85,247

Write the first five terms of the sequence whose general term is {a}_{n}={2}^{n}-5.

-3,-1,3,11,27

It is not uncommon to see the expressions {\left(-1\right)}^{n} or {\left(-1\right)}^{n+1} in the general term for a sequence. If we evaluate each of these expressions for a few values, we see that this expression alternates the sign for the terms.

n 1 2 3 4 5
{\left(-1\right)}^{n} \begin{array}{c}\hfill {\left(-1\right)}^{1}\hfill \\ \\ \hfill -1\hfill \end{array} \begin{array}{c}\hfill {\left(-1\right)}^{2}\hfill \\ \\ \hfill 1\hfill \end{array} \begin{array}{c}\hfill {\left(-1\right)}^{3}\hfill \\ \\ \hfill -1\hfill \end{array} \begin{array}{c}\hfill {\left(-1\right)}^{4}\hfill \\ \\ \hfill 1\hfill \end{array} \begin{array}{c}\hfill {\left(-1\right)}^{5}\hfill \\ \\ \hfill -1\hfill \end{array}
{\left(-1\right)}^{n+1} \begin{array}{c}\hfill {\left(-1\right)}^{1+1}\hfill \\ \\ \hfill 1\hfill \end{array} \begin{array}{c}\hfill {\left(-1\right)}^{2+1}\hfill \\ \\ \hfill -1\hfill \end{array} \begin{array}{c}\hfill {\left(-1\right)}^{3+1}\hfill \\ \\ \hfill 1\hfill \end{array} \begin{array}{c}\hfill {\left(-1\right)}^{4+1}\hfill \\ \\ \hfill -1\hfill \end{array} \begin{array}{c}\hfill {\left(-1\right)}^{5+1}\hfill \\ \\ \hfill 1\hfill \end{array}
\begin{array}{cccccc}\hfill {a}_{1},& \hfill {a}_{2},& \hfill {a}_{3},& \hfill {a}_{4},& \hfill {a}_{5}\text{,}\phantom{\rule{0.2em}{0ex}}\text{…}\text{,}& \hfill {a}_{n}\text{,}\phantom{\rule{0.2em}{0ex}}\text{…}\\ \hfill -1,& \hfill 1,& \hfill -1,& \hfill 1,& -1\text{…}\hfill & \\ \hfill 1,& \hfill -1,& \hfill 1,& \hfill -1,& \phantom{\rule{0.6em}{0ex}}1\text{…}\hfill & \end{array}

The terms in the next example will alternate signs as a result of the powers of -1.

Write the first five terms of the sequence whose general term is {a}_{n}={\left(-1\right)}^{n}{n}^{3}.

We substitute the values 1, 2, 3, 4, and 5 into the formula, {a}_{n}={\left(-1\right)}^{n}{n}^{3}, in order.

This figure shows three rows and five columns. The first row reads “nth term equals negative 1 to the nth power times n cubed” written five times. The second row reads a sub 1 equals negative 1 to the power of 1 times g times 1 cubed, a sub 2 equals negative 1 squared time g times 2 cubed, a sub 3 equals negative 1 cubed times g times 23 cubed, a sub 4 equals negative 1 to the power of 4 times g times 4 cubed, a sub 5 equals negative 1 to the power of 5 times g times 5 cubed. The last row reads, “a sub 1 equals negative 1, a sub 2 equals 8, a sub 3 equals negative 27, a sub 4 equals 64, and a sub 5 equals negative 125.

The first five terms of the sequence are -1,8,-27,64, and -125.

Write the first five terms of the sequence whose general term is {a}_{n}={\left(-1\right)}^{n}{n}^{2}.

-1,4,-9,16,-25

Write the first five terms of the sequence whose general term is {a}_{n}={\left(-1\right)}^{n+1}{n}^{3}.

1,-8,27,-64,125

Find a Formula for the General Term (nth Term) of a Sequence

Sometimes we have a few terms of a sequence and it would be helpful to know the general term or nth term. To find the general term, we look for patterns in the terms. Often the patterns involve multiples or powers. We also look for a pattern in the signs of the terms.

Find a general term for the sequence whose first five terms are shown.

4,8,12,16,20\text{,}\phantom{\rule{0.2em}{0ex}}\dots
.
.
We look for a pattern in the terms. .
The numbers are all multiples of 4. .
The general term of the sequence is {a}_{n}=4n.

Find a general term for the sequence whose first five terms are shown.

3,6,9,12,15,\text{…}

{a}_{n}=3n

Find a general term for the sequence whose first five terms are shown.

5,10,15,20,25,\text{…}

{a}_{n}=5n

Find a general term for the sequence whose first five terms are shown.

2,-4,8,-16,32,\text{…}
.
.
We look for a pattern in the terms. .
The numbers are powers of 2. The signs are
alternating, with even n negative.
.
The general term of the sequence is {a}_{n}={\left(-1\right)}^{n+1}{2}^{n}.

Find a general term for the sequence whose first five terms are shown.

-3,9,-27,81,-243\text{,}\phantom{\rule{0.2em}{0ex}}\text{…}

{a}_{n}={\left(-1\right)}^{n}{3}^{n}

Find a general term for the sequence whose first five terms are shown

1,-4,9,-16,25\text{,}\phantom{\rule{0.2em}{0ex}}\text{…}

{a}_{n}={\left(-1\right)}^{n+1}{n}^{2}

Find a general term for the sequence whose first five terms are shown.

\frac{1}{3},\frac{1}{9},\frac{1}{27},\frac{1}{81},\frac{1}{243},\text{…}
.
.
We look for a pattern in the terms. .
The numerators are all 1. .
The denominators are powers of 3. The general term of the sequence is {a}_{n}=\frac{1}{{3}^{n}}.

Find a general term for the sequence whose first five terms are shown.

\frac{1}{2},\frac{1}{4},\frac{1}{8},\frac{1}{16},\frac{1}{32},\text{…}

{a}_{n}=\frac{1}{{2}^{n}}

Find a general term for the sequence whose first five terms are shown.

\frac{1}{1},\frac{1}{4},\frac{1}{9},\frac{1}{16},\frac{1}{25},\text{…}

{a}_{n}=\frac{1}{{n}^{2}}

Use Factorial Notation

Sequences often have terms that are products of consecutive integers. We indicate these products with a special notation called factorial notation. For example,5!, read 5 factorial, means 5·4·3·2·1. The exclamation point is not punctuation here; it indicates the factorial notation.

Factorial Notation

If n is a positive integer, then n! is

n!=n\left(n-1\right)\left(n-2\right)\dots

We define 0! as 1, so 0!=1.

The values of n! for the first 5 positive integers are shown.

\begin{array}{ccccccccccccc}\hfill 1!\hfill & & & \hfill \phantom{\rule{2em}{0ex}}2!\hfill & & & \hfill \phantom{\rule{2em}{0ex}}3!\hfill & & & \hfill \phantom{\rule{2em}{0ex}}4!\hfill & & & \hfill \phantom{\rule{2em}{0ex}}5!\hfill \\ \hfill 1\hfill & & & \hfill \phantom{\rule{2em}{0ex}}2\cdot 1\hfill & & & \hfill \phantom{\rule{2em}{0ex}}3\cdot 2\cdot 1\hfill & & & \hfill \phantom{\rule{2em}{0ex}}4\cdot 3\cdot 2\cdot 1\hfill & & & \hfill \phantom{\rule{2em}{0ex}}5\cdot 4\cdot 3\cdot 2\cdot 1\hfill \\ \hfill 1\hfill & & & \hfill \phantom{\rule{2em}{0ex}}2\hfill & & & \hfill \phantom{\rule{2em}{0ex}}6\hfill & & & \hfill \phantom{\rule{2em}{0ex}}24\hfill & & & \hfill \phantom{\rule{2em}{0ex}}120\hfill \end{array}

Write the first five terms of the sequence whose general term is {a}_{n}=\frac{1}{n!}.

We substitute the values 1, 2, 3, 4, 5 into the formula, {a}_{n}=\frac{1}{n!}, in order.

This figure shows four rows and five columns. The first row reads, “nth term equals one divided by n factorial” written five times. The second row reads “a sub 1 equals one divided by 1 factorial, a sub 2 equals 1 divided by 2 factorial, a sub 3 equals 1 divided by 3 factorial, a sub 4 equals 1 divided by 4 factorial, a sub 5 equals 1 divided by 5 factorial”. The third row reads “a sub 1 equals 1 divided 1”, “a sub 2 equals 1 divided by 2 times g times 1”, “a sub 3 equals 1 divided by 3 times g times 2 g times 1”, “a sub 4 equals 1 divided 4 times g times 3 times g times 2 times g times 1”, “a sub 5 equals 1 divided by 5 g times 4 times g times 3 times g times 2 times g times 1”, “a sub 1 equals 1, a sub 2 equals one-half”, “a sub 3 equals one-sixth”, “a sub 4 equals 1 divided by 24”, “a sub 5 equals 1 divided by 120”.

The first five terms of the sequence are 1,\frac{1}{2},\frac{1}{6},\frac{1}{24},\frac{1}{120}.

Write the first five terms of the sequence whose general term is {a}_{n}=\frac{2}{n!}.

2,1,\frac{1}{3},\frac{1}{12},\frac{1}{60}

Write the first five terms of the sequence whose general term is {a}_{n}=\frac{3}{n!}.

3,\frac{3}{2},\frac{1}{2},\frac{1}{8},\frac{1}{40}

When there is a fraction with factorials in the numerator and denominator, we line up the factors vertically to make our calculations easier.

Write the first five terms of the sequence whose general term is {a}_{n}=\frac{\left(n+1\right)!}{\left(n-1\right)!}.

We substitute the values 1, 2, 3, 4, 5 into the formula, {a}_{n}=\frac{\left(n+1\right)!}{\left(n-1\right)!}, in order.

This figure shows five columns and five rows. The first row shows the sequence “nth term equals n plus 1 times factorial divided by n minus 1 times factorial” written five times. The second row is “a sub 1 equals 1 plus 1 times factorial divided by 1 minus 1 times factorial”, “a sub 2 equals 2 plus 1 times factorial divided by 2 minus 1 times factorial”, “a sub 3 equals 3 plus 1 times factorial divided by 3 minus 1 times factorial”, “a sub 4 equals 4 plus 1 times factorial divided by 4 minus 1 times factorial”, “a sub 5 equals 5 plus 1 times factorial divided by 5 minus 1 times factorial”. The third row reads “a sub 1 equals 2 times factorial divided by 0 times factorial”, “a sub 2 equals 3 times factorial divided by 1 times factorial”, “a sub 3 equals 4 times factorial divided by 2 times factorial”, “a sub 3 equals 4 times factorial divided by 2 times factorial”, “a sub 4 equals 5 times factorial divided by 3 times factorial”, “a sub 5 equals 6 times factorial divided by 4 times factorial”. The fourth row reads, “a sub 1 equals 2 times g time 1 divided by 1”, “a sub 2 equals 3 times g times 2 times g times 1 divided by 1”, “a sub 3 equals 4 times g times 3 times g times 2 times g times 1 divided by 2 times g times 1”, “a sub 4 equals 5 times g times 4 times g times 3 times g times 2 times g times 1 divided by 3 g times 2 times g times 1”, and “a sub 5 equals 6 times g times 5 times g times 4 times g times 3 times g times 2 times g times 1 divided by 4 times g times 3 times g times 2 times g times 1”. The fifth row reads “a sub 1 equals 2”, “a sub 2 equals 6”, “a sub 3 equals 12”, “a sub 4 equals 20”, “a sub 5 equals 30”.

The first five terms of the sequence are 2, 6, 12, 20, and 30.

Write the first five terms of the sequence whose general term is {a}_{n}=\frac{\left(n-1\right)!}{\left(n+1\right)!}.

\frac{1}{2},\frac{1}{6},\frac{1}{12},\frac{1}{20},\frac{1}{30}

Write the first five terms of the sequence whose general term is {a}_{n}=\frac{n!}{\left(n+1\right)!}.

\frac{1}{2},\frac{1}{3},\frac{1}{4},\frac{1}{5},\frac{1}{6}

Find the Partial Sum

Sometimes in applications, rather than just list the terms, it is important for us to add the terms of a sequence. Rather than just connect the terms with plus signs, we can use summation notation.

For example, {a}_{1}+{a}_{2}+{a}_{3}+{a}_{4}+{a}_{5} can be written as \sum _{i=1}^{5}{a}_{i}. We read this as “the sum of a sub i from i equals one to five.” The symbol \sum means to add and the i is the index of summation. The 1 tells us where to start (initial value) and the 5 tells us where to end (terminal value).

Summation Notation

The sum of the first n terms of a sequence whose nth term is {a}_{n} is written in summation notation as:

\sum _{i=1}^{n}{a}_{i}={a}_{1}+{a}_{2}+{a}_{3}+{a}_{4}+{a}_{5}+\dots +{a}_{n}

The i is the index of summation and the 1 tells us where to start and the n tells us where to end.

When we add a finite number of terms, we call the sum a partial sum.

Expand the partial sum and find its value: \sum _{i=1}^{5}2i.

\begin{array}{cccc}& & & \hfill \sum _{i=1}^{5}2i\hfill \\ \\ \\ \text{We substitute the values 1, 2, 3, 4, 5 in order.}\hfill & & & \hfill 2·1+2·2+2·3+2·4+2·5\hfill \\ \\ \\ \text{Simplify.}\hfill & & & \hfill 2+4+6+8+10\hfill \\ \\ \\ \text{Add.}\hfill & & & \hfill 30\hfill \\ & & & \hfill \sum _{i=1}^{5}2i=30\hfill \end{array}

Expand the partial sum and find its value: \sum _{i=1}^{5}3i.

45

Expand the partial sum and find its value: \sum _{i=1}^{5}4i.

60

The index does not always have to be i we can use any letter, but i and k are commonly used. The index does not have to start with 1 either—it can start and end with any positive integer.

Expand the partial sum and find its value: \sum _{k=0}^{3}\frac{1}{k!}.

\begin{array}{cccc}& & & \hfill \sum _{k=0}^{3}\frac{1}{k!}\hfill \\ \text{We substitute the values 0, 1, 2, 3, in order.}\hfill & & & \hfill \frac{1}{0!}+\frac{1}{1!}+\frac{1}{2!}+\frac{1}{3!}\hfill \\ \text{Evaluate the factorials.}\hfill & & & \hfill \frac{1}{1}+\frac{1}{1}+\frac{1}{2}+\frac{1}{6}\hfill \\ \text{Simplify.}\hfill & & & \hfill 1+1+\frac{3}{6}+\frac{1}{6}\hfill \\ \text{Simplify.}\hfill & & & \hfill \frac{16}{6}\hfill \\ \text{Simplify.}\hfill & & & \hfill \frac{8}{3}\hfill \\ & & & \hfill \sum _{k=0}^{3}\frac{1}{k!}=\frac{8}{3}\hfill \end{array}

Expand the partial sum and find its value: \sum _{k=0}^{3}\frac{2}{k!}.

\frac{16}{3}

Expand the partial sum and find its value: \sum _{k=0}^{3}\frac{3}{k!}.

8

Use Summation Notation to Write a Sum

In the last two examples, we went from summation notation to writing out the sum. Now we will start with a sum and change it to summation notation. This is very similar to finding the general term of a sequence. We will need to look at the terms and find a pattern. Often the patterns involve multiples or powers.

Write the sum using summation notation: 1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{5}.

\begin{array}{cccc}& & & \hfill \phantom{\rule{5.5em}{0ex}}1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{5}\hfill \\ & & & \hfill \phantom{\rule{1.5em}{0ex}}n\text{:}\phantom{\rule{1em}{0ex}}1,2,3,4,5\hfill \\ \text{We look for a pattern in the terms.}\hfill & & & \hfill \text{Terms:}\phantom{\rule{1em}{0ex}}1,\frac{1}{2},\frac{1}{3},\frac{1}{4},\frac{1}{5}\hfill \\ \text{The numerators are all one.}\hfill & & & \hfill \phantom{\rule{2.5em}{0ex}}\text{Pattern:}\phantom{\rule{1em}{0ex}}\frac{1}{1},\frac{1}{2},\frac{1}{3},\frac{1}{4},\frac{1}{5},\dots \frac{1}{n}\hfill \\ \text{The denominators are the counting numbers}\hfill & & & \\ \text{from one to five.}\hfill & & & \hfill \text{The sum written in summation notation is}\hfill \\ & & & \hfill 1+\frac{1}{2}+\frac{1}{3}+\frac{1}{4}+\frac{1}{5}=\sum _{n=1}^{5}\frac{1}{n}.\hfill \end{array}

Write the sum using summation notation: \frac{1}{2}+\frac{1}{4}+\frac{1}{8}+\frac{1}{16}+\frac{1}{32}.

\sum _{n=1}^{5}\frac{1}{{2}^{n}}

Write the sum using summation notation: 1+\frac{1}{4}+\frac{1}{9}+\frac{1}{16}+\frac{1}{25}.

\sum _{n=1}^{5}\frac{1}{{n}^{2}}

When the terms of a sum have negative coefficients, we must carefully analyze the pattern of the signs.

Write the sum using summation notation: -1+8-27+64-125.

.
.
We look for a pattern in the terms. .
The signs of the terms alternate,
and the odd terms are negative.
.
The numbers are the cubes of the
counting numbers from one to five.
.
.
The sum written in summation notation is
-1+8-27+64-125=\sum _{n=1}^{5}{\left(-1\right)}^{n}\cdot {n}^{3}

Write each sum using summation notation: 1-4+9-16+25.

\sum _{n=1}^{5}{\left(-1\right)}^{n+1}{n}^{2}

Write each sum using summation notation: -2+4-6+8-10.

\sum _{n=1}^{5}{\left(-1\right)}^{n}2n

Access this online resource for additional instruction and practice with sequences.

Key Concepts

  • Factorial Notation
    If n is a positive integer, then n! is
    n!=n\left(n-1\right)\left(n-2\right)\dots \left(3\right)\left(2\right)\left(1\right).


    We define 0! as 1, so 0!=1

  • Summation Notation
    The sum of the first n terms of a sequence whose nth term {a}_{n} is written in summation notation as:
    \sum _{i=1}^{n}{a}_{i}={a}_{1}+{a}_{2}+{a}_{3}+{a}_{4}+{a}_{5}+\dots +{a}_{n}


    The i is the index of summation and the 1 tells us where to start and the n tells us where to end.

Practice Makes Perfect

Write the First Few Terms of a Sequence

In the following exercises, write the first five terms of the sequence whose general term is given.

{a}_{n}=2n-7

-5,-3,-1,1,3

{a}_{n}=5n-1

{a}_{n}=3n+1

4,7,10,13,16

{a}_{n}=4n+2

{a}_{n}={2}^{n}+3

5,7,11,19,35

{a}_{n}={3}^{n}-1

{a}_{n}={3}^{n}-2n

1,5,21,73,233

{a}_{n}={2}^{n}-3n

{a}_{n}=\frac{{2}^{n}}{{n}^{2}}

2,1,\frac{8}{9},1,\frac{32}{25}

{a}_{n}=\frac{{3}^{n}}{{n}^{3}}

{a}_{n}=\frac{4n-2}{{2}^{n}}

1,\frac{3}{2},\frac{5}{4},\frac{7}{8},\frac{9}{16}

{a}_{n}=\frac{3n+3}{{3}^{n}}

{a}_{n}={\left(-1\right)}^{n}·2n

-2,4,-6,8,-10

{a}_{n}={\left(-1\right)}^{n}·3n

{a}_{n}={\left(-1\right)}^{n+1}{n}^{2}

1,-4,9,-16,25

{a}_{n}={\left(-1\right)}^{n+1}{n}^{4}

{a}_{n}=\frac{{\left(-1\right)}^{n+1}}{{n}^{2}}

1,-\frac{1}{4},\frac{1}{9},-\frac{1}{16},\frac{1}{25}

{a}_{n}=\frac{{\left(-1\right)}^{n+1}}{2n}

Find a Formula for the General Term (nth Term) of a Sequence

In the following exercises, find a general term for the sequence whose first five terms are shown.

8,16,24,32,40,\text{…}

{a}_{n}=8n

7,14,21,28,35,\text{…}

6,7,8,9,10,\text{…}

{a}_{n}=n+5

-3,-2,-1,0,1,\text{…}

{e}^{3},{e}^{4},{e}^{5},{e}^{6},{e}^{7},\text{…}

{a}_{n}={e}^{n+2}

\frac{1}{{e}^{2}},\frac{1}{e},1,e,{e}^{2},\text{…}

-5,10,-15,20,-25,\text{…}

{a}_{n}={\left(-1\right)}^{n}5n

-6,11,-16,21,-26,\text{…}

-1,8,-27,64,-125,\text{…}

{a}_{n}={\left(-1\right)}^{n}{n}^{3}

2,-5,10,-17,26,\text{…}

-2,4,-6,8,-10,\text{…}

{a}_{n}={\left(-1\right)}^{n}2n

1,-3,5,-7,9,\text{…}

\frac{1}{4},\frac{1}{16},\frac{1}{64},\frac{1}{256},\frac{1}{1,024},\text{…}

{a}_{n}=\frac{1}{{4}^{n}}

\frac{1}{1},\frac{1}{8},\frac{1}{27},\frac{1}{64},\frac{1}{125},\text{…}

-\frac{1}{2},-\frac{2}{3},-\frac{3}{4},-\frac{4}{5},-\frac{5}{6},\text{…}

{a}_{n}=-\frac{n}{n+1}

-2,-\frac{3}{2},-\frac{4}{3},-\frac{5}{4},-\frac{6}{5},\text{…}

-\frac{5}{2},-\frac{5}{4},-\frac{5}{8},-\frac{5}{16},-\frac{5}{32},\text{…}

-\frac{5}{{2}^{n}}

4,\frac{1}{2},\frac{4}{27},\frac{4}{64},\frac{4}{125},\text{…}

Use Factorial Notation

In the following exercises, using factorial notation, write the first five terms of the sequence whose general term is given.

{a}_{n}=\frac{4}{n!}

4,2,\frac{2}{3},\frac{1}{6},\frac{1}{30}

{a}_{n}=\frac{5}{n!}

{a}_{n}=3n!

3,6,18,72,360

{a}_{n}=2n!

{a}_{n}=\left(2n\right)!

2,24,720,40320,3628800

{a}_{n}=\left(3n\right)!

{a}_{n}=\frac{\left(n-1\right)!}{\left(n\right)!}

1,\frac{1}{2},\frac{1}{3},\frac{1}{4},\frac{1}{5}

{a}_{n}=\frac{n!}{\left(n+1\right)!}

{a}_{n}=\frac{n!}{{n}^{\text{2}}}

1,\frac{1}{2},\frac{2}{3},\frac{3}{2},\frac{24}{5}

{a}_{n}=\frac{{n}^{\text{2}}}{n!}

{a}_{n}=\frac{\left(n+1\right)!}{{n}^{2}}

2,\frac{3}{2},\frac{8}{3},\frac{15}{2},\frac{144}{5}

{a}_{n}=\frac{\left(n+1\right)!}{2n}

Find the Partial Sum

In the following exercises, expand the partial sum and find its value.

\sum _{i=1}^{5}{i}^{2}

1+4+9+16+25=55

\sum _{i=1}^{5}{i}^{3}

\sum _{i=1}^{6}\left(2i+3\right)

5+7+9+11+13+15=60

\sum _{i=1}^{6}\left(3i-2\right)

\sum _{i=1}^{4}{2}^{i}

2+4+8+16=30

\sum _{i=1}^{4}{3}^{i}

\sum _{k=0}^{3}\frac{4}{k!}

\frac{4}{1}+\frac{4}{1}+\frac{4}{2}+\frac{4}{6}+\frac{32}{3}=10\frac{2}{3}

\sum _{k=0}^{4}-\frac{1}{k!}

\sum _{k=1}^{5}k\left(k+1\right)

2+6+12+20+30=70

\sum _{k=1}^{5}k\left(2k-3\right)

\sum _{n=1}^{5}\frac{n}{n+1}

\frac{1}{2}+\frac{2}{3}+\frac{3}{4}+\frac{4}{5}+\frac{5}{6}=\frac{71}{20}

\sum _{n=1}^{4}\frac{n}{n+2}

Use Summation Notation to write a Sum

In the following exercises, write each sum using summation notation.

\frac{1}{3}+\frac{1}{9}+\frac{1}{27}+\frac{1}{81}+\frac{1}{243}

\sum _{n=1}^{5}\frac{1}{{3}^{n}}

\frac{1}{4}+\frac{1}{16}+\frac{1}{64}+\frac{1}{256}

1+\frac{1}{8}+\frac{1}{27}+\frac{1}{64}+\frac{1}{125}

\sum _{n=1}^{5}\frac{1}{{n}^{3}}

\frac{1}{5}+\frac{1}{25}+\frac{1}{125}+\frac{1}{625}

2+1+\frac{2}{3}+\frac{1}{2}+\frac{2}{5}

\sum _{n=1}^{5}\frac{2}{n}

3+\frac{3}{2}+1+\frac{3}{4}+\frac{3}{5}+\frac{1}{2}

3-6+9-12+15

\sum _{n=1}^{5}{\left(-1\right)}^{n+1}3n

-5+10-15+20-25

-2+4-6+8-10+\dots +20

\sum _{n=1}^{10}{\left(-1\right)}^{n}2n

1-3+5-7+9+\dots +21

14+16+18+20+22+24+26

\sum _{n=1}^{7}\left(2n+12\right)

9+11+13+15+17+19+21

Writing Exercises

In your own words, explain how to write the terms of a sequence when you know the formula. Show an example to illustrate your explanation.

Answers will vary.

Which terms of the sequence are negative when the nth term of the sequence is {a}_{n}={\left(-1\right)}^{n}\left(n+2\right)?

In your own words, explain what is meant by n! Show some examples to illustrate your explanation.

Answers will vary.

Explain what each part of the notation \sum _{k=1}^{12}2k means.

Self Check

After completing the exercises, use this checklist to evaluate your mastery of the objectives of this section.

This figure shows a table with four columns and six rows. The first row is the header row and labels each column, “I can”, “Confidently”, “With some help”, and “No I don’t get it!”. The first row in the second column reads, “Write the first few terms of a sequence”, the third row, first column reads, “Find a Formula for the nth Term of a Sequence”, the fourth row first column reads “Use Factorial Notation, the fifth row, first column reads, Find the partial sum”, and the last row, first column reads, “Use Summation Notation to write a Sum”. The remaining three columns and rows are blank.

If most of your checks were:

…confidently. Congratulations! You have achieved the objectives in this section. Reflect on the study skills you used so that you can continue to use them. What did you do to become confident of your ability to do these things? Be specific.

…with some help. This must be addressed quickly because topics you do not master become potholes in your road to success. In math, every topic builds upon previous work. It is important to make sure you have a strong foundation before you move on. Who can you ask for help? Your fellow classmates and instructor are good resources. Is there a place on campus where math tutors are available? Can your study skills be improved?

…no – I don’t get it! This is a warning sign and you must not ignore it. You should get help right away or you will quickly be overwhelmed. See your instructor as soon as you can to discuss your situation. Together you can come up with a plan to get you the help you need.

Glossary

finite sequence
A sequence with a domain that is limited to a finite number of counting numbers.
general term of a sequence
The general term of the sequence is the formula for writing the nth term of the sequence. The nth term of the sequence, {a}_{n}, is the term in the nth position where n is a value in the domain.
infinite sequence
A sequence whose domain is all counting numbers and there is an infinite number of counting numbers.
partial sum
When we add a finite number of terms of a sequence, we call the sum a partial sum.
sequence
A sequence is a function whose domain is the counting numbers.

License

Icon for the Creative Commons Attribution 4.0 International License

Intermediate Algebra Copyright © 2017 by OSCRiceUniversity is licensed under a Creative Commons Attribution 4.0 International License, except where otherwise noted.

Share This Book