Limit Es

Descargar como pdf o txt
Descargar como pdf o txt
Está en la página 1de 13

MA-0321 | O.

Navarro/UCR-SedeGte/I-2019

Capítulo I: límites y continuidad

Concepto intuitivo de límite:

Sea f ( x ) = x 2 + 1 , con D f = . Realizamos la gráfica de f

Analizamos el comportamiento de f ( x) cuando x es muy cercano a x = 1 , por la


derecha y por la izquierda. Es decir, hacia dónde tiende f ( x) si f ( x) es muy
cercano a x = 1 , con valores infinitesimales (o muy pequeños). Elaboramos una
tabla con algunos valores que ilustren la situación.

1
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

Definición: el límite de f ( x) cuando x tiende a c, es igual a L, si a medida que los


valores de x se aproximan a c, ya sea por la derecha o por la izquierda, entonces
los valores de f ( x) se aproximan a L. del ejemplo anterior: f ( x) → 2 si x → 1 ,

esto se escribe: lim f ( x ) = L ; lo que también se puede escribir como: f ( x) → L


x →c

cuando x → c .

Observación: para la gráfica de f ( x ) = x 2 + 1 analizada anteriormente, se puede

plantear lo siguiente.

lim f ( x ) = lim+ ( x 2 + 1) = 2
x →1+ x →1

lim f ( x ) = lim− ( x 2 + 1) = 2
x →1− x →1

Es decir, los límites “laterales” coinciden.

Definición: existencia del límite

Si f es una función y si “c” y “L” son números reales decimos que:

lim f ( x ) = L  lim− f ( x ) = lim+ f ( x ) = L


x →c x →c x →c

2 x + 3 si x  −1

Ejemplo: sea f ( x ) =  5 si x = −1 . Analicemos el comportamiento en x = −1
 x 2 + 1 si x  −1

lim f ( x ) = lim+ ( x 2 + 1) = 2 lim f ( x ) = lim− ( 2 x + 3) = 1


x →−1+ x →−1 x →−1− x →−1

 lim+ f ( x )  lim− f ( x )  lim f ( x ) no existe


x →−1 x →−1 x →−1

2
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

Cálculo analítico de límites algebraicos

Propiedades de los límites: sean a, k  , n  +


; lim f ( x ) , lim g ( x ) 
x→a x →a

1) lim k = k
x→a

2) lim x = a
x→a

( )
n
3) lim  f ( x )  = lim f ( x )
n

x →a x →a

4) lim n f ( x ) = n lim f ( x )
x →a x →a
(lim f ( x )  0,
x →a
si n es par )
5) lim f ( x ) = lim f ( x )
x →a x →a

6) lim  f ( x )  g ( x )  = lim f ( x )  lim g ( x )


x →a x →a x →a

7) lim  kf ( x )  = k  lim f ( x )
x →a x →a

8) lim  f ( x ) g ( x )  = lim f ( x )  lim f ( x )


x→a x →a x →a

f ( x) lim f ( x )
9) lim = x →a
con lim g ( x )  0
x →a g ( x) lim g ( x ) x →a
x →a

Ejemplo: calcule los siguientes límites, utilizando las propiedades.

1) lim ( x + 5 )
4

x →e

( )
4
lim ( x + 5 ) = lim ( x + 5 )
4

x →e x →e

( )
4
= lim x + lim 5
x →e x →e

= ( e + 5)
4

3
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

(
2) lim 7 x − 1
x →6
)
( )
lim 7 x − 1 = 7 lim x − 1
x →6 x →6

= 7 lim ( x − 1)
x →6

= 7 lim x − lim1
x →6 x →6

= 7 6 −1

=7 5

Técnicas para calcular límites

Sustitución directa: sea a  . Si f es una función, entonces lim f ( x ) = f ( a ) . Es


x→a

decir, se evalúa “ a ” en f ( x ) siempre y cuando x = a esté bien definido en f ( x ) .

Ejemplo: calcular los siguientes límites.

1) lim ( x 2 + x + 1) = 12 + 1 + 1 = 3
x →1

2) lim ( x 2 + 1) = ( −2 ) + 1 = 5
2

x →−2

x−2 2−2
3) lim = 2 =0
x →2 x + 2x + 3
2
2 + 22 + 3

4
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

