Recursive vs Explicit Formulas Examples in Math

Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Recursive vs Explicit Formulas.

This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.

Concept Recap

Two ways to define a sequence: recursive uses the previous term(s), explicit gives the nnth term directly as a function of nn.

A recursive formula is like step-by-step directions ('from where you are, go 3 blocks north'). An explicit formula is like GPS coordinates ('go to 5th Avenue and 42nd Street'). Both describe the same sequence, but explicit formulas let you jump to any term instantly.

Read the full concept explanation โ†’

How to Use These Examples

  • Read the first worked example with the solution open so the structure is clear.
  • Try the practice problems before revealing each solution.
  • Use the related concepts and background knowledge badges if you feel stuck.

What to Focus On

Core idea: A recursive formula builds each term from the one before; an explicit formula jumps straight to the nth term from n.

Common stuck point: The procedure for recursive vs explicit formulas is the easy part; the trap is giving a recursive rule with no initial condition. Asking "Does the rule compute a term from the term(s) before it (recursive), or straight from the position nn (explicit)?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

Sense of Study hint: Ask: Does the rule compute a term from the term(s) before it (recursive), or straight from the position nn (explicit)?

Worked Examples

Example 1

easy
A sequence is defined by a1=3a_1 = 3, an=anโˆ’1+5a_n = a_{n-1} + 5. Find an explicit formula and compute a50a_{50}.

Answer

an=5nโˆ’2a_n = 5n-2; a50=248a_{50} = 248

First step

1
First few terms: 3,8,13,18,โ€ฆ3, 8, 13, 18, \ldots โ€” arithmetic with d=5d=5.

Full solution

  1. 2
    Explicit: an=3+(nโˆ’1)โ‹…5=5nโˆ’2a_n = 3 + (n-1) \cdot 5 = 5n - 2.
  2. 3
    Verify: a1=3a_1 = 3 โœ“, a2=8a_2 = 8 โœ“.
  3. 4
    a50=5(50)โˆ’2=248a_{50} = 5(50)-2 = 248.
A constant-difference recursion defines an arithmetic sequence. The explicit formula an=a1+(nโˆ’1)da_n = a_1 + (n-1)d lets you reach any term instantly.

Example 2

medium
A sequence satisfies a1=2a_1 = 2, an=3anโˆ’1a_n = 3a_{n-1}. Find the explicit formula and identify the growth type.

Example 3

medium
A sequence is defined by a1=5a_1 = 5, an=anโˆ’1+3a_n = a_{n-1} + 3. Write the explicit formula and find a20a_{20}.

Example 4

medium
A sequence is defined by a1=2a_1 = 2 and an=2anโˆ’1+1a_n = 2a_{n-1} + 1. Find a closed-form explicit formula.

Example 5

medium
Given an=anโˆ’1+2nโˆ’1a_n = a_{n-1} + 2n - 1 with a1=1a_1 = 1, find an explicit formula for ana_n.

Example 6

hard
A sequence is defined by a1=1a_1 = 1 and an=anโˆ’1+na_n = a_{n-1} + n. Find an explicit formula.

Example 7

hard
Find an explicit formula for ana_n given a1=1a_1 = 1, an=anโˆ’1+2nโˆ’1a_n = a_{n-1} + 2^{n-1}.

Example 8

challenge
Find a closed-form formula for the Fibonacci numbers FnF_n with F1=F2=1F_1 = F_2 = 1.

Example 9

challenge
The Tower of Hanoi puzzle satisfies T1=1T_1 = 1 and Tn=2Tnโˆ’1+1T_n = 2 T_{n-1} + 1. Find an explicit formula for TnT_n.

Practice Problems

Try these problems on your own first, then open the solution to compare your method.

Example 1

easy
Write a recursive formula for 5,10,20,40,80,โ€ฆ5, 10, 20, 40, 80, \ldots

Example 2

medium
Convert an=4nโˆ’1a_n = 4n - 1 to a recursive formula.

Example 3

easy
A sequence is given by a1=5a_1 = 5 and an=anโˆ’1+3a_n = a_{n-1} + 3. Find a2a_2.

Example 4

easy
Given the explicit formula an=4nโˆ’1a_n = 4n - 1, find a3a_3.

Example 5

easy
A sequence has a1=2a_1 = 2 and an=2anโˆ’1a_n = 2a_{n-1}. Find a3a_3.

Example 6

easy
Write the explicit formula for the arithmetic sequence 3,7,11,15,โ€ฆ3, 7, 11, 15, \ldots (start at n=1n=1).

Example 7

easy
A sequence is a1=1a_1 = 1, an=anโˆ’1+na_n = a_{n-1} + n. Find a4a_4.

Example 8

easy
Given an=2na_n = 2^n, find a5a_5.

Example 9

