Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

9.6: Sequences

( \newcommand{\kernel}{\mathrm{null}\,}\)

Sequence

A sequence is a list of numbers: a1,a2,a3,a4,,an, A sequence can be a finite or infinite list. We call a1 the first term, a2 the second term, and an the “general term” or the nth term. Sequences have a pattern. We describe the pattern in the general term an.

The following sequence of numbers has a pattern you are bound to recognize:

2,4,6,8,10,12,14,16,18,

Likely, you would describe the sequence in words: the sequence of even numbers. Alternatively, can we describe the sequence mathematically? That is, can we describe the pattern of the sequence of even numbers using a formula? Absolutely! This section will explore arithmetic sequences, how to identify them, mathematically describe their terms, and the relationship between arithmetic sequences and linear functions. Let’s get started!

For the sequence of even numbers: 2,4,6,8,10, the general term an=2n.

clipboard_eddc57d00c36a2fbed49c43f696c7302b.png

The general term an of a sequence is simply a function of n, indicated above as f(n), where n is a natural number.

Example 1

In the sequence of even numbers, what is the 20th term in the sequence?

Solution

The general term of the sequence of even numbers is an=2n. Since n= the term number, we are asked to find a20.

Plug in the term-number n=20 into the formula an=2n

a20=2(20)=40

Arithmetic Sequence

If the sequence: a1,a2,a3,a4,,an1,an, exhibits a pattern such that

anan1=d

For all n, then the real number d is called the common difference, and the sequence is an arithmetic sequence.

Example 2

A sequence is given. If the sequence is an arithmetic sequence, give the common difference. If the sequence is not an arithmetic sequence, explain how it fails to be arithmetic.

  1. 25,32,39,46,53,60,
  2. 2,4,8,16,32,
  3. 32,34,36,38,310,
  4. 0,1,0,1,0,1,

Solution

  1. Is the sequence

25,32,39,46,53,60,

an arithmetic sequence?

a2a1=3225=7a3a2=3932=7a4a3=4639=7a5a4=5346=7a6a5=6053=7

The sequence is arithmetic and the common difference is 7.

  1. Is the sequence

2,4,8,16,32,

an arithmetic sequence?

a2a1=42=2a3a2=84=4a4a3=168=8a5a4=3216=1624816

The sequence is not arithmetic. anan1 does not yield a common difference.

  1. Is the sequence

32,34,36,38,310,

an arithmetic sequence?

3432=32(321)=98=723634=34(321)=818=648

Since a3a2a2a1, we conclude the sequence is not arithmetic.

  1. Is the sequence

0,1,0,1,0,1,

an arithmetic sequence?

0=101=1

Since a3a2a2a1, the sequence is not arithmetic.

If a sequence is arithmetic, the general term an is determined using the common difference, d, of the sequence. Functions of the form y=mx+b, known as linear functions, have a strong relationship to arithmetic sequences. The slope m of a linear function is equivalent to the common difference d of an arithmetic sequence. Let’s compare arithmetic sequences to linear functions to build an, the general term of an arithmetic sequence.

Example 3

Find the general term an of each arithmetic sequence:

  1. 4,7,10,13,16,
  2. 100,80,60,40,20,

Solution

We will create a table of values for each sequence. The first column will be the term number, n, starting with n=1. The second column will list the terms of the sequence. The common difference is shown on the side of the second column.

  1. The sequence 4,7,10,13,16, has the common difference d=3. But it’s also the slope m of the linear function f(x)=mx+b.

m=anan1n(n1))=d1=d

clipboard_ecbb8d4cf8b9fa5856cc56124c921e2e0.png

The above table essentially mimics any linear function, f(x)=mx+b.

  • Instead of x, sequences use n−values.
  • Instead of m= slope in linear functions, sequences use d= common difference.
  • Instead of b, a sequence notates the same value with a0.

If a1 denotes the first term of a sequence, then the general term of a sequence is:

an=f(n)=dn+a0

To find the general term, an, we will need to find the value a0. There are several ways to do this, but perhaps the simplest is to create an extra row where n=0, then use the common difference to find a0. The common difference pattern is maintained and a0+d=a1.

clipboard_e6eccaea315b268044364f34c0948747d.png

Find the value a0:

