Está en la página 1de 101

UNIVERSIDAD TÉCNICA DE AMBATO

FACULTAD DE INGENIERÍA CIVIL Y MECÁNICA


INGENIERÍA CIVIL

MÉTODOS NUMÉRICOS

TEMA: “Polinomio de Taylor, Método Bisección, Método de Newton-


Raphson”

ESTUDIANTE: GAVILANES LOOR SHUMACHER DUVALIER

CURSO: QUINTO SEMESTRE


PARALELO: “B”

FECHA DE EJECUCIÓN: 07/ Octubre / 2018


FECHA DE ENTREGA: 23/ Octubre / 2018

PERÍODO ACADÉMICO: Septiembre 2018 – Febrero 2019


Hoja 2 de 101

2.- OBJETIVOS

2.1 Objetivo General.

 Aplicar los métodos numéricos para encontrar raíces de ecuaciones.

2.2 Objetivos Específicos.

 Desarrollar el polinomio de Taylor para encontrar aproximaciones de raíces.


 Usar el método de Bisección para encontrar raíces en ecuaciones.
 Usar el método de Newton Raphson para encontrar raíces en ecuaciones.

SHUMAGER GAVILANES
Hoja 3 de 101

1. CÁLCULO DE POLINOMIO DE TAYLOR

Ejercicio 1. Para cada una de las funciones dadas por las formulas siguientes, obtener su
polinomio MacLaurin de orden 4.

𝟏. 𝒇(𝒙) = 𝟏 + 𝒙

Derivadas

𝑓 0 (𝑥) = 1 + 𝑥
𝑓 ′ (𝑥) = 1
𝑓 ′′ (𝑥) = 0
𝑓 ′′′ (𝑥) = 0
𝑓 ′′′′ (𝑥) = 0

Ecuación

𝑓 (0) (0) 𝑓 ′ (0) 𝑓 ′′ (0) 𝑓 ′′′ (0)


𝑃(4) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

1+0 1 0 0 0
𝑃 (4) = (𝑥)0 + (𝑥)1 + (𝑥)2 + (𝑥)3 + (𝑥)4
1 1 2 6 24

Respuesta

𝑃(4) = 1 + 𝑥

SHUMAGER GAVILANES
Hoja 4 de 101

𝟐. 𝒇(𝒙) = (𝟏 + 𝒙)𝟑

Derivadas

𝑓 0 (𝑥) = 1 + 𝑥
𝑓 ′ (𝑥) = 3(1 + 𝑥)2
𝑓 ′′ (𝑥) = 6(1 + 𝑥)
𝑓 ′′′ (𝑥) = 6
𝑓 ′′′′ (𝑥) = 0

Ecuación

(4)
𝑓 (0) (0) 0
𝑓 ′ (0) 1
𝑓 ′′ (0) 2
𝑓 ′′′ (0)
𝑃 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

1+𝑥 3(1 + 0)2 6(1 + 0) 6 0


𝑃(4) = (𝑥)0 + (𝑥)1 + (𝑥)2 + (𝑥)3 + (𝑥)4
1 1 2 6 24

Respuesta

𝑃(4) = 1 + 3𝑥 + 3𝑥 2 + 𝑥 3

SHUMAGER GAVILANES
Hoja 5 de 101

𝟑. 𝒇(𝒙) = 𝒙𝟓
Derivadas

𝑓 0 (𝑥) = 𝑥 5
𝑓 ′ (𝑥) = 5𝑥 4
𝑓 ′′ (𝑥) = 20𝑥 3
𝑓 ′′′ (𝑥) = 60𝑥 2
𝑓 ′′′′ (𝑥) = 120𝑥

Ecuación

(4)
𝑓 (0) (0) 0
𝑓 ′ (0) 1
𝑓 ′′ (0) 2
𝑓 ′′′ (0)
𝑃 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

(4)
05 0
5(0)4 1
20(0)3 2
60(0)2 120(0)
𝑃 = (𝑥) + (𝑥) + (𝑥) + (𝑥)3 + (𝑥)4
1 1 2 6 24

Respuesta

𝑃(4) = 0

SHUMAGER GAVILANES
Hoja 6 de 101

𝟒. 𝒇(𝒙) = (𝟏 + 𝒙)𝟓

Derivadas

𝑓 0 (𝑥) = (1 + 𝑥)5
𝑓 ′ (𝑥) = 5(1 + 𝑥)4
𝑓 ′′ (𝑥) = 20(1 + 𝑥)3
𝑓 ′′′ (𝑥) = 60(1 + 𝑥)2
𝑓 ′′′′ (𝑥) = 120(1 + 𝑥)

Ecuación

(4)
𝑓 (0) (0) 0
𝑓 ′ (0) 1
𝑓 ′′ (0) 2
𝑓 ′′′ (0)
𝑃 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

(1 + 0)5 5(1 + 0)4 20(1 + 0)3 60(1 + 0)2


𝑃(4) = (𝑥)0 + (𝑥)1 + (𝑥)2 + (𝑥)3
1 1 2 6
120(1 + 0)
+ (𝑥)4
24

Respuesta

𝑃(4) = 1 + 5𝑥 + 10𝑥 2 + 10𝑥 3 + 5𝑥 4

SHUMAGER GAVILANES
Hoja 7 de 101

𝟓. 𝒇(𝒙) = 𝒆𝒙

Derivadas

𝑓 0 (𝑥) = 𝑒 𝑥
𝑓 ′ (𝑥) = 𝑒 𝑥
𝑓 ′′ (𝑥) = 𝑒 𝑥
𝑓 ′′′ (𝑥) = 𝑒 𝑥
𝑓 ′′′′ (𝑥) = 𝑒 𝑥

Ecuación

𝑓 (0) (0) 𝑓 ′ (0) 𝑓 ′′ (0) 𝑓 ′′′ (0)


𝑃(4) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

𝑒0 𝑒0 𝑒0 𝑒0 𝑒0
𝑃(4) = (𝑥)0 + (𝑥)1 + (𝑥)2 + (𝑥)3 + (𝑥)4
1 1 2 6 24

Respuesta

1 1 1 4
𝑃(4) = 1 + 𝑥 + 𝑥 2 + 𝑥 3 + 𝑥
2 6 24

SHUMAGER GAVILANES
Hoja 8 de 101

𝟔. 𝒇(𝒙) = 𝒆𝟐𝒙
Derivadas

𝑓 0 (𝑥) = 𝑒 2𝑥
𝑓 ′ (𝑥) = 2 𝑒 2𝑥
𝑓 ′′ (𝑥) = 4 𝑒 2𝑥
𝑓 ′′′ (𝑥) = 8 𝑒 2𝑥
𝑓 ′′′′ (𝑥) = 16 𝑒 2𝑥

Ecuación

(4)
𝑓 (0) (0) 0
𝑓 ′ (0) 1
𝑓 ′′ (0) 2
𝑓 ′′′ (0)
𝑃 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

(4)
𝑒 2(0) 0
2 𝑒 2(0) 1
4 𝑒 2(0) 2
8 𝑒 2(0) 3
16 𝑒 2(0)
𝑃 = (𝑥) + (𝑥) + (𝑥) + (𝑥) + (𝑥)4
1 1 2 6 24

Respuesta

4 2
𝑃 (4) = 1 + 2𝑥 + 2𝑥 2 + 𝑥 3 + 𝑥 4
3 3

SHUMAGER GAVILANES
Hoja 9 de 101

𝟕. 𝒇(𝒙) = 𝒔𝒆𝒏(𝒙)

Derivadas

𝑓 0 (𝑥) = 𝑠𝑒𝑛 (𝑥)


𝑓 ′ (𝑥) = cos(𝑥)
𝑓 ′′ (𝑥) = −𝑠𝑒𝑛 (𝑥)
𝑓 ′′′ (𝑥) = −cos(𝑥)
𝑓 ′′′′ (𝑥) = 𝑠𝑒𝑛 (𝑥)

Ecuación

𝑓 (0) (0) 𝑓 ′ (0) 𝑓 ′′ (0) 𝑓 ′′′ (0)


𝑃(4) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

𝑠𝑒𝑛 (0) cos(0) −𝑠𝑒𝑛 (0) −cos(0) 𝑠𝑒𝑛 (0)


𝑃(4) = (𝑥)0 + (𝑥)1 + (𝑥)2 + (𝑥)3 + (𝑥)4
1 1 2 6 24

Respuesta

𝑥3
𝑃(4) = 𝑥 −
6

SHUMAGER GAVILANES
Hoja 10 de 101

𝟖. 𝒇(𝒙) = 𝒔𝒆𝒏(𝟑𝒙)

Derivadas

𝑓 0 (𝑥) = 𝑠𝑒𝑛 (3𝑥)


𝑓 ′ (𝑥) = 3 cos(3𝑥)
𝑓 ′′ (𝑥) = −9 𝑠𝑒𝑛 (3𝑥)
𝑓 ′′′ (𝑥) = −27 cos(3𝑥)
𝑓 ′′′′ (𝑥) = 81 𝑠𝑒𝑛 (3𝑥)

Ecuación

𝑓 (0) (0) 𝑓 ′ (0) 𝑓 ′′ (0) 𝑓 ′′′ (0)


𝑷(𝟒) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

𝑠𝑒𝑛 (3 ∗ 0) 3 cos(3 ∗ 0) −9 𝑠𝑒𝑛 (3 ∗ 0)


𝑷(𝟒) = (𝑥)0 + (𝑥)1 + (𝑥)2
1 1 2
−27 cos(3 ∗ 0) 81 𝑠𝑒𝑛 (3 ∗ 0)
+ (𝑥)3 + (𝑥)4
6 24

Respuesta

9
𝑷(𝟒) = 3𝑥 − 𝑥 3
2

SHUMAGER GAVILANES
Hoja 11 de 101

𝟗. 𝒇(𝒙) = 𝒄𝒐𝒔(𝒙)

Derivadas

𝑓 0 (𝑥) = 𝑐𝑜𝑠 (𝑥)


𝑓 ′ (𝑥) = −sen(𝑥)
𝑓 ′′ (𝑥) = −𝑐𝑜𝑠 (𝑥)
𝑓 ′′′ (𝑥) = 𝑠𝑒𝑛(𝑥)
𝑓 ′′′′ (𝑥) = 𝑐𝑜𝑠 (𝑥)

Ecuación

𝑓 (0) (0) 𝑓 ′ (0) 𝑓 ′′ (0) 𝑓 ′′′ (0)


𝑷(𝟒) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

𝑐𝑜𝑠 (0) −sen(0) −𝑐𝑜𝑠 (0) 𝑠𝑒𝑛(0) 𝑐𝑜𝑠 (0)


𝑷(𝟒) = (𝑥)0 + (𝑥)1 + (𝑥)2 + (𝑥)3 + (𝑥)4
1 1 2 6 24

Respuesta

𝑥2 𝑥4
𝑷(𝟒) = 1 − +
2 24

SHUMAGER GAVILANES
Hoja 12 de 101

𝟏𝟎. 𝒇(𝒙) = 𝒄𝒐𝒔(−𝟑𝒙)

Derivadas

𝑓 0 (𝑥) = 𝑐𝑜𝑠 (−3𝑥)


𝑓 ′ (𝑥) = 3 sen(−3𝑥)
𝑓 ′′ (𝑥) = −9 𝑐𝑜𝑠 (−3𝑥)
𝑓 ′′′ (𝑥) = −27 𝑠𝑒𝑛(−3𝑥)
𝑓 ′′′′ (𝑥) = 81 𝑐𝑜𝑠 (−3𝑥)

Ecuación

𝑓 (0) (0) 𝑓 ′ (0) 𝑓 ′′ (0) 𝑓 ′′′ (0)


𝑷(𝟒) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

𝑐𝑜𝑠 (−3 ∗ 0) 3 sen(−3 ∗ 0) − 9 𝑐𝑜𝑠 (−3 ∗ 0)


𝑷(𝟒) = (𝑥)0 + (𝑥)1 + (𝑥)2
1 1 2
− 27 𝑠𝑒𝑛(−3 ∗ 0) 81 𝑐𝑜𝑠 (−3 ∗ 0)
+ (𝑥)3 + (𝑥)4
6 24

Respuesta

(𝟒) 9 𝑥 2 27𝑥 4
𝑷 = 1− +
2 8

SHUMAGER GAVILANES
Hoja 13 de 101

𝟏
𝟏𝟏. 𝒇(𝒙) =
𝟏+𝒙

Derivadas

1
𝑓 0 (𝑥) =
(1 − 𝑥)
1
𝑓 ′ (𝑥) =
(𝑥 − 1)2
2
𝑓 ′′ (𝑥) = −
(𝑥 − 1)3
6
𝑓 ′′′ (𝑥) =
(𝑥 − 1)4
24
𝑓 ′′′′ (𝑥) = −
(𝑥 − 1)5

Ecuación

𝑓 (0) (0) 𝑓 ′ (0) 𝑓 ′′ (0) 𝑓 ′′′ (0)


𝑷(𝟒) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

1 1 2 6

(1 − 0) (0 − 1) 2 (0 − 1) 3 (0 − 1)4
𝑷(𝟒) = (𝑥)0 + (𝑥)1 + (𝑥)2 + (𝑥)3
1 1 2 6
24

(0 − 1)5
+ (𝑥)4
24

Respuesta

𝑷(𝟒) = 1 + 𝑥 + 𝑥 2 + 𝑥 3 + 𝑥 4

SHUMAGER GAVILANES
Hoja 14 de 101

𝟏
𝟏𝟐. 𝒇(𝒙) =
𝟏 + 𝒙𝟐

Derivadas

1
𝑓 0 (𝑥) =
1 − 𝑥2
2𝑥
𝑓 ′ (𝑥) =
(𝑥 2 − 1)2
2(3𝑥 2 + 1)
𝑓 ′′ (𝑥) = −
(𝑥 2 − 1)3

′′′ (𝑥)
24(𝑥 3 + 𝑥)
𝑓 =
(𝑥 2 − 1)4

′′′′ (𝑥)
24(5𝑥 4 + 10𝑥 2 + 1)
𝑓 =−
(𝑥 2 − 1)5

Ecuación

(𝟒)
𝑓 (0) (0) 0
𝑓 ′ (0) 1
𝑓 ′′ (0) 2
𝑓 ′′′ (0)
𝑷 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

1 2𝑥 2(3(0)2 + 1) 24(03 + 𝑥)

2 (02 − 1)2 (02 − 1)3 (02 − 1)4
𝑷(𝟒) = 1 − 0 (𝑥)0 + (𝑥)1 + (𝑥)2 + (𝑥)3
1 1 2 6
24(5(0)4 + 10(0)2 + 1)

(02 − 1)5
+ (𝑥)4
24

Respuesta

𝑷(𝟒) = 1 + 𝑥 2 + 𝑥 4

SHUMAGER GAVILANES
Hoja 15 de 101

𝟏𝟑. 𝒇(𝒙) = 𝒍𝒏(𝟏 + 𝒙)

Derivadas

𝑓 0 (𝑥) = ln(1 + 𝑥)
1
𝑓 ′ (𝑥) =
1+𝑥
1
𝑓 ′′ (𝑥) = −
(1 + 𝑥)2
2
𝑓 ′′′ (𝑥) =
(1 + 𝑥)3
6
𝑓 ′′′′ (𝑥) = −
(1 + 𝑥)4

Ecuación

𝑓 (0) (0) 𝑓 ′ (0) 𝑓 ′′ (0) 𝑓 ′′′ (0)


𝑷(𝟒) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

1 1 2
ln(1 + 0) − 2
(1 + 0) (1 + 0)3
𝑷(𝟒) = (𝑥)0 + 1 + 0 (𝑥)1 + (𝑥)2 + (𝑥)3
1 1 2 6
6

(1 + 0)4
+ (𝑥)4
24

Respuesta

𝑥2 𝑥3 𝑥4
𝑷(𝟒) = 𝑥 − + −
2 3 4

SHUMAGER GAVILANES
Hoja 16 de 101

𝟏𝟒. 𝒇(𝒙) = 𝒍𝒏(𝟏 − 𝒙)

Derivadas

𝑓 0 (𝑥) = ln(1 − 𝑥)
1
𝑓 ′ (𝑥) =
𝑥−1
1
𝑓 ′′ (𝑥) = −
(𝑥 − 1)2
2
𝑓 ′′′ (𝑥) =
(𝑥 − 1)3
6
𝑓 ′′′′ (𝑥) = −
(𝑥 − 1)4

Ecuación

(𝟒)
𝑓 (0) (0) 𝑓 ′ (0) 𝑓 ′′ (0) 𝑓 ′′′ (0)
𝑷 = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

1 1 2
ln(1 − 0) − 2
(0 − 1) (0 − 1)3
𝑷(𝟒) = (𝑥)0 + 0 − 1 (𝑥)1 + (𝑥)2 + (𝑥)3
1 1 2 6
6

(0 − 1)4
+ (𝑥)4
24

Respuesta

𝑥2 𝑥3 𝑥4
𝑷(𝟒) = −𝑥 − − −
2 3 4

SHUMAGER GAVILANES
Hoja 17 de 101

𝟏𝟓. 𝒇(𝒙) = 𝒂𝒓𝒄𝒕𝒂𝒏(𝒙)

Derivadas

𝑓 0 (𝑥) = 𝑎𝑟𝑐𝑡𝑎𝑛(𝑥)
1
𝑓 ′ (𝑥) =
𝑥2 +1
2𝑥
𝑓 ′′ (𝑥) = −
(𝑥 2 + 1)2
6𝑥 2 − 2
𝑓 ′′′ (𝑥) =
(𝑥 2 + 1)3

′′′′ (𝑥)
24𝑥(𝑥 2 − 1)
𝑓 =−
(𝑥 2 + 1)4

Ecuación

(𝟒)
𝑓 (0) (0) 0
𝑓 ′ (0) 1
𝑓 ′′ (0) 2
𝑓 ′′′ (0)
𝑷 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0)
+ (𝑥 − 𝑥0 )4
4!

1 2(0) 6(0)2 − 2
𝑎𝑟𝑐𝑡𝑎𝑛(0) −
2 (02 + 1)2 (02 + 1)3
𝑷(𝟒) = (𝑥)0 + 0 + 1 (𝑥)1 + (𝑥)2 + (𝑥)3
1 1 2 6
24(0)(02 − 1)

(02 + 1)4
+ (𝑥)4
24

Respuesta

(𝟒) 𝑥3
𝑷 =𝑥−
3

SHUMAGER GAVILANES
Hoja 18 de 101

Ejercicio 2. Para cada una de las funciones del ejercicio 1, sea


𝑛

∑ 𝑎𝑘 𝑥 𝑘
𝑘=0

Hallar una fórmula general para 𝒂𝒌 .

𝟏. 𝒇(𝒙) = 𝟏 + 𝒙

𝑻𝒙 = 𝑇𝑛 ((1 + 𝑥), 𝑎 = 0)
𝒂𝒌 = 0 → 𝑠𝑖 𝑛 > 1
1
𝒂𝒌 = → 𝑠𝑖 𝑛 ≤ 1
𝑘!
𝟐. 𝒇(𝒙) = (𝟏 + 𝒙)𝟑

