The recursive formula to find nth term of sequence is:
and n = 1, 2, 3, ....
Solution:
Given a sequence is:
3, 7, 11, 15, 19, 23, 27, 31, 35
Let us find the difference between terms
7 - 3 = 4
11 - 7 = 4
15 - 11 = 4
19 - 15 = 4
23 - 19 = 4
27 - 23 = 4
31 - 27 = 4
35 - 31 = 4
Thus the difference between terms is constant
Thus the given sequence is arithmetic sequence
An arithmetic sequence is a sequence of numbers such that the difference of any two successive members of the sequence is a constant
The nth term of arithmetic sequence is given by:
![a_n =a_1+(n-1)d](https://img.qammunity.org/2021/formulas/mathematics/middle-school/j7ykhus3bekbg579297loapfl40paaeyku.png)
= the nᵗʰ term in the sequence
= the first term in the sequence
d = the common difference between terms
Here in the given sequence
d = 4
![a_1=3](https://img.qammunity.org/2021/formulas/mathematics/middle-school/k6fagtpyzbso7710as08z7c34a2jyvhzpg.png)
Substitute in above formula,
![a_n = 3 + (n-1)(4)\\\\a_n = 3 + 4n - 4\\\\a_n = 4n - 1](https://img.qammunity.org/2021/formulas/mathematics/middle-school/ab1m67eqobwy00oqln8rn3jmxbgnczv3d4.png)
Thus the recursive formula to find nth term of sequence is:
and n = 1, 2, 3, ......