You are on page 1of 10

INTERPOLACION BIDIMENSIONAL

Primero se deduce mediante argumentos geométricos el polinomio interpolador de Lagrange de grado 1, el


cual servirá de base para la interpolación bidimensional que se requiere.
De la figura anterior, el triángulo ABE y el triángulo DCE son semejantes, luego,
b  x P1 ( x)  f (b) (1)

b  a f (a )  f (b)
Multiplicando (1) por se tiene que
bx P ( x )  f (b)
f (a )  1 f (a ) (2)
ba f (a )  f (b)
El triángulo ABE es semejante al triangulo BFC, luego,
x  a f (a )  P1 ( x )
 (3)
b  a f (a )  f (b)
Multiplicando (3) por se tiene que
xa f (a )  P1 ( x )
f (b)  f (b)
ba f (a )  f (b) (4)
De (2) y (4) sumando y simplificando resulta,
bx xa
f (a )  f (b)  P1 ( x)
ba ba

Que es el polinomio interpolador de Lagrange para los nodos y


La interpolación bidimensional no es otra cosa que la aplicación del polinomio interpolador de Lagrange con
las ideas geométricas de la figura anterior, primero a lo largo del eje y luego a lo largo del eje .

𝑧
yi  y y  yi1
fE  f j 1 , i 1  f j 1 , i
yi  yi 1 yi  yi 1
𝑓 (𝑥 , 𝑦 ) 𝑓 𝐸
yi  y y  yi 1
error 𝑃 (𝑥 , 𝑦) fF  f j , i 1  fj,i
𝑃 1 ( 𝑥 , 𝑦1) 𝑗 −1 yi  yi 1 yi  yi 1
𝑦 𝑖 −1 𝑦 𝑦 𝑖
El polinomio interpolador bidimensional
𝑓 𝑦 es:
𝑥 𝑗 −1
𝐹
( 𝑥 𝑗− 1, 𝑦 )
𝐸 𝑥 𝑗−𝑥 𝑥 − 𝑥 𝑗 −1
( 𝑥 𝑗 − 1 , 𝑦 𝑖 −1 ) ( 𝑗− 1 𝑖 ) 𝑃1 𝑥 , 𝑦 = 𝑥 − 𝑥 𝑓 𝐸+ 𝑥 − 𝑥 𝑓 𝐹
𝑥 , 𝑦 ( )
𝑃 1 (𝑥 𝑗 , 𝑦 ) 𝑗 𝑗 −1 𝑗 𝑗 −1
𝑥
(𝑥, 𝑦 )
𝑥 𝑗
𝑥 ( 𝑥 𝑗 , 𝑦 𝑖 −1 ) ( 𝑥 𝑗 , 𝑦( 𝑥) 𝑗 , 𝑦 𝑖 )
𝐹
EJEMPLO
Mediante interpolación bidimensional aproxime si se sabe que

SOLUCIÓN
Verificando:
PASO 1: Estimar primero , , , a buen criterio 2 2
3 3 3 3 9
Tomamos , , , =1 f  ,     
2 2 2 2 2
PASO 2: Calcular y
Luego, esta cerca de
3 3
2 1
fE  2
2 1
2
2
1 1  2
2 1
 
12  22 
7
2

3 3
2 1
fF  2
2 1
2 2
2 1  2

2 1

22  22 
13
2

PASO 3: Aproximar mediante

3 3
2  1 13
3 3 2 7 2  
P ,       5
 2 2  2 1  2  2 1  2 
EJEMPLO
Dada la función tabular en las variables independientes e interpolar cuando

3  2.3 2.3  2
fF  (  0.15)  (0.91)  0.168
32 32

PASO 3: Aproximar mediante

2  1.7 1.7  1
P 1.7,2.3   0.056   0.168   0.1008
2 1 2 1
SOLUCION

PASO 1: Estimar primero los , , , Luego,


f (1.7, 2.3)  0.1008
Tomamos , , ,

PASO 2: Calcular y Donde es la función tabular

3  2.3 2.3  2
fE  (0.28)  (0.84)  0.056
32 32
También podemos llevar a cabo la interpolación bidimensional por composición de polinomios interpoladores
de Lagrange de grado 2. Para ello construimos la figura.

𝑓 (𝑥 , 𝑦 )

error

𝑦
( 𝑥0 , 𝑦0) ( 𝑥 0 , 𝑦 1 )( 𝑥 0 , 𝑦 ) ( 𝑥 0 , 𝑦 2 )
( 𝑥 1 , 𝑦 0 ) ( 𝑥 1 , 𝑦 1 )( 𝑥 1 , 𝑦 ) ( 𝑥 1 , 𝑦 2 )
𝑥 ( 𝑥1, 𝑦 0)
( 𝑥2 , 𝑦0) ( 𝑥2 , 𝑦1) ( 𝑥2 , 𝑦 ) ( 𝑥2 , 𝑦2)
De la figura, se tiene que

P2  x0 , y   f 0,0
 y  y1   y  y2 
 f 0,1
 y  y0   y  y2 
 f 0,2
 y  y0   y  y1 
 y0  y1   y0  y2   y1  y0   y1  y2   y2  y0   y2  y1 

P2  x1 , y   f1,0
 y  y1   y  y2 
 f1,1
 y  y0   y  y2 
 f1,2
 y  y0   y  y1 
 y0  y1   y0  y2   y1  y0   y1  y2   y2  y0   y2  y1 

P2  x2 , y   f 2,0
 y  y1   y  y2 
 f 2,1
 y  y0   y  y2 
 f 2,2
 y  y0   y  y1 
 y0  y1   y0  y2   y1  y0   y1  y2   y2  y0   y2  y1 
Luego,

P2  x, y   P2  x0 , y 
 x  x1   x  x2   P x , y  x  x0   x  x2   P x , y  x  x0   x  x1 
2 1  2 2 
 x0  x1   x0  x2   x1  x0   x1  x2   x2  x0   x2  x1 
Que es el valor interpolado correspondiente al punto
𝑧
𝑥

𝑦
𝑧
𝑥

𝑦
EJERCICIOS
Si calcular valor interpolado para tomando como nodos:
a) , ; ;
b) , ; ;

You might also like