a0+3=4a0+33=43a0=1

The general term of the sequence is:

an=3n+1

  1. Use the same strategy for Example 8.1.3a to solve Example 8.1.3b. Create a table, find the common difference, d, and find the a0 term of the sequence 100,80,60,40,20,

clipboard_ee68ed069e37b2760f8fc0f27b5a37f04.png

The common difference d=20. Find the value a0.

a020=100a020+20=100+20a0=120

The general term of the sequence is:

an=20n+120

The General nth Term of an Arithmetic Sequence

An arithmetic sequence with first term a1 and common difference d is given by an=a1+(n1)d,n1 for nth term.

Example 4

A five-year old child receives an allowance of $1 each week. Their parents promise them an annual increase of $2 per week.

  1. Write a formula for the child’s weekly allowance in a given year.
  2. What will the child’s allowance be when he is 16 years old?

Solution

  1. The situation can be modeled by an arithmetic sequence with an initial term of 1 and a common difference of 2.

    Let A be the amount of the allowance and n be the number of years after age 5. Using the altered explicit formula for an arithmetic sequence we get:

    An=1+2n

  2. We can find the number of years since age 5 by subtracting.

    165=11

    We are looking for the child’s allowance after 11 years. Substitute 11 into the formula to find the child’s allowance at age 16.

    A11=1+2(11)=23

    The child’s allowance at age 16 will be $23 per week.

Geometric sequences, on the other hand, have a common ratio. Each term after the first term is obtained by multiplying the previous term by r, the common ratio. As an example, the following sequence does not have a common difference, so it is not an arithmetic sequence. Instead, this sequence has a common ratio, r:

anan1=r=2

and it is a geometric sequence:

2,4,8,16,32,64,128

Notice that each term is double the previous term. By multiplying any term by 2, we obtain the subsequent term. A common ratio is the hallmark signature of a geometric sequence.

Geometric Sequence

If the sequence: a1,a2,a3,a4,,an1,an, exhibits a pattern (a0 and r0) such that

a1,a1r,a1r2,a1r3,,a1rn1,a1rn,

Then the sequence is geometric and r is called the common ratio, where anan1=r

A geometric sequence is analogous to an exponential function, f(x)=abx, where a and b are constants, a= any real number and b>0. The general term an for a geometric sequence will mimic the exponential function formula, but modified in the following way:

  • Instead of x= any real number, the domain of the geometric sequence function is the set of natural numbers n.
  • The constant a will become the first term, or a1, of the geometric sequence.
  • The constant b is replaced by the common ratio r, but r can be positive or negative.

The General nth Term of a Geometric Sequence

The geometric sequence with common ratio r:

a1,a1r,a1r2,a1r3,,a1rn1,

has general term

an=a1rn1

The first term of the geometric sequence is a1, or a1r0. Recall that r0=1.It’s worth mentioning that, in some cases, the first term is better notated as a0 rather than a1. If we use a0= first term (starting the sequence at n=0), then the geometric sequence would be notated: a0,a0r,a0r2,a0r3, … and the general term is an=a0rn. Although the term-number no longer matches the subscript (i.e. a1= second term, a2= third term, etc.), the exponent on r tells us how many times r was applied. In real-life problems that have an initial value to which r is repetitively multiplied, allow yourself the flexibility to call the initial amount a0.

Example 5

Determine the common ratio of the geometric sequence: 15,45,135,405, and give the general term, an. Then find the 10th term of the sequence, or a10.

Solution

Finding the common ratio is a matter of dividing any term by its previous term:

4515=3=r.

Therefore, the general term of the sequence is:

an=153n1

The general term gives us a formula to find a10. Plug n=10 into the general term an.

a10=153101=1539=295245

Example 6

Determine the common ratio of the geometric sequence: 8,12,18,27, and give the general term an. Then find the 7th term of the sequence.

Solution

Notice the sequence alternates in sign value: positive, negative, positive, negative, … An alternating sequence occurs when r<0. We expect the r-value to be negative.

The common ratio is found by dividing two consecutive terms. Let’s divide a2a1.

128=32=1.5=r

Therefore, the general term of the sequence is:

an=1.58n1

The general term gives us a formula to find a7. Plug into n=7 in an to find the 7th term:

