5.3 Sequences, Series, & Factorials
Key Takeaways
- An arithmetic sequence has a constant common difference d, n-th term a_n = a_1 + (n - 1)d, and partial sum S_n = (n/2)(a_1 + a_n).
- A geometric sequence has a constant common ratio r, n-th term a_n = a_1 * r^(n-1), finite sum S_n = a_1(1 - r^n)/(1 - r), and infinite sum a_1/(1 - r) only when the absolute value of r is less than 1.
- Factorial notation n! is the product of all positive integers up to n, with 0! defined as 1, and it satisfies the recursive identity n! = n * (n - 1)!.
- Factorial quotients such as (n + 2)!/n! simplify to polynomial products like (n + 2)(n + 1) by expanding the larger factorial down to the smaller one and cancelling.
5.3 Sequences, Series, & Factorials
In college algebra, discrete mathematics provides essential analytical tools for modeling patterns, financial growth, and series approximations. A sequence is an ordered function mapping natural numbers to real numbers, while a series represents the sum of a sequence's terms. Mastering sequences requires distinguishing arithmetic and geometric structures and working fluently with factorial notation.
Foundations of Sequences and Series
Core Definitions
- Sequence (): An ordered list of numbers where denotes the -th term.
- Explicit Formula: Expresses directly as a function of term position index (e.g., ).
- Recursive Formula: Expresses using preceding terms (e.g., with seed ).
- Series (): The sum of the terms of a sequence up to position :
Arithmetic Sequences & Partial Sums
An arithmetic sequence is a sequence in which the difference between consecutive terms is a constant scalar called the common difference ().
Key Formulas for Arithmetic Sequences
- Explicit -th Term Formula:
- Finite Partial Sum Formula ():
Intuition: Gauss's partial sum method pairs the first and last terms (), second and second-to-last terms, producing pairs of equal sum.
Geometric Sequences & Infinite Series Convergence
A geometric sequence is a sequence in which each term after the first is obtained by multiplying the preceding term by a non-zero constant called the common ratio ().
Key Formulas for Geometric Sequences
- Explicit -th Term Formula:
- Finite Partial Sum Formula ():
- Infinite Geometric Series Sum (): An infinite geometric series converges to a finite sum if and only if : If , the infinite series diverges (the sum grows without bound or oscillates infinitely).
Summary Comparison Table
| Feature | Arithmetic Sequence / Series | Geometric Sequence / Series |
|---|---|---|
| Core Constant | Common Difference | Common Ratio |
| Explicit -th Term | ||
| Finite Partial Sum | ||
| Infinite Sum | Always diverges (unless ) | strictly when |
Factorial Notation & Algebraic Simplifications
For any positive integer , the factorial function (read " factorial") is defined as the product of all positive integers less than or equal to :
Fundamental Properties & Conventions
- Zero Factorial: By mathematical convention, (which preserves consistency in combinatorial formulas).
- Recursive Identity: For ,
Algebraic Factorial Simplification
When simplifying quotients of factorials containing variables, expand the larger factorial down to match the smaller factorial to cancel common factors:
Comprehensive Worked Examples
Worked Example 1: Arithmetic Sequence & Sum Application
Problem: An auditorium has seats in the first row, seats in the second row, seats in the third row, and continues to increase by seats per row. How many total seats are in the auditorium if there are rows?
Step-by-Step Solution:
- Identify sequence parameters:
- First term .
- Common difference .
- Number of terms .
- Find the 25th term using :
- Calculate total sum using : Conclusion: There are total seats.
Worked Example 2: Geometric Sequence & Infinite Sum
Problem: An infinite geometric series has a first term and an infinite sum . Find the common ratio and the third term .
Step-by-Step Solution:
- Use infinite sum formula to solve for :
- Cross-multiply and isolate : (Note: , verifying convergence).
- Calculate third term :
Worked Example 3: Simplifying Algebraic Factorials
Problem: Simplify the algebraic expression for any integer :
Step-by-Step Solution:
- Expand first quotient:
- Expand second quotient:
- Subtract the expanded expressions:
An auditorium has 18 seats in the first row, 22 seats in the second row, 26 seats in the third row, and continues to increase by 4 seats per row. How many total seats are in the auditorium if there are 25 rows?
An infinite geometric series has a first term a_1 = 45 and an infinite sum S_infinity = 75. What is the common ratio r and the third term a_3 of this geometric sequence?
For any integer n >= 2, which of the following expressions is equivalent to ((n + 2)!) / (n!) - ((n + 1)!) / ((n - 1)!)?
What is the sum of the infinite geometric series: 12 - 4 + 4/3 - 4/9 + ...?