Está en la página 1de 51

Solucionario Cálculo diferencial e integral

Piskunov y yo resolviendo los problemas

07/10/11
Índice general

1. Número. Varible. Función 5


2. Límite y continuidad de las funciones. 37

Introducción
Problemas del Libro Calculo diferencial e integral de Piskunov[4], resueltos por mi.
Para aprender a manejar Latex, Lyx y Scilab; y de paso repasar mis conceptos de cálculo,
y/o aprender algo más al respecto. Intentare resolver en la medida de mis posibilidades los
problemas con Scilab.
No me hago responsable de los resultados, he comprobado que concuerdan, aunque en
algunas ocasiones puede ser que no (si me doy cuenta lo indicaría en el ejercicio correspon-
diente).
He congurado el documento, para que los apartados (ejercicios) no aparezcan en el
indice general, pues se obtenía un indice muy largo, y daba problemas al crear un PDF
(formatos no permitidos en hiperindices?). He congurado el tamaño de hoja para A5, con
la idea de que se pueda ver completo (sin necesidad de zoom) en un ebook, de momento
como no tengo ebook, no puedo comprobar como se ve realmente. No obstante es bastante
sencillo cambiar la conguración al tamaño de hoja que se desee. Con este tamaño de hoja
también se podría imprimir directamente dos hojas en un A4.
Capítulo 1

Número. Varible. Función

He resuelto manualmente los ejercicios propuestos, dibujando las grácas por puntos
(dando valor a x y obteniendo la y correspondiente), ya que el libro de Piskunov no trata
en este capítulo el trazado de las grácas (máximos, mínimos, concava, convexa, etc..).
Después he procedido (en los ejercios con grácas) a obtenerlas con Scilab (he intentado
usar la mayor cantidad de opciones que tiene Scilab para el trazado de funciones, aunque
puede ser que existan más que no conozca -eso seguro-).
Deseche utilizar el package de LAT X pst-func, pues mi objetivo es manejar el programa
E
Scilab. No obstante, si se tercia (he hecho alguna prueba desde MiTEX y me ha funcionado,
desde LYX aún no lo he probado, supongo que será mediante una Red Box), probare a
utilizarlo en alguna ocasión.

1.1. Calcular f (x) = x2 + 6x − 4 para x = 1 y y = 3


f (1) = 12 + 6 · 1 − 4 = 1 + 6 − 4 = 3

f (3) = 32 + 6 · 3 − 4 = 9 + 18 − 4 = 23

1.2. Calcular f (x) = x2 + 1 para los valores dados


a) f (4) = 42 + 1 = 16 + 1 = 17
√ √ 2
b) f ( 2) = 2 +1=2+1=3
2
c) f (a + 1) = (a + 1) + 1 = a2 + 2a + 1 + 1 = a2 + 2a + 2
d) f (a) + 1 = a2 + 1 + 1 = a2 + 1 + 1 = a2 + 2
2
e) f (a2 ) = a2 + 1 = a4 + 1
2 2
f) [f (a)] = a2 + 1 = a4 + 2a2 + 1
2
g) f (2a) = (2a) + 1 = 4a2 + 1
1.3. Calcular ϕ 1
y 1
siendo ϕ(x)= 3x+5
x−1

x ϕ(x)

1 1−x
−1
 
1 1−x
ϕ = x1 = x
3+5x =
x 3x + 5 x
3 + 5x

1 1 3x + 5
= x−1 =
ϕ(x) 3x+5
x−1


1.4. Calcular ψ(x) = x2 + 4 para 2x y para 0
q p p
2
ψ (2x) = (2x) + 4 = 4x2 + 4 = 2 x2 + 1

p √
ψ (0) = 02 + 4 = 4 = 2

1.5. Siendo f (x) = tg(θ) vericar que f (2θ) = 1−[f


2f (θ)
(θ)]
2

sen 2θ sen θ cos θ + cos θ sen θ 2 sen θ cos θ cos2 θ


f (2θ) = tg(2θ) = = = · =
cos 2θ cos θ cos θ − sen θ sen θ cos2 θ − sen2 θ cos2 θ

2 sen θ cos θ
cos2 θ 2 sen θ
cos θ 2 tg θ
= = = c.q.d
cos2 θ−sen2 θ
cos2 θ 1− sen2 θ
cos2 θ
1 − tg2 θ

1.6. Siendo ϕ(x) = log 1+x


1−x
comprobar que ϕ(a) + ϕ(b) =
a+b
ϕ 1+ab

1−a 1−b
ϕ(a) = log ϕ(b) = log
1+a 1+b

1−a 1−b (1 − a)(a − b)


ϕ(a) + ϕ(b) = log + log = log
1+a 1+b (1 + a)(1 + b)

a+b
1−
 
a+b 1+ab 1 + ab − a − b (1 − a)(1 − b)
ϕ = log a+b
= log = log c.q.d.
1 + ab 1+ 1+ab
1 + ab + a + b (1 + a)(1 + b)
1.7. Siendo f (x) = log x y ϕ(x) = x3 calcular:
a)
 
f [ϕ(2)] = f 23 = f (8) = log 23 = 3 log 2
b)
 
f [ϕ(a)] = f a3 = log a3 = 3 log a

c) ϕ [f (a)] = ϕ [log a] = (log a)


3

1.8. Dominio natural denición función y = 2x2 + 1


No existen valores que produzcan divisiones por cero; por tanto todos los reales son
validos.

x∈R −∞<x<∞

1.9. Dominio natural denición funciones:



a) 1 − x2 ; si |x| > 1 ⇒ 1 − x2 < 0 ⇒No raiz real ⇒ −1 6 x 6 1
2
x2 = |x|
√ √
b) 3 + x + 7 − x ; si x < −3 o x > 7 ⇒No raiz real ⇒ −3 6 x 6 7
4

√ √
c) x + a − x − b ; siempre existen raices reales ⇒ −∞ < x < ∞
3 5

√ p √
3

3
3
−8 = 3
(−2)3 = (−2) = −2 8= 23 = 2

d) a+x
a−x ; si x = a ⇒ denominador = 0=⇒ ∀x 6= a
e) arcsen2 x ; como sen x sólo toma los valores entre−1 y 1 ⇒este es el dominio
de arcsen x y de arcsen2 x ⇒ −1 ≤ x ≤ 1
f) y = log x ; la función logarítmica sólo está denida para valores positivos
⇒ ∀x > 0
g) y = ax (a > 0) =⇒ ∀x ⇒ −∞ < x < ∞
1.10. Construir gráca de la función y = −3x + 5
5
Puntos de corte con los ejes: x=0⇒y=5 y = 0 ⇒ −3x = −5 ⇒ x = 3
La curva es una recta, y utilizando Scilab para dibujarla

x=[ −5:0.1:5] ';


y=−3*x+5; b=5/3;
plot2d ( x , y , [ 2 ] , l e g="y=−3*x+5" , r e c t =[−1 0 5 1 0 ] )
xgrid
xstring ( 0 , 5 , [ "P( 0 , 5 ) " ] )
xstring ( b , 0 , [ "P( 5 / 3 , 0 ) " ] )
// a x i s c e n t e r e d a t ( 0 , 0 )
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.11. Gracar parábola y = 21 x2 + 1
Dado que si y = 0 → 0 = 12 x2 + 1 → −2 = x2 no cruza el eje x
1
Analizándo algunos puntos x = 1 o x = −1 ⇒ y = 1 +
2
x = ±2 ⇒ y = 2 + 1 = 3
x=0⇒y=1
Realizando el gráco en scilab:

x=[ −5:0.1:5] ';


y =0.5* x^2+1;
plot2d ( x , y , [ 2 ] , l e g="y=1/2*x+1" , r e c t =[−4 0 4 1 0 ] )
xgrid
// a x i s c e n t e r e d a t ( 0 , 0 )
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.12. Parábola y = 3 − 2x2
q
3
y = 0 ⇒ 0 = 3−2x2 ⇒ −3 = −2x2 ⇒ |x| = 2 es simétrica respecto eje y (ordenadas)
x=0⇒y=3
x=[ −5:0.1:5] ';
y=3−2*x ^ 2 ;
plot2d ( x , y , [ 2 ] , l e g="y=3−2*x^2" , r e c t =[−3 −5 3 4 ] )
xgrid
// a x i s c e n t e r e d a t ( 0 , 0 )
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.13. Parábola y = x2 + 2x − 1
√ √ √
−1± 22 −4·1·(−1) −2± 4+4
x= = = −2±2 2
puntos de corte eje x (abcisas)
2·1 √ 2 √2
y = 0 ⇒ x1 = −1 + 2 x2 = −1 − 2
x = 0 ⇒ y = −1
x=[ −5:0.1:5] ';
y=x^2+2*x − 1;
plot2d ( x , y , [ 2 ] , l e g="y=x^2+2*x−1" , r e c t =[−4 −2 2 7 ] )
xgrid
// a x i s c e n t e r e d a t ( 0 , 0 )
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.14. y = x−1
1
∀x 6= 1
x = 0 ⇒ y = −1
x1 = [ − 3 : 0 . 0 5 : . 9 5 ] ' ;
x2 = [ 1 . 0 5 : 0 . 1 : 3 ] ' ;
dims =1; x=c a t ( dims , x1 , x2 ) ;
y=(x − 1)^( − 1) ; // y=1/(x −1) ; No f u n c i o n a
plot2d ( x , y , [ 2 ] , l e g="y=1/(x −1)" , r e c t =[−3 −10 3 1 0 ] )
xgrid
xstring ( 0 , − 1 , [ "P(0 , − 1) " ] )
// a x i s c e n t e r e d a t ( 0 , 0 )
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.15. y = sen 2x
La curva sen x es periódica 2π
La curva sen 2x es periódica π
x1 = [ − 3 : 0 . 0 5 : . 9 5 ] ' ;
x2 = [ 1 . 0 5 : 0 . 1 : 3 ] ' ;
dims =1; x=c a t ( dims , x1 , x2 ) ;
y=(x − 1)^( − 1) ; // y=1/(x −1) ; No f u n c i o n a
plot2d ( x , y , [ 2 ] , l e g="y=1/(x −1)" , r e c t =[−3 −10 3 1 0 ] )
xgrid
xstring ( 0 , − 1 , [ "P(0 , − 1) " ] )
// a x i s c e n t e r e d a t ( 0 , 0 )
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.16. y = cos 3x
La curva cos x es periódica 2π
La curva cos 3x es periódica 23 π
x = [ 0 : 0 . 1 : 2 * %pi ] ' ;
plot2d ( x , cos ( 3 * x ) , [ 2 ] , r e c t =[0 , − 1 ,2* %pi , 1 ] ) ;
xgrid
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.17. Parábola y = x2 − 4x + 6
√ √
4± (−4)2 −4·1·6 4± 16−24
y=0⇒x= 2·1 = 2 no corta el eje x
x=0⇒y=6
x=[ −5:0.1:5] ';
y=x^2 −4*x+6;
plot2d ( x , y , [ 2 ] , l e g="y=x^2−4*x+6" , r e c t =[−1 0 5 1 1 ] )
xgrid
// a x i s c e n t e r e d a t ( 0 , 0 )
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.18. y = 1−x
1
2

x=0⇒y=1
No denida para |x| = 1
Curva simétrica eje ordenadas

x1 = [ − 3 : 0 . 0 5 : − 1 . 0 5 ] ' ;
x2 = [ − 0 . 9 5 : 0 . 0 5 : 0 . 9 5 ] ' ;
x3 = [ 1 . 0 5 : 0 . 0 5 : 3 ] ' ;
dims =1; x=c a t ( dims , x1 , x2 , x3 ) ;
y=(1−x ^2) ^( − 1) ; // y=1/(1− x ^2) ; No f u n c i o n a
plot2d ( x , y , [ 2 ] , l e g="y=1/(1 − x ^2) " , r e c t =[−3 −5 3 5 ] )
xgrid
// a x i s c e n t e r e d a t ( 0 , 0 )
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.19. y = sen x + π4


π
La curva es periódica 2π y está adelantada
4 (respecto a la curva seno)

x = [ 0 : 0 . 1 : 2 * %pi ] ' ;
plot2d ( x , sin ( x+( %pi/ 4 ) ) , [ 2 ] , r e c t =[0 , − 1 ,2* %pi , 1 ] ) ;
xgrid
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.20. y = cos x − π3


π
La curva cos x es periódica 2π retrasada
3 (respecto a la curva coseno)

x = [ 0 : 0 . 1 : 2 * %pi ] ' ;
plot2d ( x , [ sin ( x+( %pi/ 4 ) ) cos ( x −( %pi/ 3 ) ) ] , [ 2 3 ] , l e g=" s i n ( x+p i / 4 ) @cos ( x
− p i / 3 ) " , r e c t =[0 , − 1 ,2* %pi , 1 ] ) ;
xgrid
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
1.21. y = tg 21 x
La curva tg 12 x es periódica 2π y no valilda para x = π (tg x es periódica π)

1.22. y = cotg 41 x
La curva cotg 14 x es periódica 4π y no valilda para x = π (cotg x es periódica π)

x=[( − 1) * %pi : 0 . 1 : %pi ] ' ;


deff ( " [ y]= f ( x ) " , "y =tan ( x / 2 ) " ) ;
deff ( " [ y]=g ( x ) " , "y =c o t g ( ( x+((x==0)* %eps ) ) / 4 ) " ) ;
// con "+(x==0)* %eps" s e e v i t a e l 0
// t r a z o f u n c i ó n f ( x )
fplot2d ( x , f , [ 2 ] , r e c t =[− %pi, − 10 , %pi , 1 0 ] )
a=gca ( ) ; // Handle on a x e s e n t i t y
// a x i s c e n t e r e d a t ( 0 , 0 )
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
// There a r e a compound made o f two p o l y l i n e s and a l e g e n d
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid
// t r a z o f u n c i ó n g ( x )
fplot2d ( x , g , [ 3 ] , r e c t =[− %pi, − 10 , %pi , 1 0 ] ) ;
// t r a z o g r u e s o en f u n c i ó n d i b u j a d a
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
// uso de LaTex en l a l e g e n d a , ver ' l e g e n d '
h l=l e g e n d ( [ ' $y=t g \ f r a c {x }{2} $ ' ] , [ ' $y=c o t g \ f r a c {x }{4} $ ' ] , 4 ) ;
1.23. y = 3x
La curva potencial corta el eje x en el −∞ se aproxima a el rápidamente, pero no lo
corta.

Para x=0⇒y=1

1.24. y = 2−x
2

La curva potencial es simétrica respecto al eje y, debido al cuadrado de x.

Y corta el eje x en el −∞ y en el +∞ se aproxima a ellos rápidamente, pero no lo corta.