easy
Identify whether an=5+3(nโˆ’1)a_n = 5 + 3(n-1) is recursive or explicit.

Example 10

easy
A sequence has a0=1a_0 = 1 and an=anโˆ’1+2a_n = a_{n-1} + 2. Find a2a_2.

Example 11

medium
Convert the recursive sequence a1=4a_1 = 4, an=anโˆ’1+6a_n = a_{n-1} + 6 into an explicit formula (start n=1n=1).

Example 12

medium
Convert a1=3a_1 = 3, an=2anโˆ’1a_n = 2a_{n-1} into an explicit formula (start n=1n=1).

Example 13

medium
A sequence is a1=7a_1 = 7, an=anโˆ’1+5a_n = a_{n-1} + 5. Use the explicit form to find a20a_{20}.

Example 14

medium
The Fibonacci sequence has F1=1F_1 = 1, F2=1F_2 = 1, Fn=Fnโˆ’1+Fnโˆ’2F_n = F_{n-1} + F_{n-2}. Find F6F_6.

Example 15

medium
A sequence is defined by an=n2โˆ’na_n = n^2 - n. For which nn does an=12a_n = 12?

Example 16

medium
A sequence satisfies a1=100a_1 = 100 and an=12anโˆ’1a_n = \frac{1}{2}a_{n-1}. Find a4a_4.

Example 17

medium
Convert an=6nโˆ’2a_n = 6n - 2 back to a recursive formula (start n=1n=1).

Example 18

medium
A sequence has a1=2a_1 = 2, an=3anโˆ’1+1a_n = 3a_{n-1} + 1. Find a3a_3.

Example 19

medium
For an=3n+1a_n = 3n + 1, find the sum of the first 4 terms.

Example 20

challenge
A sequence satisfies a1=1a_1 = 1, an=anโˆ’1+2nโˆ’1a_n = a_{n-1} + 2n - 1. Find a closed form for ana_n and evaluate a10a_{10}.

Example 21

challenge
Find a closed form for a1=2a_1 = 2, an=3anโˆ’1+1a_n = 3a_{n-1} + 1.

Example 22

challenge
A sequence is a1=1a_1 = 1 and an=anโˆ’11+anโˆ’1a_n = \frac{a_{n-1}}{1 + a_{n-1}}. Find ana_n in closed form.

Example 23

easy
Given a1=7a_1 = 7 and an=anโˆ’1โˆ’2a_n = a_{n-1} - 2, find a5a_5.

Example 24

easy
Write an explicit formula for the arithmetic sequence โˆ’3,1,5,9,โ€ฆ-3, 1, 5, 9, \ldots

Example 25

easy
Write a recursive formula for the sequence an=3n+2a_n = 3n + 2.

Example 26

easy
For the explicit formula an=(โˆ’1)na_n = (-1)^{n}, list the first five terms.

Example 27

easy
For a1=4a_1 = 4 and an=โˆ’anโˆ’1a_n = -a_{n-1}, find a6a_6.

Example 28

medium
A sequence has a1=3a_1 = 3 and an=2anโˆ’1+1a_n = 2a_{n-1} + 1. Find a4a_4.

Example 29

medium
Convert an=5โ‹…2nโˆ’1a_n = 5 \cdot 2^{n-1} to a recursive formula.

Example 30

medium
Given a1=0a_1 = 0 and an=anโˆ’1+2na_n = a_{n-1} + 2n, find a5a_5.

Example 31

medium
For the sequence 1,4,9,16,25,โ€ฆ1, 4, 9, 16, 25, \ldots, write an explicit formula.

Example 32

hard
Solve the recurrence an=3anโˆ’1a_n = 3 a_{n-1} with a1=5a_1 = 5 for an explicit formula.

Example 33

hard
Given a1=100a_1 = 100 and an=0.9anโˆ’1+10a_n = 0.9 a_{n-1} + 10, find limโกnโ†’โˆžan\lim_{n \to \infty} a_n.

Example 34

hard
A sequence satisfies an=anโˆ’1+3a_n = a_{n-1} + 3 and a5=18a_5 = 18. Find a1a_1 and an explicit formula.

Example 35

hard
A bank account starts at $1000 and each year multiplies by 1.051.05 then adds $200. Write a recursive formula and compute the balance after 3 years.

Example 36

hard
A sequence is defined by a1=4a_1 = 4, an=anโˆ’1/2a_n = a_{n-1}/2. After how many terms does ana_n first drop below 0.010.01?

Example 37

challenge
For the recursion an=2anโˆ’1โˆ’anโˆ’2a_n = 2 a_{n-1} - a_{n-2} with a1=3a_1 = 3, a2=5a_2 = 5, find ana_n in closed form.

Background Knowledge

These ideas may be useful before you work through the harder examples.

sequencearithmetic sequencegeometric sequence