Está en la página 1de 10

MÉTODOS NUMÉRICOS

SOLUCIÓN DE RAÍCES DE ECUACIONES

MÉTODOS CERRADOS,
ABIERTOS Y SUS
INTERPRETACIONES
GEOMÉTRICAS
Presenta

I.S.C. René
Navarrete Tenco
Orizaba, Veracruz
Marzo 28, 2022
MÉTODOS NUMÉRICOS [1]

MÉTODOS

ABIERTOS [3]

01 02
NEWTON-RAPHSON SECANTE
01 MÉTODOS ABIERTOS

MÉTODO DE

SECANTE FORMULA
𝑓(𝑥𝑛 )(𝑥𝑛−1 − 𝑥𝑛 )
DESCRIPCIÓN DEL ALGORITMO 𝑥𝑛+1 = 𝑥𝑛 −
𝑓 𝑥𝑛−1 − 𝑓(𝑥𝑛 )

01 Definir 04 Calcular error

𝑥𝑛−1 , 𝑥𝑛 𝑥𝑛+1 − 𝑥𝑛
∈=
𝑥𝑛+1
02 Calcular
𝑓(𝑥𝑛−1 ), 𝑓(𝑥𝑛 ) Sí Sí

∈ > 𝑇𝑜𝑙𝑒𝑟𝑎𝑛𝑐𝑖𝑎 ∈ ≤ 𝑇𝑜𝑙𝑒𝑟𝑎𝑛𝑐𝑖𝑎


03 Hallar 𝑥𝑛+1 = 𝑥𝑛 𝑥𝑛+1 = 𝑅𝐴𝐼𝑍
Este método no utiliza intervalos y converge
𝑥𝑛+1 𝑥𝑛 = 𝑥𝑛−1 más lentamente que el de Newton – Raphson,
sin embargo no es necesario conocer o
calcular la derivada en cualquier punto [7].
Regresar al paso tres
02 MÉTODO DE SECANTE (1/3)

UTILIZAR LA ECUACIÓN

𝑓 𝑥 = cos( 3𝑥) + 2𝑥
01 Definir:
TOLERANCIA:
𝑥𝑛−1 , 𝑥𝑛 0.01

𝑥𝑛−1 = −2
x f(x)
-0.8 -2.337393716 𝑥𝑛 = −0.2
-0.6 -1.427202095
-0.4 -0.437642246
-0.2 0.425335615
0 1
0.2 1.225335615
02 MÉTODO DE SECANTE (2/3)

𝑓 𝑥 = 𝑐𝑜𝑠 3𝑥 + 2𝑥 ITERACIÓN 1
𝑥𝑛−1 = −0.2
𝑥𝑛 = −0.4209
02 CALCULAR 02 CALCULAR

𝑓 𝑥𝑛−1 = cos 3 ∗ −2 + 2 ∗ −2 = −3.0398 𝑓 𝑥𝑛−1 = cos 3 ∗ −0.2 + 2 ∗ −0.2 = 0.4253

𝑓 𝑥𝑛 = cos 3 ∗ −0.2 + 2 ∗ −0.2 = 0.4253 𝑓 𝑥𝑛 = cos 3 ∗ −0.4209 + 2 ∗ −0.4209 = −0.5385

