What You Will Learn Today
- Explain why a sequence is a function with integer domain
- Use both
and notation for sequence terms - Write and evaluate explicit formulas for sequences
- Write recursive definitions with initial term and recurrence relation
- Graph sequences as discrete points and explain why
What Is the Next Term in This Pattern?
- Most people say 23 — add 4 each time
- But how do you know? You recognized a rule connecting position to output
Can we describe this pattern using the language of functions?
A Sequence IS a Function
| 1 | 3 |
| 2 | 7 |
| 3 | 11 |
| 4 | 15 |
- One input → one output: satisfies the function definition
- Domain:
; Range:
Reading a Sequence as a Function Table
- Each input (position) maps to exactly one output (term)
- Domain: a subset of the integers —
- A sequence is a function — apply every function concept to it
Two Notations — Same Meaning
Both mean "the term at position
and mean the same thing- Both are function notation — input is position, output is the term
- You will see both in textbooks — they are interchangeable
Graphing a Sequence as Discrete Points
Why Don't We Connect the Dots?
| Domain | Graph | |
|---|---|---|
| Sequence |
Integers only | Isolated dots |
| Line |
All real numbers | Continuous |
- No term at
— connecting dots claims otherwise - Same formula, different domain, different graph
Transition: Two Ways to Define a Sequence
| Explicit formula | Recursive definition | |
|---|---|---|
| Form | Initial term + rule using |
|
| Find |
Substitute |
Must compute |
Both forms describe the same function.
Explicit Formulas — Direct Access
An explicit formula gives
✓, ✓ — no build-up needed
How to Derive an Explicit Formula
- Common difference:
- General form:
- Simplify:
- Verify:
✓, ✓, ✓
Check: Write the Explicit Formula
Work through these steps:
- Find the common difference
- Write the general form
- Simplify and verify
Your answer: $a(n) = $ ?
(Answer on the next slide)
Explicit Formula: Check Your Answer
- Common difference:
, so - General form:
- Verify:
✓, ✓
Recursive Definitions — Step by Step
Two required parts:
- Initial condition — the starting term:
- Recurrence relation — how to get the next:
Building the sequence:
Why the Initial Condition Is Required
- All three sequences satisfy
- Each has a different starting point, producing different terms
- Without
, the recurrence alone is ambiguous
Rule: A recursive definition is incomplete without initial condition(s).
Geometric Sequences — Both Forms
Explicit:
✓, ✓
Recursive:
Same function — two representations, same input-output pairs.
Check: Write Explicit and Recursive Forms
- Identify the type: arithmetic or geometric?
- Write the explicit formula $a(n) = $ ?
- Write the recursive definition
(Answer on the next slide)
Both Forms: Explicit and Recursive Answers
- Type: Geometric —
- Explicit:
— verify: ✓, ✓ - Recursive:
, for
Independent Practice: Three Sequence Problems
Work independently. Show your steps.
1. Write
2. For the sequence
3. Write the explicit formula for
Answers: Check Your Practice Work
1.
2.
3. Ratio
- Verify:
✓, ✓
Key Takeaways: Sequences and Their Definitions
- A sequence is a function — integer domain, isolated-dot graph
- Explicit: substitute
directly — instant access to any term - Recursive: initial condition + recurrence — both required
- Both forms describe the same function
Watch out: No connected dots. No missing initial conditions.
Coming Up: Arithmetic, Geometric, and Fibonacci
In Lesson 2:
- Arithmetic — constant difference, the discrete analog of linear functions
- Geometric — constant ratio, the discrete analog of exponential functions
- Fibonacci — a two-term recursive definition from the standard
- Classification drill: arithmetic, geometric, or neither?