Para x=0⇒y=1
x=[ −5:0.1:5] ';
deff ( " [ y]= f ( x ) " , "y =3^x" ) ;
deff ( " [ y]=g ( x ) " , "y =2^( −(x ^2) ) " ) ;
// t r a z o f u n c i ó n f ( x )
fplot2d ( x , f , [ 2 ] , r e c t = [ − 3 , 0 , 3 , 4 ] )
a=gca ( ) ; // Handle on a x e s e n t i t y
// a x i s c e n t e r e d a t ( 0 , 0 )
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
// There a r e a compound made o f two p o l y l i n e s and a l e g e n d
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid
// t r a z o f u n c i ó n g ( x )
fplot2d ( x , g , [ 3 ] , r e c t = [ − 3 , 0 , 3 , 4 ] ) ;
// t r a z o g r u e s o en f u n c i ó n d i b u j a d a
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
h l=l e g e n d ( [ ' $y=3^x$ ' ] , [ ' $y=2^{−x^2}$ ' ] , 1 ) ;
1.25. y = log2 x1

1
La curva logarítmica sólo está denida para valores x > 0, por lo que log2 x también
tiene el mismo dominio

También se representa la curva y = ln x1

x=[0:0.05:4] ';
deff ( " [ y]= f ( x ) " , "y =l o g 2 ( 1 / ( x+((x==0)* %eps ) ) ) " ) ;
deff ( " [ y]=g ( x ) " , "y =l o g ( 1 / ( x+((x==0)* %eps ) ) ) " ) ;
fplot2d ( x , f , [ 2 ] , r e c t = [ 0 , − 4 , 4 , 1 0 ] )
xgrid
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
// There a r e a compound made o f two p o l y l i n e s and a l e g e n d
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid ;
// t r a z o f u n c i ó n g ( x )
fplot2d ( x , g , [ 3 ] , r e c t = [ 0 , − 4 , 4 , 1 0 ] ) ;
// t r a z o g r u e s o en f u n c i ó n d i b u j a d a
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
h l=l e g e n d ( [ ' $y=\log_2 \ f r a c {1}{ x}$ ' ] , [ ' $y=l n \ f r a c {1}{ x} $ ' ] , 1 ) ; // upper
l e f t corner
1.26. y = x3 + 1
y = 0 ⇒ x = −1 x=0⇒y=1

1.27. y = 4 − x3

3
y=0⇒x= 4 x=0⇒y=4

x=[ −2.2:0.1:3] ';


deff ( " [ y]= f ( x ) " , "y =x^3+1" ) ;
deff ( " [ y]=g ( x ) " , "y =4−x^3" ) ;
// t r a z o f u n c i ó n f ( x )
fplot2d ( x , f , [ 2 ] , r e c t =[ − 5 , − 8 ,5 ,10])
a=gca ( ) ; // Handle on a x e s e n t i t y
// a x i s c e n t e r e d a t ( 0 , 0 )
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
// There a r e a compound made o f two p o l y l i n e s and a l e g e n d
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid
// t r a z o f u n c i ó n g ( x )
fplot2d ( x , g , [ 3 ] , r e c t =[ − 5 , − 8 ,5 ,10]) ;
// t r a z o g r u e s o en f u n c i ó n d i b u j a d a
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
h l=l e g e n d ( [ ' $y=x^3+1$ ' ] , [ ' $y =4−x^3$ ' ] , 1 ) ;
1.28. y = x1 2

No denida para x=0 (tendería a innito)

Curva simétrica respecto al eje y (ordenadas)

x1 = [ − 3 : 0 . 1 : − 0 . 1 ] ' ;
x2 = [ 0 . 1 : 0 . 1 : 3 ] ' ;
dims =1; x=c a t ( dims , x1 , x2 ) ;
deff ( " [ y]= f ( x ) " , "y =(x ^2) ^( − 1)" ) ;
fplot2d ( x , f , [ 2 ] , r e c t = [ − 3 , 0 , 3 , 1 0 ] )
// tambien f u n c i o n a
// y =(x ^2) ^( − 1)
// p l o t 2 d ( x , y , [ 2 ] , l e g ="y =(x ^2) ^( − 1) " , r e c t =[−3 0 3 1 0 ] )
xgrid
// a x i s c e n t e r e d a t ( 0 , 0 )
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
h1=l e g e n d ( [ ' $y=\ f r a c {1}{ x^2}$ ' ] , 2 ) ;
1.29. y = x4
Curva simétrica respecto al eje y (ordenadas)

1.30. y = x5
Curva simétrica respecto al origen (punto 0,0)

x=[ −2:0.1:2] ';


deff ( " [ y]= f ( x ) " , "y =x^5" ) ;
deff ( " [ y]=g ( x ) " , "y =x^4" ) ;
// t r a z o f u n c i o n f ( x )
fplot2d ( x , f , [ 2 ] , r e c t =[ − 2 , − 10 ,2 ,10])
a=gca ( ) ; // Handle on a x e s e n t i t y
// a x i s c e n t e r e d a t ( 0 , 0 )
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
// There a r e a compound made o f two p o l y l i n e s and a l e g e n d
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid
// t r a z o f u n c i o n g ( x )
fplot2d ( x , g , [ 3 ] , r e c t =[ − 2 , − 10 ,2 ,10]) ; x t i t l e ( " F u n c i o n e s p o t e n c i a l e s " ) ;
// x l a b e l (" x ") ; y l a b e l (" y ") ; l a s l e t r a s " x " e " y " s a l e n s o b r e
c u a d r i c u l a y no s e ven
// t r a z o g r u e s o en f u n c i o n d i b u j a d a
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
h l=l e g e n d ( [ ' $y=x^5$ ' ] , [ ' $y=x^4$ ' ] , 4 ) ;

1.31. y = x
Curva denida sólo para x≥0

1.32. y = √1x
Curva denida sólo para x>0
Programa en Scilab (no trazo punto cero)

x=[0.01:0.01:10] ';
deff ( " [ y]= f ( x ) " , "y =s q r t ( x ) " ) ;
deff ( " [ y]=g ( x ) " , "y =1/( s q r t ( x ) ) " ) ;
// t r a z o f u n c i ó n f ( x )
fplot2d ( x , f , [ 2 ] , r e c t = [ 0 , 0 , 1 0 , 1 0 ] ) ;
a=gca ( ) ; // Handle on a x e s e n t i t y
// a x i s c e n t e r e d a t ( 0 , 0 )
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
// There a r e a compound made o f two p o l y l i n e s and a l e g e n d
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid ;
// t r a z o f u n c i ó n g ( x )
fplot2d ( x , g , [ 3 ] , r e c t = [ 0 , 0 , 1 0 , 1 0 ] ) ; x t i t l e ( " F u n c i o n e s p o t e n c i a l e s " ) ;
// t r a z o g r u e s o en f u n c i ó n d i b u j a d a
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
h l=l e g e n d ( [ ' $y=\ s q r t {x}$ ' ] , [ ' $y=\ f r a c {1}{\ s q r t {x }} $ ' ] , 1 ) ; // upper l e f t
corner


1.33. y = x 3

Curva simétrica respecto al origen


Scilab utiliza la exponenciación para resolver, por lo que no da valores correctos para
1 1
valores de x negativos. x 3 = e 3 log x Dando resultados de número complejos, que en la
presentación gráca, se convierten a: en el eje x la parte real, y en el eje y la parte imaginaria.

3 1
Por ejemplo la −27 = −3 en Scilab es −27 3 = 1, 5 + 2, 5980762i (Curva azul, para
números positivos coincide con curva verde -queda oculta-)

