<< Chapter < Page | Chapter >> Page > |
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 ( ) is 10, and the “common difference” ( )—that is, the difference between any two adjacent numbers—is 3. Another example is 25,22,19,16,13,10. In this example , and . In both of these examples, (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, , and the “common ratio” ( )—that is, the ratio between any two adjacent numbers—is 3. Another example is 162,54,18,6,2. In this example , and . In both examples .
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 , and the recursive definition of a geometric sequence is .
An explicit definition of an arithmetic sequence means you define the 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 . The second term goes up by so it is . The third term goes up by again, so it is , or in other words, . So we get a chart like this.
…and so on. From this you can see the generalization that , 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 ; the second term is times that, or ; the third term is times that , or ; and so on. So the general rule is . Read this as: “ multiplied by , times.”
Notification Switch
Would you like to follow the 'Advanced algebra ii: conceptual explanations' conversation and receive update notifications?