0
Límites de la forma
0

Ejemplo: calcular los siguientes límites

x −1 1−1 0
1) lim = 2 =
x →1 x −1 1 −1 0
2
x 2 − 1 = ( x ) − (1) = ( x + 1)( x − 1)
2 2

x −1 x −1 a 2 − b 2 = ( a + b )( a − b )
lim 2 = lim
x →1 x − 1 x →1 ( x + 1)( x − 1)

1
= lim
x →1 x +1

1 1
= =
1+1 2

4 ( 12 ) + 4  12 − 3 0
2
4x2 + 4 x − 3
2) lim1 3 = =
x→ 8 x − 6 x + x ( )
1 3
− ( )
1 2
+
2
8 2 6 2
1
2
0
2

lim
4x2 + 4 x − 3
= lim
( 2 x − 1)( 2 x + 3)
x→ 8 x − 6 x + x x ( 8 x 2 − 6 x + 1)
1 3 2 1
x→
2 2

= lim
( 2 x − 1)( 2 x + 3)
x → x ( 2 x − 1)( 4 x − 1)
1
2

2x + 3
= lim
x→
1 x ( 4 x − 1)
2

2 ( 12 ) + 3
= =8
1
2 ( 4  12 − 1)

5
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

x3 − 1 13 − 1 0
3) lim = =
x →1 x − x + x −1 1 −1 +1−1 0
3 2 3 2

(
x3 − 1 = ( x ) − (1) = ( x − 1) x 2 + x + 1
3 3
)
x −1 3
( x − 1) ( x + x + 1) 2 3 3
(
a − b = ( a − b ) a + ab + b
2 2
)
lim = lim
x →1 x − x + x − 1 x→1 ( x − 1) ( x 2 + 1)
32

x2 + x + 1
= lim
x →1 x2 + 1

12 + 1 + 1 3
= =
12 + 1 2

x−2 2−2 0
4) lim = =
x →2
x +5 −3
2
2 +5 −3
2 0

Para raíces de índice 2 tenemos lo siguiente:


( )( ) ( )( ) ( a) −( b)
2 2
a+ b a− b = a− b a+ b = = a −b
Para calcular este límite racionalizamos el denominador:

x−2 x2 + 5 + 3
lim 
x →2
x2 + 5 − 3 x2 + 5 + 3

= lim
( x − 2) ( x2 + 5 + 3 )
( ) − ( 3)
x →2 2
2
x2 + 5

= lim
( x − 2) ( x2 + 5 + 3 )
x →2 x2 + 5 − 9
( x − 2) ( ) x 2 − 4 = ( x ) − ( 2 ) = ( x + 2 )( x − 2 )
2 2
x2 + 5 + 3
= lim a 2 − b 2 = ( a + b )( a − b )
x →2 x2 − 4
( x − 2 ) ( x 2 + 5 + 3)
= lim
x →2 ( x + 2 )( x − 2 )
x2 + 5 + 3
= lim
x →2 x+2
2 +5 +3 3
2
= =
2+2 2

6
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

x2 − 4x + 3 32 − 4  3 + 3 0
5) lim = =
x →3 3
3x − 1 − 2 3
3  3 −1 − 2 0

Para raíces de índice impar, tenemos:

( a − b ) ( a 2 + ab + b2 ) = a3 − b3 ( a + b ) ( a 2 − ab + b 2 ) = a3 + b3
Para calcular este límite racionalizamos el denominador. Es decir, vamos a
construir el trinomio a2 + ab + b2 o a2 − ab + b2 (según sea el caso) para multiplicarlo
por el binomio a − b o a + b (según sea el caso) y obtenemos a3 − b3 o a3 + b3 .

( )
2
x2 − 4x + 3
3
3x − 1 + 2 3 3x − 1 + 22
lim 3 
3x − 1 − 2 ( 3x − 1 )
x →3 2
3
+ 2 3 3x − 1 + 22

(x − 4 x + 3)  ( )
3x − 1 + 2 3 3x − 1 + 4 
2
2 3

= lim  
( 3x − 1 − ( 2 ))
x →3 3 3
3

(x − 4 x + 3)  ( )
3x − 1 + 2 3 3x − 1 + 4 
2
2 3

= lim  
x →3 3x − 1 − 8