x=[ −8:0.1:8] ';


deff ( " [ y]= f ( x ) " , "y =x ^ ( 1 / 3 ) " ) ;
// For two r e a l or complex numbers x1 e t x2 t h e v a l u e o f x1^x2 i s t h e "
p r i n c i p a l v a l u e " d e t e r m i n e d by x1^x2 = exp ( x2 * l o g ( x1 ) ) .
function [ y]=g ( x )
i f x<0 then
y=( −1) * ( ( abs ( x ) ) ^ ( 1 / 3 ) )
else
y =x ^ ( 1 / 3 )
end
endfunction
fplot2d ( x , f , [ 2 ] , r e c t =[ − 8 , − 3 ,8 ,3])
xgrid
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
// There a r e a compound made o f two p o l y l i n e s and a l e g e n d
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid ;
// t r a z o f u n c i ó n g ( x )
fplot2d ( x , g , [ 3 ] , r e c t =[ − 8 , − 3 ,8 ,3]) ;
// t r a z o g r u e s o en f u n c i ó n d i b u j a d a
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
h l=l e g e n d ( [ ' $y=x^\ f r a c {1}{3}= e ^{\ f r a c {1}{3}\ l o g {x }} $ ' ] , [ ' $y=\ s q r t [ 3 ] { x
} $ ' ] , 1 ) ; // upper l e f t c o r n e r
1.34. y = |x|
Curva siméttrica respecto a las ordenadas.

1.35. y = log2 |x|


Curva simétrica, denida ∀x 6= 0

x=[ −4:0.1:4] ';


deff ( " [ y]= f ( x ) " , "y =abs ( x ) " ) ;
deff ( " [ y]=g ( x ) " , "y =l o g 2 ( abs ( x ) +((x==0)* %eps ) ) " ) ;
// con "+(x==0)* %eps" s e e v i t a e l 0
// t r a z o f u n c i ó n f ( x )
fplot2d ( x , f , [ 2 ] , r e c t =[ − 4 , − 10 ,4 ,4])
a=gca ( ) ; // Handle on a x e s e n t i t y
// a x i s c e n t e r e d a t ( 0 , 0 )
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
// There a r e a compound made o f two p o l y l i n e s and a l e g e n d
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid
// t r a z o f u n c i ó n g ( x )
fplot2d ( x , g , [ 3 ] , r e c t =[ − 4 , − 10 ,4 ,4]) ;
// t r a z o g r u e s o en f u n c i ó n d i b u j a d a
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
// uso de LaTex en l a l e g e n d a , ver ' l e g e n d '
h l=l e g e n d ( [ ' $y =|x | $ ' ] , [ ' $y=\log_2 | x | $ ' ] , 4 ) ;
1.36. y = log2 (1 − x)
Curva denida ∀x < 1
x=[ −5:0.1:1] ';
deff ( " [ y]= f ( x ) " , "y =l o g 2 ((1 − x ) +((1 − x )==0)* %eps ) " ) ;
deff ( " [ y]=g ( x ) " , "y =l o g ((1 − x ) +((1 − x )==0)* %eps ) " ) ;
fplot2d ( x , f , [ 2 ] , r e c t =[ − 5 , − 5 ,1 ,3])
xgrid
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
// There a r e a compound made o f two p o l y l i n e s and a l e g e n d
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid ;
// t r a z o f u n c i ó n g ( x )
fplot2d ( x , g , [ 3 ] , r e c t =[ − 5 , − 5 ,1 ,3]) ;
// t r a z o g r u e s o en f u n c i ó n d i b u j a d a
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
// uso de LaTex en l a l e g e n d a , ver ' l e g e n d '
h l=l e g e n d ( [ ' $y=\log_2 (1 − x ) $ ' ] , [ ' $y=l n (1 − x ) $ ' ] , 3 ) ; // upper l e f t c o r n e r
1.37. y = 3 sen 2x + π3


La curva es senoidal, de amplitud 3, periódica π (doble frecuencia) y está adelantada


π
(respecto a la curva seno)
3

1.38. y = 4 cos x + π2


π
La curva es senoidal, periódica 2π y adelantada
2 (respecto a la curva seno)

x = [ 0 : 0 . 1 : 2 * %pi ] ' ;
deff ( " [ y]= f ( x ) " , "y =3* s i n ( 2 * x+( %pi/ 3 ) ) " ) ;
deff ( " [ y]=g ( x ) " , "y =4* c o s ( x+( %pi/ 2 ) ) " ) ;
fplot2d ( x , f , [ 2 ] , r e c t =[0 , − 4 ,2* %pi , 4 ] )
a=gca ( ) ; // Handle on a x e s e n t i t y
// a x i s c e n t e r e d a t ( 0 , 0 )
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid
// t r a z o f u n c i ó n g ( x )
fplot2d ( x , g , [ 3 ] , r e c t =[0 , − 4 ,2* %pi , 4 ] ) ;
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
poly1 . t h i c k n e s s = 3 ;
h l=l e g e n d ( [ ' $y=3\ s i n ( 2 x+\ f r a c {\ p i } { 3 } ) $ ' ] , [ ' $y=4\ c o s ( x+\ f r a c {\ p i } { 2 } ) $
' ] ,5) ;
1.39. Curvas denidas por tramos f (x) denida ∀x ⊂
[−1; 1]

(
1+x −1 ≤ x ≤ 0
f (x) =
1 − 2x 0≤x≤1

x=[ −1:0.1:1] ';


function [ y]= f ( x )
i f x<0 then
y=1+x
else
y =1−2*x
end
endfunction
fplot2d ( x , f , [ 2 ] , r e c t =[ − 1 , − 1 ,1 ,1])
xgrid
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid ;
1.40. Curvas denidas por tramos f (x) denida ∀x ⊂
[0; 2]
(
x3 0≤x≤1
f (x) =
x 1≤x≤2

x=[0:0.1:2] ';
function [ y]= f ( x )
i f x<=1 then
y=x^3
else
y =x
end
endfunction
fplot2d ( x , f , [ 2 ] , r e c t = [ 0 , 0 , 2 , 2 ] )
xgrid
a=gca ( ) ; // Handle on a x e s e n t i t y
a . x_location = " o r i g i n " ;
a . y_location = " o r i g i n " ;
a . c h i l d r e n // l i s t t h e c h i l d r e n o f t h e a x e s .
p o l y 1= a . c h i l d r e n ( 1 ) . c h i l d r e n ( 1 ) ; // s t o r e p o l y l i n e h a n d l e i n t o p o l y 1
p o l y 1 . t h i c k n e s s = 3 ; // . . . and t h e t i c k n e s s o f a c u r v e .
xgrid ;
1.41. Espiral hiperbólica % = ϕa
p h i = [ 0 : %pi / 1 0 0 : %pi * 4 ] ; rho = ( 0 . 9 ) / p h i
polarplot ( phi , rho )

1.42. Espiral logarítmica % = aϕ


Para a<1⇒ espiral que se acerca a cero (color negro).
Para a=1⇒ circulo unidad (color rojo)
Para a>1⇒ espiral que se aleja a innito (color azul)

p h i = [ 0 : %pi / 1 0 0 : %pi * 4 ] ; rho05 = ( 0 . 9 ) ^p h i ;


rho1=1^p h i ; rho2 =1.1^ p h i
polarplot ( [ phi ' phi ' phi ' ] , [ rho05 ' rho1 ' rho2 ' ] , [ 1 , 5 , 1 0 ] , ' 130 ' , "
@r09@r1@>r 1 1 " )

1.43. Lemniscata % = a cos 2ϕ
También se ha trazado la curva lemniscata con el seno (curva de color rojo)

p h i = [ 0 : %pi / 1 0 0 : 2 * %pi ] ; a =10;


columnas=s i z e ( phi , ' c ' )
rho=ones ( p h i ) ;mu=rho ;
for i t =1: columnas
i f ( cos ( 2 * p h i ( 1 , i t ) ) <0) then
rho ( 1 , i t )=0 // v a l o r e s i m a g i n a r i o s de l a r a i z
else
rho ( 1 , i t )=a* sqrt ( cos ( 2 * p h i ( 1 , i t ) ) )
end
end
for i t =1: columnas
i f ( sin ( 2 * p h i ( 1 , i t ) ) <0) then
mu( 1 , i t )=0 // v a l o r e s i m a g i n a r i o s de l a r a i z
else
mu( 1 , i t )=a * sqrt ( sin ( 2 * p h i ( 1 , i t ) ) )
end
end
polarplot ( [ phi ' phi ' ] , [ rho ' mu' ] , [ 1 , 5 ] , ' 130 ' , "@r1@>r 1 1 " )
// l a l e m i n i s c a t a d e l seno e s t a g i r a d a ( r e t r a s a d a ) p i /4 (45 º )
1.44. Cardioide % = a (1 − cosϕ)
También se ha trazado la curva cardioide con el seno (curva de color rojo)

p h i = [ 0 : %pi / 1 0 0 : 2 * %pi ] ; a =5;


rho=a*(1 − cos ( p h i ) ) ;
mu=a*(1 − sin ( p h i ) ) ;
polarplot ( [ phi ' phi ' ] , [ rho ' mu' ] , [ 1 , 5 ] , ' 130 ' , "@r1@>r 1 1 " )
// l a c a r d i o i d e d e l seno e s t a g i r a d a ( r e t r a s a d a ) p i /2 (90 º )
1.45. Rosa de n-Pétalos % = a sen 3ϕ
También se ha trazado la Rosa de 2n-Pétalos con µ = a cos 4ϕ (curva de color rojo)
Si el múltiplo de ϕ es par se obtiene una rosa de 2n-pétalos, si es impar de n-pétalos.
Esto se produce tanto en el seno como en el coseno, lo que hay es un desfase (giro) entre
una curva y otra.

p h i = [ 0 : %pi / 1 0 0 : 2 * %pi ] ; a =5;


rho=a* sin ( 3 * p h i ) ;
mu=a * cos ( 4 * p h i ) ;
polarplot ( [ phi ' phi ' ] , [ rho ' mu' ] , [ 1 , 5 ] , ' 130 ' , "@r1@>r 1 1 " )
Capítulo 2

Límite y continuidad de las

funciones.

He resuelto manualmente los ejercicios propuestos. En Scilab no he encontrado una


herramienta que resulva simbolicamente los límites; parece ser que el programa MAXIMA
si que lo hace (pero de momento no estoy interesado en utilizarlo).

2.1. Calcular lı́mx→1 x x+2x+5


2

+1 2

En primer lugar, probamos a resolver aplicando el valor de x, dentro de la expresión::

x2 + 2x + 5 12 + 2 · 1 + 5 8
lı́m 2
= 2
= =4
x→1 x +1 1 +1 2
Aplicando teoremas funamentales de los límites (Apartado 5 del libro de Piskunov)

x2 + 2x + 5 lı́mx→1 x2 + 2x + 5 lı́mx→1 x2 + lı́mx→1 2x + lı́mx→1 5


lı́m = = =
x→1 x2 + 1 lı́mx→1 x2 + 1 lı́mx→1 x2 + lı́mx→1 1

1+2+5 8
= = =4
1+2 2

2.2. Calcular lı́mx→ [2 sen x − cos x + cotg x]


π
2

1
lı́m [2 sen x − cos x + cotg x] = 2 lı́mπ sen x − lı́mπ cos x + lı́mπ cos x · lı́mπ =
x→ π
2 x→ 2 x→ 2 x→ 2 x→ 2 sen x

1
=2·1−0+0· =2
1
2.3. Calcular lı́mx→2 √x−2
2+x

x−2 lı́mx→2 x − 2 2−2 0


lı́m √ = √ = = =0
x→2 2+x lı́mx→2 2 + x 2 2

2.4. Calcular lı́mx→∞ 2 − x1 + x4



2

 
1 4 1 4
lı́m 2− + 2 = lı́m 2 − lı́m + lı́m 2 = 2 − 0 + 4 · 0 = 2
x→∞ x x x→∞ x→∞ x x→∞ x

2.5. Calcular lı́mx→∞ 4x 3x−2x−5+1


3 2
3

3 2
lı́mx→∞ 4x −2x +1
lı́mx→∞ 4 − 2 x1 + x12

4x3 − 2x2 + 1 x3 4−0+0 4
lı́m = = = =
lı́mx→∞ 3 − x53
3
lı́mx→∞ 3xx3−5

x→∞ 3x3 − 5 3−0 3

2.6. Calcular lı́mx→∞ x+1


x
 
x+1 1
lı́m = lı́m 1 + =1+0=1
x→∞ x x→∞ x

2.7. Calcular lı́mn→∞ 1+2+...+n


n 2

 
1 + 2 + ... + n n(1 + n) 1+n 1 1 1 1
lı́m = lı́m = lı́m = lı́m + =0+ =
n→∞ n2 n→∞ 2n2 n→∞ 2n n→∞ 2n 2 2 2

Dado que el sumatorio de la Progresión Aritmética es::

n
X n(a1 + an ) n(1 + n)
n = (1 + 2 + . . . + n) = =
i=1
2 2

2.8. Calcular lı́mn→∞ 1 +2 n+...+n


2 2 2
3

Piskunov[4]propone para su resolución utilizar la igualdad (demostrada):

n(n + 1)(2n + 1)
12 + 22 + . . . + n2 =
6

1 2 + 2 2 + . . . + n2 n(n + 1)(2n + 1) (n + 1)(2n + 1)


lı́m = lı́m = lı́m =
n→∞ n3 n→∞ 6n3 n→∞ 6n2
2n2 + 3n + 1 /n2 2 + n3 + 1
n2 2+0+0 1
= lı́m = lı́m = =
n→∞ 6n2 /n2 n→∞ 6 6 3
Tambien se podría resolver por el Criterio de Stolz, en el Atlas de matemáticas [3] se indica
este método para resolver límites de la forma:

an an − an−1 an
lı́m an → ∞ y bn → ∞ ⇒ lı́m = lı́m
n→∞ bn n→∞ bn − bn−1 n→∞ bn
Aplicando el Criterio de Stolz:

(12 + 22 + . . . + n2 ) − (12 + 22 + . . . (n − 1)2 )


lı́m =
n→∞ n3 − (n − 1)3

n2 n2 /n2
= lı́m = lı́m =
n→∞ n3 − (n3 − 3n2 + 3n − 1) n→∞ 3n2 − 3n + 1 /n2

1 1 1
= lı́m 3 1 = =
n→∞ 3− n + n2
3−0+0 3

2.9. Calcular lı́mx→∞ x 2x+5


2
+x−1

Se puede resolver dividiendo los polinomios denominador y divisor por x2 .

x2 + x − 1 /x2 1 + x1 − x12 1+0−0 1


lı́m = lı́m 2 5 = = =∞
x→∞ 2x + 5 /x2 x→∞
x + x2
0 + 0 0

2.10. Calcular lı́mx→∞ 3x x−2x−1


2

+4 3

Se puede resolver dividiendo los polinomios denominador y divisor por x3 .


3
3x2 − 2x − 1 /x3 x − x22 − 1
x3 0−0−0 0
lı́m = lı́m = = =0
x→∞ x3 + 4 /x3 x→∞ 1 + x43 1+0 1

2.11. Calcular lı́mx→0 4x3x−2x


3 2
+x
+2x 2

Se puede resolver dividiendo los polinomios denominador y divisor por x.

4x3 − 2x2 + x /x 4x2 − 2x + 1 0−0+1 1


lı́m 2
= lı́m = =
x→0 3x + 2x /x x→0 3x + 2 0+2 2
En Scilab, podemos calcular este límite aprovechando el mínimo valor  %eps

function y=p o l 1 ( x )
y =(4 * x^3 −2* x^2+x ) / ( 3 * x^2+2* x )
endfunction
Obteniendo como resultado en consola, al introducir en vez de 0 el valor  %eps
−−>p o l 1 ( %eps )
ans = 0.5

2.12. Calcular lı́mx→2 xx−2


2
−4

Se soluciona descomponiendo el polinomio del denominador


1 y simplicando la función.

x2 − 4 (x + 2)(x − 2)
lı́m = lı́m = lı́m x + 2 = 2 + 2 = 4
x→2 x − 2 x→2 (x − 2) x→2

En Scilab, podemos calcular este límite aprovechando el mínimo valor  %eps, y la gestión
de errores ieee(n)

ieee ( 2 )
function y=p o l 1 2 b ( x )
y=(x ^2 − 4)/( x − 2)
endfunction
disp ( p o l 1 2 b (2 − %eps ) )
disp ( p o l 1 2 b (2+ %eps ) )
Obteniendo como resultado al ejecutar este archivo

−−>exec ( ' 02 − 12b . s c i ' , −1)


4.
Nan

2.13. Calcular lı́mx→1 xx−1


3
−1

Se soluciona descomponiendo el polinomio del denominador


2 y simplicando la función.

x3 − 1 (x2 + x + 1)(x − 1)
lı́m = lı́m = lı́m x2 + x + 1 = 12 + 1 + 1 = 3
x→1 x − 1 x→1 (x − 1) x→1

En Scilab

ieee ( 2 )
function y=p o l 1 3 ( x )
y=(x ^3 − 1)/( x − 1)
endfunction
disp ( p o l 1 3 (1 − %eps ) )
disp ( p o l 1 3 (1+ %eps ) )
Obteniendo como resultado al ejecutar este archivo

1 0 -4
1 División de polinomios, por Runi: x2 − 4 = (x − 2)(x + 2) 2 2 4
1 2 0
1 0 0 -1
2 Aplicando Runi: x4 − 1 = (x − 1)(x2 + x + 1) 1 1 1 1
1 1 1 0
−−>exec ( ' 02 −13. s c i ' , −1)
3.
3.

2.14. Calcular lı́mx→2 xx−12x+20


2
−5x+6
2

Se soluciona descomponiendo los polinomios del denominador y del divisor, y simpli-


cando la función.

x2 − 5x + 6 (x − 3)(x − 2) x−3 −1 1
lı́m = lı́m = lı́m = =
x→2 x2 − 12x + 20 x→2 (x − 10)(x − 2) x→2 x − 10 −8 8
En Scilab

ieee ( 2 )
function y=p o l 1 4 ( x )
y=(x ^2 − (5 * x ) + 6 ) / ( x ^2 − (12 * x ) + 2 0 )
endfunction
disp ( p o l 1 4 (2 − %eps ) )
disp ( p o l 1 4 (2+ %eps ) )
Obteniendo como resultado al ejecutar este archivo

−−>exec ( ' 02 −14. s c i ' , −1)


0.25
Nan

1
Que no es correcto, da
4 , pero no soy capaz de entender porque.

2.15. Calcular lı́mx→2 3xx +3x−10


3

−5x+−2 2

Se soluciona descomponiendo los polinomios del denominador y del divisor, y simpli-


cando la función.

x3 + 3x − 10 (x − 2)(x + 5) x+5 7
lı́m = lı́m = lı́m = =1
x→2 3x2 − 5x + −2 x→2 3(x − 2)(x + 1 ) x→2 3x + 1 7
3
En Scilab

ieee ( 2 )
function y=p o l 1 5 ( x )
y=(x ^3+(3 * x ) − 1 0 ) / ( 3 * x ^2 − (5 * x ) − 2)
endfunction
disp ( p o l 1 5 (2 − %eps ) )
disp ( p o l 1 5 (2+ %eps ) )
Obteniendo

−−>exec ( ' 0 2 − 1 5 . s c i ' , −1)


− 2 . 2 5 2D+15
Inf
Que no es correcto. Y probando con polinomios.

ieee ( 2 )
p=poly ( [ − 1 0 3 0 1 ] , "x" , " c " )
q=poly ( [ − 2 −5 3 ] , "x" , " c " )
t=p / q
disp ( horner ( t ,2 − %eps ) )
disp ( horner ( t ,2+ %eps ) )
Obteniendo como resultado al ejecutar este archivo

−−>exec ( ' 02 − 15b . sci ' , −1)


− 2 . 0 0 2D+15
Inf

Que tampoco es correcto.

2.16. Calcular lı́my→−2 y y+3y


3 2
+2y
−y−6 2

Se soluciona descomponiendo los polinomios del denominador y del divisor, y simpli-


cando la función.

y 3 + 3y 2 + 2y y(y + 1)(y + 2) y(y + 1)


lı́m = lı́m = lı́m =
y→−2 y 2 − y − 6 y→−2 (y − 3)(y + 2) y→−2 y − 3

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

2.17. Calcular lı́mu→−2 (u+2)(u−3)


3 2
u +4u +4u

Se soluciona descomponiendo los polinomios del denominador y del divisor, y simpli-


cando la función.

u3 + 4u2 + 4u u(u + 2)2 u(u + 2)


lı́m = lı́m = lı́m =
u→−2 (u + 2)(u − 3) u→−2 (u + 2)(u − 3) u→−2 u − 3

(−2)(−2 + 2) (−2)(0)
= = =0
−2 − 3 −5

2.18. Calcular lı́mh→0 (x+h)h −x


3 3

(x + h)3 − x3 x3 + 3x2 h + 3xh2 + h3 − x3 /h


lı́m = lı́m =
h→0 h h→0 h /h

= lı́m 3x2 + 3xh + h2 = 3x2 + 0 + 0 = 3x2


h→0
2.19. Calcular lı́mx→1 1 3
 
1−x − 1−x3

1 − x3 − 3 − 3x −x3 + 3x − 2
   
1 3
lı́m − 3
= lı́m 3
= lı́m =
x→1 1−x 1−x x→1 (1 − x)(1 − x ) x→1 (1 − x)(x − 1)(−x2 − x − 1)

Se soluciona descomponiendo el polinomio del denominador


3 y simplicando la función.

(−1)(x3 − 3x + 2) (−1)(x − 1)2 (x + 2) (−1)(x + 2)


= lı́m 2 2
= lı́m = lı́m 2 =
x→1 (x − 1) (x + x + 1) x→1 (x − 1)2 (x2 + x + 1) x→1 x + x + 1

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

2.20. Calcular lı́mx→1 xx−1


n
−1

Se soluciona descomponiendo el polinomio del denominador


4 y simplicando la función.

i=n−1 i=n−1 i=n−1


xn − 1 x−1 X i X X
lı́m = lı́m x = lı́m xi = 1i =
x→1 x − 1 x→1 x − 1 x→1
i=0 i=0 i=0

n−1
X
= 1=n ∀n ≥ 0 ∧ n ∈ N
0


2.21. Calcular lı́mx→0 1+x−1
x
(
y2 = 1 + x ⇒ x = y2 − 1
Se puede solucionar realizando un cambio de variable
x→0⇒ y2 → 1 ⇒ y → 1
Y después simplicando la función.

√ p
1+x−1 y2 − 1 y−1
lı́m = lı́m 2 = lı́m 2 =
x→0 x y→1 y − 1 y→1 y − 1

y−1 1 1 1
= lı́m = lı́m = =
y→1 (y − 1)(y + 1) y→1 y + 1 1+1 2
1 0 -3 2
1 1 1 -2
3 Aplicando Runi: x3 − 3x + 2 = (x − 1)2 (x + 2) 1 1 -2 0
1 1 2
1 2 0
x^ n n-1 n-2 ... n-(n-1)=1 n-n=0
4 Aplicando Runi: xn − 1 = (x − 1) Pi=n−1 1 0 0 0 0 -1
i=0 xi
1 1 1 1 1 1
1 1 1 1 1 0

2.22. Calcular √ 2x+1−3
lı́mx→4 x−2− √
2

Se soluciona simplicando la función, eliminando la división de raices que da indeter-


p
minacion. Para ello multiplicar y dividir por el conjugado ( f (x) ∓ n).

√ √ √ √ √ √
2x + 1 − 3 2x + 1 + 3 x−2+ 2 (2x + 1 − 9)( x − 2 + 2)
lı́m √ √ ·√ ·√ √ = lı́m √ =
x→4 x−2− 2 2x + 1 + 3 x − 2 + 2 x→4 (x − 2 − 2)( 2x + 1 + 3)

√ √ √ √ √ √
2x − 8 x−2+ 2 2(x − 4) x−2+ 2 x−2+ 2
= lı́m · √ = lı́m · √ = 2 lı́m · √ =
x→4 x − 4 2x + 1 + 3 x→4 x − 4 2x + 1 + 3 x→4 2x + 1 + 3
√ √ √ √
4−2+ 2 2·2 2 2 2
=2· √ = =
2·4+1+3 3+3 3

√2 2
2.23. Calcular x +p −p
lı́mx→0 √ 2 2
x +q −q

Se soluciona simplicando la función, eliminando la división de raices que da indeter-


p
minacion. Para ello multiplicar y dividir por el conjugado ( f (x) ∓ n).

p p p p
x2 + p2 − p x2 + p 2 + p x2 + q 2 + q (x2 + p2 − p2 )( x2 + q 2 + q)
lı́m p ·p ·p = lı́m p =
x→0 x2 + q 2 − q x2 + p 2 + p x2 + q 2 + q x→0 (x2 + q 2 − q 2 )( x2 + p2 + p)
p p p
x2 x2 + q 2 + q x2 + q 2 + q 0 + q2 + q 2q q
= lı́m 2
· p = lı́m p = p = =
x→0 x 2
x +p +p 2 x→0 2
x +p +p2 2
0+p +p 2p p
√ √ √ √
4−2+ 2 2·2 2 2 2
=2· √ = =
2·4+1+3 3+3 3


2.24. Calcular lı́mx→1 √x−1
x−1 3

( √
x = y3 ⇒ 3 x = y
Se puede solucionar realizando un cambio de variable
x → 1 ⇒ y3 → 1 ⇒ y → 1
Y después simplicando la función (eliminando las raices cuadradas que quedan).

√ 3 3
3
x−1 y − 1 y2 + 1 (y − 1)(y 2 + 1)
lı́m √ = lı́m 3 · 3 = lı́m =
x→1 x − 1 y→1 y 2 − 1 y 2 + 1 y→1 y3 − 1
3 3
(y − 1)(y 2 + 1) y2 + 1 1+1 2
= lı́m 2
= lı́m 2 = =
y→1 (y − 1)(y + y + 1) y→1 y + y + 1 1+1+1 3
√ √
2.25. Calcular lı́mx→a
m x− m a
x−a
( √
x = ym ⇒ m x = y
Se puede solucionar realizando un cambio de variable √
x→a⇒ ym → a ⇒ y → m a
1
Dado que la ecuación tiene solución real: ym − a = 0 ⇒ y = a m . Se puede simplicar
la función(dividiendo el polinomio por esa
1
5
solución: x − a m ) .

√ √ √ 1
m
x− ma y− ma (y − a m )
lı́m = lı́m
√ = lı́m
√ Pm n−1 =
y→ m a y m − a
1
x→a x−a y→ m a (y − a m )(
n=1 a
m y m−n )

1 1 1
= lı́m
√ Pm n−1 = Pm n−1 = Pm n−1 m−n =
m
y→ a
n=1 a
m y m−n lı́my→ m√a n=1 a
m y m−n n=1 a
m a m

1 √
1 1 1 1 am m
a
= Pm n−1+m−n = Pm m−1 = m−1 = −1 = =
n=1 a m
n=1 a m m·a m m · a1 · a m m·a m·a


2.26. Calcular lı́mx→0 1+x+x2 −1
x
Se soluciona eliminando la indeterminación (raiz), multiplicando y dividiendo por el
p
conjugado ( f (x) ∓ n).
√ √
1 + x + x2 − 1 1 + x + x2 + 1 1 + x + x2 − 12
lı́m ·√ = lı́m √ =
x→0 x 1 + x + x + 1 x→0 x( 1 + x + x2 + 1)
2

x + x2 1+x 1+0 1 1
= lı́m √ = lı́m √ =√ = =
x→0 x( 1 + x + x2 + 1) x→0 1 + x + x2 + 1 1+0+0+1 1+1 2


2.27. Calcular 2
lı́mx→+∞ √3 xx3−3
+1

La indeterminación
∞ la podemos eliminar dividiendo tanto el numerador y como el
denominador por x.


q q
x2 3 3
x2 − 3 /x x2 − x2
1− x2
lı́m √
3
· = lı́m q = lı́m q =
x→+∞ x + 1 /x x→+∞ 3 x3 +
3 1 x→+∞ 3
1+ 1
x3 x3 x3

5Utilizando Runi para dividir:


m m-1 m-2 ... m-(m-1)=1 m-(m)=0
1 0 0 0 0 -a
a
1
m a a
1
m .. a
2
m a
m−1
m
m
m

1 a a
1
m ... a
2
m 0 m−1
m
1 Pm n−1
y m − a = (x − a m )( n=1 a m y m−n )

q
3
1− +∞2 1−0 1
= q = √ = =1
3
1+ 1 3
1+0 1
+∞3


2.28. Calcular lı́mx→∞ x2 +1
x+1
Hay que calcular el límite cuando se tiende a +∞ y a −∞.
Para calcular el otro límite, cuando se tiende a +∞.

√ √
q q
x2+ 1 /x 1 + x12 1 + ∞12 1+0 1
lı́m · = lı́m = = = =1
x→+∞ x+1 /x x→+∞ 1 + x1 1+ ∞ 1 1+0 1
Para calcular el otro límite, cuando se tiende a
( −∞.
x = −(t + 1) ⇒ t = −1 − x
Se realiza el cambio de variable
x → −∞ ⇒ t → −1 + ∞ ⇒ t → +∞
√ p p
2
x +1 2
(−(t + 1)) + 1 (t + 1)2 + 1
lı́m = lı́m = lı́m =
x→−∞ x + 1 y→+∞ −(t + 1) + 1 y→+∞ −t
(
u = t + 1 ⇒ −t = 1 − u
Realizando otro cambio de variable
t → +∞ ⇒ u → +∞
√ √
q
2
u + 1 /u 1 + u12 1+0 1
= lı́m · = lı́m = = = −1
u→+∞ 1 − u /u u→+∞ u1 − 1 0−1 −1

√ √
2.29. Calcular lı́mx→∞

x2 + 1 − x2 − 1
Tan sólo hay que calcular el límite cuando se tiende a +∞. Ya que al estar la variable
x elevada al cuadrado, se obtendrá el mismo resultado para x → −∞.

p p  √x 2 + 1 + √x 2 − 1 (x2 + 1) − (x2 − 1)
lı́m x2 +1− x −1 · √
2 √ = lı́m √ √ =
x→∞ x2 + 1 + x2 − 1 x→∞ x2 + 1 + x2 − 1

2 2
= lı́m √ √ = =0
x→∞ x2 2
+1+ x −1 ∞


2.30. Calcular lı́mx→∞ x

x2 + 1 − x
Hay que calcular el límite cuando se tiende a +∞ y a −∞.
Para calcular el otro límite, cuando se tiende a +∞.

√ 2
p  p 2
2 x x +1+x x2 (x2 + 1) − x4
lı́m x x + 1 − x = lı́m x x + 1−x · √
2 2 = lı́m √ =
x→+∞ x→+∞ x x2 + 1 + x2 x→+∞ x x2 + 1 + x2
x4 + x2 − x4 x2 /x2 1
= lı́m √ = lı́m √ · 2 = lı́m √ =
x→+∞ x x2 + 1 + x2 x→+∞ x x2 + 1 + x2 /x x→+∞ x2 +1
x +1

1 1 1 1
= lı́m q =√ = =
x→+∞
1+ 1
+1 1+0+1 1 + 1 2
x2

Para calcular el otro límite, cuando se tiende a


( −∞.
x = −(t + 1) ⇒ −x = t + 1
Se realiza el cambio de variable
x → −∞ ⇒ t → −1 + ∞ ⇒ t → +∞
p  hp i
lı́m x x2 + 1 − x = lı́m −(t + 1) (− (t + 1))2 + 1 + (t + 1) =
x→−∞ t→+∞

q 
2
= (−1) · lı́m (t + 1) (t + 1) + 1 + (t + 1) =
t→+∞
(
u = (t + 1)
Realizando cambio de variable
t → +∞ ⇒ u → +∞
hp i hp i
= (−1) · lı́m u u2 + 1 + u = (−1) · ∞ ∞2 + 1 + ∞ = −∞
u→+∞

2.31. Calcular lı́mx→0 sen x


tg x

sen x sen x
lı́m = lı́m sen x = lı́m cos x = cos 0 = 1
x→0 tg x x→0 x→0
cos x

2.32. Calcular lı́mx→∞ senx4x


Aquí pienso que hay una errata en el enunciado, debería ser tendiendo a cero. Si es
como en el enunciado:

sen 4x lı́mx→∞ sen 4x |sen 4∞| ≤ 1


lı́m = = =0
x→∞ x lı́mx→∞ x ∞
Si fuese tendiendo a cero, si que da el resultado indicado en el libro.

sen 4x 4 sen 4x sen 4x


lı́m = lı́m = 4 lı́m =
x→0 x x→0 4 x x→0 4x
(
t = 4x
Se realiza el cambio de variable
x→0⇒ t→0
sen t
= 4 lı́m =4·1=4
t→0 t
2.33. Calcular lı́mx→0 senx
2 x
3
2

x
sen2 3 sen x3 sen x3 1
sen x3 1
sen x3 1 sen x sen x
lı́m = lı́m · = lı́m 31 · lı́m 31 = · lı́m x 3 · lı́m x 3 =
x→0 x2 x→0 x x x→0
3
x x→0
3
x 9 x→0 3 x→0
3
(
t = x3
Se realiza el cambio de variable
x→0⇒ t→0
1 sen t sen t 1 1
= · lı́m · lı́m = ·1·1=
9 t→0 t t→0 t 9 9

2.34. Calcular lı́mx→0 √1−cos


x
x
x

Para resolverlo utilizamos la propiedad trigonométrica [2]: 1 − cos x = 2 sen2 2 .

1
x x x 1 2 x
lı́m √ = lı́m p x
= lı́m √ x
= √ lı́m 1 sen x =
x→0 1 − cos x x→0 2 sen2 2
x→0 2 sen 2 2 x→0
2 2

2 x
2 2 2 2 √
= √ lı́m 2 x = √ · 1 = √ =√ ·√ = 2
2 x→0 sen 2 2 2 2 2

2.35. Calcular lı́mx→0 x cotg x


cos x
Dada la denición de la cotangente [1]: cotg x = sen x .

cos x x x /x
lı́m x cotg x = lı́m x = lı́m · lı́m cos x = lı́m · cos 0 =
x→0 x→0 sen x x→0 sen x x→0 x→0 sen x /x

1 1
= lı́m ·1= ·1=1
x→0 sen x 1
x

2.36. Calcular lı́mν→ π


3
1−2 cos ν
sen(ν− π3 )
(
x = ν − π3 ⇒ ν = x + π3
Realizando el cambio de variable
ν → π3 ⇒ x→0
1 − 2 cos ν 1 − 2 cos(x + π3 )
L = lı́mπ = lı́m =
ν→ 3 sen ν − π

3
x→0 sen x
Y aplicando las propiedades trigonométricas [2]:cos (a
( +√b) = cos a · cos b − sen a · sen b
cos x + π3 = cos x · cos π3 − sen x · sen π3 = 12 cos x − 23 sen x

√ √
2 cos x + π3 = cos x − 3 sen x =⇒ 1 − 2 cos x + π3 = 1 − cos x + 3 sen x
 


1 − cos x √ √ √
   
1 − cos x + 3 sen x 1 − cos x
L = lı́m = lı́m + 3 = lı́m + 3 = L1+ 3
x→0 sen x x→0 sen x x→0 sen x
3 SEN(ν− 3 )

Resolviendo el límite

1 − cos x /x lı́mx→0 1−cosx


x
lı́mx→0 1−cos
x
x
1 − cos x
L1 = lı́m = = = lı́m
x→0 sen x /x lı́mx→0 senx x 1 x→0 x

Aplicando la propiedad anteriormente expuesta 2.34.

x
2 sen2 2 sen x2 x
L1 = lı́m = lı́m x · lı́m sen = 1 · sen 0 = 1 · 0 = 0
x→0 x x→0
2
x→0 2
Por lo tanto:

√ √ √
L = L1 + 3=0+ 3= 3
Bibliografía

[1] Sebastian Marsinyach Dalmases. Matemáticas /1. FP 1er grado Administrativa. Bruño-
Edebé, 1975 edition, 1975.

[2] Y. Deplanche. Dicciofórmulas. EDUNSA, Ediciones y Distribuciones Universitarias,


S.A., 1996 edition, 1996.

[3] Ferrán Hurtado. Atlas de Matemáticas (análisis) + ejercicios. Ediciones Jover, S.A.,
1985 edition, 1985.

[4] N. Piskunov. Cálculo Diferencial e Integral. Montaner y Simón S.A., 1970 edition,
1966.

También podría gustarte