𝑻𝒙 = 𝑇𝑛((1 + 𝑥)3 , 𝑥 = 0)
1
𝒂𝒌 = , 𝑠𝑖 𝑘 = 0
𝑘!
6
𝒂𝒌 = , 𝑠𝑖 𝑘 = 3
𝑘!
3𝑘
𝒂𝒌 = , 𝑠𝑖 0 < 𝑘 < 2
𝑘!
𝟑. 𝒇(𝒙) = 𝒙𝟓

𝑻𝒙 = 𝑇𝑛(𝑥 5 , 𝑥 = 0)
𝑘!
𝒂𝒌 = , 𝑠𝑖 𝑘 = 0
𝑘!
6
𝒂𝒌 = , 𝑠𝑖 𝑎 = 5
𝑘!
𝒂𝒌 = 0, 𝑠𝑖 𝑎 ≠ 0
𝟒. 𝒇(𝒙) = (𝟏 + 𝒙)𝟓

𝑻𝒙 = 𝑇𝑛((1 + 𝑥)5 , 𝑥 = 0)
1
𝒂𝒌 = , 𝑠𝑖 𝑘 = 0
𝑘!
5
𝒂𝒌 = , 𝑠𝑖 𝑘 = 1 𝑦 𝑘 = 4
𝑘!
10
𝒂𝒌 = , 𝑠𝑖 𝑘 = 8 𝑦 𝑘 = 4
𝑘!

SHUMAGER GAVILANES
Hoja 19 de 101

𝟓. 𝒇(𝒙) = 𝒆𝒙

𝑻𝒙 = 𝑇𝑛(𝑒 𝑥 , 𝑥 = 0)
1
𝒂𝒌 =
𝑘!
𝟔. 𝒇(𝒙) = 𝒆𝟐𝒙

𝑻𝒙 = 𝑇𝑛(𝑒 2𝑥 , 𝑥 = 0)
2𝑘
𝒂𝒌 =
𝑘!
𝟕. 𝒇(𝒙) = 𝒔𝒆𝒏(𝒙)

𝑻𝒙 = 𝑇𝑛(𝑠𝑒𝑛(𝑥) , 𝑥 = 0)
𝒂𝒌 = 0, 𝑠𝑖 𝑘 𝑒𝑠 𝑝𝑎𝑟 𝑦 𝑘 = 0
−1
𝒂𝒌 = , 𝑠𝑖 𝑘 𝑒𝑠 𝑖𝑚𝑝𝑎𝑟
𝑘!
𝟖. 𝒇(𝒙) = 𝒔𝒆𝒏(𝟑𝒙)

𝑻𝒙 𝑇𝑛(𝑠𝑒𝑛(3𝑥) , 𝑥 = 0)
𝒂𝒌 = 0, 𝑠𝑖 𝑘 𝑒𝑠 𝑝𝑎𝑟 𝑦 𝑘 = 0
𝑘+3
−1 ( 2 ) ∗ 3𝑘
𝒂𝒌 = , 𝑠𝑖 𝑘 𝑒𝑠 𝑖𝑚𝑝𝑎𝑟
𝑘!
𝟗. 𝒇(𝒙) = 𝒄𝒐𝒔(𝒙)

𝑻𝒙 = 𝑇𝑛(𝑐𝑜𝑠(𝑥) , 𝑥 = 0)

𝒂𝒌 = 0, 𝑠𝑖 𝑘 𝑒𝑠 𝑖𝑚𝑝𝑎𝑟
𝑘
(−1)(2)
𝒂𝒌 = , 𝑠𝑖 𝑘 𝑒𝑠 𝑝𝑎𝑟
𝑘!
𝟏𝟎. 𝒇(𝒙) = 𝒄𝒐𝒔(−𝟑𝒙)

𝑻𝒙 = 𝑇𝑛(𝑐𝑜𝑠(−3𝑥) , 𝑥 = 0)
𝒂𝒌 = 0, 𝑠𝑖 𝑘 𝑒𝑠 𝑖𝑚𝑝𝑎𝑟
𝑘
(−1)(2) ∗ 3𝑘
𝒂𝒌 = , 𝑠𝑖 𝑘 𝑒𝑠 𝑝𝑎𝑟
𝑘!

SHUMAGER GAVILANES
Hoja 20 de 101

𝟏
𝟏𝟏. 𝒇(𝒙) =
𝟏+𝒙
1
𝑻𝒙 = 𝑇𝑛 ( , 𝑥 = 0)
1−𝑥
𝑎𝑘 = 0, 𝑠𝑖 𝑘 𝑒𝑠 𝑖𝑚𝑝𝑎𝑟
𝑘!
𝑎𝑘 = , 𝑠𝑖 𝑘 𝑒𝑠 𝑝𝑎𝑟 𝑜 𝑐𝑒𝑟𝑜
𝑘!
𝟏
𝟏𝟐. 𝒇(𝒙) =
𝟏 + 𝒙𝟐
1
𝑻𝒙 = 𝑇𝑛 ( , 𝑥 = 0)
1 − 𝑥2
𝒂𝒌 = 1
𝟏𝟑. 𝒇(𝒙) = 𝒍𝒏(𝟏 + 𝒙)

𝑻𝒙 = 𝑇𝑛(ln(1 + 𝑥) , 𝑥 = 0)
𝒂𝒌 = 0, 𝑠𝑖 𝑘 = 0
(−1)𝑘+1
𝒂𝒌 =
𝑘!
𝟏𝟒. 𝒇(𝒙) = 𝒍𝒏(𝟏 − 𝒙)

𝑻𝒙 = 𝑇𝑛(ln(1 − 𝑥) , 𝑥 = 0)
𝒂𝒌 = 0, 𝑠𝑖 𝑘 = 0
−1
𝒂𝒌 =
𝑘!
𝟏𝟓. 𝒇(𝒙) = 𝒂𝒓𝒄𝒕𝒂𝒏(𝒙)

𝑻𝒙 = 𝑇𝑛(𝑎𝑟𝑐𝑡𝑎𝑛(𝑥) , 𝑥 = 0)
𝒂𝒌 = 0, 𝑠𝑖 𝑘 𝑒𝑠 𝑝𝑎𝑟 𝑦 𝑘 = 0
𝑘+2
(−1)( 2
)
𝒂𝒌 = , 𝑠𝑖 𝑘 𝑒𝑠 𝑖𝑚𝑝𝑎𝑟
𝑘!

SHUMAGER GAVILANES
Hoja 21 de 101

Ejercicio 3. Obtener los polinomios de Taylor de orden 3, en x0 = 1, de las funciones


siguientes:

𝒙𝒐 = 𝟏

𝟏. 𝒇(𝒙) = 𝒙
Derivadas

𝑓 0 (𝑥) = 𝑥
𝑓 ′ (𝑥) = 1
𝑓 ′′ (𝑥) = 0
𝑓 ′′′ (𝑥) = 0

Ecuación

(𝟑)
𝑓 (0) (1) 0
𝑓 ′ (1) 1
𝑓 ′′ (1) 2
𝑓 ′′′ (1)
𝑷 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!

1 1 0 0
𝑷(𝟑) = (𝑥 − 1)0 + (𝑥 − 1)1 + (𝑥 − 1)2 + (𝑥 − 1)3
1 1 2 6

Respuesta

𝑷(𝟑) = 1 + (𝑥 − 1)

SHUMAGER GAVILANES
Hoja 22 de 101

𝟐. 𝒇(𝒙) = 𝒙𝟒
Derivadas

𝑓 0 (𝑥) = 2𝑥 4

𝑓 ′ (𝑥) = 8𝑥 3

𝑓 ′′ (𝑥) = 24𝑥 2

𝑓 ′′′ (𝑥) = 48𝑥

Ecuación

(𝟑)
𝑓 (0) (1) 0
𝑓 ′ (1) 1
𝑓 ′′ (1) 2
𝑓 ′′′ (1)
𝑷 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!

2(1)4 8(1)3 24(1)2 48(1)


𝑷(𝟑) = (𝑥 − 1)0 + (𝑥 − 1)1 + (𝑥 − 1)2 + (𝑥 − 1)3
1 1 2 6

Respuesta

𝑷(𝟑) = 2 + 8(𝑥 − 1) + 12(𝑥 − 1)2 + 8(𝑥 − 1)3

𝟏
𝟑. 𝒇(𝒙) =
𝒙

SHUMAGER GAVILANES
Hoja 23 de 101

Derivadas

1
𝑓 0 (𝑥) =
𝑥

1
𝑓 ′ (𝑥) = −
𝑥2

2
𝑓 ′′ (𝑥) = −
𝑥3

6
𝑓 ′′′ (𝑥) = −
𝑥4

Ecuación

𝑓 (0) (1) 𝑓 ′ (1) 𝑓 ′′ (1) 𝑓 ′′′ (1)


𝑃(3) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!

1 1 2 6
(1) (− 2 ) (− 3 ) (− 4 )
𝑃(3) = (𝑥 − 1)0 + 1 (𝑥 − 1)1 + 1 (𝑥 − 1)2 + 1 (𝑥 − 1)3
1 1 2 6

Respuesta

𝑃 (3) = 1 − (𝑥 − 1) + (𝑥 − 1)2 − (𝑥 − 1)3

𝟒. 𝒇(𝒙) = 𝒆𝒙𝒑(𝒙)

SHUMAGER GAVILANES
Hoja 24 de 101

Derivadas

𝑓 0 (𝑥) = 𝑒 𝑥

𝑓 ′ (𝑥) = 𝑒 𝑥

𝑓 ′′ (𝑥) = 𝑒 𝑥

𝑓 ′′′ (𝑥) = 𝑒 𝑥

Ecuación

(𝟑)
𝑓 (0) (1) 0
𝑓 ′ (1) 1
𝑓 ′′ (1) 2
𝑓 ′′′ (1)
𝑷 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!

𝑒1 𝑒1 𝑒1 𝑒1
𝑷(𝟑) = (𝑥 − 1)0 + (𝑥 − 1)1 + (𝑥 − 1)2 + (𝑥 − 1)3
1 1 2 6

Respuesta

𝑒 𝑒
𝑷(𝟑) = 𝑒 + 𝑒(𝑥 − 1) + (𝑥 − 1)2 + (𝑥 − 1)3
2 6

𝟓. 𝒇(𝒙) = 𝒍𝒏(𝒙)

Derivadas

SHUMAGER GAVILANES
Hoja 25 de 101

𝑓 0 (𝑥) = ln(𝑥)

1
𝑓 ′ (𝑥) =
𝑥

1
𝑓 ′′ (𝑥) = −
𝑥2

2
𝑓 ′′′ (𝑥) =
𝑥3

Ecuación

(𝟑)
𝑓 (0) (1) 0
𝑓 ′ (1) 1
𝑓 ′′ (1) 2
𝑓 ′′′ (1)
𝑷 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!

1 1 2
ln(1) − 2 3
𝑷(𝟑) = 1
(𝑥 − 1)0 + (𝑥 − 1)1 + 1 (𝑥 − 1)2 + 1 (𝑥 − 1)3
1 1 2 6

Respuesta

1 1
𝑷(𝟑) = (𝑥 − 1) − (𝑥 − 1)2 + (𝑥 − 1)3
2 3

2. APROXIMACIÓN MEDIANTE POLINOMIOS DE TAYLOR


3
Ejercicio 4. Utilizando el polinomio de MacLaurin adecuado, aproximar √𝑒, con un error
inferior a. 10−4.

SHUMAGER GAVILANES
Hoja 26 de 101

3
𝑓(𝑥) = √𝑒
1
𝑓(𝑥) = 𝑒 3 𝑥𝑜 = 0
𝑓(𝑥) = 𝑒 𝑥
Derivadas

𝑓 0 (𝑥) = 𝑒 𝑥

𝑓 ′ (𝑥) = 𝑒 𝑥

𝑓 ′′ (𝑥) = 𝑒 𝑥

𝑓 ′′′ (𝑥) = 𝑒 𝑥

𝑓 ′′′′ (𝑥) = 𝑒 𝑥

𝑓 𝑉 (𝑥) = 𝑒 𝑥

Ecuación

(𝟓)
𝑓 (0) (0) 0
𝑓 ′ (0) 1
𝑓 ′′ (0) 2
𝑓 ′′′ (0)
𝑷 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )3
0! 1! 2! 3!
𝑓 𝐼𝑉 (0) 𝑓 𝑉
(0)
+ (𝑥 − 𝑥0 )4 + + (𝑥 − 𝑥0 )5
4! 5!

𝑒0 𝑒0 𝑒0 𝑒0 𝑒0
𝑷(𝟓) = (𝑥)0 + (𝑥)1 + (𝑥)2 + (𝑥)3 + (𝑥)4
1 1 2 6 24

Respuesta

𝑥2 𝑥3 𝑥4 𝑥5
𝑷(𝟓) = 1 + 𝑥 + + + +
2 6 24 120

Comprobación

SHUMAGER GAVILANES
Hoja 27 de 101

4
1 2 1 3 (1 ) 1 5
( 3 + 3 + 3 + 3)
𝟑 1 ) ( ) (
√𝒆 ≈ 1 + +
3 2 6 24 120

𝟑 𝟑
√𝒆 ≈ 1.3956104 → 𝑽𝒂𝒍𝒐𝒓 𝑪𝒂𝒍𝒄𝒖𝒍𝒂𝒅𝒐 √𝒆 = 1.395612425 → 𝑽𝒂𝒍𝒐𝒓 𝒓𝒆𝒂𝒍

Error Absoluto

𝑬𝒓𝑨 = |𝑽𝒄 − 𝑽𝒓|


𝑬𝒓𝑨 = |1.3956104 − 1.395612425|
𝑬𝒓𝑨 = 0,000002

Ejercicio 5. Dar un valor aproximado de cos (62°) de dos formas distintas:

SHUMAGER GAVILANES
Hoja 28 de 101

1. Usando un polinomio de MacLaurin de 𝒄𝒐𝒔(𝒙) orden 2

62𝜋
𝟔𝟐° = → 1.0821 𝑟𝑎𝑑
180

𝑓(𝑥) = 𝑐𝑜𝑠(𝑥) 𝑥𝑜 = 0

Derivadas

𝑓 0 (𝑥) = 𝑐𝑜𝑠 (𝑥)

𝑓 ′ (𝑥) = −sen(𝑥)

𝑓 ′′ (𝑥) = −𝑐𝑜𝑠 (𝑥)

Polinomio

(𝟐)
𝑓 (0) (0) 0
𝑓 ′ (0) 1
𝑓 ′′ (0)
𝑷 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )2
0! 1! 2!

𝑐𝑜𝑠 (0) −sen(0) −𝑐𝑜𝑠 (0)


𝑷(𝟐) = (𝑥)0 + (𝑥)1 + (𝑥)2
1 1 2

Respuesta

𝑥2
𝑷(𝟐) = 1 −
2

Comprobación

SHUMAGER GAVILANES
Hoja 29 de 101

62𝜋 2
62𝜋 ( 180 )
𝑐𝑜𝑠( )≈1−
180 2

62𝜋 62𝜋
𝑐𝑜𝑠( ) ≈ 0.45895 → 𝑽𝒂𝒍𝒐𝒓 𝑪𝒂𝒍𝒄𝒖𝒍𝒂𝒅𝒐 𝑐𝑜𝑠( ) = 0.46947521 → 𝑽𝒂𝒍𝒐𝒓 𝒓𝒆𝒂𝒍
180 180

Error Absoluto

𝑬𝒓𝑨 = |𝑽𝒄 − 𝑽𝒓|


𝑬𝒓𝑨 = |0.45895 − 0.46948|
𝑬𝒓𝑨 = 0,00053

𝝅
2. Mediante el polinomio de Taylor de orden 2 de 𝒄𝒐𝒔(𝒙) en 𝑿𝒐 = 𝟑

SHUMAGER GAVILANES
Hoja 30 de 101

𝜋
𝑓(𝑥) = 𝑐𝑜𝑠(𝑥) 𝑥𝑜 = 3

Derivadas

𝑓 0 (𝑥) = 𝑐𝑜𝑠 (𝑥)

𝑓 ′ (𝑥) = −sen(𝑥)

𝑓 ′′ (𝑥) = −𝑐𝑜𝑠 (𝑥)

Ecuación

𝜋 𝜋 𝜋
𝑓 (0) ( 3) 𝑓 ′ ( 3) 𝑓 ′′ ( 3)
𝑷(𝟐) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2
0! 1! 2!

𝜋 𝜋 𝜋
𝑐𝑜𝑠 ( 3) 𝜋 0 −sen( 3) 𝜋 1 −𝑐𝑜𝑠 ( 3) 𝜋
(𝟐)
𝑷 = (𝑥 − ) + (𝑥 − ) + (𝑥 − )2
1 3 1 3 2 3

Respuesta

1 √3 𝜋 1 𝜋
𝑷(𝟐) = − (𝑥 − ) − (𝑥 − )2
2 2 3 4 3

Delta X

31𝜋 𝜋 𝜋
∆𝒙 = ( − )=
90 3 90

Comprobación

SHUMAGER GAVILANES
Hoja 31 de 101

62𝜋 1 √3 𝜋 1 𝜋
𝑐𝑜𝑠( )≈ − ( ) − ( )2
180 2 2 90 4 90

62𝜋 62𝜋
𝑐𝑜𝑠( ) ≈ 0.47007 → 𝑽𝒂𝒍𝒐𝒓 𝑪𝒂𝒍𝒄𝒖𝒍𝒂𝒅𝒐 𝑐𝑜𝑠( ) = 0.46947521 → 𝑽𝒂𝒍𝒐𝒓 𝒓𝒆𝒂𝒍
180 180

Error Absoluto

𝑬𝒓𝑨 = |𝑽𝒄 − 𝑽𝒓|


𝑬𝒓𝑨 = |0.47007 − 0.46948|
𝑬𝒓𝑨 = 0,00059

3
Ejercicio 6. Dada la función f tal que para cualquier número x, 𝑓(𝑥) = √1 + 𝑥 , se pide:

1. Obtener la fórmula de MacLaurin de grado 3, con resto de Lagrange, de f(x).

SHUMAGER GAVILANES
Hoja 32 de 101

3
𝑓(𝑥) = √1 + 𝑥 𝑥𝑜 = 1

Derivadas
1
𝑓 0 (𝑥) = (1 + 𝑥)3

1
𝑓 ′ (𝑥) =
3(1 + 𝑥)2/3

2
𝑓 ′′ (𝑥) = −
9(1 + 𝑥)5/3

10
𝑓 ′′′ (𝑥) =
27(1 + 𝑥)8/3

Ecuación

𝑓 (0) (0) 𝑓 ′ (0) 𝑓 ′′ (0) 𝑓 ′′′ (0)


𝑷(𝟑) = (𝑥 − 𝑥0 )0 + (𝑥 − 𝑥0 )1 + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
0! 1! 2! 3!

1 1 2 10

(1 + 0)3 3(1 + 0) 2/3 9(1 + 0) 5/3 27(1 + 0)8/3
𝑃(3) = (𝑥)0 + (𝑥)1 + (𝑥)2 + (𝑥)3
1 1 2 6

