Newton’s advancing differences

Interpolation is an estimation of a value within two known values in a sequence of values. Newton’s divided difference interpolation formula is an interpolation technique used when the interval difference is not same for all sequence of values. Suppose f(x0), f(x1), f(x2)………f(xn) be the (n+1) values of the function y=f(x) corresponding to the arguments x=x0, x1, x2…xn, where interval differences are not same Then the first divided difference is given by:

Divided differences are symmetric with respect to the arguments i.e independent of the order of arguments. so, f[x0, x1]=f[x1, x0] f[x0, x1, x2]=f[x2, x1, x0]=f[x1, x2, x0] By using first divided difference, second divided difference as so on .A table is formed which is called the divided difference table.

Advantages

  • These are useful for interpolation.
  • Through difference table, we can find out the differences in higher order.
  • Differences at each stage in each of the columns are easily measured by subtracting the previous value from its immediately succeeding value.
  • The differences are found out successively between the two adjacent values of the y variable till the ultimate difference vanishes or become a constant.

Leave a Reply

error: Content is protected !!