i am stuck with the following excercise:
"The picture shows a value table of a polynomial function f. Of which degree is f? Explain your choice. Determine the function term of f.
$$ \begin{matrix} - & -1 & 0 & 1 & 2 & 3\\ f(x) & -1,66 & 0,75 & 2,333 & 4,083 & 9\\ f'(x) & 2,666 & 2 & 1,333 & 2,666 & 8\\ f''(x) & 0 & -1 & 0 & 3 & 8\\ \end{matrix} $$
I will shortly give you my thoughts so far: I suppose f is of degree 5, because there are two inflection points. So my f(x) should be of form: $$ f(x) = ax^5 + bx^4 + cx^3 + dx^2 + ex + f $$ $$ f'(x) = 5ax^4 + 4bx^3 + 3cx^2 + 2dx + e$$ $$ f''(x) = 20ax^3 + 12bx^2 + 6cx + 2d $$
Now i thought: we have 6 unknowns: a, b, c, d, e, f Now we can choose 6 random equations from the value table to form a linear equation system. For example:
f(-1) = -1,66
f(0) = 0,75
f(1) = 2,333
f(2) = 4,083
f(3) = 9
f'(-1) = 2,666
Unfortunately i obtain solutions that do not deliver a reasonable f. $$\begin{matrix} a & \frac{107}{600000}\\ b & \frac{9923}{120000}\\ c & \frac{73}{120000}\\ d & \frac{59543}{120000}\\ e & \frac{199693}{100000}\\ f & 0,75\\ \end{matrix}$$
Can you guys help me? Best regards, Philipp
Hint:
Note that $$f''(x)=x^2-1$$