03 HALLAR 03 HALLAR
𝑓(𝑥𝑛 )(𝑥𝑛−1 − 𝑥𝑛 ) 0.4253 ∗ (−2 − (−0.2) 𝑓(𝑥𝑛 )(𝑥𝑛−1 − 𝑥𝑛 ) −0.5385 ∗ (−0.2 − (−0.4209)
𝑥𝑛+1 = 𝑥𝑛 − = −0.2 − 𝑥𝑛+1 = 𝑥𝑛 − = −0.4209 −
𝑓 𝑥𝑛−1 − 𝑓(𝑥𝑛 ) −3.0398 − (0.4253) 𝑓 𝑥𝑛−1 − 𝑓(𝑥𝑛 ) 0.4253 − (−0.5385)

𝑥𝑛+1 = −0.4209 𝑥𝑛+1 = −0.2974

04 CALCULAR ERROR 04 CALCULAR ERROR

𝑥𝑛+1 − 𝑥𝑛 −0.4209 − −0.2 𝑥𝑛+1 − 𝑥𝑛 −0.2974 − −0.4209


∈= = = 0.5248 ∈= = = 0.4152
𝑥𝑛+1 −0.4209 𝑥𝑛+1 −0.2974

∈ > TOLERANCIA ∈ > TOLERANCIA


∴ 𝑥𝑛 = 𝑥𝑛+1 ∴ 𝑥𝑛−1 = 𝑥𝑛 ∴ 𝑥𝑛 = 𝑥𝑛+1 ∴ 𝑥𝑛−1 = 𝑥𝑛
REGRESAR PUNTO TRES REGRESAR PUNTO TRES
02 MÉTODO DE SECANTE (3/3)

𝑥𝑛−1 = −0.4209 𝑥𝑛−1 = −0.2974


𝑥𝑛 = −0.2974 ITERACIÓN 2
𝑓 𝑥 = 𝑐𝑜𝑠 3𝑥 + 2𝑥 ITERACIÓN 2 𝑥𝑛 = −0.3045

02 CALCULAR 02 CALCULAR

𝑓 𝑥𝑛−1 = cos 3 ∗ −0.4209 + 2 ∗ −0.4209 = −0.5385 𝑓 𝑥𝑛−1 = cos 3 ∗ −0.2974 + 2 ∗ −0.2974 = 0.0329

𝑓 𝑥𝑛 = cos 3 ∗ −0.2974 + 2 ∗ −0.2974 = 0.0329 𝑓 𝑥𝑛 = cos 3 ∗ −0.3045 + 2 ∗ −0.3045 = 0.0019

03 HALLAR 03 HALLAR
𝑓(𝑥𝑛 )(𝑥𝑛−1 − 𝑥𝑛 ) 0.0329 ∗ (−0.4209 − (−0.2974) 𝑓(𝑥𝑛 )(𝑥𝑛−1 − 𝑥𝑛 ) 0.0019 ∗ (−0.2974 − (−0.3045)
𝑥𝑛+1 = 𝑥𝑛 − = −0.2974 − 𝑥𝑛+1 = 𝑥𝑛 − = −0.3045 −
𝑓 𝑥𝑛−1 − 𝑓(𝑥𝑛 ) −0.5385 − (0.0329) 𝑓 𝑥𝑛−1 − 𝑓(𝑥𝑛 ) 0.0329 − (0.0019)

𝑥𝑛+1 = −0.3045 𝑥𝑛+1 = −0.3049

04 CALCULAR ERROR 04 CALCULAR ERROR

𝑥𝑛+1 − 𝑥𝑛 −0.3045 − −0.2974 𝑥𝑛+1 − 𝑥𝑛 −0.3049 − −0.3045


∈= = = 0.0233 ∈= = = 0.0013
𝑥𝑛+1 −0.3045 𝑥𝑛+1 −0.3049

∈ > TOLERANCIA ∈ < TOLERANCIA


𝐑𝐚𝐢𝐳:
∴ 𝑥𝑛 = 𝑥𝑛+1 ∴ 𝑥𝑛−1 = 𝑥𝑛 ∴ 𝑥𝑛+1 = 𝑅𝐴𝐼𝑍
−𝟎. 𝟑𝟎𝟒𝟗
REGRESAR PUNTO TRES
04 ACTIVIDAD

UTILIZANDO LA ECUACIÓN

𝑓 𝑥 = sen(8𝑥) + 3𝑥 − 2
REALIZA EL MÉTODO DE

SECANTE
05 REFERENCIAS

[1] N. H. Agudelo Díaz, Métodos numéricos con Excel: guía práctica para Atribución de autoría de recursos gráficos corresponde a:
ingenieros. Fundación Universidad de América, 2021. doi:
10.29097/9789585303034.

[2] C. R. J. Javier, G. C. M. Eduardo, P. M. V. Damian, S. M. Alfonso, y T. P. V.


Hugo, “Métodos cerrados para la solución numérica de ecuaciones
algebraicas y trascendentes”, p. 14, 2019.

[3] L. Agud Albesa, “Método de bisección para la resolución de ecuaciones”,


2020.

[4] E. R. E. SANCHEZ, “Métodos numéricos”, Departamento de Informática,


2007.
MÉTODOS NUMÉRICOS

¡GRACIAS!
DUDAS O PREGUNTAS

Orizaba, Veracruz
Marzo 28, 2022
MÉTODOS NUMÉRICOS

SOLUCIÓN DE RAÍCES DE ECUACIONES

MÉTODOS CERRADOS,
ABIERTOS Y SUS
INTERPRETACIONES
GEOMÉTRICAS
Presenta

I.S.C. René
Navarrete Tenco
Orizaba, Veracruz
Marzo 28, 2022

También podría gustarte