Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Ejercicios de Metodo de Lagrange

Descargar como docx, pdf o txt
Descargar como docx, pdf o txt
Está en la página 1de 6

FACULTAD DE INGENIERÍA

ESCUELA ACADÉMICO PROFESIONAL DE INGENIERÍA MECÁNICA

ASIGNATURA

“SIMULACIÓN NUMÉRICA DE INGENIERÍA”

ALUMNOS:

SOSA AYALA AXELL BRYAN

TREJO JARA KLEIN ALDAIR

VALLADARES TORRES NILTON JHOSSEP

VALOIS BARROS KEVIN YEYSON

DOCENTE:

CARLOS MONTAÑEZ

2020
2.- En una reacción química, concentración del producto CLORURO FÉRRICO cambia con el tiempo como
se indica en la tabla de abajo.

F(x)=CF 0.00 0.30 0.55 0.80 1.10 1.15


Xn 0.00 0.10 0.40 0.60 0.80 1.00

Calcular la concentración del producto CLORURO FÉRRICO cuando t=0.82 usando un polinomio de
Lagrange de tercer grado.

SOLUCIÓN:

Seleccionamos los puntos que están cerca al punto t=0.82 para el polinomio de Lagrange.

Puntos: t 0=0.40 t 1=0.60 t 2 =0.80 t 3=1.00

f ( t 0 ) =0.55 f ( t 1 )=0.80 f ( t 2 ) =1.10 f ( t 3 ) =¿ 1.15

Utilizamos el polinomio de interpolación de Lagrange está dado por la forma:

n
n ( x−x i)
P ( t ) =∑ f ( t k ) Lk (t) Lk ( x ) = ∏ ( i=0,1 , … … , k)
i=0 (x k −xl )
k=0
i≠k

( x−x 0 ) ( x−x 1 ) … … ( x−x k−1 )( x −x k+1 ) … …( x−x n )


L K ( X )=
( x ¿ ¿ k −x 0)(x ¿ ¿ k −x1 ) …..(x ¿ ¿ k −x k−1)(x ¿ ¿ k −x k+1 )( x ¿ ¿ k −x n) ¿ ¿ ¿ ¿ ¿

Pasamos a hallar el polinomio de interpolación de Lagrange:

P ( t ) =f ( t 0 ) L 0 ( t )+ f ( t 1 ) L1 ( t ) + f ( t 2 ) L2 ( t ) +f ( t 3 ) L3 ( t )

( t−t 1 ) ( t−t 2 )( t−t3 )