Respuesta

𝑥 𝑥 2 5𝑥 3
𝑷(𝟑) = 1 + − +
3 9 81

2. Utilizar el polinomio de MacLaurin del apartado anterior para aproximar


𝟑
el valor √𝟏. 𝟎𝟑, dando una cota del error cometido.

SHUMAGER GAVILANES
Hoja 33 de 101

3
𝑓(𝑥) = √1.03 𝑥𝑜 = 0
3
𝑓(𝑥) = √1 + 𝑥

∆𝒙 = (1.03 − 1) = 0.03

Ecuación del Inciso Anterior

(𝟑) 𝑥 𝑥 2 5𝑥 3
𝑷 = 1+ − +
3 9 81

Comprobación

3 0.03 (0.03)2 5(0.03)3


√1.03 ≈ 1 + − +
3 9 81

3 3
√1.03 ≈ 1.0098 → 𝑽𝒂𝒍𝒐𝒓 𝑪𝒂𝒍𝒄𝒖𝒍𝒂𝒅𝒐 √1.03 = 1.0099 → 𝑽𝒂𝒍𝒐𝒓 𝒓𝒆𝒂𝒍

Error Absoluto

𝑬𝒓𝑨 = |𝑽𝒄 − 𝑽𝒓|


𝑬𝒓𝑨 = |1.0098 − 1.0098 |
𝑬𝒓𝑨 = 0,0001

Ejercicio 7. Sea f la función definida sobre el intervalo (−1; +∞),derivable dos veces,
determinada por:

1
𝑃𝑎𝑟𝑎 𝑐𝑢𝑎𝑙𝑞𝑢𝑖𝑒𝑟 − 1, 𝑓 ′′ (𝑥) =
1 + 𝑥3

SHUMAGER GAVILANES
Hoja 34 de 101

𝑓 ′ (1) = 2
𝑓(1) = 1

Hallar el polinomio de Taylor de orden 2 de f en 𝑿𝒐 = 𝟏 y utilizando para dar un


valor aproximando de f(3/2), acotando el error cometido.

Derivadas
1
𝑓 ′′ (𝑥) =
1 + 𝑥3

1
𝑓 ′′ (1) =
1 + 13

1
𝑓 ′′ (𝑥) =
2

Ecuación

(𝟐)
𝑓 (0) (1) 0
𝑓 ′ (1) 1
𝑓 ′′ (1)
𝑷 = (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )2
0! 1! 2!

1 2 1
𝑷(𝟐) = (𝑥 − 1)0 + (𝑥 − 1)1 + (𝑥 − 1)2
1 1 4

Respuesta
1
𝑷(𝟐) = 1 + 2(𝑥 − 1) + (𝑥 − 1)2
4

Delta X
3 1
∆𝒙 = ( − 1) =
2 2

Comprobación
2
3 1 1 1
𝑓( ) ≈ 1 + 2( ) + ( )
2 2 4 2

SHUMAGER GAVILANES
Hoja 35 de 101

3
𝑓 ( ) ≈ 2.0625 → 𝑽𝒂𝒍𝒐𝒓 𝑪𝒂𝒍𝒄𝒖𝒍𝒂𝒅𝒐
2

Ejercicio 8. Sea la función f definida sobre el intervalo 𝐼 = [−0.2,0.2], de la cual se sabe


que para cualquier 𝑥 ∈ 𝐼 se tiene 0 ≤ 𝑓 ′′′ (𝑥) < 10.

1. Calcular el polinomio de MacLaurin de grado 2 de f.

Derivadas y evaluadas ∆𝒙 = (0.2 − 0.1) = 0.1

𝑓(𝑥) = 𝑥 ; 0.1
𝑓 ′ (𝑥) = 1 ; 1
𝑓 ′′ (𝑥) = 0 ;0

Polinomio
1(𝑥) (0 ∗ (𝑥)2 )
𝑷(𝟐) = 0.1 + +
1! 2!

1( 0.1)
𝑷(𝟐) = 0.1 +
1

Error Cometido

𝑷(𝟐) = 0.01

2. Utilizar dicho polinomio para aproximar el valor de f (0.2). Asimismo,


mediante el Resto de LaGrange dar una cota del error obtenido con dicha
aproximación.

Error Cometido

SHUMAGER GAVILANES
Hoja 36 de 101

1( 0.2)
𝑷(𝟐) = 0.1 +
1
𝑷(𝟐) = 0.3

Ejercicio 9. Sea la función f definida sobre R por cada cualquier número x, 𝑓(𝑥) =
1
se pide:
2−𝑠𝑒𝑛(𝑥)

1. Calcular el polinomio de MacLaurin de grado 2 de f (x). Con dicho


polinomio, dar un valor aproximado de f (1).

Derivadas y evaluadas en Xo

1 1
f°(x) = =
2 − sen(0) 2
cos(x) 1
f′(x) = 2
=
(2 − sen(x)) 4
2 cos(x)2 1
f ′′ (x) = 3
=
(2 − sen(x)) 4

Polinomio
𝑓 ′′ (𝑥0 )
𝑷(𝟐) = 𝑓 0 (𝑥0 ) + 𝑓 ′ (𝑥0 )(𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )2
2!
1 1 1
𝑷(𝟐) = + x+ x2
2 4(1!) 4(2!)

Respuesta
1 x x2
𝑷(𝟐) = + +
2 4 8

SHUMAGER GAVILANES
Hoja 37 de 101

Cuando x=1
1 1 12
𝒇(𝟏) = + +
2 4 8
7
𝒇(𝟏) =
8

𝑝𝑖 𝑝𝑖 𝑝𝑖 𝑝𝑖
Ejercicio 10. Dada la función f sobre (− ; 2 ) por: para cualquier 𝑥 ∈ (− ; 2 ),
2 2
𝑓(𝑥) = ln(cos 𝑥), se pide:

𝜋
1. Aproximar el valor de 𝑓 ( 6 ) , mediante un polinomio de MacLaurin de
orden 3

Derivadas y evaluadas en Xo=0

𝑓 0 (𝑥) = ln(cos(𝑥)) = 0
−sen(x)
𝑓 ′ (𝑥) = = 0
cos(𝑥)
𝑓 ′′ (𝑥) = −𝑠𝑒𝑐 2 (𝑥) = −1
2 cos(x) sen(x)
f ′′′(x) = − = 0
cos(x) (cos(𝑥))3

Polinomio

(𝟑) 0 ′
𝑓′′ (𝑥0 ) 𝑓′′′ (𝑥0 )
𝑷 = 𝑓(𝑥) = 𝑓 (𝑥0 ) + 𝑓 (𝑥0 )(𝑥 − 𝑥0 ) + ( 𝑥 − 𝑥0 )2 + ( 𝑥 − 𝑥0 ) 3
2! 3!
0 1 0
𝑷(𝟑) = f(x) = 0 + x− x2 + x3
(1!) (2!) (3!)

Respuesta
1
𝑷(𝟑) = − x2
2

SHUMAGER GAVILANES
Hoja 38 de 101

Cuando x=Pi/6
𝜋 1 𝜋 2
ln(cos ) ≈ − ( )
6 2 6
𝜋
ln (𝑐𝑜𝑠 ) ≈ −0.1370778389
6

𝜋 𝜋
ln(cos ) ≈ −0.1370 → 𝑽𝒂𝒍𝒐𝒓 𝑪𝒂𝒍𝒄𝒖𝒍𝒂𝒅𝒐 ln(cos ) = −0.1438 → 𝑽𝒂𝒍𝒐𝒓 𝒓𝒆𝒂𝒍
6 6

2. Sabiendo que la derivada de f verifica: − 𝟏𝟔


𝟑
𝜋
≤ 𝒇(𝟒) (𝒙) ≤ −𝟐, ∀𝒙 ∈ [𝟎, ],utilizar
6
la fórmula del resto de LaGrange para dar una cota de error cometido con
la anterior aproximación.

2sen(x)
𝑓 𝐼𝑉 (x) = −
(cos(𝑥))3

𝐼𝑉 (x)
𝑠𝑒𝑛(𝑥)2 1
𝑓 = −2(3 + )
cos(𝑥)4 cos(𝑥)2

𝝅
𝑹𝒆𝒔𝒕𝒐 𝒅𝒆 𝑳𝒂𝒈𝒓𝒂𝒏𝒈𝒆; 𝒄𝒐𝒏 𝟎 ≤ 𝒄 ≤ 𝟔

𝑠𝑒𝑛(𝑥)2 2 𝑥4
−6 − ) ∗
cos(𝑥)4 cos(𝑥)2 4!

𝜋
𝑠𝑒𝑛(30)2 2 ( 6 )4
[−6 − ]∗
cos(30)4 cos(30)2 4!

± 𝟎. 𝟎𝟏𝟔𝟕𝟎𝟐𝟓𝟏𝟗

𝜋
Cota de error: 𝑙𝑛 (cos 6 ) = −𝟎. 𝟏𝟑𝟕𝟎𝟕𝟕𝟖𝟑𝟖𝟗 ± 𝟎. 𝟎𝟏𝟔𝟕𝟎𝟐𝟓𝟏𝟗

Ejercicio 11. De una función f definida sobre el intervalo o (−1, ∞) se sabe que:

1 1
𝑃𝑎𝑟𝑎 𝑐𝑢𝑎𝑙𝑞𝑢𝑒𝑟𝑖 𝑛ú𝑚𝑒𝑟𝑜 𝑑𝑒 𝑥 > −1, 𝑓 ′′ (𝑥) = . 𝑓 ′ (0) = −
√1 + 𝑥 2

SHUMAGER GAVILANES
Hoja 39 de 101

𝑓(0) = 1

1. Demostrar el polinomio de MacLaurin P de grado 3 de f es:


𝑥 𝑥2 𝑥3
1− + −
2 2 12

Derivadas

f(0) = 1
1
f´(0) = −
2
1
𝑓 ′ ′(𝑥) = =1
√1 + x
1

2√ 1 + 𝑥 1
𝑓 ′′′ (𝑥) = =−
1+x 2

Polinomio
𝑓 ′′ (𝑥0 ) 𝑓 ′′′ (𝑥0 )
𝑷𝟑 = 𝑓 0 (𝑥0 ) + 𝑓 ′ (𝑥0 )(𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )2 + (𝑥 − 𝑥0 )3
2! 3!
x x2 x3
𝑷𝟑 = 1 − + −
2(1!) (2!) 2(3!)

Respuesta
x x2 x3
𝑷𝟑 = 1 − + −
2 2 12

Se demuestra que si es igual

2. Hallar la cota de error que proporciona el resto de LaGrange cuando se


utiliza P(0,1) para aproximar f(0,1)

1 12 13 14
𝑷(𝟒) = 1 − + − +
2 2 12 24

SHUMAGER GAVILANES
Hoja 40 de 101

𝑪𝒐𝒕𝒂 𝒅𝒆𝒍 𝒆𝒓𝒓𝒐𝒓 ∶ 𝟎. 𝟗𝟓𝟖𝟑

Ejercicio 12 Sea f la función definida sobre R por: para cualquier número x, f(x) =
3
ln( √1 + 2𝑥 )

1. Demostrar el polinomio de MacLaurin P2(x) de grado 2 de la función f(x)


es:
2𝑥 2𝑥 2

3 3
Derivadas

3
𝑓 0 (𝑥) = ln( √1 + 2x) = 0
2 2
𝑓 ′ (𝑥) = =
3(1 + 2x) 3
2(3)(2) 4
𝑓 ′′ (𝑥) = − = −
9( 1 + 2x)2 3

Polinomio
𝑓 ′′ (𝑥0 )
𝑷(𝟐) = 𝑓 0 (𝑥0 ) + 𝑓 ′ (𝑥0 )(𝑥 − 𝑥0 ) + (𝑥 − 𝑥0 )2
2!
2x 4x 2
𝑷(𝟐) = 0 + −
3(1!) 3(2!)

Respuesta
2x 2x 2
𝑷(𝟐) = −
3 3

2. Demostrar que para cualquier x, el resto de LaGrange R2(x) correspondiente


al anterior polinomio viene dado toma la forma:

SHUMAGER GAVILANES
Hoja 41 de 101

8𝑥 3
Existe c entre 0 y x tal que R 2 (x) = 9(1+2𝑐)3

16
f ′′′(x0 ) = −
3(1 + 2x)3

Resto de LaGrange + Reemplazo C

(𝑓 ′′′ (𝑥) ∗ (𝑥)3 )


𝑹𝑳:
3!
16 ∗ 𝑥 3
𝑹𝑳:
3 ∗ 6(1 + 2𝑥)3
8𝑥 3
𝑹𝑳:
9(1 + 2𝑥)3
𝟖𝒙𝟑
𝑹𝑳:
𝟗(𝟏 + 𝟐𝒄)𝟑

3. PROBLEMAS DEL TEOREMA DE TAYLOR

SHUMAGER GAVILANES
Hoja 42 de 101

Ejercicio 13. Calcular el polinomio de Taylor de grado 2n para 𝑓(𝑥) = 𝑐𝑜𝑠𝑥 en a=0

Derivadas y evaluada en a=0


𝑓 0 (𝑥) = 𝑐𝑜𝑠 (𝑥) = 1

𝑓 ′ (𝑥) = − sen(𝑥) = 0

𝑓 ′′ (𝑥) = −𝑐𝑜𝑠 (𝑥) = −1

𝑓 ′′′ (𝑥) = 𝑠𝑒 𝑛(𝑥) = 0

𝑓 ′′′′ (𝑥) = 𝑐𝑜 𝑠(𝑥) = 1

Polinomio

cos(0) cos(0) 𝑓 𝑛 (𝑎)


𝑃(2𝑛) = 1 − 0 − (𝑥 − 0)2 + 0 + (𝑥 − 0)4 … + (−1)𝑛 (𝑥 − 𝑎)2𝑛
2! 4! (2𝑛)!

(2𝑛)
cos(0) 2 cos(0) 4 𝑛
𝑓 𝑛 (𝑎)
𝑃 =1− 𝑋 + (𝑥 − 0) + ⋯ + (−1) (𝑥 − 𝑎)2𝑛
2! 4! (2𝑛)!

Respuesta

𝑋2 𝑋4 𝑓 𝑛 (𝑎)
𝑃(2𝑛) = 1 − + +. . . +(−1)𝑛 (𝑥 − 𝑎)2𝑛
2 24 (2𝑛)!

Ejercicio 14. Calcular el polinomio de Taylor de grado n para 𝑓(𝑥) = 𝑒 𝑥 en a=0

SHUMAGER GAVILANES
Hoja 43 de 101

Derivadas y evaluada en a=0

𝑓 0 (𝑥) = 𝑒 𝑥

𝑓 ′ (𝑥) = 𝑒 𝑥

𝑓 ′′ (𝑥) = 𝑒 𝑥

𝑓 ′′′ (𝑥) = 𝑒 𝑥

Ecuación

𝑒𝑥 𝑓 𝑛 (0)
𝑃 (𝑛) = 𝑒𝑥 + 𝑒𝑥 (𝑥 − 0)1 + (𝑥 − 0)2 + + ⋯ (𝑥 − 0)𝑛
2! (𝑛)!
Respuesta

𝑒𝑥 𝑓 𝑛 (0)
𝑷(𝒏) = 𝑒𝑥 + 𝑒𝑥 𝑋 + 𝑋2 + + ⋯ (𝑥 − 0)𝑛
2 (𝑛)!

Ejercicio 15. Calcular el polinomio de Taylor de grado n para 𝑓(𝑥) = ln 𝑥 en a=1

SHUMAGER GAVILANES
Hoja 44 de 101

Derivadas y evaluada en a=1

𝑓 0 (𝑥) = ln(𝑥)
1
𝑓 ′ (𝑥) =
𝑥
1
𝑓 ′′ (𝑥) = −
𝑋2
2
𝑓 ′′′ (𝑥) =
𝑋3

Ecuación

1 1 2 𝑓 𝑛 (𝑎)
𝑃 (𝑛) = ln(𝑋) + (𝑥 −)1 − 2 (𝑥 − 1)2 + (𝑥 − 1) 3
+ ⋯ + (−1) 𝑛+1 (𝑥 − 𝑎)𝑛
𝑥 (𝑋 )2! (𝑋 3 )3! (𝑛)!

Respuesta
(𝑛) 𝑋2
𝑋3 𝑓 𝑛 (𝑎)
𝑃 = ln(1) + 𝑋 − + +⋯+ (−1)𝑛+1 (𝑥 − 𝑎)𝑛
2 3 (𝑛)!

Ejercicio 16. Calcular el polinomio de Taylor de grado n para 𝑓(𝑥) = ln(1 + 𝑥) en a=0

SHUMAGER GAVILANES
Hoja 45 de 101

Derivadas y evaluada en a=0

𝑓 0 (𝑥) = ln(1 + 𝑥)
1
𝑓 ′ (𝑥) =
(1 + 𝑥)
1
𝑓 ′′ (𝑥) = −
(1 + 𝑋)2
2
𝑓 ′′′ (𝑥) =
(1 + 𝑋)3

Ecuación

1 1 2
𝑷(𝒏) = ln(1 + 𝑥) + (𝑥 − 0)1 − (𝑥 − 0)2 + (𝑥 − 0)3 + ⋯
(1 + 𝑥) (1 + 𝑋)2 2! (1 + 𝑋)3 3!
𝑓 𝑛 (𝑎)
+ (−1)𝑛+1 (𝑥 − 𝑎)𝑛
(𝑛)!

Respuesta
𝑋2 𝑋3 𝑓 𝑛 (𝑎)
𝑷(𝒏) = 𝑃 (𝑛) = ln(1) + 𝑋 − + +. . +(−1)𝑛+1 (𝑥 − 𝑎)𝑛
2 3 (𝑛)!

Ejercicio 17. Calcular el polinomio de Taylor de grado 5 para 𝑓(𝑥) = 𝑎𝑟𝑐 𝑡𝑔 𝑥 en a=0

SHUMAGER GAVILANES
Hoja 46 de 101

Derivadas y evaluadas en a=0

𝑓 0 (𝑥) = 𝑎𝑟𝑐𝑡𝑔(𝑥) = √1
1
𝑓 ′ (𝑥) = 2 =1
𝑥 +1
2𝑥
𝑓 ′ ′(𝑥) = − 2 = 0
(𝑥 + 1)2
′′′ (𝑥)
6𝑥 2 − 2
𝑓 = 2 = −2
(𝑥 + 1)3
24𝑥 ∗ (𝑥 2 + 1)
𝑓 ′′′′ (𝑥) = − = 0
(𝑥 2 + 1)4
𝑣 (𝑥)
24(5𝑥 4 − 10𝑥 2 + 1)
𝑓 =− = −24
(𝑥 2 + 1)5

Ecuación

(5)
2𝑥 3 24𝑥 5
𝑃 = 1𝑥 − −
3! 5!

(5)
𝑥3 𝑥5
𝑃 = 1𝑥 − −
3 5

Ejercicio 18. Escribir todos los restos de cada uno de los ejercicios anteriores.
1.

SHUMAGER GAVILANES
Hoja 47 de 101

