Chapter 10: Problem 12
Given a sequence \(y_{0}, y_{1}, y_{2}, \ldots\), define the backward difference operator \(\nabla\) by $$ \nabla y_{i}=y_{i}-y_{i-1} $$ Powers of \(\nabla\) are defined recursively by $$ \begin{aligned} \nabla^{0} y_{i} &=y_{i} \\ \nabla^{j} y_{i} &=\nabla\left(\nabla^{j-1} y_{i}\right), \quad j=1,2, \ldots . \end{aligned} $$ Thus, \(\nabla^{2} y_{i}=\nabla\left(y_{i}-y_{i-1}\right)=y_{i}-2 y_{i-1}+y_{i-2}\), etc. Consider polynomial interpolation at equispaced points, \(x_{i}=x_{0}+i h, i=0,1, \ldots, n\) (a) Show that $$ f\left[x_{n}, x_{n-1}, \ldots, x_{n-j}\right]=\frac{1}{j ! h^{j}} \nabla^{j} f\left(x_{n}\right) $$ [Hint: Use mathematical induction.] (b) Show that the interpolating polynomial of degree at most \(n\) is given by the Newton backward difference formula $$ p_{n}(x)=\sum_{j=0}^{n}(-1)^{j}\left(\begin{array}{l} s \\ j \end{array}\right) \nabla^{j} f\left(x_{n}\right) $$ where \(s=\frac{x_{n}-x}{h}\) and \(\left(\begin{array}{l}s \\\ j\end{array}\right)=\frac{s(s-1) \cdots(s-j+1)}{j !}\) (with \(\left(\begin{array}{l}s \\ 0\end{array}\right)=1\) ).
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.