This is a question on my homework.
Let $P_n$ be the interpolation polynomial of f at the nodes $x_0, \ldots , x_n$. Suppose we know $P_n(x) = 3x^n + Q(x)$, where $Q$ is a polynomial of degree at most $n − 1$. Find $f[x_0,\ldots , x_n]$.
I am unsure how to solve this. Basically what I think is that we know our nodes $x_0, \ldots , x_n$, and we know $P(x_j)=3x_j^n + Q(x_j)$, so we have the interpolation polynomial's value at each point.
And we have the nondescript function $Q(x)$, so we have some value $Q(x_j)$ at some point $j$. And I think $f[x_0,\ldots , x_n]$ would have to be something similar to the $x_1,x_0$ where you take $(Q(1)-Q(0))/(1-0)$, but more generalized, which I do not know how to find.
I am also unsure of how $P(x)$ is relevant in this case. Would we need to do some subtraction in this case, or is this on the wrong track? I am just very unsure how to go about doing this and would appreciate any help possible.