Learn.byAuthor
A sequence is an ordered list of numbers following a pattern. A series is what you get when you add them up. These concepts are fundamental to calculus and appear across standardized tests.
π‘
Key Point: Sequences and series appear on AP Calculus BC (convergence tests), A-levels, and college entrance exams. Arithmetic and geometric types cover 90% of exam questions.
Arithmetic Sequences
Each term increases by a constant difference .
- : first term
- : common difference
- : nth term
Example: has , .
Sum of an Arithmetic Series
Geometric Sequences
Each term is multiplied by a constant ratio .
- : first term
- : common ratio
- : nth term
Example: has , .
Sum of a Geometric Series
Finite ():
Infinite ():
β οΈ
Watch Out: The infinite sum formula only works when . If , the series diverges and has no finite sum.
Comparison Table
| Property | Arithmetic | Geometric |
|---|---|---|
| Pattern | Add | Multiply by |
| nth term | ||
| Finite sum | ||
| Infinite sum | Diverges (always) | if |
How to Identify the Type
- Check the differences: Subtract consecutive terms. If theyβre constant β Arithmetic.
- Check the ratios: Divide consecutive terms. If theyβre constant β Geometric.
- Neither constant? β It might be a different type (quadratic, recursive, etc.).
Worked Examples
Example 1: Arithmetic β Find the 20th Term
For the sequence , find .
Show Solution
,
Example 2: Geometric β Sum of First 6 Terms
For , , find .
Show Solution
Example 3: Infinite Geometric Series
Find the sum of
Show Solution
, . Since :
π
Pro Tip: When given a series problem, always identify whether itβs arithmetic or geometric first. This determines which formula to use. Check differences, then ratios.
Top 3 Common Mistakes
- Off-by-one error in the nth term β itβs , not , because the first term has zero differences added
- Using the infinite sum when β the series diverges, so thereβs no finite answer
- Confusing with β is a single term, is the sum of the first terms
Related Topics
- Sigma Notation and Summation
- Convergence Tests (AP Calc BC)
- Recursive Sequences
- Mathematical Induction
