Remainder in Lagrange interpolation formula [ edit ]
When interpolating a given function f by a polynomial of degree k at the nodes
x
0
,
.
.
.
,
x
k
{\displaystyle x_{0},...,x_{k}}
we get the remainder
R
(
x
)
=
f
(
x
)
−
L
(
x
)
{\displaystyle R(x)=f(x)-L(x)}
. If
f
(
x
)
{\displaystyle f(x)}
is
k
+
1
{\displaystyle k+1}
-times differentiable, then for any
x
∈
[
x
0
,
x
k
]
{\displaystyle x\in [x_{0},x_{k}]}
this remainder can be expressed as[ 1]
R
(
x
)
=
f
[
x
0
,
…
,
x
k
,
x
]
ℓ
(
x
)
=
ℓ
(
x
)
f
(
k
+
1
)
(
ξ
)
(
k
+
1
)
!
,
{\displaystyle R(x)=f[x_{0},\ldots ,x_{k},x]\ell (x)=\ell (x){\frac {f^{(k+1)}(\xi )}{(k+1)!}},}
where
ξ
=
ξ
(
x
)
∈
(
x
0
,
x
k
)
{\displaystyle \xi =\xi (x)\in (x_{0},x_{k})}
and
f
[
x
0
,
…
,
x
k
,
x
]
{\displaystyle f[x_{0},\ldots ,x_{k},x]}
is the notation for divided differences . Alternatively, the remainder can be expressed as a contour integral in complex domain as
R
(
z
)
=
ℓ
(
z
)
2
π
i
∫
C
f
(
t
)
(
t
−
z
)
(
t
−
z
0
)
⋯
(
t
−
z
k
)
d
t
=
ℓ
(
z
)
2
π
i
∫
C
f
(
t
)
(
t
−
z
)
ℓ
(
t
)
d
t
.
{\displaystyle R(z)={\frac {\ell (z)}{2\pi i}}\int _{C}{\frac {f(t)}{(t-z)(t-z_{0})\cdots (t-z_{k})}}dt={\frac {\ell (z)}{2\pi i}}\int _{C}{\frac {f(t)}{(t-z)\ell (t)}}dt.}
The remainder can be bound as
|
R
(
x
)
|
≤
(
x
k
−
x
0
)
k
+
1
(
k
+
1
)
!
max
x
0
≤
ξ
≤
x
k
|
f
(
k
+
1
)
(
ξ
)
|
.
{\displaystyle |R(x)|\leq {\frac {(x_{k}-x_{0})^{k+1}}{(k+1)!}}\max _{x_{0}\leq \xi \leq x_{k}}|f^{(k+1)}(\xi )|.}
Clearly,
R
(
x
)
{\displaystyle R(x)}
is zero at nodes. Fix a point
x
^
{\displaystyle {\hat {x}}}
in the interval
[
x
0
,
x
k
]
{\displaystyle [x_{0},x_{k}]}
, different from any of the nodes
x
0
,
x
1
,
…
,
x
k
{\displaystyle x_{0},x_{1},\ldots ,x_{k}}
. We want to find
R
(
x
^
)
{\displaystyle R({\hat {x}})}
. To this end, define a new function
F
(
x
)
=
f
(
x
)
−
L
(
x
)
−
C
⋅
∏
i
=
0
k
(
x
−
x
i
)
{\displaystyle F(x)=f(x)-L(x)-C\cdot \prod _{i=0}^{k}(x-x_{i})}
,
C
{\displaystyle C}
is chosen so that
R
(
x
^
)
=
C
⋅
∏
i
=
0
k
(
x
^
−
x
i
)
{\displaystyle R({\hat {x}})=C\cdot \prod _{i=0}^{k}({\hat {x}}-x_{i})}
or equivalently
F
(
x
^
)
=
0
{\displaystyle F({\hat {x}})=0}
. Now
F
(
x
)
{\displaystyle F(x)}
has
k
+
2
{\displaystyle k+2}
zeroes (at all nodes and
x
^
{\displaystyle {\hat {x}}}
) between
x
0
{\displaystyle x_{0}}
and
x
k
{\displaystyle x_{k}}
(including endpoints). Assuming that
f
(
x
)
{\displaystyle f(x)}
is
k
+
1
{\displaystyle k+1}
-times differentiable,
L
(
x
)
{\displaystyle L(x)}
and
C
⋅
∏
i
=
0
k
(
x
−
x
i
)
{\displaystyle C\cdot \prod _{i=0}^{k}(x-x_{i})}
are polynomials, and therefore, are infinitely differentiable. By Rolle's theorem ,
F
(
1
)
(
x
)
{\displaystyle F^{(1)}(x)}
has
k
+
1
{\displaystyle k+1}
zeroes,
F
(
2
)
(
x
)
{\displaystyle F^{(2)}(x)}
has
k
{\displaystyle k}
zeroes, ...,
F
(
k
+
1
)
{\displaystyle F^{(k+1)}}
has 1 zero, say
ξ
,
x
0
<
ξ
<
x
k
{\displaystyle \xi ,\,x_{0}<\xi <x_{k}}
. Explicitly writing
F
(
k
+
1
)
(
ξ
)
{\displaystyle F^{(k+1)}(\xi )}
:
F
(
k
+
1
)
(
ξ
)
=
f
(
k
+
1
)
(
ξ
)
−
L
(
k
+
1
)
(
ξ
)
−
R
(
k
+
1
)
(
ξ
)
{\displaystyle F^{(k+1)}(\xi )=f^{(k+1)}(\xi )-L^{(k+1)}(\xi )-R^{(k+1)}(\xi )}
L
(
k
+
1
)
=
0
,
R
(
k
+
1
)
=
C
⋅
(
k
+
1
)
!
{\displaystyle L^{(k+1)}=0,R^{(k+1)}=C\cdot (k+1)!}
(Because the highest power of
x
{\displaystyle x}
in
R
(
x
)
{\displaystyle R(x)}
is
k
+
1
{\displaystyle k+1}
0
=
f
(
k
+
1
)
(
ξ
)
−
C
⋅
(
k
+
1
)
!
{\displaystyle 0=f^{(k+1)}(\xi )-C\cdot (k+1)!}
The equation can be rearranged as
C
=
f
(
k
+
1
)
(
ξ
)
(
k
+
1
)
!
{\displaystyle C={\frac {f^{(k+1)}(\xi )}{(k+1)!}}}
[ 3] [ 4] [ 5] [ 6]
Notes for expanding List of blood donation agencies .
Établissement français du sang
Narodowe Centrum Krwi
^ Abramowitz, Milton ; Stegun, Irene Ann , eds. (1983) [June 1964]. "Chapter 25, eqn 25.2.3" . Handbook of Mathematical Functions with Formulas, Graphs, and Mathematical Tables . Applied Mathematics Series. Vol. 55 (Ninth reprint with additional corrections of tenth original printing with corrections (December 1972); first ed.). Washington D.C.; New York: United States Department of Commerce, National Bureau of Standards; Dover Publications. p. 878. ISBN 978-0-486-61272-0 . LCCN 64-60036 . MR 0167642 . LCCN 65-12253 .
^ "Interpolation" (PDF) .
^ "Notice de personne "Kenna, Michael (1953-....)"" . BnF catalogue Général . Retrieved 20 April 2019 .
^ "Michael Kenna" . National Gallery of Art . Retrieved 20 April 2019 .
^ "Toky Metropolitan Museum Of Photography "SYABI" > Collection" . Tokyo Photographic Art Museum . Retrieved 20 April 2019 .
^ "Your Search Results, Search the collections, Victoria and Albert Museum" . Victoria and Albert Museum . Retrieved 20 April 2019 .