(x − 4 x + 3)  ( )
3x − 1 + 2 3 3x − 1 + 4 
2
2 3

= lim  
x →3 3x − 9

( x − 3)( x − 1)  ( 3 3x − 1 ) + 2 3 3x − 1 + 4 
2

= lim  
x →3 3 ( x − 3)

( x − 1)  ( 3 3x − 1 ) + 2 3 3x − 1 + 4 
2

= lim  
x →3 3

( 3 − 1) ( 3 3  3 − 1 ) + 2 3 3  3 − 1 + 4
2

 
= =8
3

7
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

3
x −2 3
8 −2 0
6) lim = =
x →8 x −8 8−8 0

x −2 ( x)
2
3
3
+ 2 3 x + 22
lim 
x −8
( x)
x →8 2
3
+ 2 3 x + 22

( x ) − ( 2)
3 3
3

= lim
( x − 8) ( x ) + 2 x + 4
x →8 3
2
3

 
x −8
= lim
( x − 8) ( 3 x ) + 2 3 x + 4
x →8 2

 
1
= lim
( x)
x →8 2
3
+ 23 x + 4
1 1
= =
( 8) + 2
3
3 3
8+4 12

1− x − 2 1− 3 − 2 0
7) lim = =
x →3 x +6 −3 3+ 6 −3 0

Aplicamos doble racionalización:

1− x − 2 1+ x − 2 x + 6 + 3
lim  
x →3 x + 6 − 3 1+ x − 2 x + 6 + 3

(
 1 2 − x−2 2  x+6 +3
( )  ) ( )
= lim  
x →3 
( 2
)
 x + 6 − ( 3)  1 + x − 2 ( )
2

 

(1 − ( x − 2) ) ( x+6 +3 )
= lim
x →3
( x + 6 − 9 ) (1 + x−2 )
(1 − x + 2 ) ( x + 6 + 3)
= lim
x →3
( x − 3) (1 + x − 2 )

8
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

( 3 − x ) ( x + 6 + 3)
= lim b − a = − (a − b)
x →3
( x − 3) (1 + x − 2 )

= lim
− ( x − 3) ( x + 6 + 3)
x →3
( x − 3) (1 + x − 2 )

= lim
− ( x+6 +3 )
x →3 1+ x − 2

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

Cálculo de límites utilizando sustitución

Ejemplo: calcular los siguientes límites

3
x −2 3
8 −2 0
1) lim = =
x →8 x −8 8−8 0

Tómese u = 3 x  u3 = x ahora si x → 8 entonces u → 3 8 = 2

Reescribiendo el límite con las sustituciones definidas anteriormente:

x −2 u−2
u 3 − 8 = ( u ) − ( 2 ) = ( u − 2 ) ( u 2 + 2u + 4 )
3
3 3
lim = lim 3
x →8 x −8 u → 2 u −8
a3 − b3 = ( a − b ) ( a 2 + ab + b 2 )
u−2
= lim
( )(
u → 2 u − 2 u 2 + 2u + 4
)
1
= lim
u →2 u + 2u + 4
2

1 1
= =
2 + 2  2 + 4 12
2

9
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

x −1 3 1 −1 0
3
2) lim =4 =
x →1 4 x − 1 1 −1 0
Calculamos el índice común de ambas raíces = mcm ( 3, 4 ) = 12

Tómese u = 12 x  u12 = x ahora si x → 1 entonces u → 12 1 = 1


3
x = 3 u12 = u 4 4
x = 4 u12 = u 3
Reescribiendo el límite con las sustituciones definidas anteriormente:

3
x −1 u4 −1
= lim 3 ( ) − (1) = (u )( ) ( )
+ 1 u 2 − 1 = u 2 + 1 ( u + 1)( u − 1)
2 2
lim u4 −1 = u2 2

x →1 4 x − 1 u →1 u − 1 a 2 − b 2 = ( a + b )( a − b )

= lim
(u 2
+ 1) ( u + 1)( u − 1)
(
u 3 − 13 = ( u ) − (1) = ( u − 1) u 2 + u + 1
3 3
)
u →1
( u − 1) ( u 2
+ u + 1) (
a − b = ( a − b ) a + ab + b
3 3 2 2
)

= lim
(u 2
+ 1) ( u + 1)
u →1 u2 + u +1

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

