5

Finite Differences and Interpolation

Finite differences play a key role in the solution of differential equations and in the formulation of interpolating polynomials. The interpolation is the art of reading between the tabular values. Also the interpolation formulae are used to derive formulae for numerical differentiation and integration.

5.1 FINITE DIFFERENCES

Suppose that a function y = f (x) is tabulated for the equally spaced arguments x0, x0 + h, x0 + 2 h,…, x0 + nh giving the functional values y0, y1, y2,…, yn. The constant difference between two consecutive values of x is called the interval of differencing and is denoted by h.

The operator Δ defined by

                            Δy0 = y1y0,

                            Δy1 = ...

Get Numerical Methods now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.