Understanding sequences is essential in mathematics, as they represent ordered lists of numbers, known as terms. Each term in a sequence is identified by its position, such as the first term, second term, and so on. For example, the sequence 2, 4, 6, 8 illustrates a clear pattern where each term increases by 2. To find the fifth term, one simply adds 2 to the last known term, resulting in 10.
Sequences can be classified as finite or infinite. A finite sequence has a specific endpoint, while an infinite sequence continues indefinitely. For instance, the sequence 3, 6, 9, 12, 15, 18 is finite, as it ends at 18. In contrast, the sequence 1, 1/2, 1/3, 1/4, ... is infinite, indicated by the ellipsis suggesting it continues forever.
Sequences share similarities with functions, as both follow specific rules and can be expressed mathematically. However, the key difference lies in their inputs. In functions, inputs can be any real number, while in sequences, inputs are restricted to positive integers, known as indexes, represented by the letter n. For example, in the sequence defined by the formula \( a_n = 2n \), the first five terms can be calculated by substituting n with 1, 2, 3, 4, and 5, yielding the terms 2, 4, 6, 8, and 10.
To further illustrate, consider the formula \( a_n = n^2 \). The first three terms can be calculated as follows: for \( n = 1 \), \( a_1 = 1^2 = 1 \); for \( n = 2 \), \( a_2 = 2^2 = 4 \); and for \( n = 3 \), \( a_3 = 3^2 = 9 \). Thus, the first three terms of this sequence are 1, 4, and 9.
Another example is the sequence defined by \( a_n = \frac{1}{n + 3} \). The first term is \( a_1 = \frac{1}{1 + 3} = \frac{1}{4} \), the second term is \( a_2 = \frac{1}{2 + 3} = \frac{1}{5} \), and the third term is \( a_3 = \frac{1}{3 + 3} = \frac{1}{6} \). The first three terms are therefore \( \frac{1}{4}, \frac{1}{5}, \frac{1}{6} \).
Lastly, consider the sequence defined by \( a_n = (-1)^n \). The first term is \( a_1 = (-1)^1 = -1 \), the second term is \( a_2 = (-1)^2 = 1 \), and the third term is \( a_3 = (-1)^3 = -1 \). This sequence alternates between -1 and 1, demonstrating that sequences can also include negative numbers.
In summary, sequences are fundamental mathematical constructs that consist of ordered terms, which can be finite or infinite. They can be expressed through formulas, allowing for the calculation of specific terms based on their position in the sequence. Understanding these concepts is crucial for further studies in mathematics.