(2𝑛)
𝑋2 𝑋4 𝑛
𝑓 𝑛 (𝑎)
𝑃 =1− + +. . . +(−1) (𝑥 − 𝑎)2𝑛
2 24 (2𝑛)!
𝑓𝑛+1 (𝑡)
𝑅𝑛 (𝑥) = | (𝑋)𝑛+1 |
( 𝑛 + 1) !

𝑋2𝑛+1 (𝑡)
𝑅2𝑛 (𝑥) = (𝑥)2𝑛+1
(2𝑛 + 1)!
2.
(𝑛)
𝑓 𝑛 (0)
𝑒𝑥 2
𝑃 𝑥 𝑥
= 𝑒 +𝑒 𝑋 + 𝑋 ++⋯ (𝑥 − 0)𝑛
2 (𝑛)!
𝑓𝑛+1 (𝑡)
𝑅𝑛 (𝑥) = | (𝑋)𝑛+1 |
( 𝑛 + 1) !
𝑛+1
𝑒𝑥 )𝑋 (𝑡) 𝑛+1
𝑅𝑛 (𝑥) = (𝑥)
( 𝑛 + 1) !
3.
𝑋2 𝑋3 𝑓 𝑛 (𝑎)
𝑃(𝑛) = ln(1) + 𝑋 − + + ⋯ + (−1)𝑛+1 (𝑥 − 𝑎)𝑛
2 3 (𝑛)!
𝑓𝑛+1 (𝑡)
𝑅𝑛 (𝑥) = | (𝑋)𝑛+1 |
( 𝑛 + 1) !

(𝐼𝑛𝑥)𝑛+1 (𝑡)
𝑅𝑛 (𝑥) = (1)𝑛+1
( 𝑛 + 1) !
4.

(𝑛) 𝑋2 𝑋3 𝑓 𝑛 (𝑎)
𝑃 = ln(1) + 𝑋 − + +⋯+ (−1)𝑛+1 (𝑥 − 𝑎)𝑛
2 3 (𝑛)!
𝑓𝑛+1 (𝑡)
𝑅𝑛 (𝑥) = | (𝑋)𝑛+1 |
( 𝑛 + 1) !

(𝐼𝑛1 + 𝑥)𝑛+1 (𝑡)


𝑅𝑛 (𝑥) = (𝑥)𝑛+1
( 𝑛 + 1) !

5.
𝑥3 𝑥5
𝑃(𝑣) = 1𝑥 − −
3 5

𝑓𝑛+1 (𝑡)
𝑅𝑛 (𝑥) = | (𝑋)𝑛+1 |
( 𝑛 + 1) !

SHUMAGER GAVILANES
Hoja 48 de 101

(𝑎𝑟𝑐𝑡𝑔 𝑥)5+1 (𝑡)


𝑅5 (𝑥) = (𝑥)5+1
( 5 + 1) !
(𝑎𝑟𝑐𝑡𝑔 𝑥)6 (𝑡)
𝑅5 (𝑥) = (𝑥)6
(6)!

Ejercicio 19. Dada la función 𝑓(𝑥) = √𝑥 + 1, se pide:

SHUMAGER GAVILANES
Hoja 49 de 101

a) El polinomio de Taylor de cuarto grado de f en a = 0.

Derivadas y evaluadas en a=0

𝑓 0 (𝑥) = √𝑥 + 1 = √1
1
1 1
𝑓 ′ (𝑥) = 2 (𝑥 + 1)−2 = 2
1 3 1
𝑓 ′′ (𝑥) = − (𝑥 + 1)−2 = −
4 4
3 5 3
𝑓 ′′′ (𝑥) = (𝑥 + 1)−2 =
8 8
7
15 15
𝑓 ′′′′ (𝑥) = − 16 (𝑥 + 1)−2 = − 16

Ecuación

𝑥1 𝑥2 3𝑥 3 15𝑥 4
𝑃 (4) = 1 + − + −
2 ∗ 1! 4 ∗ 2! 8 ∗ 3! 16 ∗ 4!

𝑥1 𝑥 2 1𝑥 3 5𝑥 4
𝑃(4) = 1 + − + −
2 8 26 256

b) Calcular el valor aproximado de √𝟏. 𝟎𝟐 utilizando un polinomio de Taylor


de segundo grado y dando una estimación del error cometido.

Comprobación
(0.02)1 (0.02)2
√𝟏. 𝟎𝟐 ≈ 1 + −
2 8

√𝟏. 𝟎𝟐 ≈ 1.016625 → 𝑽𝒂𝒍𝒐𝒓 𝑪𝒂𝒍𝒄𝒖𝒍𝒂𝒅𝒐 √𝟏. 𝟎𝟐 = 1.00995 → 𝑽𝒂𝒍𝒐𝒓 𝒓𝒆𝒂𝒍

Error Absoluto

𝑬𝒓𝑨 = |𝑽𝒄 − 𝑽𝒓|


𝑬𝒓𝑨 = |1.016625 − 1.00995 |
𝑬𝒓𝑨 = 0.006756

Ejercicio 20. Dada la función 𝑓(𝑥) = 4√1 − 𝑥, halla

SHUMAGER GAVILANES
Hoja 50 de 101

a) El polinomio de Taylor de tercer grado de f en a = 0.

Derivadas y evaluadas en a=0

𝑓 0 (𝑥) = 4√1 − 𝑥 = 4

4 1
𝑓 ′ (𝑥) = (1 − 𝑥)−2 = −2
2
4 3
𝑓 ′′ (𝑥) = − (1 − 𝑥)−2 = −1
4
12 5 3
𝑓 ′′′ (𝑥) = (1 − 𝑥)−2 = −
8 2

Ecuación

2𝑥1 𝑥 2 3𝑥 3
𝑃(4) = 4 − − −
1! 2! 3!

𝑥2 𝑥3
𝑃(4) = 4 − 2𝑥 − −
2 4

b) Calcular el valor aproximado de √𝟏𝟓 utilizando el polinomio de Taylor


anterior y dando una estimación del error cometido.

Comprobación
(14)2 (14)3
√𝟏𝟓 ≈ 4 − 2(14) − −
2 4
√𝟏𝟓 ≈→ 𝑽𝒂𝒍𝒐𝒓 𝑪𝒂𝒍𝒄𝒖𝒍𝒂𝒅𝒐 √𝟏𝟓 =→ 𝑽𝒂𝒍𝒐𝒓 𝒓𝒆𝒂𝒍

Error Absoluto
𝑬𝒓𝑨 = |𝑽𝒄 − 𝑽𝒓|
𝑬𝒓𝑨 = |− |
𝑬𝒓𝑨 =

Ejercicio 21. Obtén el polinomio de Taylor de grado 3 en a = 1 de la función

SHUMAGER GAVILANES
Hoja 51 de 101

2𝑥 + 1
𝑓(𝑥) =
𝑥(𝑥 + 1)

Derivadas y evaluadas en a=1

2𝑥 + 1 3
𝑓 0 (𝑥) = =
𝑥(𝑥 + 1) 2

′ (𝑥)
2𝑥 2 + 2𝑥 + 1 5
𝑓 =− 2 = −
𝑥 (𝑥 + 1)2 4

′′ (𝑥)
2(2𝑥 + 1)(𝑥 2 + 𝑥 + 1) 18
𝑓 = =
𝑥 3 (𝑥 + 1)3 8

