Newton interpolation with derivative data

462 Views Asked by At

Using Newton-form interpolation, find an expression for the polynomial interpolant $p\in\mathcal{P}_4$, such that $p(0)=f(0)$, $p(1)=f(1)$, $p'(0)=f'(0)$, $p'(1)=f'(1)$, and $p''(0)=f''(0)$. Check that your expression is correct by trying it on $f(x)=(1+x)^4$.