a7=8(1.5)71=8(1.5)6=91.125

Example 7

A filtering process can reduce Chemical B by 10%. The process can be repeated and have the same reduction rate of 10% each time. Initially, there is 7 mg of Chemical B before filtering. How much of Chemical B remains after 4 filtering processes? Round the answer to 2 decimal places.

Solution

If chemical B is reduced by 10%, then 90% remains after filtering. The sequence would end after 4 filters. The common ratio r=0.9 and we apply this common ratio 4 times to the initial value, 7 mg:

clipboard_e753a28668f9cb00c8821eddb1d853e6f.png

Rather than performing each multiplication separately, it’s easier to compute the remaining quantity of Chemical B using the formula for the general term:

7(0.9)4=4.5927

Answer After 4 filtering processes, 4.59 mg of Chemical B remains.

A famous and important sequence is the Fibonacci sequence, named after the Italian mathematician known as Leonardo Pisano, whose nickname was Fibonacci, and who lived from 1170 to 1230. This sequence is: {1,1,2,3,5,8,13,21,34,55,} This sequence is defined recursively. This means each term is defined by the previous terms.

Fibonacci Sequence

The Fibonacci sequence is defined by f1=1,f2=1,fn=fn1+fn2.

In other words, to get the next term in the sequence, add the two previous terms.

{1,1,1+1=2,2+1=3,3+2=5,5+3=8,8+5=13,13+8=21,21+13=34,34+21=55,55+34=89,89+55=144,}

Example 8

Find the 13th, 14th, and 15th Fibonacci numbers

Solution

First, notice that there are already 12 Fibonacci numbers listed above, so to find the next three Fibonacci numbers, we simply add the two previous terms to get the next term as the definition states.

f13=144+89=233,f14=233+144=377,f15=377+233=610

We can find the Fibonacci numbers in all around us in nature. The number of branches on some trees or the number of petals of some daisies are often Fibonacci numbers

a. Daisy with 13 petals b. Daisy with 21 petals

a. Image result for daisy flower b. Image result for daisy flower

Fibonacci numbers also appear in spiral growth patterns such as the number of spirals on a cactus or in sunflowers seed beds.

a. Cactus with 13 clockwise spirals b. Sunflower with 34 clockwise spirals and 55 counterclockwise spirals

a. b.

Another interesting fact arises when looking at the ratios of consecutive Fibonacci numbers.

Table 9.6.1:

Fibonacci number

divided by the one before

ratio

1

   

1

1/1

= 1.0000

2

2/1

= 2.0000

3

3/2

= 1.5000

5

5/3

= 1.6667

8

8/5

= 1.6000

13

13/8

= 1.6250

21

21/13

= 1.6154...

34

34/21

= 1.6190...

55

55/34

= 1.6177...

89

89/55

= 1.6182...

...

...

...

 

{\displaystyle \varphi }

= 1.6180...

The number that these ratios are getting closer to is a special number called the Golden Ratio which is denoted by ϕ (the Greek letter phi).

The Golden Ratio

The Golden Ratio: ϕ=1+52. The Golden Ratio has the decimal approximation of ϕ=1.6180339887.

The Golden Ratio is a special number for a variety of reasons. It is also called the divine proportion and it appears in art and architecture. It is claimed by some to be the most pleasing ratio to the eye.

The Golden Rectangle

If the length of a rectangle divided by its width is equal to the Golden Ratio, then the rectangle is called a golden rectangle.

clipboard_eef1abb45d8f083ef6af5e0937e987a86.png Figure 9.6.1: Image by Peter John Acklam is licensed by CC-3.0

If you cut off a square on one end of the rectangle, the smaller rectangle is again a golden rectangle. If you continue doing this, and connect the opposite diagonals of the squares that you are cutting off with a smooth curve, you generate a spiral.

Fibonacci Sequence and Golden Ratio | StudyPug

Here is a nautilus shell and the golden rectangle spiral on top.

Kiwi Hellenist: The golden ratio


This page titled 9.6: Sequences is shared under a CC BY-NC-SA 3.0 license and was authored, remixed, and/or curated by Carl Stitz & Jeff Zeager via source content that was edited to the style and standards of the LibreTexts platform.

  • Was this article helpful?

Support Center

How can we help?