6(2𝑥 4 + 4𝑥 3 + 6𝑥 2 + 4𝑥 + 1 102
𝑓 ′′′ (𝑥) = − 4 4
= −
𝑥 (𝑥 + 1) 16

Ecuación

3 5(𝑥 − 1) 18(𝑥 − 1)2 102(𝑥 − 1)3


𝑃(3) = − + −
2 4 ∗ 1! 8 ∗ 2! 16 ∗ 3!

(3)
3 5(𝑥 − 1) 9(𝑥 − 1)2 17(𝑥 − 1)3
𝑃 = − + −
2 4 8 16

ln 𝑥
Ejercicio 22. Dada la funcion 𝑓(𝑥) = , hallar su polinomio de Taylor de orden 2 en
𝑥
a=1.

SHUMAGER GAVILANES
Hoja 52 de 101

Derivadas y evaluadas en a=1

ln 𝑥
𝑓 0 (𝑥) = = 0
𝑥

1
𝑓 ′ (𝑥) = ln 𝑥 2 + = 1
𝑥2

2 2
𝑓 ′′ (𝑥) = − = 0
𝑥 𝑥3

Ecuación

1(𝑥)
𝑃 (3) =
1!

𝑃 (3) = 1(x)

Ejercicio 23. Halla el polinomio de Taylor de grado 4 en a = 0 de la función

SHUMAGER GAVILANES
Hoja 53 de 101

1
𝑓(𝑥) = {𝑒 𝑥 −2 𝑥 ≠ 0

{0 𝑥=0
Derivadas

−1
𝑓 0 (𝑥) = 𝑒 𝑥 2
2 −1
𝑓 ′ (𝑥) = 3 𝑒 𝑥 2
𝑥
(4 − 6𝑥 2 ) −12
𝑓 ′′ (𝑥) = 𝑒𝑥
𝑥6
′′′ (𝑥)
4 ∗ (6𝑥 4 − 9𝑥 2 + 2) −12
𝑓 = 𝑒𝑥
𝑥9
−1
4𝑒 𝑥 2 (30𝑥 6 − 75𝑥 4 + 36𝑥 2 − 4)
𝑓 ′′′′ (𝑥) = −
𝑥12

Se evalúa cuando x=0

No Procede

Cuando x=1
−1 1
𝑓 0 (𝑥) = 𝑒 𝑥 2 =
𝑒
2 −12 2
𝑓 ′ (𝑥) = 𝑒𝑥 =
𝑥3 𝑒
2
(4 − 6𝑥 ) −1 −2
𝑓 ′′ (𝑥) = 𝑒 𝑥2 =
𝑥6 𝑒
4 2
4 ∗ (6𝑥 − 9𝑥 + 2) −1 −4
𝑓 ′′′ (𝑥) = 9
𝑒 𝑥2 =
𝑥 𝑒
−1
4𝑒 𝑥 2 (30𝑥 6 − 75𝑥 4 + 36𝑥 2 − 4) 52
𝑓 ′′′′ (𝑥) = − =
𝑥12 𝑒

Ecuación cuando x=1

(3)
1 2(𝑥 + 1) 2(𝑥 + 1)2 4(𝑥 + 1)2 13(𝑥 + 1)2
𝑃 = + − − +
𝑒 𝑒 ∗ 1! 𝑒 ∗ 2! 𝑒 ∗ 3! 𝑒 ∗ 4!

(3)
1 2(𝑥 + 1) (𝑥 + 1)2 2(𝑥 + 1)3 13(𝑥 + 1)4
𝑃 = + − − +
𝑒 𝑒 𝑒 3𝑒 6𝑒

1 1 1
Ejercicio 24. Demostrar que para x > 0 se cumple 1 + 2 𝑥 − 8 𝑥 2 ≤ √1 + 𝑥 ≤ 1 + 2 𝑥

SHUMAGER GAVILANES
Hoja 54 de 101

Cuando x = 1

1 1 1
1+ ∗ 1 − ∗ 12 ≤ √1 + 1 ≤ 1 + ∗ 1
2 8 2

11 3
≤ √2 ≤
8 2

1.375 ≤ 1.41 ≤ 1.5

1
1 1 5
Ejercicio 25. Si x > 0, demuestra que|(1 + 𝑥)3 − (1 + 3 𝑥 − 9 𝑥 2 )| ≤ 81 𝑥 3 . Aproximar
3 3
√1.2 y √2

Cuando x=1

1 1 1 5
|(1 + 1)3 − (1 + ∗ 1 − ∗ 12 )| ≤ ∗ 13
3 9 81

1 11 5
|(2)3 − ( )| ≤
9 81

|0.037| ≤ 0.061

Funciones
3 3
√1.2 √2
3
𝑦 = √𝑥

1 −2
𝐃𝐞𝐫𝐢𝐯𝐚𝐝𝐚  𝑦 ′ = 𝑥3
3

𝟑
Aproximar √𝟏. 𝟐

SHUMAGER GAVILANES
Hoja 55 de 101

Comprobación
𝟑 3 1 −2
√𝟏. 𝟐 ≈ √1 + (1) 3 ∗ (0.2)
3

𝟑 𝟑
√𝟏. 𝟐 ≈ 1.0667 → 𝑽𝒂𝒍𝒐𝒓 𝑪𝒂𝒍𝒄𝒖𝒍𝒂𝒅𝒐 √𝟏. 𝟐 = 1.0627 → 𝑽𝒂𝒍𝒐𝒓 𝒓𝒆𝒂𝒍

Error Absoluto

𝑬𝒓𝑨 = |𝑽𝒄 − 𝑽𝒓|


𝑬𝒓𝑨 = |1.0667 − 1.0627 |
𝑬𝒓𝑨 = 0.0004
𝟑
Aproximar √𝟐

−2
3 3 1
√2 ≈ √1 + 3
(1) 3 ∗ (1)

3 3
√2 ≈ 1.3333 → 𝑽𝒂𝒍𝒐𝒓 𝑪𝒂𝒍𝒄𝒖𝒍𝒂𝒅𝒐 √2 = 1.2599 → 𝑽𝒂𝒍𝒐𝒓 𝒓𝒆𝒂𝒍

Error Absoluto

𝑬𝒓𝑨 = |𝑽𝒄 − 𝑽𝒓|


𝑬𝒓𝑨 = |1.3333 − 1.2599 |
𝑬𝒓𝑨 = 0.0734

Ejercicio 26. Calcular Sen (x) con un error menor o igual que 1/720 para x ∈ (0,1)

SHUMAGER GAVILANES
Hoja 56 de 101

𝑓 ′ (𝑎) 𝑓 ′′ (𝑎) 𝑓 ′′′ (𝑎) 𝑓 ′′′′(𝑎) 𝑥 2𝑛+1


f(a) = f(a) + (𝑥 − 𝑎) + (𝑥 − 𝑎)2 + (𝑥 − 𝑎)3 + (𝑥 − 𝑎)4 … … . +(−1)𝑛
1! 2! 3! 4! (2𝑛 + 1)!

Derivadas y evaluada en x=0


𝑓 0 (𝑥) = Sin[𝑥] = 0

𝑓 ′ (𝑥) = Cos[𝑥] = 1

𝑓 ′′ (𝑥) = −Sin[𝑥] = 0

𝑓 ′′′ (𝑥) = −Cos[𝑥] = −1

Calculo del error


𝑓 2𝑛+1
𝑅𝑛 (𝑥) = (𝑥 − 𝑎)2𝑛+1
(2𝑛 + 1)!
1 1
𝑅𝑛 (𝑥) = | |<
(2𝑛 + 1)! 720
𝑅𝑛 (𝑥) = 720 < (2𝑛 + 1)!
𝑅𝑛 (𝑥) = 720 < (2(2) + 1)!
𝑅𝑛 (𝑥) = (5)! < 720
𝑅𝑛 (𝑥) = 120 < 720
N= 2
Polinomio
𝑓 ′ (𝑎) 𝑓 ′′ (𝑎)
𝑓(𝑎) = f(𝑎) + (𝑥 − 𝑎) − (𝑥 − 𝑎)2
1! 2!

1 1
𝑓(𝑥) = 1 − +
6 120

𝑓(𝑥)= 0.8416

Ejercicio 27. Calcular Cos (x) con un error menor o igual que 10-2 para x ∈ (0,1)

SHUMAGER GAVILANES
Hoja 57 de 101

𝑓 ′ (𝑎) 𝑓 ′′ (𝑎) 𝑓 ′′′ (𝑎) 𝑓 ′′′′(𝑎) 𝑥 2𝑛


f(a) = f(a) − (𝑥 − 𝑎) + (𝑥 − 𝑎)2 − (𝑥 − 𝑎)3 + (𝑥 − 𝑎)4 … … . +(−1)𝑛
1! 2! 3! 4! (2𝑛)!

Derivadas y evaluada en x=0

𝑓 0 (𝑥) = Cos[𝑥] = 1

𝑓 ′ (𝑥) = −Sin[𝑥] = 0

𝑓 ′′ (𝑥) = −Cos[𝑥] = −1

𝑓 ′′′ (𝑥) = Sin[𝑥] = 0

Calculo del error


𝑓 2𝑛
𝑅𝑛 (𝑥) = (𝑥 − 𝑎)2𝑛
(2𝑛)!
1
𝑅𝑛 (𝑥) = | | < 10−2
(2𝑛)!
𝑅𝑛 (𝑥) = 10−2 < (2𝑛)!
𝑅𝑛 (𝑥) = 10−2 < (2(2))!
𝑅𝑛 (𝑥) = (4)! < 10−2
𝑅𝑛 (𝑥) = 100 < 24
N= 2

Polinomio
𝑓 ′ (𝑎) 𝑓 ′′ (𝑎)
f(a) = f(a) − (𝑥 − 𝑎 ) + (𝑥 − 𝑎 )2
2! 4!
1 1
f(x) = 1 − +
2! 4!
f(x) = 0.5416

Ejercicio 28. ¿Cuál es el grado del polinomio de Taylor de ln(x) en a=1, para que el error
cometido al calcular aproximadamente ln (2), sea menor que 10-3

SHUMAGER GAVILANES
Hoja 58 de 101

Derivadas y evaluada en x=1

𝑓 0 (𝑥) = Ln(x) = 0

1
𝑓 ′ (𝑥) = =1
𝑥

1
𝑓 ′′ (𝑥) = − = −1
𝑥2

2
𝑓 ′′′ (𝑥) = =2
𝑥3

6
𝑓 ′′′ (𝑥) = − = −6
𝑥4

24
𝑓 ′′′ (𝑥) = = 24
𝑥5

Polinomio
1 1 2 6 24
𝑓(1) = 0 + (𝑥 − 1) − (𝑥 − 1)2 + (𝑥 − 1)3 − (𝑥 − 1)4 + (𝑥 − 1)5
1! 2! 3! 4! 5!

Calculo del error


𝑓 𝑛+1
𝑅𝑛 (𝑥) = (𝑥 − 𝑎)𝑛+1
(𝑛 + 1)!
1
𝑅𝑛 (𝑥) = | | < 10−3
(𝑛 + 1)!
𝑅𝑛 (𝑥) = 103 < (𝑛 + 1)!
𝑅𝑛 (𝑥) = 103 < (6 + 1)!
𝑅𝑛 (𝑥) = 103 < 5040
Solución, N=6
Respuesta
1 1 1 1 1
𝑓(ln(2)) = (𝑙𝑛(2) − 1) − (ln(2) − 1)2 + (ln(2) − 1)3 − (ln(2) − 1)4 + (ln(2) − 1)5 − (ln(2) − 1)6
2 3 4 5 6

𝑓(ln(2)) = −0.3664
3
Ejercicio 29. Calcular el valor aproximado de √7 con un error menor a 10-4. (Elegir un
a adecuado)

SHUMAGER GAVILANES
Hoja 59 de 101

Derivadas y evaluada en x=8

𝑓 0 (𝑥) = 𝑥1⁄3 = 0

1
𝑓 ′ (𝑥) = =1
3𝑥2⁄3

2
𝑓 ′′ (𝑥) = − = −1
9𝑥5⁄3

10
𝑓 ′′′ (𝑥) = =2
27𝑥8⁄3

80
𝑓 ′′′′ (𝑥) = − = −6
81𝑥11⁄3

880
𝑓 𝑣 (𝑥) = = 24
243𝑥14⁄3

Polinomio
𝑥−8 1 5(𝑥 − 8)3 5(𝑥 − 8)4 11(𝑥 − 8)5 77(𝑥 − 8)6 187(𝑥 − 8)7
𝑓(8) = 2 + − (𝑥 − 8)2 + − + − +
12 288 20736 248832 5971968 429981696 10319560704

Cuando x=7
7−8 1 5(7 − 8)3 5(7 − 8)4 11(7 − 8)5 77(7 − 8)6 187(7 − 8)7
𝑓(7) = 2 + − (7 − 8)2 + − + − +
12 288 20736 248832 5971968 429981696 10319560704

1 1 5 5 11 77 187
𝑓(7) = 2 − − − + − + −
12 288 20736 248832 5971968 429981696 10319560704

𝑓(7) = 1.9129

Ejercicio 30. Calcular el valor aproximado de 𝑒 −2 con un error menor que 10-3.

SHUMAGER GAVILANES
Hoja 60 de 101

Derivadas y evaluada en x=1

𝑓 0 (𝑥) = 𝑒−𝑥 = 0.3678

𝑓 ′ (𝑥) = −𝑒−𝑥 = −0.3678

𝑓 ′′ (𝑥) = 𝑒−𝑥 = 0.3678

𝑓 ′′′ (𝑥) = −𝑒−𝑥 = −0.3678

𝑓 ′′′′ (𝑥) = 𝑒−𝑥 = 0.3678

𝑓 𝑣 (𝑥) = −𝑒−𝑥 = −0.3678

Polinomio
1 𝑥 − 1 (𝑥 − 1)2 (𝑥 − 1)3 (𝑥 − 1)4 (𝑥 − 1)5 (𝑥 − 1)6
𝑓(−1) = − + − + − +
𝑒 𝑒 2𝑒 6𝑒 24𝑒 120𝑒 720𝑒

Cuando x=-2
1 −3 (−3)2 (−3)3 (−3)4 (−3)5 (−3)6
𝑓(−2) = − + − + − +
𝑒 𝑒 2𝑒 6𝑒 24𝑒 120𝑒 720𝑒
𝑓(−2) = 1.0125

Ejercicio 31. Calcular el valor aproximado de 𝑒 2 con un error menor que 10-2.

SHUMAGER GAVILANES
Hoja 61 de 101

Derivadas y evaluada en x=3

𝑓 0 (𝑥) = 𝑒𝑥 = 20.09

𝑓 ′ (𝑥) = 𝑒𝑥 = 20.09

𝑓 ′′ (𝑥) = 𝑒𝑥 = 20.09

𝑓 ′′′ (𝑥) = 𝑒𝑥 = 20.09

𝑓 ′′′′ (𝑥) = 𝑒𝑥 = 20.09

𝑓 𝑣 (𝑥) = 𝑒𝑥 = 20.09

Polinomio
1 1 1 1 3 1 3
𝑓(3) = 𝑒 3 + 𝑒 3 (𝑥 − 3) + 𝑒 3 (𝑥 − 3)2 + 𝑒 3 (𝑥 − 3)3 + 𝑒 3 (𝑥 − 3)4 + 𝑒 (𝑥 − 3)5 + 𝑒 (𝑥 − 3)6
2 6 24 120 720

Cuando x=-2
1 1 1 3
𝑓(2) = 𝑒 3 + 𝑒 3 (2 − 3) + 𝑒 3 (2 − 3)2 + 𝑒 3 (2 − 3)3 + 𝑒 (2 − 3)4
2 6 24
1 3 1 3
+ 𝑒 (2 − 3)5 + 𝑒 (2 − 3)6
120 720

1 1 1 1 3 1 3
𝑓(2) = 𝑒 3 − 𝑒 3 + 𝑒 3 − 𝑒 3 + 𝑒 3 − 𝑒 + 𝑒
2 6 24 120 720

𝑒 2 = 7.393

Ejercicio 32. Hallar un valor aproximado de √4′1 utilizando la tangente a la curva


√4 + 𝑥 en el punto a=0.

SHUMAGER GAVILANES
Hoja 62 de 101

𝑓 (0) (√4 + x ) 𝑓 (1) (√4 + x ) 𝑓 (2) (√4 + x ) 𝑓 (3) (√4 + x )


√4 + x = ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2 + 𝑂 ∗ (𝑥 − 𝑥𝑜 )3
0! 1! 2! 3!
1 1 3
1 3 5
√4 + x 2(4 + 𝑥)2 4(4 + 𝑥)2 8(4 + 𝑥)2
√4 + x = ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 − ∗ (𝑥 − 𝑥𝑜 )2 + 𝑂 ∗ (𝑥 − 𝑥𝑜 )3
0! 1! 2! 3!

REMPLAZO 𝐚 = 𝟎
1 1 3
1 3 5
√4 + 0 2(4 + 0)2 4(4 + 0)2 8(4 + 0)2
√4 + x = ∗ (𝑥 − 0)0 + ∗ (𝑥 − 0)1 − ∗ (𝑥 − 0)2 + 𝑂 ∗ (𝑥 − 0)3
1 1 2∗1 3∗2∗1

FORMULA
1 1 1 3
√4 + x = √4 + 𝑥 1 − 𝑥 2 + 𝑂 𝑥
4 64 512

DESPEJO DEL VALOR APROXIMADO √𝟒, 𝟏


2 2
√4, 1 = √4 + 𝑥
4, 1 = 4 + 𝑥
𝑥 = 4, 1 + 1
𝑥 = 0, 1

EVALUAR 4,1
1 1 1
√4,1 ≈ √4 + ∗ 0,1 − (0,1)2 + (0,1)3
4 64 512
1 1
√4,1 ≈ 2 + 0,025 − +
6400 512000
2,024845673 ≈ 2,024845703

Ejercicio 33. Obtener de forma aproximada los siguientes valores:

SHUMAGER GAVILANES
Hoja 63 de 101

a. 𝒍𝒐𝒈(𝟎. 𝟗)
𝑓 (0) (𝑙𝑜 𝑔(𝑥)) 𝑓 (1) (𝑙𝑜 𝑔(𝑥)) 𝑓 (2) (𝑙𝑜 𝑔(𝑥))
𝑙𝑜𝑔(𝑥) = ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2
0! 1! 2!
𝑓 (3) (𝑙𝑜 𝑔(𝑥) )
+𝑂 ∗ (𝑥 − 𝑥𝑜 )3
3!
1 1 1
𝑙𝑜 𝑔(𝑥) 0 𝑥 1 𝑥 2
2 𝑥 3
𝑙𝑜𝑔(𝑥) = ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 ) − ∗ (𝑥 − 𝑥𝑜 ) + 𝑂 ∗ (𝑥 − 𝑥𝑜 )3
0! 1! 2! 3!
REMPLAZO 𝐱𝐨 = 𝟏

1 1 1
(1)2 (1)3
𝑙𝑜𝑔(𝑥) = log(1) ∗ (𝑥 − 1)0 + 1 ∗ (𝑥 − 1)1 − ∗ (𝑥 − 1)2 + 𝑂 ∗ (𝑥 − 1)3
1 2∗1 3∗2∗1
1 1
𝑙𝑜𝑔(𝑥) = 1 ∗ (𝑥 − 1)1 − ∗ (𝑥 − 1)2 + 𝑂 ∗ (𝑥 − 1)3
2 6

𝐄𝐯𝐚𝐥𝐮𝐚𝐫 𝐱 = 𝟎, 𝟗
1 1
𝑙𝑜𝑔(0,9) ≈ 1 ∗ (0,9 − 1)1 − ∗ (0,9 − 1)2 + ∗ (0,9 − 1)3
2 6
1 1
𝑙𝑜𝑔(0,9) ≈ −0,1 − −
200 6000
−0,105361 ≈ −0.105167

b. 𝒆𝟎.𝟒

𝑥
𝑓 (0) (𝑒 𝑥 ) 0
𝑓 (1) (𝑒 𝑥 ) 1
𝑓 (2) (𝑒 𝑥 ) 2
𝑓 (3) (𝑒 𝑥 )
𝑒 = ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 ) + 𝑂 ∗ (𝑥
0! 1! 2! 3!
3
− 𝑥𝑜 )
𝑒𝑥 𝑒𝑥 𝑒𝑥 𝑒𝑥
𝑒𝑥 = ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2 + 𝑂 ∗ (𝑥 − 𝑥𝑜 )3
0! 1! 2! 3!
REMPLAZO 𝐱𝐨 = 𝟎
𝑒0 𝑒0 𝑒0
𝑒 𝑥 = 𝑒0 + ∗ (𝑥 − 0)1 + ∗ (𝑥 − 0)2 + 𝑂 ∗ (𝑥 − 0)3
1 2∗1 3∗2∗1
1 1
𝑒 𝑥 = 1 + 𝑥 + 𝑥2 + 𝑂 𝑥3
2 6

𝐄𝐯𝐚𝐥𝐮𝐚𝐫 𝟎. 𝟒
1 1
𝑒 0,4 ≈ 1 + 0,4 + (0,4)2 + (0,4)3
2 6
4
𝑒 0,4 ≈ 1 + 0,4 + 0,08 +
375
1,491825 ≈ 1.490667

SHUMAGER GAVILANES
Hoja 64 de 101

𝟑
c. √𝟕𝟎
𝑓 (0) ( √𝑥 ) 𝑓 (1) ( √𝑥 ) 𝑓 (2) ( √𝑥 ) 𝑓 (3) ( √𝑥 )
3 3 3 3
3
√𝑥 = ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2 + 𝑂
0! 1! 2! 3!
∗ (𝑥 − 𝑥𝑜 )3
1 2 10
3 2 5 8
3 √𝑥 3(𝑥)3 9(𝑥)3 27(𝑥)3
√𝑥 = ∗ (𝑥 − 𝑥𝑜 )0 + 1
∗ (𝑥 − 𝑥𝑜 ) − 2
∗ (𝑥 − 𝑥𝑜 ) + 𝑂 ∗ (𝑥 − 𝑥𝑜 )3
0! 1! 2! 3!
REMPLAZO 𝐱 𝐨 = 𝟐𝟕
1 2 10
2 5 8
3 3 3(27)3 1 9(27)3 27(27)3 2
√𝑥 = √27 + ∗ (𝑥 − 27) − ∗ (𝑥 − 27) + 𝑂 ∗ (𝑥 − 27)3
1 2∗1 3∗2∗1
3 1 1 5
√𝑥 = 3 + (𝑥 − 27)1 − (𝑥 − 27)2 + 𝑂 (𝑥 − 27)3
27 2187 531441

𝐄𝐕𝐀𝐋𝐔𝐀𝐑 𝐞𝐧 𝟕𝟎
3 1 1 5
√70 ≈ 3 + (70 − 27)1 − (70 − 27)2 + (70 − 27)3
27 2187 531441
3 43 1849 79507
√70 ≈ 3 + − +
27 2187 531441
4,121285 ≈ 3,896749

𝟑
d. √𝟖. 𝟎𝟐
𝑓 (0) ( √𝑥 ) 𝑓 (1) ( √𝑥 ) 𝑓 (2) ( √𝑥 ) 𝑓 (3) ( √𝑥 )
3 3 3 3
3
√𝑥 = ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2 + 𝑂
0! 1! 2! 3!
∗ (𝑥 − 𝑥𝑜 )3
1 2 10
3 2 5 8
3 √𝑥 3(𝑥)3 9(𝑥)3 27(𝑥)3
√𝑥 = ∗ (𝑥 − 𝑥𝑜 )0 + 1
∗ (𝑥 − 𝑥𝑜 ) − 2
∗ (𝑥 − 𝑥𝑜 ) + 𝑂 ∗ (𝑥 − 𝑥𝑜 )3
0! 1! 2! 3!
REMPLAZO 𝐱𝐨 = 𝟖
1 2 10
2 5 8
3 3 3(8)3 1 9(8)3 27(27)3 2
√𝑥 = √27 + ∗ (𝑥 − 8) − ∗ (𝑥 − 8) + 𝑂 ∗ (𝑥 − 8)3
1 2∗1 3∗2∗1
3 1 1 5
√𝑥 = 3 + (𝑥 − 8)1 − (𝑥 − 8)2 + 𝑂 (𝑥 − 8)3
12 288 20736
𝐄𝐯𝐚𝐥𝐮𝐚𝐫 𝟖, 𝟎𝟐
1 1 5
(70 − 27)1 − (70 − 27)2 + (70 − 27)3
3
√70 ≈ 3 +
27 2187 531441

SHUMAGER GAVILANES
Hoja 65 de 101

3 43 1849 79507
√70 ≈ 3 + − +
27 2187 531441
4,121285 ≈ 3,896749

Ejercicio 34. Utiliza la aproximación lineal de la función (1 + x)k ≈ 1 + kx para


3
calcular de forma aproximada (1.0002)50 , √1.009

𝑃𝑎𝑟𝑎 (1.0002)50 → 𝑥 = 0.0002 𝑘 = 50


𝑓(𝑥) = 1 + 𝑘𝑥
𝑓(0.0002) = 1 + 50 ∗ 0.0002
𝑓(𝑥) = 1.01

3
1 1
𝑃𝑎𝑟𝑎 √1.009 = (1.009)3 → 𝑥 = 0.009 𝑘 =
3
𝑓(𝑥) = 1 + 𝑘𝑥
1
𝑓(0.009) = 1 + ∗ 0.009
3
𝑓(𝑥) = 1.003

Ejercicio 35. En un entorno de a = 0 se aproxima la función 𝑦 = √1 + 𝑥 mediante el


1
polinomio 𝑃(𝑥) = 1 + 2 𝑥 , obteniendo √2 ≈ 1.5. Dar una cota del error cometido.

DESPEJO DEL VALOR √2


√1 + 𝑥 = √2
1+𝑥 =2
𝑥=1

EVALUANDO x = 1
1
√2 = 1 + (1)
2
√2 = 1 + 0,5

1,4142 ≈ 1,5
Error = ± 0.0858

Ejercicio 36. Calcular, mediante la diferencial, una aproximación de cos(155º) y dar


una cota del error cometido.

SHUMAGER GAVILANES
Hoja 66 de 101

𝑓 (0) (cos 𝑥) 𝑓 (1) (cos 𝑥 ) 𝑓 (2) (cos 𝑥 )


cos 𝑥 ≈ ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2 + ⋯
0! 1! 2!
𝑓 (8) (cos 𝑥 )
+ ∗ (𝑥 − 𝑥𝑜 )8
8!
cos 𝑥 𝑠𝑒𝑛 𝑥 cos 𝑥 cos 𝑥
cos 𝑥 ≈ ∗ (𝑥 − 𝑥𝑜 )0 − ∗ (𝑥 − 𝑥𝑜 )1 − ∗ (𝑥 − 𝑥𝑜 )2 + ⋯ + ∗ (𝑥 − 𝑥𝑜 )8
0! 1! 2! 8!
REMPLAZAMOS 𝒂 = 𝟎
𝑠𝑒𝑛 0 cos 0 cos 0
cos 𝑥 ≈ cos 0 − ∗ (𝑥 − 0)1 − ∗ (𝑥 − 0)2 + ⋯ + ∗ (𝑥 − 0)8
1 2! 8!
1 1 4 1 6 1
cos 𝑥 ≈ 1 − 𝑥 2 + 𝑥 − 𝑥 + 𝑥8
2 24 720 40320

SE EVALUA 155° = 2,705 RAD


1 1 1 1
cos 2,705 ≈ 1 − (2,705)2 + (2,705)4 − (2,705)6 + (2,705)8
2 24 720 40320
cos 2,705 ≈ 1 − 3,6585 + 2,2308 − 0,5441 + 0,0711
−0,9063 ≈ −0,9007
Error = ± 0.006

Ejercicio 37
𝐱
a. Obtener el polinomio de Taylor de grado 3 de la función 𝐲 = 𝐥𝐨𝐠(𝟏 − 𝟐)
alrededor del punto a= 0.

𝑥 𝑥 𝑥
𝑥 𝑓 (0) (log(1 − )) 𝑓 (1) (log(1 − )) 𝑓 (2) (log(1 − ) )
log(1 − ) ≈ 2 0
∗ (𝑥 − 𝑥𝑜 ) + 2 1
∗ (𝑥 − 𝑥𝑜 ) + 2 ∗ (𝑥
2 0! 1! 2!
𝑥
𝑓 (3) (log(1 − ) )
2
− 𝑥𝑜 ) + 2 ∗ (𝑥 − 𝑥 )3
𝑜
3!
𝑥 1 1 2
𝑥 log (1 − ) (2 − 𝑥)2 (2 − 𝑥)3
log(1 − ) ≈ 2 ∗ (𝑥 − 𝑥 )0 − 2 − 𝑥 ∗ (𝑥 − 𝑥 )1 − ∗ (𝑥 − 𝑥𝑜 )2 − ∗ (𝑥
𝑜 𝑜
2 0! 1! 2! 3!
3
− 𝑥𝑜 )

REMPLAZO 𝒂 = 𝟎
1 1 2
𝑥 0 2 − 0 1 (2 − 0)2 2 (2 − 0)3
log(1 − ) ≈ log (1 − ) − ∗ (𝑥 − 0) − ∗ (𝑥 − 0) − ∗ (𝑥 − 0)3
2 2 1 2∗1 3∗2∗1
𝑥 1 1 1 3
log(1 − ) ≈ − 𝑥 − 𝑥 2 − 𝑥
2 2 8 24

b. Obtener, mediante el polinomio anterior, un valor aproximado de log(0.5).

SHUMAGER GAVILANES
Hoja 67 de 101

1 1 1
log(0,5) ≈ − (0,5) − (0,5)2 − (0,5)3
2 8 24
1 1 1
log(0,5) ≈ − − −
4 32 192
−0,30103 ≈ −0,28646

c. Hallar una cota del error cometido en dicha aproximación

Error = ± 0.01457

1
Ejercicio 38. ¿Qué error se comete al sustituir 𝑒 𝑆𝑒𝑛𝑥 por 1 + x + 2 (x)2 ?

Se reemplaza 45° = 0,7854 𝑟𝑎𝑑


1 1
𝑒 𝑆𝑒𝑛 𝑥 ≈ 1 + 𝑥 + 𝑥 2 + 𝑥 3
2 6
1 1
𝑒 𝑆𝑒𝑛 0,7874 ≈ 1 + 0,7854 + (0,7854)2 + (0,7854)3
2 6
0,31 0,0814
𝑒 𝑆𝑒𝑛 0,7874 ≈ 1 + 0,7874 + +
2 6
2,028114 ≈ 2,093823
Error = ± 0.065709

1
Ejercicio 39. Se considera la función 𝑓(𝑥) =
√1+𝑥

SHUMAGER GAVILANES
Hoja 68 de 101

𝟏
a. Calcula una estimación del error de la aproximación de 𝐟(𝐱) = por su
√𝟏+𝐱
polinomio de Taylor de grado 2 en el punto a = 0 cuando x pertenece al intervalo
𝟏
0 ≤ x ≤ 𝟐.

1 1 1
𝑓 (0) ( ) 𝑓 (1) ( ) 𝑓 (2) ( )
1 √ 1+𝑥 0 √ 1 + 𝑥 1 √ 1 +𝑥
≈ ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 )2
√1 + 𝑥 0! 1! 2!
1 3
1 3 5
1 √ 1+𝑥 0 2(1 + 𝑥)2 1 4(1 + 𝑥)2
≈ ∗ (𝑥 − 𝑥𝑜 ) − ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 )2
√1 + 𝑥 0! 1! 2!

