Está en la página 1de 6

Mtodos Numricos

Polinomios de interpolacin de Newton


Mg. Roger Edwar Mestas Chvez
Ingeniera Electrnica
Octubre, 2013
Polinomio de interpolacin de Newton
El polinomio de Newton de grado n es:
P
n
(x) =
n

k=0
_
_
b
k
k1

j =0
_
x x
j
_
_
_
= b
0
+ b
1
(x x
0
) + . . . + b
n
(x x
0
) (x x
1
) . . . (x x
n1
) ,
donde las diferencias divididas son:
b
0
= f (x
0
) ,
.
.
.
b
n
= f [x
n
, x
n1
, . . . , x
1
, x
0
] =
f [x
n
, x
n1
, . . . , x
1
] f [x
n1
, x
n2
, . . . , x
0
]
x
n
x
0
.
Continuacin . . .
En particular, el polinomio de Newton de grado 1 es:
P
1
(x) = b
0
+ b
1
(x x
0
)
= f (x
0
) + f [x
1
, x
0
] (x x
0
) ,
donde
f [x
1
, x
0
] =
f (x
1
) f (x
0
)
x
1
x
0
.
Continuacin . . .
Adems, el polinomio de Newton de grado 2 es:
P
2
(x) = b
0
+ b
1
(x x
0
) + b
2
(x x
0
) (x x
1
)
= f (x
0
) + f [x
1
, x
0
] (x x
0
) + f [x
2
, x
1
, x
0
] (x x
0
) (x x
1
) ,
f [x
1
, x
0
] =
f (x
1
) f (x
0
)
x
1
x
0
;
f [x
2
, x
1
, x
0
] =
f [x
2
, x
1
] f [x
1
, x
0
]
x
2
x
0
.
Continuacin . . .
Ejemplo
Hallar el polinomio de Newton de grado P
2
(x) que coincide
con la funcin f (x) = xsen ( x) en los puntos

4
,

2
,
5
4
,
mostrando paso a paso su obtencin; luego determine P
2
_

3
_
.
Solucin. Notemos que el polinomio de Newton de grado 2
deseado es:
P
2
(x) = f
_

4
_
+ f
_

2
,

4
_ _
x

4
_
+ f
_
5
4
,

2
,

4
_
_
x

4
__
x

2
_
= 0,555360367269796 + 1,292893218813453
_
x

4
_
0,998879082516293
_
x

4
__
x

2
_
Continuacin . . .
Por lo tanto, P
2
_

3
_
= 1,030763206402592.

También podría gustarte