<< Chapter < Page Chapter >> Page >
A graph in quadrant one containing the following points: (1, 2), (2, 4), (3, 8), (4, 16).
The plotted points are a graph of the sequence { 2 n } .

Two types of sequences occur often and are given special names: arithmetic sequences and geometric sequences. In an arithmetic sequence    , the difference between every pair of consecutive terms is the same. For example, consider the sequence

3 , 7 , 11 , 15 , 19 ,… .

You can see that the difference between every consecutive pair of terms is 4 . Assuming that this pattern continues, this sequence is an arithmetic sequence. It can be described by using the recurrence relation

{ a 1 = 3 a n = a n 1 + 4 for n 2 .

Note that

a 2 = 3 + 4 a 3 = 3 + 4 + 4 = 3 + 2 · 4 a 4 = 3 + 4 + 4 + 4 = 3 + 3 · 4 .

Thus the sequence can also be described using the explicit formula

a n = 3 + 4 ( n 1 ) = 4 n 1 .

In general, an arithmetic sequence is any sequence of the form a n = c n + b .

In a geometric sequence    , the ratio of every pair of consecutive terms is the same. For example, consider the sequence

2 , 2 3 , 2 9 , 2 27 , 2 81 ,… .

We see that the ratio of any term to the preceding term is 1 3 . Assuming this pattern continues, this sequence is a geometric sequence. It can be defined recursively as

a 1 = 2 a n = 1 3 · a n 1 for n 2 .

Alternatively, since

a 2 = 1 3 · 2 a 3 = ( 1 3 ) ( 1 3 ) ( 2 ) = ( 1 3 ) 2 · 2 a 4 = ( 1 3 ) ( 1 3 ) ( 1 3 ) ( 2 ) = ( 1 3 ) 3 · 2 ,

we see that the sequence can be described by using the explicit formula

a n = 2 ( 1 3 ) n 1 .

The sequence { 2 n } that we discussed earlier is a geometric sequence, where the ratio of any term to the previous term is 2 . In general, a geometric sequence is any sequence of the form a n = c r n .

Finding explicit formulas

For each of the following sequences, find an explicit formula for the n th term of the sequence.

  1. 1 2 , 2 3 , 3 4 , 4 5 , 5 6 ,…
  2. 3 4 , 9 7 , 27 10 , 81 13 , 243 16 ,…
  1. First, note that the sequence is alternating from negative to positive. The odd terms in the sequence are negative, and the even terms are positive. Therefore, the n th term includes a factor of ( −1 ) n . Next, consider the sequence of numerators { 1 , 2 , 3 ,… } and the sequence of denominators { 2 , 3 , 4 ,… } . We can see that both of these sequences are arithmetic sequences. The n th term in the sequence of numerators is n , and the n th term in the sequence of denominators is n + 1 . Therefore, the sequence can be described by the explicit formula
    a n = ( −1 ) n n n + 1 .
  2. The sequence of numerators 3 , 9 , 27 , 81 , 243 ,… is a geometric sequence. The numerator of the n th term is 3 n The sequence of denominators 4 , 7 , 10 , 13 , 16 ,… is an arithmetic sequence. The denominator of the n th term is 4 + 3 ( n 1 ) = 3 n + 1 . Therefore, we can describe the sequence by the explicit formula a n = 3 n 3 n + 1 .
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Find an explicit formula for the n th term of the sequence { 1 5 , 1 7 , 1 9 , 1 11 ,… } .

a n = ( −1 ) n + 1 3 + 2 n

Got questions? Get instant answers now!

Defined by recurrence relations

For each of the following recursively defined sequences, find an explicit formula for the sequence.

  1. a 1 = 2 , a n = −3 a n 1 for n 2
  2. a 1 = 1 2 , a n = a n 1 + ( 1 2 ) n for n 2
  1. Writing out the first few terms, we have
    a 1 = 2 a 2 = −3 a 1 = −3 ( 2 ) a 3 = −3 a 2 = ( −3 ) 2 2 a 4 = −3 a 3 = ( −3 ) 3 2 .

    In general,
    a n = 2 ( −3 ) n 1 .
  2. Write out the first few terms:
    a 1 = 1 2 a 2 = a 1 + ( 1 2 ) 2 = 1 2 + 1 4 = 3 4 a 3 = a 2 + ( 1 2 ) 3 = 3 4 + 1 8 = 7 8 a 4 = a 3 + ( 1 2 ) 4 = 7 8 + 1 16 = 15 16 .

    From this pattern, we derive the explicit formula
    a n = 2 n 1 2 n = 1 1 2 n .
Got questions? Get instant answers now!
Got questions? Get instant answers now!

Find an explicit formula for the sequence defined recursively such that a 1 = −4 and a n = a n 1 + 6 .

a n = 6 n 10

Got questions? Get instant answers now!

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Calculus volume 2. OpenStax CNX. Feb 05, 2016 Download for free at http://cnx.org/content/col11965/1.2
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Calculus volume 2' conversation and receive update notifications?

Ask