Login
📚 Modeling, Functions, and Graphs
Chapters ▾

9.1 Sequences

Definitions and Notation

Consider the following function: Gwynn would like to compete in a triathlon, but she needs to improve her swimming. She begins a training schedule in which she swims 20 laps a day for the first week and increases that number by 6 laps each week. The table below gives the first few values of the function.

Week 1 2 3 4 5 6 7 8 n
Number of Laps 20 26 32 38 44 50 56 62 f ( n )

The function makes sense only for input values that are positive integers. We would not ask how many laps Gwynn swims in week 4.63, or in week 6 .

A function whose inputs are a set of successive positive integers is called a sequence. Most people think of a sequence as a list of objects in which the order is important, and we often present a mathematical sequence in just that way. The information in the table above can be displayed more simply by listing only the output values, in order:

20 ,     26 ,     32 ,     38 ,     44 ,     50 ,     56 ,     62

When we list them in this way, the output values are called the terms of the sequence. The input values are indicated implicitly by the position of the term. For example, the third term of the sequence, 32, is the value of f ( 3 ) .

In Example 1, a n = 2 n + 28 is a formula in terms of n for the number of seats in the n t h row of the theater. The expression 2 n + 28 is called the general term for the sequence.

Let A n be the number of dollars in a bank account at the end of its n t h year. Write an equation using subscript notation for each of the following statements.

  1. The account had $1149.90 at the end of the second year.
    _____ = _____ [Note: Enter "A1" to get A 1 , etc.]
  2. At the end of year 4 the account had $85.75 more than at the end of year 3.
    _____ = _____
  3. At the end of year 5 the account had 1.07 times as much as at the end of year 4.
    _____ = _____
  1. A 2 = 1149.90
  2. A 4 = 85.75 + A 3
  3. A 5 = 1.07 A 4

Let A n be the number of dollars in a bank account at the end of its n t h year. Write an equation using subscript notation for each of the following statements.

  1. The account had $1149.90 at the end of the second year.
  2. At the end of year 4 the account had $85.75 more than at the end of year 3.
  3. At the end of year 5 the account had 1.07 times as much as at the end of year 4.
  1. A 2 = 1149.90
  2. A 4 = 85.75 + A 3
  3. A 5 = 1.07 A 4

How is a sequence different from an ordinary function?

_____

answer

How is a sequence different from an ordinary function?

  1. Its outputs are integers.
  2. Its inputs are integers.
  3. There is a formula for its outputs.
  4. The outputs must be positive..

Find the first four terms in the sequence with the general term b n = ( n + 1 ) 2 n 2 .

