β Must-know
π A sequence can be defined explicitly by a formula such as or recursively by giving initial term(s) and a relation connecting consecutive terms.
To calculate successive terms of a recursively defined sequence, start from the given initial term(s), substitute them into the recurrence, and repeat the relation until the requested index is reached.
A recurrence model translates a verbal evolution into algebra by identifying the previous value, the next value, and any multiplication, addition, percentage change, or averaging operation between them.
Further detail
Explicit formula gives a term directly, whereas recurrence builds it from previous terms.
β Must-know
π Formula β An arithmetic sequence satisfies and, with first term , has explicit form for every natural number n.
Further detail
π Formula β For an arithmetic sequence of common difference r, any two terms satisfy .
A staircase rising by equal vertical steps of size r.
β Must-know
π Formula β The sum of the integers from 1 to n is .
Further detail
A sum such as represents the consecutive integers from 5 through 12, inclusive.
An algorithm for calculating a sum such as repeatedly adds the term corresponding to each index from 1 to n.
Gauss: pair the first and last terms.
β Must-know
π Formula β The sum of the first n+1 powers of q is when .
π Formula β For a geometric sequence, the sum of its first n+1 terms is when .
Further detail
A snowball repeatedly multiplied by the same ratio q.
β Must-know
π Formula β For the glass-recycling model, the amount recycled in year 2025+n is .
Further detail
A deposit of 2000 euros earning 5% compound annual interest is modeled after n years by .
If 200 tonnes of glass are recycled in 2025 and the amount increases by 10% each year, then the sequence has initial term and common ratio .
The total glass recycled from 2025 through 2033 inclusive is obtained by summing the geometric terms .
Repeated percentage growth β geometric sequence β power or geometric-sum model.
Arithmetic and Geometric Sequences
| Feature | Arithmetic sequence | Geometric sequence |
|---|---|---|
| Change from one term to the next | Add r | Multiply by q |
| Recurrence | ||
| Explicit form | ||
| Typical percentage model | Not constant percentage growth | Constant percentage growth |
Test your knowledge on Sequences and Recurrence Relations with 9 multiple-choice questions with detailed corrections.
1. Which statement correctly distinguishes an explicit definition from a recursive definition of a sequence?
2. What is a sequence defined explicitly by a formula such as primarily characterized by?
Memorize the key concepts of Sequences and Recurrence Relations with 11 interactive flashcards.
How can a sequence be defined explicitly?
By a formula like .
Sequence notation label
Explicit or recursive definition
What is the first step to calculate terms of a recursive sequence?
Start from the given initial term(s).
Import your course and AI generates sheets, quizzes and flashcards in 30 seconds.
Sheet generator