Home > Numerical methods calculators > Numerical Interpolation using Hermite's formula example

11. Hermite's formula (Numerical Interpolation) example ( Enter your problem )
  1. Formula & Example-1
  2. Example-2
  3. Example-3
Other related methods
  1. Newton's Forward Difference formula
  2. Newton's Backward Difference formula
  3. Newton's Divided Difference Interpolation formula
  4. Lagrange's Interpolation formula
  5. Lagrange's Inverse Interpolation formula
  6. Gauss Forward formula
  7. Gauss Backward formula
  8. Stirling's formula
  9. Bessel's formula
  10. Everett's formula
  11. Hermite's formula
  12. Missing terms in interpolation table

10. Everett's formula
(Previous method)
2. Example-2
(Next example)

1. Formula & Example-1





Formula
Examples
Find Solution using Hermite's formula
xf(x)
00
11

x = 0.1
Finding f(2)


Solution:
The value of table for `x`, `f(x)` and `f'(x)`

xy=f(x)y'=f'(x)
000
111

The Polynomials `I_i(x)` are

`I_0(x)=((x - x_1))/((x_0 - x_1))=((x -1))/((0 -1))=((x -1))/((-1))=(x-1)/(-1)=-x+1`

`I_1(x)=((x - x_0))/((x_1 - x_0))=((x -0))/((1 -0))=((x -0))/((1))=(x)/(1)=x`

`I_0'(x)=-1`

`I_1'(x)=1`

`I_0'(x_0)=I_0'(0)=-1=-1`

`I_1'(x_1)=I_1'(1)=1=1`

Hermite Interpolation Formula is
`H(x)=sum u_i(x)*y_i + sum v_i(x)*y_i'`

where `u_i(x)=[1-2(x-x_i) I_i'(x_i)][I_i(x)]^2` and `v_i(x)=(x-x_i)[I_i(x)]^2`

`u_0(x)=[1-2(x-x_0) I_0'(x_0)][I_0(x)]^2`

`=>u_0(x)=[1-2(x-0) I_0'(0)][I_0(x)]^2`

`=>u_0(x)=[1-2(x-0) * (-1)][I_0(x)]^2`

`=>u_0(x)=[1 +2x][I_0(x)]^2`

`=>u_0(x)=(2x+1)(-x+1)^2`

`v_0(x)=(x-x_0)[I_i(x)]^2`

`=>v_0(x)=(x)(-x+1)^2`

`u_1(x)=[1-2(x-x_1) I_1'(x_1)][I_1(x)]^2`

`=>u_1(x)=[1-2(x-1) I_1'(1)][I_1(x)]^2`

`=>u_1(x)=[1-2(x-1) * (1)][I_1(x)]^2`

`=>u_1(x)=[1 -2x+2][I_1(x)]^2`

`=>u_1(x)=(-2x+3)(x)^2`

`v_1(x)=(x-x_1)[I_i(x)]^2`

`=>v_1(x)=(x-1)(x)^2`

Hermite Interpolation formula is
`H(x)=u_0(x)*y_0+v_0(x)*y_0'+u_1(x)*y_1+v_1(x)*y_1'`

`H(x)=(2x+1)(-x+1)^2 * (0) + (x)(-x+1)^2 * (0)+(-2x+3)(x)^2 * (1) + (x-1)(x)^2 * (1)`

Putting x=0.1 and simplifying, we obtain
`H(0.1)=0.019`


This material is intended as a summary. Use your textbook for detail explanation.
Any bug, improvement, feedback then Submit Here



10. Everett's formula
(Previous method)
2. Example-2
(Next example)





Share this solution or page with your friends.


 
Copyright © 2023. All rights reserved. Terms, Privacy
 
 

.