The Hermite polynomial is the one that interpolates a set of points and the value of their derivatives in any points we want. That is, let's suppose that we have
Then we construct the same table as in Newton's method, placing
|
|
|
|
|
|
|
|
From here on we proceed the same way, but with the difference that we have to define
|
|
|||
|
||||
|
|
|
||
|
|
|||
|
|
|
||
|
||||
|
|
Therefore, if we have
Let's consider an example:
Example
Let's suppose that we want to calculate
To obtain the result, we draw a table as in Newton's interpolation but repeating every point which derivative we know. This is:
|
|
|||
|
||||
|
|
|
||
|
|
|||
|
|
|
||
|
||||
|
|
Proceeding as with Newton's interpolation, we get:
Now,