Arithmetic Sequence Recursive Formula

Recursion is the process of choosing a starting term and repeatedly applying the same process to each term to arrive at the following term. Recursion requires that you know the value of the term immediately before the term you are trying to find.

Speaking about the Arithmetic Sequence Recursive Formula, it has two parts: first, a starting value that begins the sequence and a recursion equation that shows how terms of the sequence related to the preceding terms.

Arithmetic Sequence Recursive Formula

The recursive formula for an arithmetic sequence with common difference d is;

an = an−1+ d; n ≥ 2

Arithmetic Sequence Recursive formula may list the first two or more terms as starting values depending upon the nature of the sequence. However, the an portion is also dependent upon the previous two or more terms in the sequence.

Examples Using the Formula for Arithmetic Sequence Recursive

Here are a few example questions:

Example 1:

Write the first four terms of the sequence when: a1 = – 4 and an = an−1 + 5

Solution:

In recursive formulas, each term is used to produce the next term. Follow the movement of the terms through the steps given below.

Given:

a1= – 4

And

an = an−1 + 5 (each term is 5 more than the term before)

n = 2

a2= a2−1 + 5

a2 = -4 +5

a2 = 1

n = 3

a3 = a3−1 + 5

a3 = 1 + 5

a3 = 6

n = 4

a4 = a4−1 + 5

a4 = 6 + 5

a4 = 11

Answer: -4, 1, 6, 11

Example 2: Find the recursive formula when the sequence 2, 4, 6, 8, 10….

Solution:

Considering this sequence, it can be represented in more than one manner. The given sequence can be represented as either an explicit (general) formula or a recursive formula.

Explicit Formula: an = 2n

Recursive Formula: a1 = 2 and an = an−1 + 2

Comments

Leave a Comment

Your Mobile number and Email id will not be published.

*

*