![]() |
Sequences and Series |
We call the individual objects in the list terms. We count the terms in the listing from left to right. This need not be in numerical order, but order must not be changed. We often wrap the listing in braces { } like normal sets, but keep in mind that ordering matters for sequences, but not for sets in general.
Examples:
The dots ( . . . ) in the middle indicates that the pattern continues until the next number appears.
Identifying the pattern is the key to working with sequences. What do we do to get each successive term?
What is the 7th term?
What is the pattern?
What is the 7th term?
Examples:
A curious fact about infinite sets. Analyzing their sizes can lead to interesting results. Sets 1 and 2 above are exactly the same size!
It is easy to see that we can match up every x with exactly one y. This is called a one-to-one correspondence. Finding it is enough to prove the sizes are the same. This also shows that a sequence is nothing more than the range of some function with the specific domain of the counting or natural numbers. |
Before you can create a rule of calculation, you need to realize that sequences are functions with the specific domain of the counting numbers {1, 2, 3, 4, 5, ...}. So the n replaces x as the input variable and instead of writing y, we use an as the output variable.
Notice for the sequences in part 2 above, each is just a counting process. So, we can easily write a rule to calculate any term desired.
Examples:
Where's the difference in the two sequences? In the domain of the sequences. An infinite sequence is understood to have the domain of the natural or counting numbers. (Sometimes the whole numbers are used when it is convenient.) What we are doing is setting up a one-to-one correspondence between the set of natural numbers and an ordered list of values (the terms).
More About Notations
In function notation, to ask for a value at 1 in a discrete function, we would write f (1). In sequence notation we write a1. The two ways of asking for a value produce exactly the same result when we are thinking of sequences such as the cost of the fifth item of production. Before we would say C(5). Now we can also say C5.
Examples:
The finite series is 0 + 1 + 2 + 3 + 4.
In summation notation we write
.
The letter i is called the index. It has no relationship to the complex symbol i. We depend on context to keep this clear.
The finite series is 0 + 1 + 2 + 3 + 4 + . . .
In summation notation we write
We can stick with the letter n for the index since the upper end to the summation is infinity.
The finite series is -1 + 2 - 3 + 4 -. . .
In summation notation we write
![]()
Notice how we used the powers of -1 to alternate the sign.
The infinite series is -1 + 2 - 3 + 4 -. . .
In summation notation we write
![]()
Notice again how we used the powers of -1 to alternate the sign.
The next step is to decide when we can write convenient formulas to actually calculate the nth term and the actual sum of series when it is useful.
In your next lesson we'll discuss arithmetic sequences and series and how to apply them.