P ( t ) =f ( t 0 )
( t−t 0 )( t −t2 ) ( t−t 3 )
(t ¿ ¿ 0−t 1)(t 0−t 2)(t 0−t 3)+ f ( t 1 )
( t−t 0 ) ( t−t1 ) ( t−t 3 )
(t ¿ ¿ 1−t 0)(t 1−t 2)(t 1−t 3)+ f ( t 2 )
( t−
(t ¿ ¿ 2−t 0)(t 2−t 1)( t 2−t 3 )+ f ( t 3 )
(t ¿ ¿ 3−

( t−0.60 )( t−0.80 ) ( t−1.00 ) ( t−0.40 )( t−0.80 ) ( t−1.00 ) ( t−0.4


P ( t ) =( 0.55 ) + ( 0.80 ) + ( 1.10 )
( 0.40−0.60 ) ( 0.40−0.80 )( 0.40−1.00 ) ( 0.60−0.40 ) ( 0.60−0.80 )( 0.60−1.00 ) ( 0.80−0.40

( t−0.60 ) ( t−0.80 ) ( t−1.00 ) ( t−0.40 ) ( t −0.80 ) ( t−1.00 ) ( t−0.40 ) ( t−0.60 ) ( t−1.00 )


P ( t ) =( 0.55 ) + ( 0.80 ) + ( 1.10 ) +(1.1
−0.048 0.016 −0.016

P ( t ) =(−114583 t 3+ 27.49t 2−21.5416 t+ 5.49 ) + ( 50 t 3 −110 t 2+76 t−16 ) + (−68.75 t 3 +137.5 t 2−85.25 t+16.5 )+(23.9

El polinomio de interpolación de Lagrange es:

P ( t ) =−6.25 t 3 +11.8651 t 2−5.8756 t+1.4

Para calcular la concentración del producto CLORURO FÉRRICO reemplazamos t=0.82 en la ecuación
encontrada
P ( 0.82 )=−6.25 ( 0.82 )3 +11.8651 ( 0.82 )2−5.8756 ×(0.82)+1.4
P ( 0.82 )=1.11405124 ≅ 1.11 de Concentración de CLORURO FÉRRICO

3. Un fabricante de refrigeradores desea saber la densidad del agua, dada cierta temperatura. Sin
embargo, solo tiene datos sobre temperaturas distintas a las de interés, como la siguiente tabla:

T (℃) Densidad (Kg/m3)


18 998.5

20 998.2

22 997.7

Le pide su ayuda, porque no sabe qué hacer y necesita calcular la densidad cuando T=20.256 ℃
SOLUCIÓN:
f ( t 0 ) =998.5 f ( t 1 )=998.2 f ( t 2 )=997.7

Utilizamos el método de lagrange mediante el polinomio de interpolación de lagrange está dado por
la forma:
n
Ln ( t )=∑ l i ( t ) f (t i)
i=0

n
( t−t j)
l i ( t ) =∏
j=0 (t i−t j )
j ≠i

Entonces para n=2


L2 ( t )=l 0 ( t ) f ( t 0 ) +l 1 ( t ) f ( t 1 ) +l 2 ( t ) f (t 2)

( t−t 1 )( t−t2 )
¿
( t−t 0 ) ( t−t 2 ) ( t−t0 ) ( t−t 1 )
(t ¿ ¿ 0−t 1)( t 0−t 2 ) f ( t 0 ) + f ( t1 ) + f (t 2)¿
( t 1−t 0 ) (t 1−t 2) ( t 2−t0 ) ( t 2−t 1 )
( t−20 ) ( t−22 ) ( t−18 ) ( t−22 ) ( t−18 )( t−20 )
¿ ( 998.5 ) + ( 998.2 )+ ( 997.7)
(18−20 ) ( 18−22 ) ( 20−18 ) ( 20−22 ) ( 22−18 )( 22−20 )
( t−20 )( t−22 ) ( t−18 )( t−22 ) ( t−18 )( t−20 )
¿ (998.5)+ (998.2)+ (997.7)
8 4 8

¿ 124.8125 t 2−5242.125 t +54917.5−249.55 t 2+ 9982t −98821.8+124.7125 t 2−4739.075t +4486.5


El polinomio de interpolación de lagrange es:

L2 ( t )=−0.025t 2 +0.8 t+ 992.2


Para calcular la densidad para T=20.256ºC, podemos tomar cualquiera de los 3 polinomios (ya
que son iguales) y evaluarlo en t=20.256.

L2=( t=20.256 )=−0.025 ¿

L2=( 20.256 )=998.1471616 kg /m3

Entonces para una temperatura de 20.256ºC la densidad del agua es 998.1471616 kg /m 3


Graficando reemplazamos el valor obtenido de la densidad del agua en nuestro cuadro
de datos:

t=T (℃) f(t)=Densidad (kg/m3)


18 998.5

20 998.2

20.256 998.1

22 997.7

25
22
20.26 20
20 18

15
T(°C)

10

0
997.6 997.7 997.8 997.9 998 998.1 998.2 998.3 998.4 998.5 998.6

Densidad (kg/m3)

4. De una función f, conocemos la información de la tabla que sigue. Interpolar f(0.35) usando un polinomio
interpolante P3(x) indicando la sub tabla de datos que va a usar.

x 0 0.1 0.2 0.3 0.4 0.5 0.6 0.7


F(x) 0.3 0.31 0.32 0.33 0.34 0.45 0.46 0.47
Solución: como se requiere un polinomio interpolante P 3(x), se necesita una sub tabla de cuatro datos. Una de las
opciones es:

x 0.2 0.3 0.4 0.5


F(x) 0.32 0.33 0.34 0.45
Por Teoría:

 p3 ( x)=f (x) L( x)+f (x 1)L 1( x)+ f (x 2)L 2(x)+ f (x 3) L3 (x)

Si usamos la forma de LaGrange del polinomio interpolante, entonces:

Cuando f(x) =0.32, x=0.2; x1=0.3; x2=0.4; x3=0.5

( x−0.3 ) ( x−0.4 )( x−0.5 )


f ( x ) L ( x )=0.32 =−53.33( x 3−1.2 x 2 +0.47 x−0.06)
( 0.2−0.3 ) ( 0.2−0.4 ) ( 0.2−0.5 )
Cuando f(x1) =0.33, x=0.2; x1=0.3; x2=0.4; x3=0.5

( x−0.2 ) ( x−0.4 )( x−0.5 )


f ( x 1 ) L1 ( x )=0.33 =165(x 3−1.1 x 2+ 0.38 x−0.04)
( 0.3−0.2 )( 0.3−0.4 )( 0.3−0.5 )
Cuando f(x1) =0.33, x=0.2; x1=0.3; x2=0.4; x3=0.5

( x−0.2 ) ( x−0.3 ) ( x−0.5 )


f ( x 2 ) L2 ( x )=0.34 =−170( x3 −x2 +0.31 x−0.03)
( 0.4−0.2 ) ( 0.4−0.3 ) ( 0.4−0.5 )
Cuando f(x1) =0.33, x=0.2; x1=0.3; x2=0.4; x3=0.5

( x−0.2 ) ( x−0.3 ) ( x−0.4 )


f ( x 3 ) L3 ( x )=0.45 =75(x 3−0.9 x 2+ 0.26 x−0.029)
( 0.5−0.2 )( 0.5−0.3 ) ( 0.5−0.45 )
Remplazando:

p3 ( x ) =−53.33 ( x3 −1.2 x 2 +0.47 x−0.06 )+ 165 ( x 3 −1.1 x 2+ 0.38 x−0.04 ) −170 ( x 3−x 2+ 0.31 x−0.03 ) +75(x 3−0.9 x

p3 ( x ) =13.67 x 3 −12.004 x2 + 4.435 x−0.475

Respuesta:

p3 ( 0.35 )=13.67(0.35)3 −12.004 ( 0.35 )2 +4.435( 0.35)−0.475

f (0.35)≈ P 3(0.35)=0.32875

También podría gustarte