A sequence is a set of ordered numbers. For example, the sequence 2, 4, 6, 8, ... has 2 as its first term, 4 as its second, etc. The nth term in a sequence is usually called sn. The terms of a sequence may be arbitrary, or they may be defined by a formula, such as sn = 2n.
In general, n starts at 1 for sequences, but there are times when it is convenient for n to start at 0, in which case the first term is s0. If we add up the first n terms of a sequence we get a partial sum, usually referred to as Sn (i.e., with a capital letter).
The applet shows the sequence defined by sn = 2 + 3(n - 1). This is called an arithmetic sequence and each term of the sequence is found by adding a constant amount (e.g., 3 in this example) to the preceeding element. The general formula for an arithmetic sequence is sn = s1 + d(n - 1), where s1 is the first term and d is the common difference (i.e., the amount added to get the next term). The partial sum of the first 10 terms is shown in the upper left corner of the graph, and you can change the number of terms by moving the max n slider or typing in the max n input box.
One of the issues that we are concerned with when working with sequences is what happens to the values of the terms when n heads to infinity. In other words, does lim n->inf s(n) have a value, or does sn head off to infinity or jump around as n gets big? If there is a limit, we say that the sequence converges or is convergent. If this limit does not exist, the sequence diverges or is divergent. Obviously the arithmetic sequence diverges, because the terms keep getting bigger.
Select the second example from the drop down menu, showing a geometric sequence defined by
Select the third example, showing another geometric sequence with a common ratio of 1/2. Does this one converge? The terms get closer and closer to zero, so this sequence does converge. Geometric sequences converge if the common ratio is between 0 and 1, and diverge if the common ratio is greater than 1.
Select the fourth example, showing another geometric sequence with a negative common ratio. Note that the terms alternate on the positive and negative side of the axis. This sequence also converges towards 0, so we can extend our knowledge of geometric sequence convergence to say that the sequence converges if |r| < 1.
You can experiment with your own sequences by typing in a rule, using n as the variable.