Answer: _____ (List the terms in order; separate terms with a comma.

3, 5, 7, 9

Find the first four terms in the sequence with the general term b n = ( n + 1 ) 2 n 2 .

3, 5, 7, 9

Applications of Sequences

Sequences are useful for describing situations that have discrete values, rather than continuous values. For some savings accounts, interest is posted only once a year.

You just finished your last cup of coffee and have 100 mg of caffeine in your system. For each hour that passes, the amount of caffeine in your system decreases by 14%. How much caffeine is in your system at the start of each of the next 4 hours?

Answer: _____ mg (List the terms in order; separate terms with a comma.

100 mg, 86 mg, 74 mg, 63.6 mg approximately

You just finished your last cup of coffee and have 100 mg of caffeine in your system. For each hour that passes, the amount of caffeine in your system decreases by 14%. How much caffeine is in your system at the start of each of the next 4 hours?

100 mg, 86 mg, 74 mg, 63.6 mg approximately

The terms of a sequence

_____

answer

The terms of a sequence

  1. describe its formula.
  2. are its boundary values.
  3. are its outputs.
  4. are either increasing or decreasing.

The financing agreement on your $12,000 car requires you to pay $1200 now and $208.87 a month for 5 years. What is the total amount you have paid after each of the first 4 payments?

Answer: $_____ (List the terms in order; separate terms with a comma.

$1200, $1408.87, $1617.74, $1826.61

The financing agreement on your $12,000 car requires you to pay $1200 now and $208.87 a month for 5 years. What is the total amount you have paid after each of the first 4 payments?

$1200, $1408.87, $1617.74, $1826.61

Recursively Defined Sequences

A sequence is defined recursively if each term of the sequence is defined in terms of its predecessors. For example, the sequence defined by

a 1 = 2 ,         a n + 1 = 3 a n 2

is a recursive sequence. Its first four terms are

a 1 = 2 a 2 = 3 a 1 2 = 3 ( 2 ) 2 = 4 a 3 = 3 a 2 2 = 3 ( 4 ) 2 = 10 a 4 = 3 a 3 2 = 3 ( 10 ) 2 = 28

The definition of a recursive sequence must include a starting point, usually the first term of the sequence, and a formula for calculating the next term of the sequence in terms of the previous term (or terms).

Find a recursive definition for the sequence in CheckPoint 9.8 above if you do not drink any more coffee for n hours.

C 1 = _____, C n + 1 = _____ [Note: Enter "Cn" to get C n .]

C 1 = 100 , C n + 1 = 0.86 C n

Find a recursive definition for the sequence in CheckPoint 9.8 above if you do not drink any more coffee for n hours.

C 1 = 100 , C n + 1 = 0.86 C n

If each output of a sequence is defined in terms of earlier outputs, we say the sequence is

_____

answer

If each output of a sequence is defined in terms of earlier outputs, we say the sequence is

  1. general.
  2. discrete.
  3. ordered.
  4. recursive.

Section Summary

Vocabulary

  • Sequence
  • General term
  • Recursive sequence

CONCEPTS

  1. A function whose inputs are a set of successive positive integers is called a sequence.
  2. The output values are called the terms of the sequence.
  3. A formula in terms of n for the n t h term of a sequence is called the general term of the sequence.
  4. A sequence is defined recursively if each term of the sequence is defined in terms of its predecessors.

STUDY QUESTIONS

  1. What distinguishes a sequence from an ordinary function?
  2. What are the range values of a sequence called?
  3. Give an example of a situation in which a sequence is more appropriate than a function whose domain is an interval of real numbers.
  4. What is a recursively defined sequence? How is such a sequence defined?

SKILLS

Practice each skill in the Homework Problems listed.

  1. Evaluate the general term #1–14, #21–26,
  2. Use subscript notation #15–20
  3. Evaluate a recursively defined sequence #27–34, #45–52
  4. Write a formula for a sequence #35–44

Homework 9.1

For Problems 1–14, find the first four terms in the sequence whose general term is given.

a n = n 5

4 , 3 , 2 , 1

b n = 2 n 3

c n = n 2 2 2

1 2 , 1 , 7 2 , 7

d n = 3 n 2 + 1

s n = 1 + 1 n

2 , 1.5 , 1. 3 , 1.25

t n = n 2 n 1

u n = n ( n 1 ) 2

0 , 1 , 3 , 6

v n = 5 n ( n + 1 )

w n = ( 1 ) n

1 , 1 , 1 , 1

A n = ( 1 ) n + 1

B n = ( 1 ) n ( n 2 ) n

1 , 0 , 1 3 , 1 2

C n = ( 1 ) n 1 3 n + 1

D n = 1

1 , 1 , 1 , 1

E n = 1

For Problems 15–20, suppose that a 1 , a 2 , a 3 , . . . is a sequence. Write an equation using subscript notation for each sentence.

The first term of the sequence is 4 3 .

a 1 = 4 3

The third term of the sequence is 8 more than the second term.

The n th term is 3 times the previous term.

a n = 3 a n 1

The n th term is one third of the term that follows it.

The ( n + 1 ) st term is one third of the term that follows it.

a n + 1 = 1 3 a n + 2

The ( n + 1 ) st term is 3 times the previous term.

For Problems 21–26, find the indicated term for each sequence.

D n = 2 n n ;       D 6

58

E n = n + 1 ;       E 11

x n = log n ;       x 26

1.415

y n = log ( n + 1 ) ;       y 9

z n = 2 n ;       z 20

8.944

U n = n + 1 n 1 ;       U 17

For Problems 27-34, make a table showing the first five terms of the recursively defined sequence.

s 1 = 3 ;       s n = s n 1 + 2

3 , 5 , 7 , 9 , 11

c 1 = 6 ;       c n = c n 1 4

d 1 = 24 ;       d n + 1 = 1 2 d n

24 , 12 , 6 , 3 , 1.5

r 1 = 27 ;       r n + 1 = 2 3 r n

t 1 = 1 ;       t n + 1 = ( n + 1 ) t n

1 , 2 , 6 , 24 , 120

x 1 = 1 ;       x n + 1 = ( n n 1 ) x n

w 1 = 100 ;       w n = 1.10 w n 1 + 100

100 , 210 , 331 , 464.1 , 610.51

q 1 = 100 ;       q n = 0.9 q n 1 + 100

For Problems 35–42,

  1. Make a table showing the first four terms of each sequence.
  2. Write an equation to define the sequence recursively.

A new car costs $14,000 and depreciates in value by 15% each year. How much is the car worth after n years?

  1. 14 , 000 ; 11 , 900 ; 10 , 115 ; 8597.75
  2. v 1 = 14 , 000 ; v n + 1 = 0.85 v n

Krishna takes a job as an executive secretary for $21,000 per year with a guaranteed 5% raise each year. What will his salary be after n years?

A long distance phone call costs $1.10 to make the connection and an additional $0.45 for each minute. What is the cost of a call that lasts n minutes?

  1. 1.55 , 2.00 , 2.45 , 2.90
  2. c 1 = 1.55 ; c n + 1 = c n + 0.45

Bettina earns $1000 per month plus $57 for each satellite dish that she sells. What is her monthly income when she sells n satellite dishes?

Geraldo inherits an annuity of $50,000 that earns 12% annual interest compounded monthly. If he withdraws $500 at the end of each month, what is the value of the annuity after n months?

  1. 50 , 000 ; 50 , 000 ; 50 , 000 ; 50 , 000
  2. v 1 = v n

Eve borrowed $18,000 for a new car at 6% annual interest compounded monthly. If she pays $400 per month toward the loan, how much does she owe after n months?

Majel must take 10 milliliters of a medication directly into her bloodstream at constant intervals. During each time interval her kidneys filter out 20% of the drug present just after the most recent dose. How much of the drug will be in her bloodstream after n doses?

  1. 10 , 18 , 24.4 , 29.52
  2. d 1 = 10 ; d n + 1 = 0.8 d n + 10

A forest contains 64,000 trees. According to a new logging plan, each year 5% of the trees will be cut down and 16,000 new trees will be planted. How many trees will be in the forest after n years?

  1. Draw three non-collinear points in the plane. (The points should not lie on the same line.) How many distinct lines are determined by the points? (In other words, how many different lines can you draw by choosing two of the points and joining them?)
  2. Add a fourth point to your diagram. Now how many lines are determined?
  3. Let L n stand for the number of distinct lines determined by non-collinear points. Make a table showing the first five terms of the sequence.
  4. Find a recursive formula for the sequence L n .
  1. 3
  2. 6
  3. 0, 1, 3, 6, 10
  4. L 1 = 0 , L n + 1 = n + L n
  1. Draw two distinct non-parallel lines in the plane. In how many points do the lines intersect?
  2. Add a third line to your diagram that is not parallel to either of the first two lines. How many intersection points are there?
  3. Let P n stand for the number of intersection points determined by lines in the plane, no two of which are parallel. Make a table showing the first five terms of the sequence.
  4. Find a recursive formula for the sequence P n .

The Fibonacci sequence is found throughout nature. For example, the numbers of spirals in a sunflower or on a pineapple are elements of the Fibonacci sequence. It is named after the Italian mathematician Fibonnaci, who used it to model the growth of a population of rabbits. The Fibonacci sequence is defined recursively by

f 1 = 1 ,     f 2 = 1 ,     f n + 2 = f n + f n + 1

  1. Make a table showing the first 16 terms of the Fibonacci sequence.
  2. Calculate the quotients f n + 1 f n for n = 1 to n = 15 . What do you observe? Now find a decimal approximation for the golden ratio, 1 + 5 2 .
  1. 1 , 1 , 2 , 3 , 5 , 8 , 13 , 21 , 34 , 55 , 89 , 144 , 233 , 377 , 610 , 987
  2. 1 , 2 , 1.5 , 1. 6 , 1.6 , 1.625 , 1.615 , 1.619 , 1.618 , 1.618 , 1.618 , 1.618 , 1.618 ,
    1.618 , 1.618 .
    The quotients approach a limit near 1.618 .
    1 + 5 2 1.618033989 , the same as the limit above.

The Lucas sequence is defined recursively by

L 1 = 2 ,     L 2 = 1 ,     L n + 2 = L n + L n + 1

  1. Find the first 10 terms of the Lucas sequence.
  2. Calculate ( L n ) 2 L n ( L n + 2 ) for n = 1 to n = 8 . What do you notice?

For Problems 47–52, use a calculator to evaluate a large number of terms for each recursive sequence. What happens to the terms as n gets larger?

a 1 = 1 ;       a n = 1 1 + a n 1 + 1

a n approaches 1.4142 , or 2 .

b 1 = 1 ;       b n = 2 1 + b n 1 + 1

c 1 = 3 ;       c n = 1 + c n 1 2

c n approaches 0.64039 , or 1 + 17 8

d 1 = 8 ;       d n = 1 + d n 1 2

s 1 = 1 ;       s n = 1 2 ( s n 1 + 4 s n 1 )

s n approaches 2

t 1 = 1 ;       t n = 1 2 ( t n 1 + 9 t n 1 )

Modeling, Functions, and Graphs by Katherine Yoshiwara (yoshiwarabooks.org), GNU Free Documentation License 1.2 or later. Adapted for the XYZ HTML edition with the authors' permission (recorded 2026-07-04). License: GFDL-1.2-or-later.