Resources For Teachers For Tutors For Students & Parents Pricing
Pre-Calculus Sequences and series (advanced)

Recursive formulas for sequences

20 practice questions 0 video lessons Theory + worked examples

Recursive Formulas for Sequences

Common Core Pre-Calculus • Standard F-IF.3 • Sequences & Series

Recursive Formulas for Sequences is the opening topic of Sequences & Series in the Common Core State Standards. It is aligned to Standard F-IF.3, which requires students to write sequences both recursively and explicitly.

A recursive formula defines each term of a sequence from the previous one(s) together with a starting value, as in the Fibonacci rule.

Common Core Pre-Calculus › Sequences & Series › Recursive Formulas for Sequences  —  Standard F-IF.3

Create a free accountTrack your progress and save your work as you go.
Create free account

Theory

A recursive formula defines each term of a sequence from the one(s) before it, together with a starting value:

\[a_1=\text{given},\qquad a_n=(\text{rule involving } a_{n-1},\dots).\]

For example \(a_n=a_{n-1}+3\) adds 3 each step; the Fibonacci rule \(a_n=a_{n-1}+a_{n-2}\) sums the previous two.

An explicit formula, by contrast, gives \(a_n\) directly from \(n\) — no earlier terms needed.

Recursive needs the chain; explicit is direct. Recursive formulas are natural for step-by-step processes, explicit ones for jumping straight to a distant term.
A recursive sequence Each term is built from the previous one by adding a fixed amount. 2 a₁ 5 a₀+1d +3 8 a₀+2d +3 11 a₀+3d +3 14 a₀+4d +3
Each term is built from the previous one.
Recursive vs explicit Recursive vs explicit Recursive vs explicit recursive: aₙ = aₙ₋₁ + d needs the previous term explicit: aₙ = a₁ + (n−1)d
Recursive versus explicit formulas.

Recursive and explicit forms of an arithmetic sequence:

\[a_n=a_{n-1}+d\quad(\text{recursive}),\qquad a_n=a_1+(n-1)d\quad(\text{explicit})\]
recursive adds d to the previous term; explicit is a1 plus n minus 1 times d
A recursive formula always needs a starting term (or two, like Fibonacci).

How to use a recursive formula

  1. Start from the given first term(s).
  2. Apply the rule repeatedly to build each next term.
  3. Spot the pattern: constant difference \(\to\) arithmetic, constant ratio \(\to\) geometric.
  4. Convert to an explicit formula when you need a far-off term.
Example 1 — List terms from a recursion
For \(a_1=2,\ a_n=a_{n-1}+3\), list the first four terms.
Solution

Add 3 each time.

a_1,a_2,a_3,a_4\(=\)2,\ 5,\ 8,\ 11
terms are 2, 5, 8, 11
Example 2 — A multiplying recursion
For \(a_1=3,\ a_n=2a_{n-1}\), find \(a_4\).
Solution

Double each time.

a_2=6,\ a_3=12,\ a_4\(=\)24
a4 is 24
Example 3 — Fibonacci
The Fibonacci rule is \(a_n=a_{n-1}+a_{n-2}\) with \(a_1=a_2=1\). Find \(a_5\).
Solution

Each term is the sum of the previous two.

1,1,2,3,a_5\(=\)5
a5 is 5
Example 4 — Recursive to explicit
Write an explicit formula for \(a_1=2,\ a_n=a_{n-1}+3\).
Solution

Constant difference \(3\) \(\Rightarrow\) arithmetic; use \(a_n=a_1+(n-1)d\).

a_n\(=\)2+(n-1)3=3n-1
explicit formula is 3 n minus 1

Common pitfalls

You must have a starting value. A recursion without \(a_1\) is incomplete.
Recursive is slow for distant terms. Switch to explicit for \(a_{100}\).
Fibonacci needs two seeds, \(a_1\) and \(a_2\).

Frequently asked questions

What is a recursive formula?

A rule that defines each term from the previous one(s), along with a starting value, e.g. \(a_n=a_{n-1}+3\).

How is a recursive formula different from an explicit one?

Recursive builds a term from earlier terms; explicit gives \(a_n\) directly from \(n\).

What is the Fibonacci sequence?

The recursive sequence \(a_n=a_{n-1}+a_{n-2}\) with \(a_1=a_2=1\), giving 1, 1, 2, 3, 5, 8, ...

Why convert a recursive formula to explicit?

To jump straight to a distant term without computing every term before it.