SOLUTION: justify y=x^2 using finite differences?

Algebra.Com
Question 1018384: justify y=x^2 using finite differences?
Answer by rothauserc(4718)   (Show Source): You can put this solution on YOUR website!
write out the following sequence
1 4 9 16 25
calculate the difference between the terms
3 5 7 9
calculate the difference between the new terms
2 2 2
On the second line, the differences are all the same, the method of finite differences tells us that the polynomial generating this sequence is of order 2
:
the general form is f(x) = ax^2 +bx +c
:
let's look at f(1), f(2), f(3)
f(1) = a + b + c = 1
f(2) = 4a + 2b + c = 4
f(3) = 9a + 3b + c = 9
:
solving for a, b , c we see that a=1, b=0, c=0, therefore
:
f(x) = x^2 is our solution
:

RELATED QUESTIONS

Determine whether each set of data is linear, quadratic, or neither using finite... (answered by Edwin McCravy)
Determine whether each set of data is linear, quadratic, or neither using finite... (answered by Edwin McCravy)
I have to use finite differences to write an equation for the following points: (0,-1)... (answered by Edwin McCravy)
The question is: Show that the nth-order finite differences for the function f(x)= x^2 -... (answered by venugopalramana)
solve and justify... (answered by unlockmath)
The differences between primitive root and primitive element of a finite field. And also... (answered by robertb)
Determine the y value, and first and second differences for Y=-x exponent... (answered by greenestamps)
x^2+6x+9-y^2 it asks me: factoring harder differences of two... (answered by solver91311)
Use the Method of Finite Differences to find a function for the following sequences. 2.5, (answered by Edwin McCravy)