Está en la página 1de 6

Notas de Clase: Límites laterales

Lic. Adriana Valverde Calderón

LIMITES AL INFINITO

1. LÍMITE DE CUANDO TIENDE A +∞

.
lím f ( x)  L
x  

   0 ,  N ( )   / x  Donf y N ( )  x se cumple f ( x)  L  

0 N ( )  x   

x
Ejemplo: Hallar lím y demostrar su validez.
x   x2

Hallamos el límite:
x 2 
lím = lím  1   =1
x  x  2 x  x2

Demostramos su validez:

x 2 2 2
1 = = = <  ..........( * )
x2 x2 x2 x2

Observe que para x   , se tiene x  2  x  2 . De la desigualdad ( * ) se obtiene:


2 2
2 x por lo que bastará asignar N ( )   2 para afirmar:
 
2 2 x
   0 ,  N ( )   2   / x  Donf y  2  x , se cumple 1   .
  x2

v a l o r d e l a f u n c i ó n t i e n d e a 1
1

0 . 8

0 . 6
Y

0 . 4

0 . 2
x t i n d e a i n f i n i t o

0
0 1 0 2 0 3 0 4 0 5 0 6 0 7 0 8 0 9 0 1 0 0
X

clf,clc; x=0:0.01:100; y=x.*(x+2).^(-1); plot(x,y); xlabel('X'),


ylabel('Y'); axis([0,100,0,1.1])

1
Notas de Clase: Límites laterales
Lic. Adriana Valverde Calderón

2. LÍMITE DE CUANDO TIENDE A −∞

lím f ( x)  L
x  

   0 ,  N ( )   / x  Donf y x  N ( ) se cumple f ( x)  L  

   x  N ( ) 0

1
Ejemplo: Hallar lím  2  3  y demostrar su validez.
x  
 x 
Hallamos el límite:
 1 
lím  2  3  = 2
x  
 x 
Demostramos su validez:

1 1 1 1
2 2 =  = 3 = <  ..........( * )
x3 x 3
x  x3

Observe que x3  x3 debido a que x    ( x es negativo). De la relación de


1 1
desigualdad ( * ) se obtiene: x  3  por lo que bastará asignar N ( )  3 
 
1 1
para afirmar:    0 ,  N ( )  3    / x  Donf y x  3  , se cumple
 
1
2 2  .
x3

10

clf,clc ; x=-10:0.01:0; y=(2-x.^(-3)); 7

plot(x,y); axis([-10,0,1,10]) 6
Y

xlabel('X'), ylabel('Y') 5
el valor de la función tiende a 2
4

2
x tiende a menos infinito
1
-10 -9 -8 -7 -6 -5 -4 -3 -2 -1 0
X

2
Notas de Clase: Límites laterales
Lic. Adriana Valverde Calderón

1
Teorema: Si p  0 entonces lím 0
x   xp

Demostración 1: Cuando x  

1
   0 ,  N ( )   / x  Donf y N ( )  x se cumple 
xp
1/ p
1 1 1
Como x  0 , se tiene p
 p  de donde   x
x x  
1/ p
1 1
Si escogemos N   entonces   ; x  N .
  xp

Demostración 2: Cuando x  

1
   0 ,  N ( )   / x  Donf y x  N ( ) se cumple 
xp
1/ p 1/ p
1 1 1 1
Como x  0 , se tiene p
  de donde     x ; y x   
x ( x ) p    
1/ p
1 1
Si escogemos N    entonces   ; x  N .
  xp

Ejemplos

3x 2  5 x  2
1. Hallar lím
x   5 x 2  7 x  6

3x 2  5 x  2 x 2 ( 3  5x  x22 ) lín 3  lím 5x  lím x22 3


x   x   x  
lím = lím = =
x   5 x 2  7 x  6 x   2 7
x (5  x  x 2 )6 7
lím 5  lím x  lím x 26
5
x x  x

x 2 (3 x  2 )
2. Hallar lím
x   ( x  1) 2 (4  x)

x 2 (3 x  2 ) 3x 3  2 x 2 3  2x
lím = lím = lím = -3
x   ( x  1 ) 2 ( 4  x) x    x 3  6 x 2  9 x  4 x     1  6x  x92  4
x3

3
Notas de Clase: Límites laterales
Lic. Adriana Valverde Calderón

LÍMITES INFINITOS

1. LÍMITE AL +∞ CUANDO →

lím f ( x )  
x x0

 M  0   0 / x  Donf y x  x0   se cumple M  f (x )

Nota: M   , es un valor tan grande como se quiera. 

7
Ejemplo : demostrar su validez. lím   f (x )
x 0 x2

Demostración: M

7
Dado M  0 ;   0 / cuando x  Donf y x   se cumple M 
x2
7 7 7
Para x  0 , de M  2
se obtiene x 2  o x 
x M M

7
Si escogemos   se satisface todas las condiciones.
M

12

10

6
Y

-6 -4 -2 0 2 4 6
X

clf,clc ; x=-6:0.01:6; y=7./x.^2; plot(x,y); axis([-6,6,-1,12]);


xlabel('X'), ylabel('Y')

4
Notas de Clase: Límites laterales
Lic. Adriana Valverde Calderón

2. LÍMITE AL −∞ CUANDO →

lím f ( x )  
x  x0

 M  0   0 / x  Donf y x  x0   se cumple f ( x)  M

Nota: M   , es un valor tan pequeño como se quiera. M

3
Ejemplo: demostrar su validez. lím   f (x)
x 2 2 x

Demostración: 
3
Dado M  0 ;   0 / cuando x  Donf y x  2   se cumple M
2 x
3
Para x  2 , de  M se obtiene x  2   3 donde ambos miembros
2 x M
3
son positivos , por ello x2 
M

3
Si escogemos   se satisface todas las condiciones.
M

- 1 0

- 2 0

- 3 0

- 4 0

- 5 0
Y

- 6 0

- 7 0

- 8 0

- 9 0

- 1 0 0
2 2 . 5 3 3 . 5 4
X

Comandos en MATLAB
clf,clc
x=1.8:0.01:4; y=3./(2-x); plot(x,y)
axis([1.8,4,-100,1]); xlabel('X'), ylabel('Y')

5
Notas de Clase: Límites laterales
Lic. Adriana Valverde Calderón

TEOREMAS:

1
1. Si p  Z  , entonces: lím  
x  x0 ( x  x0 ) 2 p

1
2. Si p  Z  , entonces: lím  
x  x0 ( x  x0 ) 2 p 1

1
3. Si p  Z  , entonces: lím  
x  x0 ( x  x0 ) 2 p 1

1
4. Para p par y q impar: lím  
x  x0 ( x  x0 ) p / q

1
5. Para p y q impares: lím  
x  x0 ( x  x0 ) p / q

1
6. Para p y q impares: lím  
x  x0 ( x  x0 ) p / q

LIMITES AL INFINITO Y LIMITE INFINITO

1. lím f (x)  
x  
Dado M  0 , n  0 / f ( x )  M siempre que x  m ,  x  domf .

2. lím f (x)  
x  
Dado M  0 , n  0 / f ( x )  M siempre que x  m ,  x  domf .
3. lím f (x)  
x  
Dado M  0 , n  0 / f ( x )  M siempre que x  m ,  x  domf .

4. lím f (x)  
x  
Dado M  0 , n  0 / f ( x )  M siempre que x  m ,  x  domf .

También podría gustarte