Está en la página 1de 16

CAPÍTULO : SOLUCIÓN DE ECUACIONES DIFERENCIALES ORDINARIAS

𝑑𝑦
𝑑𝑥
= 𝑓 𝑥, 𝑦 , x∈ 𝑎, 𝑏

y 𝑥0 = 𝑦0
METODO DE EULER
𝑑𝑦
: = 𝑓 𝑥, 𝑦
𝑑𝑥

𝑦𝑖+1 − 𝑦𝑖
= 𝑓 𝑥𝑖 , 𝑦𝑖
𝑥𝑖+1 − 𝑥𝑖

𝑦𝑖+1 −𝑦𝑖
= 𝑓 𝑥𝑖 , 𝑦𝑖 𝑦𝑖+1 = 𝑦𝑖 + ℎ𝑓 𝑥𝑖 , 𝑦𝑖 , x ɛ 𝑎, 𝑏
𝑥𝑖+1 −𝑥𝑖
𝑦 𝑎 =α

Llamado método de Euler.


Observación:
𝑏−𝑎
Como x ∈ 𝑎, 𝑏 . Entonces: h= y 𝑥𝑖 = 𝑎 + 𝑖ℎ, ∀𝑖 = 1, 𝑛
𝑛

Otra forma de obtener el método de Euler:

única solución de la ecuación diferencial tiene dos derivadas continuas en 𝑎, 𝑏 ,


entonces, se tiene:

𝑑𝑦
: 𝑑𝑥
= 𝑓 𝑥, 𝑦
Haciendo un cambio de variable se tiene:
𝑤0 =∝
𝑤𝑖+1 = 𝑤𝑖 + ℎ𝑓 𝑥𝑖 , 𝑤𝑖 , ∀𝑖 = 0, 𝑛 − 1

Ejemplo:

Aproximar la solución de la siguiente ecuación diferencial, usando el método de Euler, para n = 5. Si :

𝑑𝑦 1 𝑦
= − − 𝑦 2 , x∈ 1,2
𝑑𝑥 𝑥2 𝑥

y 1 = -1
METODO DE TAYLOR DE ORDEN SUPERIOR
Donde:

Ejemplo:

Aproximar la solución de la siguiente ecuación diferencial, usando el método de Taylor de orden 3 y 4, para n = 5.
Si :
𝑑𝑦
= 𝑦 + 3𝑥 2 + 2, x∈ 0,1
𝑑𝑥

Y(0) = 1
METODO DE RUNGE – KUTTA DE ORDEN 2
Sea el problema de valor inicial:

El método de Runge – Kutta de orden 2, está dado por:

𝑤0 =∝

𝑘1 = f 𝑥𝑖 , 𝑤𝑖

𝑘2 = f 𝑥𝑖+1 , 𝑤𝑖 + ℎ𝑘1


𝑤𝑖+1 = 𝑤𝑖 + 2 𝑘1 +𝑘2 , ∀𝑖 = 0, 𝑛 − 1
METODO DE RUNGE – KUTTA DE ORDEN 4
Sea el problema de valor inicial:

El método de Runge – Kutta de orden 4, está dado por:

𝑤0 =∝
𝑘1 = f 𝑥𝑖 , 𝑤𝑖
ℎ ℎ
𝑘2 = f 𝑥𝑖 + 2 , 𝑤𝑖 + 2 𝑘1

ℎ ℎ
𝑘3 = f 𝑥𝑖 + 2 , 𝑤𝑖 + 2 𝑘2

𝑘4 = f 𝑥𝑖+1 , 𝑤𝑖 + ℎ𝑘3

𝑤𝑖+1 = 𝑤𝑖 + 6 𝑘1 +2𝑘2 +2𝑘3 +𝑘4 , ∀𝑖 = 0, 𝑛 − 1
𝑥𝑖
METODOS DE MULTIPASO
Ejemplo:
Aproximar la solución de la siguiente ecuación diferencial, usando el método de Taylor de orden 3 y 4, para n = 5.
Si :
𝑑𝑦
= 𝑦 + 3𝑥 2 + 2, x∈ 0,1
𝑑𝑥

Y(0) = 1
Ejemplo:
Aproximar la solución de la siguiente ecuación diferencial, usando el método de Taylor de orden 3 y 4, para n = 5.
Si :
𝑑𝑦
= 𝑦 + 3𝑥 2 + 2, x∈ 0,1
𝑑𝑥

Y(0) = 1

También podría gustarte