SOLUTION: find the recursive formula of 1,5,12,22,...
Algebra.Com
Question 584796: find the recursive formula of 1,5,12,22,...
Answer by scott8148(6628) (Show Source): You can put this solution on YOUR website!
1st difference ___ 4, 7, 10
2nd difference ___ 3, 3 ___ so formula is 2nd order (squared)
an^2 + bn + c = Tn
a(1^2) + b(1) + c = 1 ___ a + b + c = 1 ... (X)
a(2^2) + b(2) + c = 5 ___ 4a + 2b + c = 5 ... (Y)
a(3^2) + b(3) + c = 12 ___ 9a + 3b + c = 12 ... (Z)
subtracting X from Y ___ 3a + b = 4 ... (V)
subtracting X from z ___ 8a + 2b = 11 ... (W)
subtracting 2V from W ___ 2a = 3 ___ a = 3/2
b = -1/2 ___ c = 0
Tn = (3n^2 - n) / 2
RELATED QUESTIONS
Is the formula Asub(n)=-4n(n-1) Explicit or recursive? Find the first 5 terms of the... (answered by jim_thompson5910)
What is the recursive formula of 1/5, 2/7, 4/9, 8/11,... (answered by Edwin McCravy)
What is the recursive formula of 4, 4¼, 4½, 5
(answered by Edwin McCravy,ikleyn)
find the common ratio, explicit formula, and the recursive formula
a4 = -1/4 and a1 =... (answered by ikleyn)
determine the recursive formula of... (answered by scott8148)
Is the formula an = -4n(n-1) explicit or recursive? Find the first five terms of the... (answered by jim_thompson5910)
Find a recursive rule for the sequence 1, 4, 9, 22, (answered by tommyt3rd)
How do you write a recursive formula for the sequence
1/7, 22/7, 43/7, 64/7,...?... (answered by Mathtut)
Find the first 5 terms of the recursive sequence. A1=3... (answered by jim_thompson5910)