Sequences and Their Notations
June 23, 2024 | by Bloom Code Studio
Learning Objectives
In this section, you will:
- Write the terms of a sequence defined by an explicit formula.
- Write the terms of a sequence defined by a recursive formula.
- Use factorial notation.
A video game company launches an exciting new advertising campaign. They predict the number of online visits to their website, or hits, will double each day. The model they are using shows 2 hits the first day, 4 hits the second day, 8 hits the third day, and so on. See Table 1.
| Day | 1 | 2 | 3 | 4 | 5 | … |
| Hits | 2 | 4 | 8 | 16 | 32 | … |
If their model continues, how many hits will there be at the end of the month? To answer this question, we’ll first need to know how to determine a list of numbers written in a specific order. In this section, we will explore these kinds of ordered lists.
Writing the Terms of a Sequence Defined by an Explicit Formula
One way to describe an ordered list of numbers is as a sequence. A sequence is a function whose domain is a subset of the counting numbers. The sequence established by the number of hits on the website is
{2,4,8,16,32,…}.{2,4,8,16,32,…}.
The ellipsis (…) indicates that the sequence continues indefinitely. Each number in the sequence is called a term. The first five terms of this sequence are 2, 4, 8, 16, and 32.
Listing all of the terms for a sequence can be cumbersome. For example, finding the number of hits on the website at the end of the month would require listing out as many as 31 terms. A more efficient way to determine a specific term is by writing a formula to define the sequence.
One type of formula is an explicit formula, which defines the terms of a sequence using their position in the sequence. Explicit formulas are helpful if we want to find a specific term of a sequence without finding all of the previous terms. We can use the formula to find the nth term of the sequence, where n𝑛 is any positive number. In our example, each number in the sequence is double the previous number, so we can use powers of 2 to write a formula for the nth𝑛th term.
The first term of the sequence is 21=2,21=2, the second term is 22=4,22=4, the third term is 23=8,23=8, and so on. The nth𝑛th term of the sequence can be found by raising 2 to the nth𝑛th power. An explicit formula for a sequence is named by a lower case letter a,b,c…𝑎,𝑏,𝑐… with the subscript n.𝑛. The explicit formula for this sequence is
an=2n.𝑎𝑛=2𝑛.
Now that we have a formula for the nth𝑛th term of the sequence, we can answer the question posed at the beginning of this section. We were asked to find the number of hits at the end of the month, which we will take to be 31 days. To find the number of hits on the last day of the month, we need to find the 31st term of the sequence. We will substitute 31 for n𝑛 in the formula.
a31=231 =2,147,483,648𝑎31=231 =2,147,483,648
If the doubling trend continues, the company will get 2,147,483,6482,147,483,648 hits on the last day of the month. That is over 2.1 billion hits! The huge number is probably a little unrealistic because it does not take consumer interest and competition into account. It does, however, give the company a starting point from which to consider business decisions.
Another way to represent the sequence is by using a table. The first five terms of the sequence and the nth𝑛th term of the sequence are shown in Table 2.
| n𝑛 | 1 | 2 | 3 | 4 | 5 | n𝑛 |
| nth𝑛th term of the sequence, an𝑎𝑛 | 2 | 4 | 8 | 16 | 32 | 2n2𝑛 |
Graphing provides a visual representation of the sequence as a set of distinct points. We can see from the graph in Figure 1 that the number of hits is rising at an exponential rate. This particular sequence forms an exponential function.
Figure 1
Lastly, we can write this particular sequence as
{2,4,8,16,32,…,2n,…}.{2,4,8,16,32,…,2𝑛,…}.
A sequence that continues indefinitely is called an infinite sequence. The domain of an infinite sequence is the set of counting numbers. If we consider only the first 10 terms of the sequence, we could write
{2,4,8,16,32,…,2n,…,1024}.{2,4,8,16,32,…,2𝑛,…,1024}.
This sequence is called a finite sequence because it does not continue indefinitely.
SEQUENCE
A sequence is a function whose domain is the set of positive integers. A finite sequence is a sequence whose domain consists of only the first n𝑛 positive integers. The numbers in a sequence are called terms. The variable a𝑎 with a number subscript is used to represent the terms in a sequence and to indicate the position of the term in the sequence.
a1,a2,a3,…,an,…𝑎1,𝑎2,𝑎3,…,𝑎𝑛,…
We call a1𝑎1 the first term of the sequence, a2𝑎2 the second term of the sequence, a3𝑎3 the third term of the sequence, and so on. The term an𝑎𝑛 is called the nth term of the sequence, or the general term of the sequence. An explicit formula defines the nth𝑛th term of a sequence using the position of the term. A sequence that continues indefinitely is an infinite sequence.
Q&A
Does a sequence always have to begin with a1?𝑎1?
No. In certain problems, it may be useful to define the initial term as a0𝑎0 instead of a1.𝑎1. In these problems, the domain of the function includes 0.
HOW TO
Given an explicit formula, write the first n𝑛 terms of a sequence.
- Substitute each value of n𝑛 into the formula. Begin with n=1𝑛=1 to find the first term, a1.𝑎1.
- To find the second term, a2,𝑎2, use n=2.𝑛=2.
- Continue in the same manner until you have identified all n𝑛 terms.
EXAMPLE 1
Writing the Terms of a Sequence Defined by an Explicit Formula
Write the first five terms of the sequence defined by the explicit formula an=−3n+8.𝑎𝑛=−3𝑛+8.
Analysis
The sequence values can be listed in a table. A table, such as Table 3, is a convenient way to input the function into a graphing utility.
| n𝑛 | 1 | 2 | 3 | 4 | 5 |
| an𝑎𝑛 | 5 | 2 | –1 | –4 | –7 |
A graph can be made from this table of values. From the graph in Figure 2, we can see that this sequence represents a linear function, but notice the graph is not continuous because the domain is over the positive integers only.
Figure 2
TRY IT #1
Write the first five terms of the sequence defined by the explicit formula tn=5n−4.𝑡𝑛=5𝑛−4.
Investigating Alternating Sequences
Sometimes sequences have terms that are alternate. In fact, the terms may actually alternate in sign. The steps to finding terms of the sequence are the same as if the signs did not alternate. However, the resulting terms will not show increase or decrease as n𝑛 increases. Let’s take a look at the following sequence.
{2,−4,6,−8}{2,−4,6,−8}
Notice the first term is greater than the second term, the second term is less than the third term, and the third term is greater than the fourth term. This trend continues forever. Do not rearrange the terms in numerical order to interpret the sequence.
HOW TO
Given an explicit formula with alternating terms, write the first n𝑛 terms of a sequence.
- Substitute each value of n𝑛 into the formula. Begin with n=1𝑛=1 to find the first term, a1.𝑎1. The sign of the term is given by the (−1)n(−1)𝑛 in the explicit formula.
- To find the second term, a2,𝑎2, use n=2.𝑛=2.
- Continue in the same manner until you have identified all n𝑛 terms.
EXAMPLE 2
Writing the Terms of an Alternating Sequence Defined by an Explicit Formula
Write the first five terms of the sequence.
an=(−1)nn2n+1𝑎𝑛=(−1)𝑛𝑛2𝑛+1
Analysis
The graph of this function, shown in Figure 3, looks different from the ones we have seen previously in this section because the terms of the sequence alternate between positive and negative values.
Figure 3
Q&A
In Example 2, does the (–1) to the power of n𝑛 account for the oscillations of signs?
Yes, the power might be n,n+1,n−1,𝑛,𝑛+1,𝑛−1, and so on, but any odd powers will result in a negative term, and any even power will result in a positive term.
TRY IT #2
Write the first five terms of the sequence.
an=4n(−2)n𝑎𝑛=4𝑛(−2)𝑛
Investigating Piecewise Explicit Formulas
We’ve learned that sequences are functions whose domain is over the positive integers. This is true for other types of functions, including some piecewise functions. Recall that a piecewise function is a function defined by multiple subsections. A different formula might represent each individual subsection.
HOW TO
Given an explicit formula for a piecewise function, write the first n𝑛 terms of a sequence
- Identify the formula to which n=1𝑛=1 applies.
- To find the first term, a1,𝑎1, use n=1𝑛=1 in the appropriate formula.
- Identify the formula to which n=2𝑛=2 applies.
- To find the second term, a2,𝑎2, use n=2𝑛=2 in the appropriate formula.
- Continue in the same manner until you have identified all n𝑛 terms.
EXAMPLE 3
Writing the Terms of a Sequence Defined by a Piecewise Explicit Formula
Write the first six terms of the sequence.
an={n2n3if nis not divisible by 3if nis divisible by 3𝑎𝑛={𝑛2if 𝑛is not divisible by 3𝑛3if 𝑛is divisible by 3
Analysis
Every third point on the graph shown in Figure 4 stands out from the two nearby points. This occurs because the sequence was defined by a piecewise function.
Figure 4
TRY IT #3
Write the first six terms of the sequence.
an={2n35n2if nis oddif nis even𝑎𝑛={2𝑛3if 𝑛is odd5𝑛2if 𝑛is even
Finding an Explicit Formula
Thus far, we have been given the explicit formula and asked to find a number of terms of the sequence. Sometimes, the explicit formula for the nth𝑛th term of a sequence is not given. Instead, we are given several terms from the sequence. When this happens, we can work in reverse to find an explicit formula from the first few terms of a sequence. The key to finding an explicit formula is to look for a pattern in the terms. Keep in mind that the pattern may involve alternating terms, formulas for numerators, formulas for denominators, exponents, or bases.
HOW TO
Given the first few terms of a sequence, find an explicit formula for the sequence.
- Look for a pattern among the terms.
- If the terms are fractions, look for a separate pattern among the numerators and denominators.
- Look for a pattern among the signs of the terms.
- Write a formula for an𝑎𝑛 in terms of n.𝑛. Test your formula for n=1,n=2,𝑛=1,𝑛=2, and n=3.𝑛=3.
EXAMPLE 4
Writing an Explicit Formula for the nth Term of a Sequence
Write an explicit formula for the nth𝑛th term of each sequence.
- ⓐ {−211,313,−415,517,−619,…}{−211,313,−415,517,−619,…}
- ⓑ {−225,−2125,−2625,−23,125,−215,625,…}{−225,−2125,−2625,−23,125,−215,625,…}
- ⓒ {e4,e5,e6,e7,e8,…}{𝑒4,𝑒5,𝑒6,𝑒7,𝑒8,…}
TRY IT #4
Write an explicit formula for the nth𝑛th term of the sequence.
{9,−81,729,−6,561,59,049,…}{9,−81,729,−6,561,59,049,…}
TRY IT #5
Write an explicit formula for the nth𝑛th term of the sequence.
{−34,−98,−2712,−8116,−24320,…}{−34,−98,−2712,−8116,−24320,…}
TRY IT #6
Write an explicit formula for the nth𝑛th term of the sequence.
{1e2, 1e, 1, e, e2,…}{1𝑒2, 1𝑒, 1, 𝑒, 𝑒2,…}
Writing the Terms of a Sequence Defined by a Recursive Formula
Sequences occur naturally in the growth patterns of nautilus shells, pinecones, tree branches, and many other natural structures. We may see the sequence in the leaf or branch arrangement, the number of petals of a flower, or the pattern of the chambers in a nautilus shell. Their growth follows the Fibonacci sequence, a famous sequence in which each term can be found by adding the preceding two terms. The numbers in the sequence are 1, 1, 2, 3, 5, 8, 13, 21, 34,…. Other examples from the natural world that exhibit the Fibonacci sequence are the Calla Lily, which has just one petal, the Black-Eyed Susan with 13 petals, and different varieties of daisies that may have 21 or 34 petals.
Each term of the Fibonacci sequence depends on the terms that come before it. The Fibonacci sequence cannot easily be written using an explicit formula. Instead, we describe the sequence using a recursive formula, a formula that defines the terms of a sequence using previous terms.
A recursive formula always has two parts: the value of an initial term (or terms), and an equation defining an𝑎𝑛 in terms of preceding terms. For example, suppose we know the following:
a1=3an=2an−1−1 for n≥2𝑎1=3𝑎𝑛=2𝑎𝑛−1−1 for 𝑛≥2
We can find the subsequent terms of the sequence using the first term.
a1=3a2=2a1−1=2(3)−1=5a3=2a2−1=2(5)−1=9a4=2a3−1=2(9)−1=17𝑎1=3𝑎2=2𝑎1−1=2(3)−1=5𝑎3=2𝑎2−1=2(5)−1=9𝑎4=2𝑎3−1=2(9)−1=17
So the first four terms of the sequence are {3,5,9,17}{3,5,9,17} .
The recursive formula for the Fibonacci sequence states the first two terms and defines each successive term as the sum of the preceding two terms.
a1=1a2=1an=an−1+an−2 for n≥3𝑎1=1𝑎2=1𝑎𝑛=𝑎𝑛−1+𝑎𝑛−2 for 𝑛≥3
To find the tenth term of the sequence, for example, we would need to add the eighth and ninth terms. We were told previously that the eighth and ninth terms are 21 and 34, so
a10=a9+a8=34+21=55𝑎10=𝑎9+𝑎8=34+21=55
RECURSIVE FORMULA
A recursive formula is a formula that defines each term of a sequence using preceding term(s). Recursive formulas must always state the initial term, or terms, of the sequence.
Q&A
Must the first two terms always be given in a recursive formula?
No. The Fibonacci sequence defines each term using the two preceding terms, but many recursive formulas define each term using only one preceding term. These sequences need only the first term to be defined.
HOW TO
Given a recursive formula with only the first term provided, write the first n𝑛 terms of a sequence.
- Identify the initial term, a1,𝑎1, which is given as part of the formula. This is the first term.
- To find the second term, a2,𝑎2, substitute the initial term into the formula for an−1.𝑎𝑛−1. Solve.
- To find the third term, a3,𝑎3, substitute the second term into the formula. Solve.
- Repeat until you have solved for the nth𝑛th term.
EXAMPLE 5
Writing the Terms of a Sequence Defined by a Recursive Formula
Write the first five terms of the sequence defined by the recursive formula.
a1=9an=3an−1−20, for n≥2𝑎1=9𝑎𝑛=3𝑎𝑛−1−20, for 𝑛≥2
TRY IT #7
Write the first five terms of the sequence defined by the recursive formula.
a1=2an=2an−1+1, for n≥2𝑎1=2𝑎𝑛=2𝑎𝑛−1+1, for 𝑛≥2
HOW TO
Given a recursive formula with two initial terms, write the first n𝑛 terms of a sequence.
- Identify the initial term, a1,𝑎1, which is given as part of the formula.
- Identify the second term, a2,𝑎2, which is given as part of the formula.
- To find the third term, substitute the initial term and the second term into the formula. Evaluate.
- Repeat until you have evaluated the nth𝑛th term.
EXAMPLE 6
Writing the Terms of a Sequence Defined by a Recursive Formula
Write the first six terms of the sequence defined by the recursive formula.
a1=1a2=2an=3an−1+4an−2, for n≥3𝑎1=1𝑎2=2𝑎𝑛=3𝑎𝑛−1+4𝑎𝑛−2, for 𝑛≥3
TRY IT #8
Write the first 8 terms of the sequence defined by the recursive formula.
a1=0a2=1a3=1an=an−1an−2+an−3, for n≥4𝑎1=0𝑎2=1𝑎3=1𝑎𝑛=𝑎𝑛−1𝑎𝑛−2+𝑎𝑛−3, for 𝑛≥4
Using Factorial Notation
The formulas for some sequences include products of consecutive positive integers. n𝑛 factorial, written as n!,𝑛!, is the product of the positive integers from 1 to n.𝑛. For example,
4!=4⋅3⋅2⋅1=245!=5⋅4⋅3⋅2⋅1=1204!=4⋅3⋅2⋅1=245!=5⋅4⋅3⋅2⋅1=120
An example of formula containing a factorial is an=(n+1)!.𝑎𝑛=(𝑛+1)!. The sixth term of the sequence can be found by substituting 6 for n.𝑛.
a6=(6+1)!=7!=7⋅6⋅5⋅4⋅3⋅2⋅1=5040𝑎6=(6+1)!=7!=7·6·5·4·3·2·1=5040
The factorial of any whole number n𝑛 is n(n−1)!𝑛(𝑛−1)! We can therefore also think of 5!5! as 5⋅4!.5⋅4!.
N FACTORIAL
n factorial is a mathematical operation that can be defined using a recursive formula. The factorial of n,𝑛, denoted n!,𝑛!, is defined for a positive integer n𝑛 as:
0!=11!=1n!=n(n−1)(n−2)⋯(2)(1), for n≥20!=11!=1𝑛!=𝑛(𝑛−1)(𝑛−2)⋯(2)(1), for 𝑛≥2
The special case 0!0! is defined as 0!=1.0!=1.
Q&A
Can factorials always be found using a calculator?
No. Factorials get large very quickly—faster than even exponential functions! When the output gets too large for the calculator, it will not be able to calculate the factorial.
EXAMPLE 7
Writing the Terms of a Sequence Using Factorials
Write the first five terms of the sequence defined by the explicit formula an=5n(n+2)!.𝑎𝑛=5𝑛(𝑛+2)!.
Analysis
Figure 7 shows the graph of the sequence. Notice that, since factorials grow very quickly, the presence of the factorial term in the denominator results in the denominator becoming much larger than the numerator as n𝑛 increases. This means the quotient gets smaller and, as the plot of the terms shows, the terms are decreasing and nearing zero.
Figure 7
TRY IT #9
Write the first five terms of the sequence defined by the explicit formula an=(n+1)!2n.
RELATED POSTS
View all