Sequences are lists of numbers that follow specific patterns. They can be described using explicit formulas, which let you find any term directly, or recursive formulas, which use previous terms to find the next one.
Factorials, written as n!, are products of whole numbers from 1 to n. They show up in many sequence formulas and can even be the terms of a sequence themselves. Understanding these concepts helps in analyzing sequence behavior and summation.
Sequences and Their Notations
Explicit formulas for sequences
- Allows direct calculation of any term's value in a sequence
- Uses the notation where represents the term's position (1st, 2nd, 3rd, etc.)
- For the sequence 2, 5, 8, 11, ..., the explicit formula is (plugging in gives the 1st term 2, gives the 2nd term 5, and so on)
- Arithmetic sequences have a constant difference between consecutive terms ( for 2, 5, 8, 11, ...)
- Explicit formula: where is the first term and is the common difference
- For 2, 5, 8, 11, ..., and , so the formula is
- Geometric sequences have a constant ratio between consecutive terms ( for 1, 2, 4, 8, 16, ...)
- Explicit formula: where is the first term and is the common ratio
- For 1, 2, 4, 8, 16, ..., and , so the formula is
Recursive formulas for sequences
- Defines each term using one or more previous terms
- Uses the notation where is a function of the previous terms
- The Fibonacci sequence 0, 1, 1, 2, 3, 5, ... has the recursive formula for with and
- Generating terms with a recursive formula:
- Start with the given initial terms ( and for Fibonacci)
- Apply the recursive formula to find each subsequent term (, , , and so on for Fibonacci)
Factorial notation in sequences
- Factorial notation is the product of all positive integers from 1 to
- by definition
- Factorials appear in sequence formulas like:
- Number of permutations of distinct objects: (arranging 5 books on a shelf can be done in ways)
- Number of combinations of objects taken at a time: (choosing 3 toppings from 5 options can be done in ways)
- Factorials can also be terms in a sequence
- The sequence 1, 2, 6, 24, 120, ... has the explicit formula (, , , , )
Sequence Behavior and Summation
- Sequence convergence occurs when terms approach a specific value as n increases
- Sequence divergence happens when terms do not approach a specific value or grow without bound
- Limit of a sequence represents the value that terms approach as n approaches infinity
- Infinite series are formed by adding all terms of an infinite sequence
- Summation notation (โ) is used to represent the sum of a finite or infinite series of terms