So i was given this question
Given the following data pairs, find the interpolating polynomial of degree 3 and estimate the value of y corresponding to x = 1.5.
a) $(0, 1), (1, 2), (2, 5), (3, 10)$
I have never seen such a question and there are no theorem's on how to go about it. I've seen a different example where they set up an equation like
$p(x)$ = $r_0$ + $r_1x$ + $r_2x^2$ + $r_3x^3$
I do not see how they came about this.
The interpolating polynomial has the shape
$$p(x) = r_0 + r_1x + r_2 x^2 + r_3x^3$$
Also, the interpolating polynomial has the following properties:
$$p(0)=1\\ p(1)=2\\ p(2)=5\\ p(3)=10$$