Content Curator
Arithmetic Sequence Recursive Formula is finding one of the terms of any sequence by applying fixed logic on its previous term. Arithmetic Sequence is made up of a sequence of numbers in a pattern of successive terms which can be obtained by adding a fixed number to its previous term. This ‘fixed number’ also known as common difference which is denoted as ‘d’.
Table of Content |
Keyterms: Arithmetic Sequence, Sequence Recursive, Sequence, Series, Fixed Number, Finite sequence, Infinite sequence
Arithmetic Sequence Recursive Formula
[Click Here for Sample Questions]
The Arithmetic Sequence Recursive Formula is given by,
an = an−1 + d
where,
n = It is the position of any term in an arithmetic sequence
an = It is the nth term of the arithmetic sequence
an-1 = (n-1)th term of the arithmetic sequence, it is the previous term of the nth term.
d = common difference between consequent numbers which is fixed
Read More:
Arithmetic Sequence & Arithmetic Sequence Recursive Formula
[Click Here for Sample Questions]
The Arithmetic Sequence Recursive Formula is useful in finding any unknown term of the sequence. The common difference (d) is fixed throughout the sequence thus we can obtain the value of any term (nth) by adding the common difference to its previous term [(n-1)th].
With the help of the recursive formula the terms of any unknown sequence can be found by just knowing the common difference, any one of the term, and the position of that term in the sequence. It is not necessary to know the first term of a sequence while using arithmetic sequence recursive formula as it is necessary for arithmetic sequence (explicit formula for arithmetic sequence).
Read More: Arithmetic Progression
Difference between Arithmetic Sequence Recursive Formula and Arithmetic Sequence Formula
Important Read :
Difference between sequence and series | Properties of Arithmetic Progression |
Sequence and Series | Summation |
Things to Remember
[Click Here for Sample Questions]
- An arithmetic sequence always follows a pattern of arrangement of numbers.
- The various numbers occurring in a sequence are called its terms.
- The nth term is also called the general term of the sequence.
- A sequence containing finite number of terms which can be counted is called a finite sequence.
- A sequence containing infinite number of terms which cannot be counted is called an infinite sequence.
Also Read:
Sample Questions
Ques. Find the common difference for the following sequences – [2 marks]
(a) 1, 3, 5, 7, 9, 11
(b) 4, 9, 14, 19, 24
(c) 6, 11, 16, 21…
(d) 3, 4.5, 6, 7.5, 9…
Ans.
- The difference between 3 and 1 is 2, 5 and 3 is 2, 7 and 5 is 2
Thus the common difference ‘d’ is 2 for the given sequence
- The difference between 4 and 9 is 5, 14 and 9 is 5, 19 and 14 is 5
Thus the common difference ‘d’ is 5 for the given sequence
- The difference between 11 and 6 is 5, 16 and 11 is 5, 21 and 16 is 5
Thus the common difference ‘d’ is 5 for the given sequence
- The difference between 4.5 and 3 is 1.5, 6 and 4.5 is 1.5, 7.5 and 6 is 1.5
Thus the common difference ‘d’ is 1.5 for the given sequence
Ques. Write the arithmetic sequence recursive formula for the following data [2 marks]
(a) a2 = 21, n = 3, d = 4, a3 =?
(b) a1 = 50, n = 2, d = 2, a2 =?
(c) a2 = 12, n = 3, d = 4, a3 =?
(d) a7 = 32, n = 8, d = 4, a8 =?
Ans.
- an = an−1 + d
a3 = a3−1 + d
a3 = a2 + d
a3 = 21 + 4
a3 = 25
- an = an−1 + d
a2 = a2−1 + d
a2 = a1 + d
a2 = 50 + 2
a2 = 52
- an = an−1 + d
a3 = a3−1 + d
a3 = a2 + d
a3 = 12 + 4
a3 = 16
- an = an−1 + d
a8 = a8−1 + d
a8 = a7 + d
a8 = 32 + 4
a8 = 36
Ques. What is the recursive formula of the arithmetic sequence 1, 5/4, 3/2, 7/4 … [2 marks]
Find the next two terms of the sequence
Ans. The common difference of the arithmetic sequence 1, 5/4, 3/2, 7/4 … is
d = 5/4 – 1, 5/4 – 3/2, = 1/4
thus, recursive formula –
an = an−1 + d
an = an−1 + 1/4
For finding the 5th term
a5 = a5−1 + 1/4
a5 = a4 + 1/4
a5 = 7/4 + 1/4
a5 = 2/1
a6 = a6−1 + 1/4
a6 = a5 + 1/4
a6 = 2/1 + 1/4
a6 = 9/4
The next two terms in the sequence is 2/1, 9/4.
Ques. Find the first three terms in each of the following sequences defined by the following: [2 marks]
(a)an = 2n + 5
(b)an =\(\frac{n-3}{4}\)
Ans.
- Here an = 2n + 5
Substituting n =1, 2, 3, in the above equation we get
a1 =2(1) + 5 = 7
a2 = 9
a3 = 11
Therefore, the required terms are 7, 9, and 11.
- Here an = \(\frac{n-3}{4}\)
Thus,
a1 = \(\frac{1-3}{4}\) = -\(\frac{1}{2}\)
a2 =\(\frac{2-3}{4}\) = -\(\frac{1}{4}\)
a3 = \(\frac{3-3}{4}\)= 0
Therefore, the first three terms are -\(\frac{1}{2}\), -\(\frac{1}{4}\), and 0.
Ques. What is the 20th and 25th term of the sequence defined by an = (n – 1) (2 – n) (3 + n)? [2 marks]
Ans. Putting n = 20, we obtain
a20 = (20 – 1) (2 – 20) (3 + 20)
= 19 × (– 18) × (23)
= – 7866.
Putting n = 25, we obtain
a25 = (25 – 1) (2 – 25) (3 + 25)
= 24 × (– 23) × (28)
= – 15,456.
Thus the 20th and 25th terms of the sequence – 7866 and – 15,456.
Ques. Let the sequence an be defined as follows: [2 marks]
a1 = 1, an = an – 1 + 2 for n ≥ 2.
Find first five terms and write corresponding series.
Ans. Let’s consider,
a1 = 1,
a2 = a1 + 2 = 1 + 2 = 3,
a3 = a2 + 2 = 3 + 2 = 5,
a4 = a3 + 2 = 5 + 2 = 7,
a5 = a4 + 2 = 7 + 2 = 9.
Hence, the first five terms of the sequence are 1,3,5,7, and 9.
The corresponding series is 1 + 3 + 5 + 7 + 9 +...
Ques. Write the first 6 terms of an arithmetic sequence whose recursive formula is [3 marks]
an = an−1 – 3 and a1 = −1.
Ans. The first term of the given arithmetic sequence is, a1 = −1
The given recursive formula is,
an = an−1 − 3
Substituting n = 2 in the given formula,
a2 = a1 − 3
= −1 − 3
= − 4.
Substituting n = 3 in the given formula,
a3 = a2 − 3
= −4 − 3
= − 7
Substitute n = 4 in the given formula,
a4 = a3 − 3
= −7 − 3
= − 10
Substitute n = 5 in the given formula,
a5 = a4 − 3
= −10 − 3
= − 13
Substitute n = 6 in the given formula,
a6 = a5 − 3
= −13 − 3
= − 16
The first 6 terms of the given arithmetic sequence are, -1, -4, -7, -10, -13 and -16.
Ques. Using arithmetic sequence recursive formula find the value of ‘x’ in this arithmetic sequence 3, 9, 15, x, 27, 33, 39 [2 marks]
Ans. Here,
d = 9 – 3 = 6
n = x is in the 4 term of the sequence
an = an−1 + d
a4 = a4−1 + 6
a4 = a3 + 6
a4 = 15 + 6 … (a3 is given in the sequence as 15)
a4 = 21
thus the value of the fourth term of the arithmetic sequence ‘x’ is 21.
Ques. Using arithmetic sequence recursive formula find the next 3 consecutive numbers of the following sequence [3 marks]
5, 7, 10, 14, 19, …
Ans. Using arithmetic sequence recursive formula,
an = an−1 + d
d = 7 – 5
d = 2
As 5 terms of the sequence are already found, thus we will find 6th, 7th, and 8th terms
a6 = a6−1 + 2
a6 = a5 + 2
a6 = 19 + 2 … (a5 is given in the sequence as 19)
a6 = 21 … (1)
a7 = a7−1 + 2
a7 = a6 + 2
a7 = 21 + 2 … (from 1)
a7 = 23 … (2)
a8 = a8−1 + 2
a8 = a7 + 2
a8 = 23 + 2 … (from 2)
a8 = 25
Thus the 3 consecutive terms are 21, 23, and 25.
Ques. What are the first four terms of the sequence when: [2 marks]
a1 = – 4 and an = an−1 + (-2)
Ans.
a1 = – 4
And
an = an−1 + (-2)
thus d = - 2
next step, n = 2
a2= a2−1 + (-2)
a2= a1 + (-2)
a2 = - 4 - 2
a2 = - 6
n = 3
a3 = a3−1 + (-2)
a3= a2 + (-2)
a3 = - 6 - 2
a3 = - 8
n = 4
a4 = a4−1 + (-2)
a4 = a3 + (-2)
a4 = - 8 - 2
a4 = - 10
Thus the first four terms of the sequence are - 4, - 6, - 8, - 10…
Read Also:
Comments