SOLUTION: 3;5;11;21 Determine the value of the 48th term

Algebra ->  Sequences-and-series -> SOLUTION: 3;5;11;21 Determine the value of the 48th term       Log On


   



Question 1107256: 3;5;11;21
Determine the value of the 48th term

Found 2 solutions by Boreal, math_helper:
Answer by Boreal(15235) About Me  (Show Source):
You can put this solution on YOUR website!
differences between them are 2, 6, 10
differences between THOSE ARE 4 4
When two iterations are needed, this is n^2 and a QUADRATIC SEQUENCE
the coefficient of the square term is half of the difference or 2, so 2n^2
Now make a table



---n--n^2--2n^2 difference between original and 2n^2-----2n^2-4n+5
3--1 1 2 1 3
5--2 4 8 -3 5
11-3 9 18 - 7 11
21-4 16 32 -11 21
Those differences form an arithmetic series of -4n+5
The sequence is 2n^2-4n+5
the 48th term is 2(48)^2-48(4)+5=4421 ANSWER

Answer by math_helper(2461) About Me  (Show Source):
You can put this solution on YOUR website!
n   a%5Bn%5D    diff      diff(diff)
1     3                 
2     5       2                    
3    11       6           4
4    21      10           4


So if we assume +a%5Bn%5D+=+k%5B1%5Dn%5E2+%2B+k%5B2%5Dn+%2B+k%5B3%5D+
we can write
(1) +3+=+k%5B1%5D+%2B+k%5B2%5D+%2B+k%5B3%5D+
(2) +5+=+k%5B1%5D%282%5E2%29+%2B+k%5B2%5D%282%29+%2B+k%5B3%5D+
(3) +11+=+k%5B1%5D%283%5E2%29+%2B+k%5B2%5D%283%29+%2B+k%5B3%5D+
This system can be solved to get +k%5B1%5D+=+2+, +k%5B2%5D+=+-4+, and +k%5B3%5D+=+5+
giving +a%5Bn%5D+=+2n%5E2+-4n+%2B+5+; n = 1,2,3,…
and +highlight%28+a%5B48%5D+=+4421+%29+
——
There is probably a method to solve this using z-transforms but I'm very rusty on them.