Se remplaza 𝑎 = 0
1 3
3 5
1 1 2(1 + 0)2 1 4(1 + 0)2
≈ − ∗ (𝑥 − 0) + ∗ (𝑥 − 0)2
√1 + 𝑥 √1 + 0 1 2∗1
1 1 3
≈ 1− 𝑥 + 𝑥2
√1 + 𝑥 2 8

1 1
SE EVALUA 0 ≤ x ≤ 2, x = 2
1 1 3
≈ 1− (0,5) + (0,5)2
√1 + 0,5 2 8

1 1 3
≈ 1− +
√1 + 0,5 4 64

0,816497 ≈ 0,796875

b. Calcula para esta función la diferencial en a = 0 e ∆𝐱= 0,5. Haz un bosquejo de


esta función y representa el valor obtenido.

𝑓(𝑥 + ∆𝑥) − 𝑓(𝑥)


𝑓(𝑥) = lim
∆𝑥 →0,5 ∆𝑥

1 1

√1 + (𝑥 + ∆𝑥) √1 + 𝑥
𝑓(𝑥) = lim
∆𝑥 →0,5 ∆𝑥

√1 + 𝑥 − √1 + (𝑥 + ∆𝑥)
𝑓(𝑥) = lim
∆𝑥 →0,5 ∆𝑥√(1 + 𝑥)2 + 2∆𝑥

2(√1 + 𝑥 − √1,5 + 𝑥 )
𝑓(𝑥) =
√(1 + 𝑥)2 + 1

SHUMAGER GAVILANES
Hoja 69 de 101

SE REEMPLA a = 0

2(√1 + 0 − √1,5 + 0)
𝑓(𝑥) =
√(1 + 0)2 + 1

2(√1 − √1,5)
𝑓(𝑥) =
√1 + 1

𝑓(𝑥) = −√3 + √2

𝟐
c. ¿Puedes dar una cota del error que se comete al aproximar √𝟑 por 1.

0,816497 ≈ 1

Error = ± 0,183503

Ejercicio 40. Sea 𝑓(𝑥) = 𝑥 𝐿𝑜𝑔(1 + 𝑥). Se pide:


a. Escribir la fórmula de Taylor para f(x) en x = 0 de orden n con el resto de
Lagrange.

SHUMAGER GAVILANES
Hoja 70 de 101

𝑓 (0) (𝑥 𝐿𝑜𝑔(1 + 𝑥)) 𝑓 (1) (𝑥 𝐿𝑜𝑔(1 + 𝑥)) 𝑓 (2) (𝑥 𝐿𝑜𝑔(1 + 𝑥))


𝑥 𝐿𝑜𝑔(1 + 𝑥) = ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2
0! 1! 2!

𝑥 𝑥+2
𝑥 𝐿𝑜𝑔(1 + 𝑥) + 𝐼𝑛(1 + 𝑥) (1 + 𝑥)2
𝑥 𝐿𝑜𝑔(1 + 𝑥) = 0
∗ (𝑥 − 𝑥𝑜 ) + 1 + 𝑥 1
∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 )2
0! 1! 2!
SE REMPLA 𝒂 = 𝟎
0 0+2
+ 𝐼𝑛(1 + 0) (1 + 0)2
𝑥 𝐿𝑜𝑔(1 + 𝑥) = 0 𝐿𝑜𝑔(1 + 0) + 1 + 0 1
∗ (𝑥 − 0) − ∗ (𝑥 − 0)2
1 2∗1
𝑥 𝐿𝑜𝑔(1 + 𝑥) = 𝑥 2

𝟏 𝟏𝟏
b. Dar una cota del error al aproximar 𝐟(𝐱) = 𝟏𝟎 𝐥𝐨𝐠 (𝟏𝟎) mediante el polinomio
de Taylor de grado 3.

1
0,1 ∗ 𝐿𝑜𝑔(0,1) = (0,1)2 − (0,1)3
2
0,1 ∗ 𝐿𝑜𝑔(0,1) = 0,01 − 0,0005
0,1048 ≈ 0,0095

Error = ± 0,0953

Ejercicio 41. Considera la función 𝑓(𝑥) = 𝑥 √1 + 𝑥


a. Determina la expresión del resto n-ésimo del polinomio de Taylor de la función
en a = 0.

f (0) (x √1 + x) f (1) (x √1 + x) f (2) (x √1 + x)


x √1 + x = ∗ (x − xo )0 + ∗ (x − xo )1 + ∗ (x − xo )2
0! 1! 2!
f (3) (x √1 + x)
+O ∗ (x − xo )3
3!
3𝑥 + 2 3𝑥 + 4 3(𝑥 + 2)
1 3 5
x √1 + x 2(1 + 𝑥)2 4(1 + 𝑥)2 8(1 + 𝑥)2
x √1 + x = ∗ (x − xo )0 + 1
∗ (x − xo ) + 2
∗ (x − xo ) − O
0! 1! 2! 3!
∗ (x − xo )3
SE REMPLAZA 𝑎 = 0
3(0) + 2 3(0) + 4 3(0 + 2)
1 3 5
2(1 + 0)2 14(1 + 0)2 2 8(1 + 0)2
x √1 + x = 0 ∗ √1 + 0 + ∗ (x − 0) + ∗ (x − 0) − O ∗ (x − 0)3
1 2∗1 3∗2∗1
1 1
x √1 + x = x + x 2 − O x 3
2 8

SHUMAGER GAVILANES
Hoja 71 de 101

b. Determina el grado del polinomio de Taylor de la función f(x) en a = 0 que


permite aproximar √𝟐 con un error menor que una décima.

Despejo del valor aproximado √4,1


2 2
√2 = 𝑥 ∗ √1 + 𝑥
2 = 𝑥 2 (1 + 𝑥)
𝑥 = 2−1
𝑥=1

Evaluar 2
1 1 1
√2 ≈ 1 + (1)2 − (1)3 + (1)4
2 8 16
1 1 1
√2 ≈ 1 + − +
2 8 16
1,414213 ≈ 1,4375

Ejercicio 42:
a. Calcular mediante el polinomio de Taylor con un error menor que una décima
𝟏
el valor de 𝟑 𝟐.
√𝐞

SHUMAGER GAVILANES
Hoja 72 de 101

1 1 1 1 1
3
≈ 1 − (2) + (2)2 − (2)3 + (2)4
√𝑒2 3 18 162 1944
1 2 2 4 2
3
≈ 1− + − +
√ 𝑒2 3 9 81 243
0,5134 ≈ 0,5144
Error = ± 0,001

b. Representar de forma aproximada la gráfica de la función y del polinomio de


Taylor obtenido en el apartado anterior.

1 1 1 1
f (0) ( 3 𝑥 ) f (1) ( 3 𝑥 ) f (2) ( 3 𝑥 ) f (3) ( 3 𝑥 )
1 √𝑒 0 √𝑒 1 √𝑒 2 √𝑒
3 = ∗ (x − xo ) + ∗ (x − xo ) + ∗ (x − xo ) + O ∗ (x − xo )3
√𝑒 𝑥 0! 1! 2! 3!
1 1 1 1
1 √𝑒
3
𝑥
0
3
3√𝑒 𝑥 1
3
9√𝑒 𝑥 2
3
27√𝑒 𝑥
3 = ∗ (x − xo ) − ∗ (x − xo ) + ∗ (x − xo ) − O ∗ (x − xo )3
√𝑒 𝑥 0! 1! 2! 3!

Remplazo 𝑎 = 0
1 1 1
1 1 3
3√𝑒 0
1
3
9√𝑒 0
2
3
27√𝑒 0
3
= 3 − ∗ (x − 0) + ∗ (x − 0) − O ∗ (x − 0)3
√𝑒 𝑥 √𝑒 0 1 2∗1 3∗2∗1
1 1 1 1 3
3 = 1 − x + x2 − O 𝑥
√𝑒 𝑥 3 18 162

𝒙𝟐 − 𝟒
Ejercicio 43. Dada la función: 𝒇(𝒙) = :
𝒆𝒙−𝟐

a) Calcular el polinomio de Taylor de esta función en a = 2.

SHUMAGER GAVILANES
Hoja 73 de 101


𝑓 (𝑛) (𝑥𝑜 )
𝑓(𝑥𝑜 + ∆𝑥) = ∑ ∗ (∆𝑥)𝑛
𝑛!
𝑛=0
𝑥2 − 4 𝑥2 − 4 𝑥2 − 4 𝑥2 − 4
𝑥2 − 4 𝑓 (0) ( 𝑥−2 ) 𝑓 (1) ( 𝑥−2 ) 𝑓 (2) ( 𝑥−2 ) 𝑓 (3) ( 𝑥−2 )
𝑒 𝑒 𝑒 𝑒
= ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2 +
𝑒 𝑥−2 0! 1! 2! 3!
∗ (𝑥 − 𝑥𝑜 )3

𝑥2 − 4
𝑥2− 4 𝑒𝑥−2 𝑒 2−𝑥 (−𝑥 2 +2𝑥+ 4) 𝑒 2−𝑥 (𝑥 2 −4𝑥−2) −𝑒 2−𝑥 (𝑥 2 −6𝑥+2)
= ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2 + ∗ (𝑥 − 𝑥𝑜 )3
𝑒 𝑥−2 0! 1! 2! 3!

Remplazar xo = 2

22 − 4
2−2 𝑒 2−2 (−22 + 2(2) + 4) 𝑒 2−2 (22 − 4(2) − 2) −𝑒 2−2 (22 − 6(2) + 2)
𝑓(𝑥) = 𝑒 ∗ (𝑥 − 2)0 + ∗ (𝑥 − 2)1 + ∗ (𝑥 − 2)2 +
0! 1! 2! 3!
∗ (𝑥 − 2)2

4−4 𝑒0 (−4+4+ 4) 1 𝑒0 (4−8−2) 2 −𝑒0 (4−12+2) 3


𝑓(𝑥)
𝑒0 + 1
∗ (𝑥 − 2) + 2∗1
∗ (𝑥 − 2) + 3∗2∗1
∗ (𝑥 − 2)
1 2 3
𝑓(𝑥) = 0 + 4(𝑥 − 2) − 3(𝑥 − 2) + (𝑥 − 2)
1 2 3
𝑓(𝑥) = 4(𝑥 − 2) − 3(𝑥 − 2) + (𝑥 − 2)

b) Calcular de forma aproximada 𝑓(2.1) con el polinomio de Taylor con el


polinomio de grado 3 y dar una cota de error.

𝑥2 − 4
≈ 4(𝑥 − 2)1 − 3(𝑥 − 2)2 + (𝑥 − 2)3
𝑒 𝑥−2
(2.1)2 − 4
≈ 4(2.1 − 2)1 − 3(2.1 − 2)2 + (2.1 − 2)3
𝑒 2.1−2
0.41
≈ 4(0.1)1 − 3(0.1)2 + (0.1)3
𝑒 0.1
0.3709833414 ≈ 0.371
EABS = ± 0.001

𝑥+2
Ejercicio 44. Se considera 𝑓(𝑥) = 𝑙𝑜𝑔(2𝑥−2). Se pide:

a) Representa el dominio de la función 𝑓(𝑥).

SHUMAGER GAVILANES
Hoja 74 de 101

𝑥 + 2
𝑓(𝑥) = 𝑙𝑜𝑔( )
2𝑥 − 2

𝑥+2 =0 2𝑥 − 2 = 0
𝑥 = −2 𝑥=1

𝐷𝑓 = 𝑥 ∈ ℝ − [−2,1]

b) Calcula el polinomio de Taylor de grado n de 𝑓(𝑥) en 𝑎 = 4 y determina la expresión


del resto enésimo de 𝑓(𝑥) en 𝑎 = 4.


𝑓 (𝑛) (𝑥𝑜 )
𝑓(𝑥𝑜 + ∆𝑥) = ∑ ∗ (∆𝑥)𝑛
𝑛!
𝑛=0
𝑥 + 2 𝑥 + 2 𝑥 + 2
𝑓(0) (𝑙𝑜𝑔( )) 𝑓(1) (𝑙𝑜𝑔( )) 𝑓(2) (𝑙𝑜𝑔( ))
2𝑥 − 2 0 2𝑥 − 2 1 2𝑥 − 2
𝑓(𝑥) = ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 )2
0! 1! 2!

𝑥 + 2 3 6𝑥 + 3
log ( ) − 2 +𝑥 − 2)2 𝐼𝑛(10)
2𝑥 − 2 (𝑥 − 1 )(𝑥 + 2 )𝐼𝑛(10 ) (𝑥
𝑓(𝑥) = ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2
0! 1! 2!

Remplazar xo = 4

4 + 2 3 6(4) + 3
log ( ) −
2(4) − 2 (4 − 1)(4 + 2)𝐼𝑛(10) (4 +4 − 2)2 𝐼𝑛(10)
2
𝑓(𝑥) = ∗ (𝑥 − 4)0 + ∗ (𝑥 − 4)1 + ∗ (𝑥 − 4)2
0! 1! 2!
1 3
6 ∗ 𝐼𝑛(10) 2 ∗ 𝐼𝑛(10)
𝑓(𝑥) = log(1) − ∗ (𝑥 − 4)1 + ∗ (𝑥 − 4)2
1 2∗1
log(10) 1 3
𝑓(𝑥) = log(1) + (− ∗ (𝑥 − 4)1 + ∗ (𝑥 − 4)2
log(𝑒) 6 4
1 3
𝑓(𝑥) = − ∗ (𝑥 − 4)1 + ∗ (𝑥 − 4)2
6 4

6,1
c) Calcula una cota del error cuando queremos aproximar 𝑙𝑜𝑔 (6,2) por el polinomio de
grado 3.

𝑥 + 2 1 3 7
𝑙𝑜𝑔 ( ) ≈ − ∗ (𝑥 − 4)1 + ∗ (𝑥 − 4)2 − ∗ (𝑥 − 4)3
2𝑥 − 2 6 4 108

SHUMAGER GAVILANES
Hoja 75 de 101

4,1 + 2 1 3 7
𝑙𝑜𝑔 ( ) ≈ − ∗ (4,1 − 4)1 + ∗ (4,1 − 4)2 − ∗ (4,1 − 4)3
2(4,1) − 2 6 4 108
6,1 1 3 7
𝑙𝑜𝑔 ( ) ≈ − ∗ (0,1)1 + ∗ (0,1)2 − ∗ (0,1)3
6,2 6 4 108
− 0.00706 ≈ − 0.00923
EABS = ± 0.002

d) ¿Cuántos términos es necesario considerar del polinomio de Taylor de 𝑓(𝑥) en


6,1
𝑎 = 4 para aproximar 𝑙𝑜𝑔 ( ) con un error menor que 10-1?
6,2

𝑥 + 2 1
𝑙𝑜𝑔 ( ) ≈ − ∗ (𝑥 − 4)1
2𝑥 − 2 6
4,1 + 2 1
𝑙𝑜𝑔 ( ) ≈ − ∗ (4,1 − 4)1
2(4,1) − 2 6
6,1 1
𝑙𝑜𝑔 ( ) ≈ − ∗ (0,1)1
6,2 6
− 0.00706 ≈ − 0.01667
EABS = ± 0.003
Se necesita n = 1 términos.

e) ¿De qué orden es el resto del polinomio de Taylor de grado 3 de 𝑓(𝑥) en 𝑎 = 4?

𝑥+2 1 3
Es de orden descendente: 𝑙𝑜𝑔 (2𝑥−2) ≈ − 6 ∗ (𝑥 − 4)1 + 4 ∗ (𝑥 − 4)2 −
7
∗ (𝑥 − 4)3
108

Ejercicio 45. Se considera: 𝑓(𝑥) = In((1 − 𝑥)5 ). Se pide:


a) Calcular la derivada enésima de la función 𝑓(𝑥) = In((1 − 𝑥)5 ).

𝑓(𝑥) = In((1 − 𝑥)5 )

SHUMAGER GAVILANES
Hoja 76 de 101

𝑓 𝑛 (𝑥) = 𝑓 0 (In((1 − 𝑥)5 )) + 𝑓1 (In((1 − 𝑥)5 )) + 𝑓 2 (In((1 − 𝑥)5 )) + 𝑓 3 (In((1 − 𝑥)5 ))

5 5 10
𝑓 𝑛 (𝑥) = In((1 − 𝑥)5 ) + − +
(𝑥 − 1) (1 − 𝑥)2 (𝑥 − 1)3
5 5 10
𝑓 𝑛 (𝑥) = In((1 − 𝑥)5 ) + ( − +
(𝑥 − 1) (1 − 𝑥)2 (𝑥 − 1)3

b) Calcular el conjunto de números reales 𝑥 de manera que el polinomio de


MacLaurin de 𝑓(𝑥) = In((1 − 𝑥)5 ) de grado 3 permita aproximar 𝑓(𝑥) con un error
menor que 10-3.


𝑓 (𝑛) (𝑥𝑜 )
𝑓(𝑥𝑜 + ∆𝑥) = ∑ ∗ (∆𝑥)𝑛
𝑛!
𝑛=0
(0) (In (1) (In
𝑓 5
((1 − 𝑥) )) 𝑓 5
((1 − 𝑥) )) 𝑓 (2) (In ((1 − 𝑥)5 )) 𝑓 (3) (In ((1 − 𝑥)5 ))
In((1 − 𝑥)5) = ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2 + ∗ (𝑥 − 0)3
0! 1! 2! 3!

5 5 10
In((1 − 𝑥)5 ) −
5 0 (𝑥 − 1) 1 (1 − 𝑥)2 2 (𝑥 − 1)2
In((1 − 𝑥) ) = ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 𝑥𝑜 )3
0! 1! 2! 3!

Remplazar xo = 0

5 5 10
In((1 − 0)5)
5 0 (0 − 1) 1 (1 − 0)2 2 (0 − 1)3
In((1 − 𝑥) ) = ∗ (𝑥 − 𝑥𝑜 ) + ∗ (𝑥 − 0) − ∗ (𝑥 − 0) + ∗ (𝑥 − 0)3
0! 1! 2! 3!

5 5 10
5
In((1 − 𝑥) ) = In(1) + −1 1
∗ (𝑥) − 1 2
∗ (𝑥) + −1 ∗ (𝑥)3
1 2∗1 3∗2∗1

