A numerical sequence, \((u_n)\) is an ordered list of numbers \((u_0,\,u_1,\,u_2,\dots)\) defined by a rule. The number \(u_n\) is called the \(n\)th term of the sequence.
A sequence can also be defined by an explicit rule (or explicit formula), which gives a direct formula for the \(n\)th term in terms of \(n\):$$u_n = \text{expression in } n$$
Example
Consider the sequence defined by the explicit formula: \(u_n = 3n + 2\). Write the first five terms of this sequence.
So the first five terms are: \(2,\ 5,\ 8,\ 11,\ 14\).
Arithmetic Sequences
Definition Arithmetic Sequence
An arithmetic sequence is a sequence where the difference between consecutive terms is constant. This constant is called the common difference and is denoted by \(d\).
The recursive rule is: \(u_{n+1} = u_n + d\)
The explicit formula is: \(u_n = u_0 + n d\)
Example
Determine if the sequence \((2, 5, 8, 11, 14, \dots)\) is arithmetic and find the common difference \(d\) if it is.
The differences between consecutive terms are:\(5 - 2 = 3\), \(8 - 5 = 3\), \(11 - 8 = 3\), \(14 - 11 = 3\). Since the difference is constant and equal to \(3\), the sequence is arithmetic with \(d = 3\).
Geometric Sequences
Definition Geometric Sequence
An geometric sequence is a sequence where the ratio between consecutive terms is constant. This constant is called the common ratio and is denoted by \(r\).
The recursive rule is: \(u_{n+1} = u_n \times r\)
The explicit formula is: \(u_n = u_0 \times r^n\)
Example
Determine if the sequence \((2, 6, 18, 54, 162, \dots)\) is geometric and find the common ratio \(r\) if it is.
The ratios between consecutive terms are:\(6 \div 2 = 3\), \(18 \div 6 = 3\), \(54 \div 18 = 3\), \(162 \div 54 = 3\). Since the ratio is constant and equal to \(3\), the sequence is geometric with \(r = 3\).
Series
Definition Series
A series is the sum of the terms of a sequence.$$\begin{aligned}S_n &= u_0 + u_1 + u_2 + \ldots + u_n\\
&=\sum_{i=0}^n u_i \\
\end{aligned}$$