Recursive and Explicit Formulas for Sequences

Sequences and series may be expressed through recursive and explicit formulas. Recursive means returning or repeating. So, recursive formulas use previous terms to find new terms. The old terms keep showing back up, so to speak. On the other hand, explicit means displayed or clear. Explicit formulas express the terms uniquely in terms of the index.

Theory

Recursive Formulas

Recursive formulas express a term in a sequence through previous terms.

The sequence decides what the recursive formula looks like.

Every sequence which follows a pattern has its own recursive formula. The downside of the recursive formula, though, is that you have to find them through inspection of the problem most of the time. For that reason, there is no set course of action that will work on every sequence. But there is still a silver lining:

Rule

How to Find a Recursive Formula

1.
If you need to make the formula with a figure as the starting point, see how the figure changes and use that as a tool.
2.
If you have an arithmetic sequence, the recursive formula is
an+1 = an + d.
3.
If you have a geometric sequence, the recursive formula is
an+1 = an k.

Example 1

The world famous Fibonacci sequence is

1,1,2,3,5,8,13,21,34,55

This sequence is itself recursive, because the previous terms decide what the next term is. You can see from this formula that any given term is dependent on the value of the previous two terms:

an+2 = an+1 + an,  where a1 = 1,a2 = 1.

an+2 = an+1 + an, where a1 = 1,a2 = 1.

You can see that a5 = a4 + a3 = 5 + 3 = 8, which matches the sequence.

Example 2

The triangular numbers,

1,3,6,10,15,21,

develop by adding one new diagonal on the existing triangle (these sequences related to figures are important to be familiar with). The recursive formula is

an+1 = an + (n + 1) ,a1 = 1.

This formula comes from the fact that you add a row to the existing triangle, and this row always has n + 1 dots. You can see that

a2 = a1 + (1 + 1) = 1 + 2 = 3, a3 = a2 + (2 + 1) = 3 + 3 = 6.

Video Crash Courses

Want to watch animated videos and solve interactive exercises about explicit formulas?

Click here to try the Video Crash Course called “Introduction to Sequences”!

Theory

Explicit Formulas

Explicit formulas are algebraic expressions for a given term in a sequence, where the nth term is calculated through the index n.

Every sequence that follows a pattern has its own explicit formula. The downside of explicit formulas is that they have to be found through inspection of the problem most of the time. For that reason, there is no set course of action that will work on every sequence. Luckily, there is a silver lining:

Rule

How to Find an Explicit Formula

1.
If you need to make the formula based on a figure, you should try to separate the figure into smaller parts made up of known geometric shapes, like triangles, quadrilaterals, and so on.
2.
If you have an arithmetic sequence, the explicit formula is
an = a1 + (n 1) d.
3.
If you have a geometric sequence, the explicit formula is
an = a1 kn1.

Example 3

The sequence of odd numbers look like this:

1,3,5,7,9,11,13

You already know that all numbers that are divisible by 2 are even numbers. That means the explicit formula for the even numbers is an = 2n, where n is an integer. You also know that every second integer is an odd number, and that every odd number is between two even numbers. That means you can express the odd numbers as 2n 1. The explicit formula for the nth term is then

an = 2n 1.

Example 4

The sequence of triangular numbers is

1,3,6,10,15,21

The explicit formula appears by using the formula for the area of a triangle, A = bh 2 . If you add two of these triangles together, the resulting quadrilateral will have length l one dot longer than the height h.

The explicit formula for the n’th triangular number shown geometrically

In general, you’ll get that if the height is n, the length will be n + 1. Inserting this into the formula for the area you get

an = g h 2 = (n + 1) n 2 .

This is the explicit formula for the triangular numbers.

Want to know more?Sign UpIt's free!