DoAssignment.ca
C1.4 · Represent sequences recursively, explicitly, and with function notation
Learn to represent sequences recursively, explicitly, and with function notation through clear examples and targeted practice.
Ontario Grade 11 Mathematics
Discrete Functions
MCR3U — Unit C: Sequences and Series (Expectation C1.4)
Imagine you are saving money each week. You start with CAD 20, and every week you add CAD 15. After one week you have CAD 35, after two weeks CAD 50, and so on. That ordered list of amounts — 20, 35, 50, 65, … — is a sequence. In this lesson you will learn three different but equivalent ways to describe any sequence precisely: a recursive formula (each term depends on the one before it), an explicit formula (a rule that jumps straight to any term you want), and function notation (which connects sequences to the function ideas you already know from Grade 10). Understanding all three gives you flexibility — sometimes one form is easier to build, and another is easier to use for calculations.
What you will learn
- Describe what a sequence is and identify its terms using proper notation.
- Write a recursive formula that uses a previous term to generate the next term.
- Write an explicit formula that gives any term directly from its position number.
- Express sequences using function notation and connect all three representations.
Prerequisite Bridge: Functions and Ordered Lists
In Grade 10 you learned that a function is a rule that assigns exactly one output to each input. You wrote functions as equations such as and evaluated them by substituting a number for . That skill transfers directly to sequences.
A sequence is simply an ordered list of numbers. Each number in the list is called a term. The position of a term in the list is called its index (or term number). By convention, the first term is at index 1 unless the problem states otherwise.
Notation check: the symbol means 'the term at position .' So is the first term, is the second term, and so on. You will also see used the same way once we switch to function notation.
- A sequence is an ordered list; each element is called a term.
- The index records the position of a term in the list.
- and are two common ways to name the term at position .
Recursive Representation
A recursive formula defines a term by referring to one or more terms that came before it. It always has two parts: a starting value (called the initial condition) and a recurrence rule that says how to get from one term to the next.
Think of the savings example: you always add CAD 15 to whatever you had last week. In math symbols, if is the amount after week , then . The starting value is . Together, those two pieces form the complete recursive formula.
Recursive formulas are great for showing the pattern step by step. Their main limitation is that to find, say, , you would have to calculate all 99 terms before it — which takes a long time. That is why we also need the other two representations.
General structure: write the initial condition first, then the recurrence rule. Always specify both — a recurrence rule without a starting value does not uniquely determine a sequence.
- A recursive formula has two parts: an initial condition and a recurrence rule.
- The recurrence rule expresses (or ) in terms of a previous term.
- Every term after the first is found by applying the rule to the term before it.
- Recursive form is easy to build but slow for finding terms far along the sequence.
Explicit Representation
An explicit formula gives directly as an expression in , with no reference to earlier terms. You substitute the position number and the formula produces the term — no stepping through the sequence required.
For the savings example, notice that , , , . The pattern is clear: each term is the starting value plus copies of the common difference 15. So the explicit formula is , which simplifies to .
You can verify: ✓, ✓. This formula lets you jump straight to without listing every term in between.
For an arithmetic sequence with first term and common difference , the general explicit formula is . For a geometric sequence with first term and common ratio , it is . Recognising the sequence type points you to the right template.
- An explicit formula expresses purely in terms of — no previous terms needed.
- Arithmetic sequences follow ; geometric sequences follow .
- Explicit formulas are efficient for calculating terms far down a sequence.
- Always verify by substituting and at least one other known term.
Function Notation for Sequences
Because a sequence assigns exactly one term to each position number, it is a function whose domain is the positive integers (1, 2, 3, …). Writing it in function notation makes this connection visible.
Instead of , write . The explicit formula becomes , where the domain is . Evaluating gives the fourth term: .
The recursive form also works in function notation. The initial condition becomes and the recurrence rule becomes for .
Stating the domain is important. The formula looks like a straight line, but it is only defined at the positive integers — not for every real number. This is what makes it a sequence rather than a continuous linear function.
- A sequence is a function with domain (or sometimes starting at 0).
- Replace with to shift into function notation — the algebra stays the same.
- Always state the domain when writing a sequence as a function.
- The recursive rule in function notation: , .
Connecting All Three Representations
The three representations describe the same sequence — they are just different lenses. The recursive form shows the building process step by step. The explicit form gives a fast calculation shortcut. The function notation makes the input-output structure of a sequence precise and connects sequences to the broader idea of functions.
When you are given a sequence as a list of terms, your first job is to spot the pattern. Ask: is each term found by adding the same number (arithmetic) or multiplying by the same number (geometric)? That answer determines which explicit template to use and what the recurrence rule looks like.
Moving between representations is a key skill. Start with the explicit formula, substitute two consecutive values of to find two terms, and the pattern of the recurrence rule becomes visible. Or start with a recursive formula, compute several terms, and look for the explicit shortcut.
- All three representations describe the same underlying sequence.
- Identify the sequence type (arithmetic or geometric) before choosing a template.
- You can convert between representations by generating terms and spotting the pattern.
- Function notation emphasises that a sequence is a function with a restricted domain.
Comparing the Three Representations
| Feature | Recursive Formula | Explicit Formula | Function Notation |
|---|---|---|---|
| What it shows | Step-by-step building rule | Direct formula for any term | Input-output function structure |
| Requires previous term? | Yes | No | No (explicit form) |
| Fast for large ? | No — must step through all terms | Yes — substitute directly | Yes — substitute directly |
| Arithmetic example | f(n)=4n+3,\ n∈\{1,2,3,\ldots\} | ||
| Geometric example | f(n)=3· 2^{n-1},\ n∈\{1,2,3,\ldots\} |
Worked example
Example 1 — Arithmetic Sequence: Three Representations
A sequence begins 7, 11, 15, 19, … Write (a) a recursive formula, (b) an explicit formula, and (c) the explicit formula in function notation. Then find the 20th term.
- Identify the patternCheck whether a constant number is added each time. From 7 to 11 is , from 11 to 15 is , from 15 to 19 is . The common difference is and the first term is . This is an arithmetic sequence.
- Write the recursive formulaState the initial condition , then write the recurrence rule: each term equals the previous term plus 4. Include the condition so the domain is clear.
- Write the explicit formulaUse the arithmetic template with and . Substitute and simplify.
- Write the function notation formReplace with and state the domain as the positive integers.
- Find the 20th termSubstitute into the explicit formula. This is much faster than listing all 20 terms.
- Verify with the recursive checkConfirm ✓ and ✓. Both match the given sequence.
Answer: Recursive: , . Explicit: . Function notation: , n ∈ \{1, 2, 3, \ldots\}. The 20th term is .
Check: Using the recursive rule from : add 4 nineteen times, giving ✓.
Worked example
Example 2 — Geometric Sequence: Three Representations
A sequence is defined recursively by and for . (a) List the first four terms. (b) Write the explicit formula. (c) Use function notation to find .
- Generate the first four terms from the recursive ruleStart at . Each new term is twice the previous one. Apply the rule three more times.
- Identify the sequence typeCheck the ratio between consecutive terms: , , . The common ratio is , confirming this is a geometric sequence with first term .
- Write the explicit formulaUse the geometric template with and .
- Write in function notation with domainReplace with and state the domain.
- Evaluate Substitute into the explicit formula. Compute first, then multiply by 3.
- Verify two known termsCheck ✓ and ✓. Both match the terms generated in Step 1.
Answer: First four terms: 3, 6, 12, 24. Explicit: , n ∈ \{1, 2, 3, \ldots\}. The eighth term is .
Check: Applying the recursive rule eight times from 3: 3 \to 6 \to 12 \to 24 \to 48 \to 96 \to 192 \to 384 ✓.
Common mistakes and how to avoid them
Writing a recursive formula without an initial condition, e.g., only writing with no starting value.
Correction: A recurrence rule alone does not pin down a unique sequence. Always pair it with an initial condition such as .
Using instead of in the explicit formula, giving instead of .
Correction: When you want the first term , so you need zero copies of . That means the multiplier on must be , not . Always verify by substituting .
Forgetting to state the domain when writing a sequence in function notation.
Correction: Write n ∈ \{1, 2, 3, \ldots\} (or the appropriate starting value). Without the domain, looks like a continuous linear function, not a sequence.
Confusing common difference (arithmetic) with common ratio (geometric), leading to the wrong formula type.
Correction: Check whether consecutive terms differ by a constant amount (arithmetic, use ) or by a constant multiplier (geometric, use ).
Evaluating for a non-integer or zero when the domain starts at 1, e.g., computing and treating it as a valid term.
Correction: The domain of a sequence is restricted to the positive integers (or non-negative integers if the sequence starts at index 0). Only substitute allowed values of .
Lesson summary
- A sequence is an ordered list of numbers; each element is a term and its position is the index .
- A recursive formula has two parts: an initial condition and a recurrence rule that expresses each term using the previous one.
- An explicit formula gives directly in terms of : for arithmetic sequences and for geometric sequences.
- Function notation rewrites as and highlights that a sequence is a function whose domain is the positive integers.
- All three representations describe the same sequence; choose the one that best fits your purpose — recursive for showing steps, explicit or function notation for efficiency.
- Always verify any formula by substituting and at least one other known term.
Check your understanding
Question 1
A sequence begins 5, 8, 11, 14, … Which recursive formula correctly represents it?
- , for
- , for
- , for
- , for
Show answer and explanation
, for
The sequence increases by 3 each time (8 − 5 = 3, 11 − 8 = 3), so the common difference is 3, and the first term is 5. The correct recursive formula pairs the initial condition with the rule . Option B multiplies instead of adds. Options C and D use wrong starting values or differences.
Question 2
What is the explicit formula for the sequence 2, 6, 18, 54, …?
Show answer and explanation
Each term is multiplied by 3 (6 ÷ 2 = 3, 18 ÷ 6 = 3), so this is geometric with and . The template gives . Option B uses instead of , which gives not 2. Option D swaps and . Option A is a linear (arithmetic) formula, which does not fit.
Question 3
A sequence is defined by with domain n ∈ \{1, 2, 3, \ldots\}. What is ?
- 28
- 30
- 32
- 27
Show answer and explanation
28
Substitute : . Option B forgets to subtract 2. Option C adds 2 instead of subtracting. Option D subtracts 3 instead of 2.
Question 4
Why must a recursive formula always include an initial condition?
- Because without it the formula produces negative terms.
- Because without it the recurrence rule could generate infinitely many different sequences.
- Because the initial condition replaces the recurrence rule for the first term.
- Because function notation requires a starting value to define the domain.
Show answer and explanation
Because without it the recurrence rule could generate infinitely many different sequences.
A recurrence rule like tells you how to move from one term to the next, but it does not say where to start. Without the initial condition, the rule could describe a sequence starting at any value — there would be infinitely many possibilities. The initial condition pins down the one specific sequence you intend.
Key terms
- Sequence
- An ordered list of numbers, where each number occupies a specific position.
- Term
- A single number in a sequence. The term at position is written or .
- Index
- The position number of a term in a sequence, usually starting at 1.
- Recursive formula
- A two-part rule that defines a sequence: an initial condition giving the first term and a recurrence rule expressing each new term from the previous one.
- Explicit formula
- A formula that gives the term directly as an expression in , without needing earlier terms.
- Common difference ()
- The constant amount added between consecutive terms of an arithmetic sequence.
- Common ratio ()
- The constant multiplier between consecutive terms of a geometric sequence.
- Domain of a sequence
- The set of allowed input values for a sequence written as a function, typically the positive integers .
Continue through MCR3U
View the complete Ontario Grade 11 Mathematics learning path
- C1.2 · Describe recursive procedures that generate sequences
- C1.3 · Connect nth-term formulas with function notation
- C1.5 · Investigate recursive patterns in Fibonacci sequences and Pascal’s triangle
- C1.6 · Use Pascal’s triangle to expand binomial powers
- C2.1 · Classify arithmetic, geometric, and other sequences
- C2.3 · Develop and use finite arithmetic and geometric series formulas
About this lesson
Published by DoAssignment. This AI-assisted lesson follows Ontario Grade 11 Mathematics (MCR3U), expectation C1.4. It is a study resource, not an official curriculum publication.