


































Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
An in-depth exploration of interpolation methods, including newton's forward difference, newton's backward difference, and lagrange's interpolation formula. The text also covers divided differences and interpolation in two dimensions, as well as cubic spline interpolation. Finite difference operators, such as forward differences, backward differences, and central differences, are introduced and explained in detail.
Typology: Slides
1 / 42
This page cannot be seen from the preview
Don't miss anything!



































Finite differences play anFinite differences play animportant role in numericalimportant role in numericaltechniques, wheretechniques, wheretabulated values of thetabulated values of thefunctions are available.functions are available.For instance, consider aFor instance, consider afunctionfunction
k^
k
the process of estimatingthe value of
y , for any
intermediate value of
x , is
called interpolation.
The method of computingthe value of
y , for a given
value of
x , lying outside
the table of values of
x^
is
known as extrapolation.
To be explicit, we write
0
1
0
1
2
1
1
1
n^
n^
n
y^
y^
y
y^
y^
y
y^
y^
y
^
^
^
^
^
^
^
^
^
Similarly, the differences ofthe first differences arecalled second differences,defined by
2
2
0
1
0
1
2
1
,
y^
y^
y^
y^
y^
y
^
^
Thus, in general
2
1
i^
i^
i
y^
y^
y
^
docsity.com
BackwardBackwardDifferencesDifferences
1
,^ (
1),
,
i^
i^
i
y^
y^
y^
i^
n^
n
^
^
^
^
^
1
1
0
2
2
1 1
n^
n^
n
docsity.com
Thus, in general, the secondbackward differences are^2
,^1
, (^
1),..., 2
i^
i^
i
y^
y^
y^
i^
n^ n
^
^
while the
k-th
backward
differences are given as
1
1 1
,^
, (^
1),...,
k^
k^
k
i^
i^
i
y^
y^
y^
i^ n
n^
k
^
^
^
^
1 2^
1
0
3 2^
2
1
,^
,
y^
y^
y^
y^
y^
y
^
^
^
In general
(1 2)
(1 2)
i^
i^
i
y^
y^
y
^
^
^
Higher order differences aredefined as follows:
2
(1 2)
(1 2)
i^
i^
i
y^
y^
y
^
^
^
1
1
(1 2)
(1 2)
n^
n^
n
i^
i^
i
y^
y^
y
^
^
^
^
Shift operator, E Let
y^ =
f^ ( x
) be a function of
x ,
and let
x^ takes the consecutive values
x ,^
x + h
,^ x^
+ 2
h , etc. We
then define an operator havingthe property
( )
(^
)
E f
x
f^
x^
h
^
Thus, when
operates on
f^ (
x ),
the result is the next value ofthe function. Here,
is called
the shift operator. If we applythe operator
twice on
f^ (
x ),
we get
2
( )
[^
( )]
[^
(^
)]^
(^
2 )
E^
f^ x
E E f
x
E f
x
h
f^ x
h
^
^
^