5 5
In((1 − 𝑥)5 ) = − 5 𝑥 − 𝑥 2 + 𝑥 3
2 3

c) Calcular de forma aproximada el valor de f(x) = log(1,15 ) con una aproximación


de la ordenada de la recta tangente dado una estimación del error.

5 5
In((1 − 𝑥)5 ) ≈ − 5 𝑥 − 𝑥 2 + 𝑥 3
2 3
5 5
In((1 − (−0,1))5 ) ≈ − 5 ∗ (−0,1) − ∗ (−0,1)2 + ∗ (−0,1)3
2 3
0,05 0,005
In((1,1)5 ) ≈ −0,5 + −
2 3
0,47655 ≈ 0,47667

SHUMAGER GAVILANES
Hoja 77 de 101

EABS = ± 0.001

1 1 1
Ejercicio 46. La fórmula de Machin 4 𝜋 = 4 ∗ 𝑎𝑟𝑐𝑡𝑔 5 − 𝑎𝑟𝑐𝑡𝑔 239 puede usarse para
aproximar los valores de 𝜋. Utilizar el desarrollo de Taylor de la función arctg(x) hasta
tercer orden y la formula de Machin para calcular el valor de 𝜋. Dar una cota para el error
de la aproximación justificando adecuadamente la respuesta. :

𝑓 (𝑛) (𝑥𝑜 )
𝑓(𝑥𝑜 + ∆𝑥) = ∑ ∗ (∆𝑥)𝑛
𝑛!
𝑛=0

SHUMAGER GAVILANES
Hoja 78 de 101

𝑓 (0) (Arctg(𝑥)) 𝑓 (1) (Arctg(𝑥)) 𝑓 (2) (Arctg(𝑥)) 𝑓 (3) (Arctg(𝑥))


Arctg(𝑥) ≈ ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2 + ∗ (𝑥 − 𝑥𝑜 )3
0! 1! 2! 3!

1 2𝑥 6𝑥 2 − 2
Arctg(𝑥) 2 + 1) − 2 2 2 + 1)3
(𝑥 (𝑥 + 1) (𝑥
Arctg(𝑥) ≈ ∗ (𝑥 − 𝑥𝑜 )0 + ∗ (𝑥 − 𝑥𝑜 )1 + ∗ (𝑥 − 𝑥𝑜 )2 + ∗ (𝑥 − 𝑥𝑜 )3
0! 1! 2! 3!

REMPLAZO XO = 0

1 2((0) 6(0)2 − 2
Arctg(0) −
((0)2 + 1) 2
((0) + 1)2 ((0)2 + 1)3
Arctg(𝑥) ≈ ∗ (𝑥 − 0)0 + ∗ (𝑥 − 0)1 + ∗ (𝑥 − 0)2 + ∗ (𝑥 − 0)3
0! 1 2∗1 3∗2∗1
1 0 2
Arctg(𝑥) ≈ 0 + ∗ (𝑥)1 − ∗ (𝑥)2 − ∗ (𝑥)3
1 2 6
𝑥3
Arctg(𝑥) ≈ 𝑥 −
3

Taylor en la fórmula de Machin:

1 1 1
π = 4 ∗ arctg − arctg
4 5 239
1 1
π = 4(4 ∗ arctg − arctg )
5 239
𝑥3 𝑥3
π ≈ 4(4 ∗ (𝑥 − ) − (𝑥 − ))
3 3
1 3 1
1 (5) 1 (239)3
π ≈ 4(4 ∗ ( − )−( − ))
5 3 239 3
π ≈ 3,140597029
3,141592654 ≈ 3,140597029
ErV = ± 0.005324

Método de Bisección
Ejercicio 47. Encuentre la raíz o raíces utilizando el método de bisección, en todos los
ejercicios ofrecer el resultado con una incertidumbre meno a 0.0001, calcular el
número de iteraciones, según formula, y reportar la respuesta correctamente.

a) Encuentre la raíz:

SHUMAGER GAVILANES
Hoja 79 de 101

𝒇(𝒙) = 𝟐𝒙𝟒 + 𝟓𝒙𝟑 − 𝒙 + 𝟏


INTERVALOS
[−0.7, −0.9]
VERIFICACIÓN
𝒇(−𝟎. 𝟕) = 2(−0.7)4 + 5(−0.7)3 − (−0.7) + 1
𝒇(−𝟎. 𝟕) = 0.4652
𝒇(−𝟎. 𝟗) = 2(−0.9)4 + 5(−0.9)3 − (−0.9) + 1
𝒇(−𝟎. 𝟗) = −0.4328
𝒇(−𝟎. 𝟕) ∗ 𝒇(−𝟎. 𝟗) < 𝟎
0.4652 ∗ −0.4328 < 0
−0.2013 < 0

# Ite Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 -0.7000 -0.9000 -0.8000 0.4652 0.0592 0.0275 -0.2000
2 -0.8000 -0.9000 -0.8500 0.0592 -0.4328 -0.0256 -0.1000
3 -0.8000 -0.8500 -0.8250 0.0592 -0.1766 -0.0105 -0.0500
4 -0.8000 -0.8250 -0.8125 0.0592 -0.0561 -0.0033 -0.0250
5 -0.8000 -0.8125 -0.8063 0.0592 0.0022 0.0001 -0.0125
6 -0.8063 -0.8125 -0.8094 0.0309 0.0022 0.0001 -0.0062
7 -0.8094 -0.8125 -0.8109 0.0166 0.0022 0.0000 -0.0031
8 -0.8109 -0.8125 -0.8117 0.0094 0.0022 0.0000 -0.0016
9 -0.8117 -0.8125 -0.8121 0.0058 0.0022 0.0000 -0.0008
10 -0.8121 -0.8125 -0.8123 0.0040 0.0022 0.0000 -0.0004
11 -0.8123 -0.8125 -0.8124 0.0031 0.0022 0.0000 -0.0002
12 -0.8124 -0.8125 -0.8125 0.0027 0.0022 0.0000 -0.0001

Respuesta 𝑥𝑓 − 𝑥𝑖 0.9 − 0.7


ln ( 𝜀 ) ln ( 0.0001 )
[−0.8124 ± −0.0001] 𝑛≥ 𝑛≥
ln(2) ln(2)

b) Encuentre las raíces:

PRIMERA RAÍZ
𝒇(𝒙) = 𝟑𝒙𝟑 − 𝟓𝒙𝟐 − 𝟏𝟎𝒙 + 𝟐

INTERVALOS
[0,0.2]

SHUMAGER GAVILANES
Hoja 80 de 101

VERIFICACIÓN
𝒇(𝟎) = 3(0)3 − 5(0)2 − 10(0) + 2
𝒇(𝟎) = 2
𝒇(𝟎. 𝟐) = 3(0.2)3 − 5(0.2)2 − 10(0.2) + 2
𝒇(𝟎. 𝟐) = −0.176
𝒇(𝟎) ∗ 𝒇(𝟎. 𝟐) < 𝟎
2 ∗ −0.176 < 0
−0.352 < 0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 0.0000 0.2000 0.1000 2.0000 0.9530 1.9060 0.2000
2 0.1000 0.2000 0.1500 0.9530 0.3976 0.3789 0.1000
3 0.1500 0.2000 0.1750 0.3976 0.1130 0.0449 0.0500
4 0.1750 0.2000 0.1875 0.1130 -0.0310 -0.0035 0.0250
5 0.1750 0.1875 0.1813 0.1130 0.0411 0.0046 0.0125
6 0.1813 0.1875 0.1844 0.0411 0.0051 0.0002 0.0062
7 0.1844 0.1875 0.1859 0.0051 -0.0130 -0.0001 0.0031
8 0.1844 0.1859 0.1852 0.0051 -0.0039 0.0000 0.0016
9 0.1844 0.1852 0.1848 0.0051 0.0006 0.0000 0.0008
10 0.1848 0.1852 0.1850 0.0006 -0.0017 0.0000 0.0004
11 0.1848 0.1850 0.1849 0.0006 -0.0006 0.0000 0.0002
12 0.1848 0.1849 0.1848 0.0006 0.0000 0.0000 0.0001

Respuesta
[0.1848 ± 0.0001]

SEGUNDA RAÍZ
𝒇(𝒙) = 𝟑𝒙𝟑 − 𝟓𝒙𝟐 − 𝟏𝟎𝒙 + 𝟐

INTERVALOS
[2,2.8]
VERIFICACIÓN

SHUMAGER GAVILANES
Hoja 81 de 101

𝒇(𝟐) = 3(2)3 − 5(2)2 − 10(2) + 2


𝒇(𝟐) = −14
𝒇(𝟐. 𝟖) = 3(2.8)3 − 5(2.8)2 − 10(2.8) + 2
𝒇(𝟐. 𝟖) = 0.656
𝒇(𝟐) ∗ 𝒇(𝟐. 𝟖) < 𝟎
−14 ∗ 0.656 < 0
−9.184 < 0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 2.0000 2.8000 2.4000 -14.0000 -9.3280 130.5920 0.8000
2 2.4000 2.8000 2.6000 -9.3280 -5.0720 47.3116 0.4000
3 2.6000 2.8000 2.7000 -5.0720 -2.4010 12.1779 0.2000
4 2.7000 2.8000 2.7500 -2.4010 -0.9219 2.2134 0.1000
5 2.7500 2.8000 2.7750 -0.9219 -0.1454 0.1341 0.0500
6 2.7750 2.8000 2.7875 -0.1454 0.2522 -0.0367 0.0250
7 2.7750 2.7875 2.7813 -0.1454 0.0526 -0.0076 0.0125
8 2.7750 2.7813 2.7781 -0.1454 -0.0466 0.0068 0.0063
9 2.7781 2.7813 2.7797 -0.0466 0.0029 -0.0001 0.0031
10 2.7781 2.7797 2.7789 -0.0466 -0.0219 0.0010 0.0016
11 2.7789 2.7797 2.7793 -0.0219 -0.0095 0.0002 0.0008
12 2.7793 2.7797 2.7795 -0.0095 -0.0033 0.0000 0.0004
13 2.7795 2.7797 2.7796 -0.0033 -0.0002 0.0000 0.0002
14 2.7796 2.7797 2.7796 -0.0002 0.0014 0.0000 0.0001

Respuesta
[2.7796 ± 0.0001]

TERCERA RAÍZ
𝒇(𝒙) = 𝟑𝒙𝟑 − 𝟓𝒙𝟐 − 𝟏𝟎𝒙 + 𝟐

INTERVALOS
[−0.8, −1.5]
VERIFICACIÓN

SHUMAGER GAVILANES
Hoja 82 de 101

𝒇(−𝟎. 𝟖) = 3(−0.8)3 − 5(−0.8)2 − 10(−0.8) + 2


𝒇(−𝟎. 𝟖) = 5.26
𝒇(−𝟏. 𝟓) = 3(−1.5)3 − 5(−1.5)2 − 10(−1.5) + 2
𝒇(−𝟏. 𝟓) = −4.37
𝒇(−𝟎. 𝟖) ∗ 𝒇(−𝟏. 𝟓) < 𝟎
5.26 ∗ −4.37 < 0
−22.98 < 0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 -0.8000 -1.5000 -1.1500 5.2640 2.3249 12.2381 -0.7000
2 -1.1500 -1.5000 -1.3250 2.3249 -0.5067 -1.1781 -0.3500
3 -1.1500 -1.3250 -1.2375 2.3249 1.0326 2.4007 -0.1750
4 -1.2375 -1.3250 -1.2813 1.0326 0.2946 0.3042 -0.0875
5 -1.2813 -1.3250 -1.3031 0.2946 -0.0981 -0.0289 -0.0438
6 -1.2813 -1.3031 -1.2922 0.2946 0.1002 0.0295 -0.0219
7 -1.2922 -1.3031 -1.2977 0.1002 0.0016 0.0002 -0.0109
8 -1.2977 -1.3031 -1.3004 0.0016 -0.0481 -0.0001 -0.0055
9 -1.2977 -1.3004 -1.2990 0.0016 -0.0232 0.0000 -0.0027
10 -1.2977 -1.2990 -1.2983 0.0016 -0.0108 0.0000 -0.0014
11 -1.2977 -1.2983 -1.2980 0.0016 -0.0046 0.0000 -0.0007
12 -1.2977 -1.2980 -1.2978 0.0016 -0.0015 0.0000 -0.0003
13 -1.2977 -1.2978 -1.2977 0.0016 0.0000 0.0000 -0.0002
14 -1.2977 -1.2978 -1.2978 0.0000 -0.0007 0.0000 -0.0001

Respuesta
[−1.2978 ± 0.0001]

c) Encuentre la raíz:
𝒇(𝒙) = 𝟔𝒙𝟓 + 𝟕𝒙𝟑 − 𝟖𝒙𝟐 + 𝟏𝟎

INTERVALOS
[−0.5, −0.9]
VERIFICACIÓN
𝒇(−𝟎. 𝟓) = 6(−0.5)5 + 7(−0.5)3 − 8(−0.5)2 + 10

SHUMAGER GAVILANES
Hoja 83 de 101

𝒇(−𝟎. 𝟔) = 6.93
𝒇(−𝟎. 𝟗) = 6(−0.9)5 + 7(−0.9)3 − 8(−0.9)2 + 10
𝒇(−𝟎. 𝟗) = −5.12
𝒇(−𝟎. 𝟓) ∗ 𝒇(−𝟎. 𝟗) < 𝟎
6.93 ∗ −5.12 < 0
−35.48 < 0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 -0.5000 -0.9000 -0.7000 6.9375 2.6706 18.5271 -0.4000
2 -0.7000 -0.9000 -0.8000 2.6706 -0.6701 -1.7895 -0.2000
3 -0.7000 -0.8000 -0.7500 2.6706 1.1230 2.9992 -0.1000
4 -0.7500 -0.8000 -0.7750 1.1230 0.2591 0.2910 -0.0500
5 -0.7750 -0.8000 -0.7875 0.2591 -0.1971 -0.0511 -0.0250
6 -0.7750 -0.7875 -0.7813 0.2591 0.0331 0.0086 -0.0125
7 -0.7813 -0.7875 -0.7844 0.0331 -0.0815 -0.0027 -0.0063
8 -0.7813 -0.7844 -0.7828 0.0331 -0.0241 -0.0008 -0.0031
9 -0.7813 -0.7828 -0.7820 0.0331 0.0046 0.0002 -0.0016
10 -0.7820 -0.7828 -0.7824 0.0046 -0.0097 0.0000 -0.0008
11 -0.7820 -0.7824 -0.7822 0.0046 -0.0026 0.0000 -0.0004
12 -0.7820 -0.7822 -0.7821 0.0046 0.0010 0.0000 -0.0002
13 -0.7821 -0.7822 -0.7822 0.0010 -0.0008 0.0000 -0.0001

Respuesta
[ −0.7822 ± 0.0001]

d) Encuentre la raíz:

𝒇(𝒙) = 𝑺𝒊𝒏(𝟑𝒙) 𝒆𝒙𝒑 (−𝒙)

INTERVALOS
[1,1.3]
VERIFICACIÓN
𝒇(𝟏) = 𝑆𝑖𝑛(3(1)) 𝑒𝑥𝑝 (−(1))

SHUMAGER GAVILANES
Hoja 84 de 101

𝒇(𝟏) = 0.0519
𝒇(𝟏. 𝟑) = 𝑆𝑖𝑛(3(1.3)) 𝑒𝑥𝑝 (−(1.3))

𝒇(𝟏. 𝟑) = −0.1874
𝒇(𝟏) ∗ 𝒇(𝟏. 𝟑) < 𝟎
0.0519 ∗ −0.1874 < 0
−0.009 < 0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 1.0000 1.3000 1.1500 0.0519 -0.0961 -0.0050 0.3000
2 1.0000 1.1500 1.0750 0.0519 -0.0284 -0.0015 0.1500
3 1.0000 1.0750 1.0375 0.0519 0.0103 0.0005 0.0750
4 1.0375 1.0750 1.0563 0.0103 -0.0094 -0.0001 0.0375
5 1.0375 1.0563 1.0469 0.0103 0.0003 0.0000 0.0187
6 1.0469 1.0563 1.0516 0.0003 -0.0046 0.0000 0.0094
7 1.0469 1.0516 1.0492 0.0003 -0.0021 0.0000 0.0047
8 1.0469 1.0492 1.0480 0.0003 -0.0009 0.0000 0.0023
9 1.0469 1.0480 1.0475 0.0003 -0.0003 0.0000 0.0012
10 1.0469 1.0475 1.0472 0.0003 0.0000 0.0000 0.0006
11 1.0472 1.0475 1.0473 0.0000 -0.0001 0.0000 0.0003
12 1.0472 1.0473 1.0472 0.0000 0.0000 0.0000 0.0001
13 1.0472 1.0472 1.0472 0.0000 0.0000 0.0000 0.0001

Respuesta
[ 1.0472 ± 0.0001]

e) Encuentre la raíz:
𝒍𝒐𝒈 (𝒙)
𝒇(𝒙) = −𝟎. 𝟓 + 𝒙 +
𝒙+𝟏
INTERVALOS
[0.3,0.9]
VERIFICACIÓN
𝑙𝑜𝑔 (0.3)
𝒇(𝟎. 𝟑) = −0.5 + 0.3 +
0.3 + 1

SHUMAGER GAVILANES
Hoja 85 de 101

𝒇(𝟎. 𝟑) = −1.12
𝑙𝑜𝑔 (0.9)
𝒇(𝟎. 𝟗) = −0.5 + (0.9) +
(0.9) + 1
𝒇(𝟎. 𝟗) = 0.344
𝒇(𝟎. 𝟑) ∗ 𝒇(𝟎. 𝟗) < 𝟎
−1.12 ∗ 0.344 < 0
−0.385 < 0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 0.3000 0.9000 0.6000 -1.1261 -0.2193 0.2469 0.6000
2 0.6000 0.9000 0.7500 -0.2193 0.0856 -0.0188 0.3000
3 0.6000 0.7500 0.6750 -0.2193 -0.0597 0.0131 0.1500
4 0.6750 0.7500 0.7125 -0.0597 0.0146 -0.0009 0.0750
5 0.6750 0.7125 0.6938 -0.0597 -0.0221 0.0013 0.0375
6 0.6938 0.7125 0.7031 -0.0221 -0.0037 0.0001 0.0187
7 0.7031 0.7125 0.7078 -0.0037 0.0055 0.0000 0.0094
8 0.7031 0.7078 0.7055 -0.0037 0.0009 0.0000 0.0047
9 0.7031 0.7055 0.7043 -0.0037 -0.0014 0.0000 0.0023
10 0.7043 0.7055 0.7049 -0.0014 -0.0002 0.0000 0.0012
11 0.7049 0.7055 0.7052 -0.0002 0.0003 0.0000 0.0006
12 0.7049 0.7052 0.7050 -0.0002 0.0000 0.0000 0.0003
13 0.7049 0.7050 0.7050 -0.0002 -0.0001 0.0000 0.0001

Respuesta
[ 0.7050 ± 0.0001]

f) Encuentre dos raíces:


PRIMERA RAÍZ

