Course Content
Radical Laws and Notation
0/2
Units and Quantitative Reasoning
0/1
One Step Equations
0/1
Two Step Equations
0/1
Multi Step Equation
0/1
Coordinate Plane
0/1
Understanding Slope
0/1
Slope Intercept Form
0/1
Point Slope Form
0/1
Standard Form
0/1
Transformations of Linear Functions
0/1
Parallel Lines
0/1
Perpendicular Lines
0/1
Understanding Inequalities
0/1
One Step Inequalities
0/1
Two Step Inequalities
0/1
Multi Step Inequalities
0/1
Compound Inequalities
0/1
System of Equations
0/1
Solving System of Equations
0/1
System of Inequalities
0/1
Understanding Functions
0/1
Function Notation
0/1
Interpret and Model Functions
0/1
Operations on Functions
0/1
Composite Functions
0/1
Inverse Functions
0/1
Arithmetic Sequence
0/1
Geometric Sequences
0/1
Mixed Sequence
0/1
Recursive Formulas For Sequences
0/1
Exponential Growth and Decay
0/1
Algebra

What is a recursive formula?

A recursive formula for a sequence defines each term using the previous term(s).

  • Instead of giving a formula for the nth term directly, it tells you how to get the next term from the current one.

  • Recursive formulas are very useful for arithmetic, geometric, and mixed sequences.

Notation:

an=expression involving an−1a_n = \text{expression involving } a_{n-1}

  • a_n = current term

  • a_{n-1} = previous term

  • Must also specify the first term a₁


Step 1: Recursive formula for an arithmetic sequence

Example:

Arithmetic sequence: 3, 7, 11, 15, …

  • Common difference: d = 4

  • Recursive formula:

{a1=3an=an−1+4,n≥2\begin{cases} a_1 = 3 \\ a_n = a_{n-1} + 4, \quad n \ge 2 \end{cases}

  • Meaning: start at 3, then add 4 each time

✅ Check:

  • a₂ = 3 + 4 = 7

  • a₃ = 7 + 4 = 11


Step 2: Recursive formula for a geometric sequence

Example:

Geometric sequence: 2, 6, 18, 54, …

  • Common ratio: r = 3

  • Recursive formula:

{a1=2an=3⋅an−1,n≥2\begin{cases} a_1 = 2 \\ a_n = 3 \cdot a_{n-1}, \quad n \ge 2 \end{cases}

  • Meaning: start at 2, then multiply by 3 each time

✅ Check:

  • a₂ = 2 × 3 = 6

  • a₃ = 6 × 3 = 18


Step 3: Recursive formula for a mixed sequence

Example:

Sequence: 2, 4, 5, 10, 11, 22, …

  • Pattern: multiply by 2, then add 1

  • Recursive formula (depending on n):

 
a_1 = 2
a_n = a_{n-1} * 2, if n is even
a_n = a_{n-1} + 1, if n is odd
  • Or you can alternate operations carefully

✅ Next term check:

  • 2 → 4 (×2)

  • 4 → 5 (+1)

  • 5 → 10 (×2)


Step 4: How to use a recursive formula

  1. Start with the first term a₁

  2. Apply the recursive rule repeatedly to find a₂, a₃, …

  3. Continue until you reach the term you need

Example:

Arithmetic recursive formula:

a1=5,an=an−1+7a_1 = 5, \quad a_n = a_{n-1} + 7

Find first 5 terms:

  • a₁ = 5

  • a₂ = 5 + 7 = 12

  • a₃ = 12 + 7 = 19

  • a₄ = 19 + 7 = 26

  • a₅ = 26 + 7 = 33

✅ Sequence: 5, 12, 19, 26, 33


Step 5: Key points to remember

  • Always specify the first term

  • Recursive formulas tell how to go from one term to the next

  • They are different from explicit formulas, which give any term directly

  • Useful for complex sequences or sequences where the nth term formula is hard to find


Summary

  • Recursive formula = each term depends on previous term(s)

  • Arithmetic: a_n = a_{n-1} + d

  • Geometric: a_n = r * a_{n-1}

  • Mixed: operations may alternate, adjust formula accordingly

  • Always include the first term a₁

Skip to toolbar