SOLUTION: Find the 1st 5 values of the recursive function, then find their 1st and 2nd differences, then state wheather the recursive function has a linear model, quadratic model or neither.
Algebra.Com
Question 267031: Find the 1st 5 values of the recursive function, then find their 1st and 2nd differences, then state wheather the recursive function has a linear model, quadratic model or neither. f(0)=-2, f(n)=f(n-1)+2n
Answer by drk(1908) (Show Source): You can put this solution on YOUR website!
f(0) = -2
f(1) = -2 + 2(1) = 0
f(2) = 0 + 2(2) = 4
f(3) = 4 + 2(3) = 10
f(4) = 10 + 2(4) = 18
f(5) = 18 + 2(5) = 28
-----
first differences: 2, 4, 6, 8, 10
second differences: 2, 2, 2, 2
-----
this is a quadratic model.
RELATED QUESTIONS
Find the sun of 1st and 2nd prime... (answered by richard1234)
Can someone please help me sum of two consecutive integers is 19 less than their product. (answered by MathLover1)
Find 3 consecutive integers such that 5 times the 2nd equals twice the sum of the 1st and (answered by timvanswearingen)
-6x + 7y = -47
15x - 13y = 122
=============
Multiply the 1st eqn by 5 and the 2nd by... (answered by Alan3354)
How do I figure this problem out?
It says " find two factors of the 1st # such that... (answered by richwmiller)
Hi.
The sum of three numbers is 4. If you subtract the third number from the second,... (answered by Boreal)
Find the three consecutive odd integers such that the sum of the 1st and the 3rd is twice (answered by CubeyThePenguin)
find the 1st term of a geometric sequence if the 2nd term is 3 and the next term is... (answered by Murthy)
Find 3 consecutive numbers such that the sum of the 1st and 3rd numbers exceeds the 2nd... (answered by Alan3354)