Posted by Raina on Sunday, December 30, 2012 at 9:29pm.
I found that the third differences were a constant of 6, so we have a cubic.
assume the function is
f(x) = ax^3 + bx^2 + cx + d
for (1,0) --> a + b + c + d = 0 ..... #1
for (2,4) --> 8a + 4b + 2c + d = 4 ....#2
for (3,18) -> 27a + 9b + 3c + d = 18 .. #3
for (4,48) -> 64a + 16b + 4c + d = 48 ... #4
#2 - #1 --> 7a + 3b + c = 4 .....#5
#3 - #2 --> 19a + 5b + c = 14 ....#6
#4 - #3 --> 37a + 7b + c = 30 ....#7
#6 - #5 ---> 12a + 2b = 10 ----> 6a + b = 5
#7 - #6 ---> 18a + 2b = 16 ----> 9a + b = 8
subtract these last two:
3a = 3
a = 1
in 6a + b = 5 ---> 6+b=5 , ---- b = -1
in #5: 7a + 3b + c = 4
7 - 3 + c = 4 ------------- c = 0
in #1:
a + b + c + d = 0
1 - 1 + 0 + d = 0
d = 0
so our general term is
x^3 - x^2
or
term(n) = n^3 - n^
= n^2 (n-1) , where n ∈ N
testing:
term(1) = 1^3 - 1^2 = 0
term(2) = 2^3 - 2^2 = 4
term(3) = 3^3 - 3^2 = 27-9 = 18
term(4) = 4^3 - 4^2 = 64-16 = 48
term(5) = 5^3 - 5^2 = 125 - 25 = 100
Related Questions
Math ( Can You check my Work?) - 1.an = 3n - 1 2. an = 2(2n - 3) 3.an = 4^n 4.an...
Mathematics : Arithmetic Sequence - The 5th term and the 8th term of an ...
Math - Bhu had $48, but received $100 as a birthday gift and used the money to ...
math help! - 48,36,27,81/4........... general term?
math - the "k"th term of a series, Sk=a 1-r^k/1-r, is the sum of the ...
math...help please! - i need help figuring out this question! :) write a ...
MATH - In an arithmetic sequence, the first term is 100 and the sixth term is 85...
math - Find the term of AP is 3and eleventhterm is 18. Find the number of term ...
math+ check! - the following sequence is geometric: 4/3, 4/9, 4/27.... determine...
math - (1) if the second and fourth term of a G.P are 8 and 32 respectively,what...
For Further Reading