<< Chapter < Page Chapter >> Page >
An updated version of the Sequences module.

A sequence is a list of numbers: like 4,9,3,2,17.

An arithmetic sequence is a list where each number is generated by adding a constant to the previous number. An example is 10,13,16,19,22,25. In this example, the first term ( t 1 ) is 10, and the “common difference” ( d )—that is, the difference between any two adjacent numbers—is 3. Another example is 25,22,19,16,13,10. In this example t 1 = 25 , and d = ( –3 ) . In both of these examples, n (the number of terms) is 6.

A geometric sequence is a list where each number is generated by multiplying a constant by the previous number. An example is 2,6,18,54,162. In this example, t 1 = 2 , and the “common ratio” ( r )—that is, the ratio between any two adjacent numbers—is 3. Another example is 162,54,18,6,2. In this example t 1 = 162 , and r = 1 3 . In both examples n = 5 .

A recursive definition of a sequence means that you define each term based on the previous. So the recursive definition of an arithmetic sequence is t n = t n - 1 + d , and the recursive definition of a geometric sequence is t n = r t n - 1 .

An explicit definition of an arithmetic sequence means you define the n t h term without making reference to the previous term. This is more useful, because it means you can find (for instance) the 20th term without finding all the other terms in between.

To find the explicit definition of an arithmetic sequence, you just start writing out the terms. The first term is always t 1 . The second term goes up by d so it is t 1 + d . The third term goes up by d again, so it is ( t 1 + d ) + d , or in other words, t 1 + 2 d . So we get a chart like this.

t 1 t 2 t 3 t 4 t 5
t 1 t 1 + d t 1 + 2 d t 1 + 3 d t 1 + 4 d

…and so on. From this you can see the generalization that t n = t 1 + ( n - 1 ) d , which is the explicit definition we were looking for.

The explicit definition of a geometric sequence is arrived at the same way. The first term is t 1 ; the second term is r times that, or t 1 r ; the third term is r times that , or t 1 r 2 ; and so on. So the general rule is t n = t 1 r n - 1 . Read this as: “ t 1 multiplied by r , ( n 1 ) times.”

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Advanced algebra ii: conceptual explanations. OpenStax CNX. May 04, 2010 Download for free at http://cnx.org/content/col10624/1.15
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Advanced algebra ii: conceptual explanations' conversation and receive update notifications?

Ask