Límites de funciones con criterio dividido

Calcule el siguiente límite

x −5 5−5 0
lim = =
x →5 2 x − 10 2  5 − 10 0

 x si x0
Definición de valor absoluto: x = 
− x si x0

 x −5 si x −5  0  x −5 si x5
Definimos: x − 5 =  =
− ( x − 5 ) si x − 5  0 − ( x − 5 ) si x5

10
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

Utilizando límites laterales tenemos:

x −5 x −5
lim+ = lim
x →5 2 x − 10 x →5 2 ( x − 5)

1 1
= lim =
x→5 2 2

x −5 − ( x − 5)
lim− = lim−
x →5 2 x − 10 x →5 2 ( x − 5)

−1 −1
= lim− =
x →5 2 2

x −5 x −5
 lim+  lim−
x →5 2 x − 10 x →5 2 x − 10

x −5
 lim no existe
x →5 2 x − 10

Ejercicios: calcule los siguientes límites, si existen.

x3 + 8
1) lim R /12
x →−2 x + 2

x −1 1
2) lim 2 R/
x →1 x − 1 3
2x
3) lim R / −4 2
x →0 2 x + 2 − 3x + 2
1− x
4) lim R/2
x →1
5 − x2 − 2
 1 3 
5) lim  −  R / −1
x →1 1 − x 1 − x3 

2
1−
6) lim x R / −1
x→2 1
x −1 −1
3x
7) lim 3 R/9
x →0 x +1 −1

11
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

x + x − 20
8) lim R/9
x →16 x −4
1
−1
x + 1 −1
9) lim R/
x →0 x 2
a x + 2x
2
a2 + 2
10) lim R/
x →0 x + xa 1+ a
x − 4x
2
4
11) lim 2 R/
x →4 x − 3x − 4 5
12) lim+ x − 4 R / 2
x→2

2x 3 − x
13) lim− R / −1
x →0
12 x 2 − 4 x3
2x2 − 2
14) lim R / no existe
x →1 1 − x

3x 2 + 6 si x5
15) Si g ( x ) =  . Determine lim g ( x ) R / 9
 2 x − 1 si x5 x →5

2 x 2 − 5 si x3
16) Si f ( x ) =  . Determine al valor de “b” para que lim f ( x )
 bx − 4 si x3 x →3

17
exista. R /
3
2x − 6
17) lim R / no existe
x →3 4 3 − x

2b 2 x 2 − 4 si x 1
18) Sea f ( x ) =  . Determine los valores de “b” para que
 −3bx + 1 si x 1
−5
lim f ( x ) exista. R /1,
x →1 2
8x −1
3
19) lim1 2 R/6
x→ 6 x − 5 x + 1
2

x3 − 8
20) lim− R / −12
x →2 x−2
x−2
21) lim R/ 3
x →2 x +1 − 5 − x
4 − x2
22) lim R/6
x →2
3 − x2 + 5
2− x −2 −1
23) lim 2 R/
x →−2 x + 5 x + 6 4

12
MA-0321 | O. Navarro/UCR-SedeGte/I-2019

3
16 x − 8 + 2 −4
24) lim R/
x →0 1 − 2x −1 3

x−2
25) lim R /1
x →2 x −1 + 2 4 x −1 − 3

2x
26) lim R/6
x →0 2x +1 − 3 2x +1

x3 − 7 x 2 + 13x − 6 −1
27) lim R/
x →2 x −8
3
4

x 4 + 3x3 − 8 x 2 − 12 x + 16 15
28) lim R/
x →−4 x 2 − 16 2

x 4 + 2 x3 − 5 x 2 − 3x + 9 27
29) lim R/
x →−3 x − 2 x − 15
2
8

2x2 − 2x − 4 − 2 1
30) lim R/
x →−3 3x − 2 4

3
x+7 −2 1
31) lim R/
x →1 x −1
3
36

3
x−3a
32) lim R / no existe
x →a x−a

33) Calcule los siguientes límites, utilizando las propiedades algebraicas de los

límites:

a) lim ( 2 x 2 + 3 x − 1) R /13
x →2

2 x + 32
b) lim R / 22
x →−5 x3 + 124

x+3  +3
c) lim 5 R/ 5
x → x−4  −4

13

También podría gustarte