Memorizing numbers, such as bank account numbers or phone numbers, often requires understanding their order. This concept is fundamental to sequences, which are essentially lists of numbers arranged in a specific order. For instance, the sequence 2, 4, 6, 8 illustrates a clear pattern where each term increases by 2. The individual numbers in a sequence are referred to as terms, elements, or members, and they can be labeled as the first term, second term, and so on.
Sequences can exhibit patterns, making it easier to determine subsequent terms. For example, in the sequence 3, 6, 9, 12, the pattern shows that each term increases by 3. To find the fifth term, simply add 3 to the last known term (12), resulting in 15. This sequence is finite because it ends at 18. Conversely, an infinite sequence continues indefinitely, as indicated by an ellipsis (e.g., 1, 1/2, 1/3, 1/4, ...), where the pattern involves the numerator remaining constant while the denominator increases by 1.
Sequences share similarities with functions, as both follow specific rules and can be expressed with equations. However, the key difference lies in their inputs. In functions, inputs can be any real number, while sequences only accept positive integers as inputs, known as indexes, represented by the letter n. For example, in the equation \( a_n = 2n \), the outputs (terms of the sequence) are calculated by substituting integer values for n, yielding the sequence 2, 4, 6, 8, 10.
To further explore sequences, consider the formula \( a_n = n^2 \). By substituting n with 1, 2, and 3, the first three terms are calculated as follows: \( a_1 = 1^2 = 1 \), \( a_2 = 2^2 = 4 \), and \( a_3 = 3^2 = 9 \). Another example is \( a_n = \frac{1}{n + 3} \), where the first three terms are \( a_1 = \frac{1}{1 + 3} = \frac{1}{4} \), \( a_2 = \frac{1}{2 + 3} = \frac{1}{5} \), and \( a_3 = \frac{1}{3 + 3} = \frac{1}{6} \).
Sequences can also involve exponents, as seen in \( a_n = (-1)^n \). The first three terms are calculated as follows: \( a_1 = (-1)^1 = -1 \), \( a_2 = (-1)^2 = 1 \), and \( a_3 = (-1)^3 = -1 \). This sequence alternates between -1 and 1, demonstrating that sequences can include both positive and negative numbers.
In summary, sequences are ordered lists of numbers that follow specific patterns, allowing for the prediction of future terms. They can be finite or infinite and can be expressed through various mathematical formulas, making them a fundamental concept in mathematics.