FIND THE RECURSIVE FORMULA FOR ARITHMETIC SEQUENCE

What is recursive formula ?

Recursive formula is a formula that defines any term of a sequence in terms of its preceding term(s)

an = an-1 + d

For example, If we are figuring out 5th term of the sequence, we have to apply the 4th term.

Given the first and the common difference of an arithmetic sequence find the recursive formula and the three terms in the sequence after the last one given.

Problem 1 :

a1=35, d=-13

Solution:

Recursive formula

an = an-1 + d

a2=a2-1-13=a1-13=35-13a2=415a3=415-13a3=-115a4=-115-13a4=-25
So, an arithmetic sequences are 35,415,-115 and -25.

Problem 2 :

a1 = 39, d = -5

Solution:

Recursive formula

an = an-1 + d

a2 = a1 - 5

= 39 - 5

a2 = 34

a3 = a2 - 5

= 34 - 5

a3 = 29

a4 = a3 - 5

= 29 - 5

a4 = 24

So, an arithmetic sequences are 39, 34, 29 and 24.

Problem 3 :

a1 = -26, d = 200

Solution:

Recursive formula

an = an-1 + d

a2 = a2-1 + 200

= a1 + 200

= -26 + 200

a2 = 174

a3 = a2 + 200

= 174 + 200

a3 = 374

a4 = a3 + 200

= 374 + 200

a4 = 574

So, an arithmetic sequences are -26, 174, 374 and 574.

Problem 4 :

a1 = -9.2, d = 0.9

Solution:

Recursive formula

an = an-1 + d

a2 = a2-1 + 0.9

= a1 + 0.9

= -9.2 + 0.9

a2 = -8.3

a3 = a2 + 0.9

= -8.3 + 0.9

a3 = -7.4

a4 = a3 + 0.9

= -7.4 + 0.9

a3 = -6.5

So, an arithmetic sequences are -9.2, -8.3, -7.4 and -6.5.

Given a term in an arithmetic sequence and the common difference find the recursive formula and the three terms in the sequence after the last one given.

Problem 5 :

a21 = -1.4, d = 0.6

Solution:

Recursive formula

an = a + (n - 1)d

a21 = a + 20d

-1.4 = a + 20(0.6)

-1.4 = a + 12

a1 = -13.4

a2 = a1 + 0.6

= -13.4 + 0.6

a2 = -12.8

a3 = a2 + 0.6

= -12.8 + 0.6

a3 = -12.2

So, first three terms are -13.4, -12.8 and -12.2.

Problem 6 :

a22 = -44, d = -2

Solution:

Recursive formula

an = a + (n - 1)d

a22 = a + 21d

-44 = a + 21(-2)

-44 = a - 42

a1 = -2

a2 = a1 - 2

= -2 - 2

a2 = -4

a3 = a2 - 2

= -4 - 2

a3 = -6

So, first three terms are -2, -4 and -6.

Problem 7 :

a18 = 27.4, d = 1.1

Solution:

Recursive formula

an = a + (n - 1)d

a18 = a + 17d

27.4 = a + 17(1.1)

27.4 = a + 18.7

a1 = 8.7

a2 = a1 + 1.1

= 8.7 + 1.1

a2 = 9.8

a3 = a2 + 1.1

= 9.8 + 1.1

a3 = 10.9

So, first three terms are 8.7, 9.8 and 10.9.

Problem 8 :

a12 = 28.6, d = 1.8

Solution:

Recursive formula

an = a + (n - 1)d

a12 = a + 11d

28.6 = a + 11(1.8)

28.6 = a + 19.8

a1 = 8.8

a2 = a1 + 1.8

= 8.8 + 1.1

a2 = 9.9

a3 = a2 + 1.1

= 9.9 + 1.1

a3 = 11

So, first three terms are 8.8, 9.9 and 11.

Recent Articles

  1. Finding Range of Values Inequality Problems

    May 21, 24 08:51 PM

    Finding Range of Values Inequality Problems

    Read More

  2. Solving Two Step Inequality Word Problems

    May 21, 24 08:51 AM

    Solving Two Step Inequality Word Problems

    Read More

  3. Exponential Function Context and Data Modeling

    May 20, 24 10:45 PM

    Exponential Function Context and Data Modeling

    Read More