
Donald R. answered 09/08/13
Tutor
4.9
(58)
High School Pysics, Math and SAT Math Prep
differences between the terms:
2, 6, 12, 20, 30
4 6 8 10
2 2 2
Since it takes two levels of differences to get to a constant difference (2 in this case), it will be a 2nd order polynomial.
Our function will be of the form: A x^2 + B x +C
The equations for the first three points is:
A * (1^2) + B * 1 + C = 2
A * (2^2) + B * 2 + C = 6
A * (3^2) + B * 3 + C = 8
simplified
A + B + C = 2
4A + 2B + C = 6
9A + 3B + C = 12
Solving this system of simultaneous equations (3 equations, 3 unknowns - left to the reader) yields A = 1, B = 1 and C = 0.
Therefore, the rule is
f(n) = x^2 + x