𝒙𝟐
𝒇(𝒙) = − 𝟎. 𝟐
𝒙+𝟏
INTERVALOS
[0,0.6]
VERIFICACIÓN

SHUMAGER GAVILANES
Hoja 86 de 101

(0)2
𝒇(𝟎) = − 0.2
(0) + 1
𝒇(𝟎) = −0.2
(0.6)2
𝒇(𝟎. 𝟔) = − 0.2
(0.6) + 1
𝒇(𝟎. 𝟔) = 0.025
𝒇(𝟎) ∗ 𝒇(𝟎. 𝟔) < 𝟎
−0.2 ∗ 0.025 < 0
−0.005 < 0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 0.0000 0.6000 0.3000 -0.2000 -0.1308 0.0262 0.6000
2 0.3000 0.6000 0.4500 -0.1308 -0.0603 0.0079 0.3000
3 0.4500 0.6000 0.5250 -0.0603 -0.0193 0.0012 0.1500
4 0.5250 0.6000 0.5625 -0.0193 0.0025 0.0000 0.0750
5 0.5250 0.5625 0.5438 -0.0193 -0.0085 0.0002 0.0375
6 0.5438 0.5625 0.5531 -0.0085 -0.0030 0.0000 0.0188
7 0.5531 0.5625 0.5578 -0.0030 -0.0003 0.0000 0.0094
8 0.5578 0.5625 0.5602 -0.0003 0.0011 0.0000 0.0047
9 0.5578 0.5602 0.5590 -0.0003 0.0004 0.0000 0.0023
10 0.5578 0.5590 0.5584 -0.0003 0.0001 0.0000 0.0012
11 0.5578 0.5584 0.5581 -0.0003 -0.0001 0.0000 0.0006
12 0.5581 0.5584 0.5583 -0.0001 0.0000 0.0000 0.0003
13 0.5583 0.5584 0.5583 0.0000 0.0000 0.0000 0.0001

RESPUESTA
[0.5583 ± 0.0001]

SEGUNDA RAIZ
𝒙𝟐
𝒇(𝒙) = − 𝟎. 𝟐
𝒙+𝟏

INTERVALOS
[0, −0.5]
VERIFICACIÓN

SHUMAGER GAVILANES
Hoja 87 de 101

(0)2
𝒇(𝟎) = − 0.2
(0) + 1
𝒇(𝟎) = −0.2
(−0.5)2
𝒇(−𝟎. 𝟓) = − 0.2
(−0.5) + 1
𝒇(−𝟎. 𝟓) = 0.3
𝒇(𝟎) ∗ 𝒇(−𝟎. 𝟓) < 𝟎
−0.2 ∗ 0.3 < 0
−0.06 < 0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 0.0000 -0.5000 -0.2500 -0.2000 -0.1167 0.0233 -0.5000
2 -0.2500 -0.5000 -0.3750 -0.1167 0.0250 -0.0029 -0.2500
3 -0.2500 -0.3750 -0.3125 -0.1167 -0.0580 0.0068 -0.1250
4 -0.3125 -0.3750 -0.3438 -0.0580 -0.0199 0.0012 -0.0625
5 -0.3438 -0.3750 -0.3594 -0.0199 0.0016 0.0000 -0.0313
6 -0.3438 -0.3594 -0.3516 -0.0199 -0.0094 0.0002 -0.0156
7 -0.3516 -0.3594 -0.3555 -0.0094 -0.0040 0.0000 -0.0078
8 -0.3555 -0.3594 -0.3574 -0.0040 -0.0012 0.0000 -0.0039
9 -0.3574 -0.3594 -0.3584 -0.0012 0.0002 0.0000 -0.0020
10 -0.3574 -0.3584 -0.3579 -0.0012 -0.0005 0.0000 -0.0010
11 -0.3579 -0.3584 -0.3582 -0.0005 -0.0001 0.0000 -0.0005
12 -0.3582 -0.3584 -0.3583 -0.0001 0.0000 0.0000 -0.0002
13 -0.3582 -0.3583 -0.3582 -0.0001 -0.0001 0.0000 -0.0001

RESPUESTA
[−0.3582 ± 0.0001]

g) Encuentre tres rices:

PRIMERA RAIZ
𝒇(𝒙) = 𝒙𝟐 𝒄𝒐𝒔(𝒙)

INTERVALOS
[0,0]

SHUMAGER GAVILANES
Hoja 88 de 101

VERIFICACIÓN
𝒇(𝟎) = 02 𝑐𝑜𝑠(0)
𝒇(𝟎) = 0
𝒇(𝟎) = 02 𝑐𝑜𝑠(0)
𝒇(𝟎) = 0
𝒇(𝟎) ∗ 𝒇(𝟎) < 𝟎
0∗ 0<0
0<0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000 0.0000

RESPUESTA
[0.0000]

SEGUNDA RAIZ
𝒇(𝒙) = 𝒙𝟐 𝒄𝒐𝒔(𝒙)
INTERVALOS
[1,2]
VERIFICACIÓN
𝒇(𝟏) = 12 𝑐𝑜𝑠(1)
𝒇(𝟏) = 0.54

SHUMAGER GAVILANES
Hoja 89 de 101

𝒇(𝟐) = 1.62 𝑐𝑜𝑠(1.6)


𝒇(𝟐) = −1.66
𝒇(𝟏) ∗ 𝒇(𝟐) < 𝟎
0.54 ∗ −1.66 < 0
−0.896 < 0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 1.0000 2.0000 1.5000 0.5403 0.1592 0.0860 1.0000
2 1.5000 2.0000 1.7500 0.1592 -0.5459 -0.0869 0.5000
3 1.5000 1.7500 1.6250 0.1592 -0.1431 -0.0228 0.2500
4 1.5000 1.6250 1.5625 0.1592 0.0203 0.0032 0.1250
5 1.5625 1.6250 1.5938 0.0203 -0.0583 -0.0012 0.0625
6 1.5625 1.5938 1.5781 0.0203 -0.0183 -0.0004 0.0313
7 1.5625 1.5781 1.5703 0.0203 0.0012 0.0000 0.0156
8 1.5703 1.5781 1.5742 0.0012 -0.0085 0.0000 0.0078
9 1.5703 1.5742 1.5723 0.0012 -0.0036 0.0000 0.0039
10 1.5703 1.5723 1.5713 0.0012 -0.0012 0.0000 0.0020
11 1.5703 1.5713 1.5708 0.0012 0.0000 0.0000 0.0010
12 1.5703 1.5708 1.5706 0.0012 0.0006 0.0000 0.0005
13 1.5706 1.5708 1.5707 0.0006 0.0003 0.0000 0.0002
14 1.5707 1.5708 1.5707 0.0003 0.0001 0.0000 0.0001

RESPUESTA
[1.5707 ± 0.0001]

TERCERA RAIZ
𝒇(𝒙) = 𝒙𝟐 𝒄𝒐𝒔(𝒙)
INTERVALOS
[−1, −2]
VERIFICACIÓN
𝒇(−𝟏) = −12 𝑐𝑜𝑠(−1)
𝒇(−𝟏) = 0.54

SHUMAGER GAVILANES
Hoja 90 de 101

𝒇(−𝟐) = −22 𝑐𝑜𝑠(−2)


𝒇(−𝟐) = −1.66
𝒇(−𝟏) ∗ 𝒇(−𝟐) < 𝟎
0.54 ∗ −1.66 < 0
−0.896 < 0

#iter Xi Xf Xm f(xi) f(xm) f(xi)*f(xm) xf-xi


1 -1.0000 -2.0000 -1.5000 0.5403 0.1592 0.0860 -1.0000
2 -1.5000 -2.0000 -1.7500 0.1592 -0.5459 -0.0869 -0.5000
3 -1.5000 -1.7500 -1.6250 0.1592 -0.1431 -0.0228 -0.2500
4 -1.5000 -1.6250 -1.5625 0.1592 0.0203 0.0032 -0.1250
5 -1.5625 -1.6250 -1.5938 0.0203 -0.0583 -0.0012 -0.0625
6 -1.5625 -1.5938 -1.5781 0.0203 -0.0183 -0.0004 -0.0313
7 -1.5625 -1.5781 -1.5703 0.0203 0.0012 0.0000 -0.0156
8 -1.5703 -1.5781 -1.5742 0.0012 -0.0085 0.0000 -0.0078
9 -1.5703 -1.5742 -1.5723 0.0012 -0.0036 0.0000 -0.0039
10 -1.5703 -1.5723 -1.5713 0.0012 -0.0012 0.0000 -0.0020
11 -1.5703 -1.5713 -1.5708 0.0012 0.0000 0.0000 -0.0010
12 -1.5703 -1.5708 -1.5706 0.0012 0.0006 0.0000 -0.0005
13 -1.5706 -1.5708 -1.5707 0.0006 0.0003 0.0000 -0.0002
14 -1.5707 -1.5708 -1.5707 0.0003 0.0001 0.0000 -0.0001

RESPUESTA
[−1.5707 ± 0.0001]

MÉTODO DE NEWTON-RAPHSON

Ejercicio 48. Encuentre la raíz o raíces utilizando el método de Newton-Raphson, en


todos los ejercicios anteriores. Ofrecer, así mismo, el resultado con una incertidumbre
menor a 0,0001 y reportar la respuesta correctamente.

h) Encuentre la raíz:

SHUMAGER GAVILANES
Hoja 91 de 101

𝒇(𝒙) = 𝟐𝒙𝟒 + 𝟓𝒙𝟑 − 𝒙 + 𝟏


𝒇′(𝒙) = 𝟖𝒙𝟑 + 𝟏𝟓𝒙𝟐 − 𝟏
𝑿𝒊 = −𝟎. 𝟔

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


0 -0.6000 0.7792 2.6720 0.2916
1 -0.8916 -0.3885 5.2542 -0.0739 -0.8916
2 -0.8177 -0.0218 4.6554 -0.0047 -0.8177
3 -0.8130 -0.0001 4.6156 0.0000 -0.8130

RESPUESTA

[−0.8130 ± 0.0001]

i) Encuentre las raíces(3) :

SHUMAGER GAVILANES
Hoja 92 de 101

PRIMERA RAÍZ
𝒇(𝒙) = 𝟑𝒙𝟑 − 𝟓𝒙𝟐 − 𝟏𝟎𝒙 + 𝟐
𝒇′(𝒙) = 𝟗𝒙𝟐 − 𝟏𝟎𝒙 − 𝟏𝟎
𝑿𝒊 = −𝟏

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


1 -1.0000 4.0000 9.0000 0.4444
2 -1.4444 -3.0288 23.2222 -0.1304 -1.4444
3 -1.3140 -0.2995 18.6799 -0.0160 -1.3140
4 -1.2980 -0.0043 18.1426 -0.0002 -1.2980
5 -1.2977 0.0000 18.1347 0.0000 -1.2977

RESPUESTA
[−1.2977 ± 0.0000]

SEGUNDA RAÍZ

SHUMAGER GAVILANES
Hoja 93 de 101

𝒇(𝒙) = 𝟑𝒙𝟑 − 𝟓𝒙𝟐 − 𝟏𝟎𝒙 + 𝟐


𝒇′(𝒙) = 𝟗𝒙𝟐 − 𝟏𝟎𝒙 − 𝟏𝟎
𝑿𝒊 = 𝟎. 𝟗

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


0 0.9000 -8.8630 -11.7100 0.7569
1 0.1431 0.4751 -11.2469 -0.0422 0.1431
2 0.1854 -0.0064 -11.5444 0.0006 0.1854
3 0.1848 0.0000 -11.5407 0.0000 0.1848

RESPUESTA
[0.1848 ± 0.0000]

TERCERA RAÍZ
𝒇(𝒙) = 𝟑𝒙𝟑 − 𝟓𝒙𝟐 − 𝟏𝟎𝒙 + 𝟐

SHUMAGER GAVILANES
Hoja 94 de 101

𝒇′(𝒙) = 𝟗𝒙𝟐 − 𝟏𝟎𝒙 − 𝟏𝟎


𝑿𝒊 = 𝟓

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


0 5.0000 202.0000 165.0000 1.2242
1 3.7758 54.4462 80.5495 0.6759 3.7758
2 3.0998 12.3150 45.4819 0.2708 3.0998
3 2.8291 1.6192 33.7415 0.0480 2.8291
4 2.7811 0.0468 31.7984 0.0015 2.7811
5 2.7796 0.0000 31.7394 0.0000 2.7796

RESPUESTA

[2.7796 ± 0.0000]

j) Encuentre la raíz:

𝒇(𝒙) = 𝟔𝒙𝟓 + 𝟕𝒙𝟑 − 𝟖𝒙𝟐 + 𝟏𝟎


𝒇′ (𝒙) = 𝟑𝟎𝒙𝟒 + 𝟐𝟏𝒙𝟐 − 𝟏𝟔𝒙

SHUMAGER GAVILANES
Hoja 95 de 101

𝒙𝒊 = −𝟎. 𝟒

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


0 -0.4000 8.2106 10.5280 0.7799
1 -1.1799 -26.3541 106.2518 -0.2480 -1.1799
2 -0.9318 -6.8264 55.7647 -0.1224 -0.9318
3 -0.8094 -1.0384 39.5872 -0.0262 -0.8094
4 -0.7832 -0.0383 36.7005 -0.0010 -0.7832
5 -0.7822 -0.0001 36.5896 0.0000 -0.7822

RESPUESTA

[−0.7822 ± 0.0001]

k) Encuentre la raíz:

𝒇(𝒙) = 𝑺𝒊𝒏(𝟑𝒙) 𝒆𝒙𝒑 (−𝒙)

SHUMAGER GAVILANES
Hoja 96 de 101

𝒙𝒊 = 𝟎. 𝟔

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


0 0.6000 0.5345 -0.9085 -0.5883
1 1.1883 -0.1252 -0.7084 0.1767 1.1883
2 1.0116 0.0388 -1.1235 -0.0345 1.0116
3 1.0461 0.0012 -1.0551 -0.0011 1.0461
4 1.0472 0.0000 -1.0528 0.0000 1.0472

RESPUESTA

[1.0472 ± 0.0000]

l) Encuentre la raíz:

𝒍𝒐𝒈 (𝒙)
𝒇(𝒙) = −𝟎. 𝟓 + 𝒙 +
𝒙+𝟏

SHUMAGER GAVILANES
Hoja 97 de 101

𝟏 𝒍𝒐𝒈 (𝒙)
𝒇′(𝒙) = − +𝟏
𝒙𝟐 + 𝒙 (𝒙 + 𝟏)𝟐
𝒙𝒊 = 𝟑

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


0 3.0000 2.7747 1.0146701 2.7345
1 0.2655 -1.2826 4.8049847 -0.2669 0.2655
2 0.5324 -0.3790 2.4941827 -0.1519 0.5324
3 0.6843 -0.0409 2.0012663 -0.0204 0.6843
4 0.7048 -0.0005 1.9527423 -0.0003 0.7048
5 0.7050 0.0000 1.9521529 0.0000 0.7050

RESPUESTA

[0.7050 ± 0.0000]

m) Encuentre dos raíces:

PRIMERA RAÍZ
𝒙𝟐
𝒇(𝒙) = − 𝟎. 𝟐
𝒙+𝟏
𝒙(𝒙 + 𝟐)
𝒇′(𝒙) =
(𝒙 + 𝟏)𝟐
𝒙𝒊 = 𝟑

SHUMAGER GAVILANES
Hoja 98 de 101

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


0 3.0000 2.0500 0.9375 2.1867
1 0.8133 0.1648 0.6959 0.2368 0.8133
2 0.5765 0.0108 0.5976 0.0181 0.5765
3 0.5584 0.0001 0.5882 0.0001 0.5584

RESPUESTA

[0.5583 ± 0.0001]

SEGUNDA RAÍZ

𝒙𝟐
𝒇(𝒙) = − 𝟎. 𝟐
𝒙+𝟏
𝒙(𝒙 + 𝟐)
𝒇′(𝒙) =
(𝒙 + 𝟏)𝟐
𝒙𝒊 = −𝟎. 𝟖

SHUMAGER GAVILANES
Hoja 99 de 101

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


0 -0.8000 3.0000 -24.0000 -0.1250
1 -0.6750 1.2019 -8.4675 -0.1419 -0.6750
2 -0.5331 0.4085 -3.5863 -0.1139 -0.5331
3 -0.4191 0.1025 -1.9639 -0.0522 -0.4191
4 -0.3670 0.0127 -1.4955 -0.0085 -0.3670
5 -0.3585 0.0003 -1.4297 -0.0002 -0.3585
6 -0.3583 0.0000 -1.4282 0.0000 -0.3583

RESPUESTA

[−0.3583 ± 0.0000]

n) Encuentre tres rices:

PRIMERA RAÍZ

SHUMAGER GAVILANES
Hoja 100 de 101

𝒇(𝒙) = 𝒙𝟐 𝒄𝒐𝒔(𝒙)

𝒇′ (𝒙) = 𝒙(𝟐 𝒄𝒐𝒔(𝒙) − 𝒙 𝒔𝒊𝒏(𝒙))

𝒙𝒊 = 𝟎

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


1 0.0000 0.0000 0.0000 0.0000

RESPUESTA
[0.0000]

SEGUNDA Y TERCERA RAÍZ

𝒇(𝒙) = 𝒙𝟐 𝒄𝒐𝒔(𝒙)
𝒇′(𝒙) = 𝒙(𝟐 𝒄𝒐𝒔(𝒙) − 𝒙 𝒔𝒊𝒏(𝒙))
𝒙𝒊 = 𝟏𝟎

SHUMAGER GAVILANES
Hoja 101 de 101

# xi f(xi) f'(xi) f(xi)/f'(xi) f'(xi) - f(xi)/f'(xi)


1 10.0000 -83.9072 -11.3412 7.3984
2 2.6016 -5.8051 -5.8003 1.0008 2.6016
3 1.6008 -0.0768 -1.6960 0.0453 1.6008
4 1.5555 0.0370 -1.5077 -0.0246 1.5555
5 1.5800 -0.0231 -1.6092 0.0144 1.5800
6 1.5657 0.0125 -1.5497 -0.0081 1.5657
7 1.5738 -0.0074 -1.5831 0.0046 1.5738
8 1.5691 0.0041 -1.5639 -0.0026 1.5691
9 1.5718 -0.0024 -1.5748 0.0015 1.5718
10 1.5702 0.0013 -1.5685 -0.0009 1.5702
11 1.5711 -0.0008 -1.5721 0.0005 1.5711
12 1.5706 0.0004 -1.5701 -0.0003 1.5706
13 1.5709 -0.0003 -1.5712 0.0002 1.5709
14 1.5707 0.0001 -1.5706 -0.0001 1.5707

RESPUESTA
[+1.5707 ± 0.0000]

RESPUESTA
[−1.5707 ± 0.0000]

CONCLUSIONES

 Se desarrolló el polinomio de Taylor para encontrar aproximaciones de raíces de


distintas funciones, con diferentes grados.
 Se usó el método de Bisección para encontrar raíces en ecuaciones con distintos
número de iteraciones.
 Se usó el método de Newton Raphson para encontrar raíces en ecuaciones.

SHUMAGER GAVILANES

También podría gustarte