SlideShare a Scribd company logo
1 
·I· 
LIMITS 
The fundamental idea of the calculus is the concept of limit. The exercises in Part I 
are designed to improve your understanding and skills in working with this con-cept. 
The symbolisms involved are useful contractions/abbreviations and recogniz-ing 
the “form” of these is essential in successfully producing required results. Before 
you begin, if you need a review of functions, see Appendix A: Basic functions and 
their graphs.
This page intentionally left blank
The limit concept ·1· 
( ) 4 for the following values of x that are close to, 
3 
Limit definition and intuition 
A function f (x) is said to have a limit A as x approaches c written lim ( ) 
x c 
f x A 
l 
 , 
provided the error between f (x) and A, written | f (x)
 A|, can be made less than 
any preassigned positive number E whenever x is close to, but not equal to, c. Heu-ristically, 
“The limit of f at the point c is A if the value of f gets near A when x is near c.” 
We will explore this definition intuitively through the following examples. 
Compute the value of f (x) x2 5 for the following values of x that are close 
to, but not equal to 2 in value; and then make an observation about the 
results. 
a. x  2.07 f (x) 9.2849 
b. x  1.98 f (x) 8.9204 
c. x  2.0006 f (x) 9.00240036 
Observation: It appears that when x is close to 2 in value, then f(x) is close to 
9 in value. 
Compute the value of f x 
x 
but not equal to 0 in value, and then make an intuitive observation about the 
results. 
a. x  .01 f (x) 400 
b. x  –.001 f (x) –4000 
c. x  .001 f (x) 4000 
Observation: It appears that when x is close to 0 in value, f(x) is not close to 
any fixed number in value. 
Using limit notation, you can represent your observation statements for the 
above examples, respectively, as: 
lim 
x 
x 
l 
  
2 
2 5 9 and lim 
4 does not exist. 
xl0 x
4 Limits 
EXERCISE 
1·1 
Compute the value of f(x) when x has the indicated values given in (a) and (b). For (c), make 
an observation based on your results in (a) and (b). 
1. f (x)  x 
x 
 

 
2 
5 
a. x  3.001 
b. x  2.99 
c. Observation? ________________________________________________________ 

 5 
4 
2. f (x)  x 
x 
a. x  1.002 
b. x  .993 
c. Observation? ________________________________________________________ 
3. f (x)  3 x2 
x 
a. x  .001 
b. x  
.001 
c. Observation? ________________________________________________________ 
Properties of limits 
Basic theorems that are designed to facilitate work with limits exist, and these theorems are the 
“bare bones” ideas you must master to successfully deal with the limit concept. Succinctly, the 
most useful of these theorems are the following: 
If lim ( ) 
x c 
f x 
l 
and lim ( ) 
x c 
g x 
l 
both exist, then 
1. The limit of the sum (or difference) is the sum (or difference) of the limits. 
f x g x 
lim[ ( ) ( )] 
x l 
c 
  lim f ( x )  
lim g ( x 
) 
l l 
x c x c 
2. The limit of the product is the product of the limits. 
f x g x 
lim[ ( ) ( )] 
x l 
c 
•  lim f ( x ) • 
lim g ( x 
) 
l l 
x c x c 
3. The limit of a quotient is the quotient of the limits provided the denominator limit is not 0. 
f x 
lim ( ) 
x c ( ) 
l g x 
 
lim ( ) 
x c 
lim ( ) 
x c 
f x 
g x 
l 
l 
4. If f x f x f x 
lim ( ) lim ( ) for n  0 
x c 
n 
x c 
( ) q 0, then  n 
l l 
 where a is a constant 
af x a f x 
5. lim ( ) lim ( ) 
l l 
x c x c 
§© 
6. lim[ ( )] lim ( ) 
x c x c 
n 
f x f x n 
l l 
¶¸ 
for any positive integer n 
7. lim 
x c 
x c 
l 
 
8. lim 
1  1 provided c w 0 
xlc x c
3 16 3 16 3 lim16 12 64 20 
, ( )( ) 4, you can simplify the fraction and then evaluate the limit. This is a 
The limit concept 5 
You must guard against the error of writing or thinking that lim ( ) 
x c 
f x 
l 
 f (c); that is, that you 
determine the limit by substituting x  c into the expression that defines f(x) and then evaluate. 
Recall that in the limit concept, x cannot assume the value of c. The complete explanation re-quires 
the concept of continuity, which is discussed in Chapter 3. 
PROBLEMS Evaluate the following limits. 
a. lim 
x 
x 
3 5 
5 2 
l x 

 
2  
b. lim( ) 
x 
x x 
l 
 
4 
3 16 
c. lim 
x 
x 
2 16 
4 
l x 

 
4 
 
SOLUTIONS a. lim 
lim 
x 
l 
x lim 
x 
x 
x 
x 
l x 
l 

 
 
 

 
 
 
2 
2 
2 
3 5 
5 2 
3 5 
5 2 
1 
12 
     
x x x x x 
b. lim( ) lim lim lim 
l l l l 
x x x x 
4 4 4 4 
4 
x 
xl 
   
x 
x 

  

 
x x 
x 

 

 
c. lim  
lim( )( )  
lim( 
x x x 
x 
l l l 
4 
2 
4 4 
16 
4 
4 4 
4 
 4) 8 
Notice that in this example, you cannot use the quotient theorem because the limit of the 
denominator is zero; that is, lim( ) 
x 
x 
l 

  
4 
4 0. However, as shown, you can take an algebraic ap-proach 
to determine the limit. First, you factor the numerator. Next, using the fact that for all 

  
x x x 
4 4 4   
w x 
x 

 
4 
useful approach that can be applied to a number of limit problems. 
d. lim 
x 
x 
l 

 
1 
6 12does not exist because 6x 
 12  0 when x is close to 1. 
EXERCISE 
1·2 
Find the following limits or indicate nonexistence. 
1. lim 
x 
x 
2 4 
1 
l x 

 
3  
6. lim 
x 
x 
9 3 
l x 
 
0  
2 
3 
11 
2. lim 
x 
x 
2 9 
2 
l x 

 
2 
 
7. lim 
x 

  
2 
x x 
2 1 
1 
1 
 
l x 
2 
3. lim 
x 
x 
l 
 
1 
3 7 8. lim 
x 
x 
6 3 
l x 

 
4 2 
 
16 
4. lim( ) 
x 
x 
l 
 
P 
5 2 9 9. lim 
x 
x 
l
 
 
2 
4 3 11 
5. lim 
x 
x 
5 3 
l x 

 
0  
11 
10. lim 
x 
x 

 
8 3 
6 
 
l
 x 
6
This page intentionally left blank
Special limits ·2· 
7 
Zero denominator limits 
Some of the most useful limits are those in which the denominator limit is 0, even 
though our previous limit theorems are not directly applicable in these cases. 
These types of limits can exist only if there is some sort of cancellation com-ing 
from the numerator. The key is to seek common factors of the numerator and 
denominator that will cancel. 
PROBLEMS Evaluate the following limits. 
a. lim 
x 
x 
3 8 
2 
l x 

 
4 
 
   
  
b. lim( )( ) 
h 
x xh h x 
l 0 
h 
5 2 10 5 2 2 5 2 2 
c. lim 
h 
 
 
x h x 
l 0 
h 
x 
x 
8 2 
2 

   
x x x 

 

 
)( ) SOLUTIONS a. lim  
lim( lim 

 
 
l l x l 
x 4 
x x 
3 
4 
2 2 4 
2 4 
(x2  2x  4) 28 
5 10 5 2 5 2 10 5h2 
   
  
x xh h x 
b. lim( )( ) lim 
h 
h h 
xh 
l l 
 
0 
2 2 2 
0 
h 
   
lim( ) 
h 
l 
x h x 
0 
10 5 10 
 
 
x h x 
 
   
x h x x h x 
c. lim lim( )( ) 
h 
 
0 0   
l l h x h x 
h h ( ) 
 
 
 
  
 
x h x 
lim ( ) 
h 
l l   
0 h x h x 
0 h x h x 
( ) 
lim 
h h ( ) 
 
lim 
h 0 ( x  h  
x ) x 
 
l 
1 1 
2 
 
 
PROBLEM If f(x) 6x2 7, then find lim ( ) ( ) 
h 
f x h f x 
l 0 
h 
. 
 
 
f x h f x 
SOLUTION lim ( ) ( ) lim( ( ) ) ( 
h 
 
h h 
x h x 
l l 
  
  
0 0 
6 2 7 6 2 7) 
h 
 
6 2  12  6 2  7 
 6 2 
 
7 
lim 
h 
l 
x xh h x 
0 h 
   
lim( ) 
h 
l 
x h x 
0 
12 6 12
8 Limits 
EXERCISE 
2·1 
Evaluate the following limits. 
1. lim 
x 
x 

 
3 2  
 
l x x 
3 
12 
2. lim 
 
 
( ) 
h 
x h x 
l 0 
h 
2 2 
3. lim 
x 
x 
l x 

 
3 
4 2 

 
64 
16 
4. If f (x)  5x  8, find lim 
 
 
( ) ( ) 
h 
f x h f x 
l 0 
h 
. 
5. lim 
x 
x 
5 7 
l
 x 
 
3 2 
 
3 
6. lim 
x 
x 
l x 

 
25 
 
5 
25 
7. If g(x)  x2 , find lim 
( ) ( ) 
x 
g x g 
l x 

 
2 
 
2 
2 
. 
8. lim 
x 

 
x x 
l 0 
x 
2 2 4 
9. lim 
r 
 
 
x r x 
l 0 
r 
10. lim 
x 
x 
3 6 
4 
l x 
 
4 
 
Infinite limits and limits involving infinity 
The variable x is said to approachc(
c) if x increases (decreases) without bound. For example, x 
approaches c if x assumes the values 2, 3, 4, 5, 6, and so on, consecutively. Note, however, that y 
does not approach infinity if y assumes the values 2, –2, 4, –4, 6, –6, and so on, in the same 
manner. 
A function becomes positively infinite as x approaches c if for every M  0, f(x)  M for 
every x close to, but not equal to, c. Similarly, a function becomes negatively infinite as x ap-proaches 
c if for every M  0, f(x)  M for every x close to, but not equal to, c. 
PROBLEMS Evaluate the following limits. 
a. lim , 
x 
a 
lcx 
where a is any constant 
b. lim 
x 
x 
lc 
2 
c. lim 
x 
x 
l
c x 
 

 
3 12 
1 
d. lim 
4 
3 
xl3 | x 
 |
l 
 is the notation for the left-hand limit of f at c. 
  . This theorem is a very useful tool 
Special limits 9 
SOLUTIONS a. lim 
x 
a 
lcx 
 0 for any constant a 
b. lim 
x 
x 
lc 
2  c 
x 
x 
 

 
 
c. lim lim 
x x 
x 
x 
l
c l
c 
 

 
 
 

 
3 12  
1 
3 12 
1 1 
3 0 
1 0 
3 
d. lim 
xl | x 
 | 
 c 
3 
4 
3 
EXERCISE 
2·2 
Evaluate the following limits. 
1. lim( ) 
x 
x 
lc 
5 
7 6. lim 
x 
x 

 
2 

  
2 5 6 
lc x x 
2. lim 
7 
3 
xlc x 
7. lim 
x 
 
 
 
 
5 3 
x x 
6 7 
6 2 
lc x x 
5 6 11 
3. lim 
x 
3 x 
95 8. lim 
l
c 
x 
 
 
4 2 
x x x 
7 6 3 
3 7 5 

 3 

  
l
c x x 
4. lim 
x 

   
 
 
3 2 
x x x 
3 
47 9 
lc x x 
18 76 11 
9. lim 
x 
3 
 
 

  
x x 
2 8 5 
lc x 
2 
3 4 
5. lim 
8 
4 
xlc 
 x 
10. lim 
5 
2 4 
xl
cx 
 
Left-hand and right-hand limits 
Directional limits are necessary in many applications and we write lim ( ) 
x c 
f x 
l  to denote the limit 
concept as x approaches c through values of x larger than c. This limit is called the right-hand 
limit of f at c; and, similarly, lim ( ) 
x c 
f x 
Theorem: lim ( ) 
x c 
f x L 
l 
 if and only if lim ( ) lim ( ) 
f x f x L 
l  l 
 
x c x c 
in evaluating certain limits and in determining whether a limit exists. 
PROBLEMS Evaluate the following limits. 
a. lim 
4 
3 
xl3 x 
 
b. lim 
15 
1 
xl1
 x 
 
c. lim[ ] 
x 
x 
l2 
Note: [x] denotes the greatest integer function (See Appendix A)
10 Limits 
d. lim[ ] 
x 
x 
l2
 
e. lim[ ] 
x 
x 
l2 
SOLUTIONS a. lim 
4 
3 
xl3 x 
 
 c 
b. lim 
15 
1 
xl1
 x 
 
 
c 
c. lim[ ] 
x 
x 
 
l 2 
 2 
l 
  
2 
d. lim[ ] 
x 
x 
1 
e. lim[ ] 
x 
x 
l2 
l   
2 
does not exist because lim[ ] 
x 
x 
l 
  
2 
2 and lim[ ] 
x 
x 
1, so the right- and 
left-hand limits are not equal. 
EXERCISE 
2·3 
Evaluate the following limits if they exist. If a limit does not exist, show why. 
l   
1. lim [ ] 
x 
x 
4 
1 6. lim 
x 
x 
2 9 
3 
l 
 x 

 
3 
 
2. lim 
x 
x 
2 4 
2 
l 
 x 

 
2 
 
7. lim 
7 
4 
xl4 x 
 
3. lim 
4 
9 
xl8 x 
 
8. lim 
x 
 
 
5 4 8 
x x 
4  
l
 
 x 
4 
l   
4. lim 
x 
x 
0 
4 3 9. lim 
x 
x 
2 16 
l  x 

 
4 
 
4 
5. lim[ ] 
x 
x 
l 

 
5 
1 10. lim 
x 
x 
2 16 
l 
 x 

 
4 
 
4
11 
Continuity 
Definition of continuity 
A function f is continuous at a point c if and only if 
1. f (c) is defined; and 
2. lim ( ) ; 
x c 
f x exists 
l 
and 
  
f x f x f c 
3. lim ( ) (lim ) ( ). 
l l 
x c x c 
If a function fails to satisfy any one of these conditions, then it is not con-tinuous 
at x  c and is said to be discontinuous at x  c. 
Roughly speaking, a function is continuous if its graph can be drawn with-out 
lifting the pencil. Strictly speaking, this is not mathematically accurate, but it 
is an intuitive way of visualizing continuity. 
Notice that when a function is continuous at a point c, you have the situation 
whereby the limit may be calculated by actually evaluating the function at the 
point c. Recall that you were cautioned against determining limits this way in an 
earlier discussion; however, when a function is known to be continuous at x  c, 
then lim ( ) ( ). 
x c 
f x f c 
l 
 
By its definition, continuity is a point-wise property of a function, but this 
idea is extended by saying that a function is continuous on an interval a a x a b 
if and only if f is continuous at each point in the interval. At the end points, the 
right- and left-hand limits apply, respectively, to get right and left continuity if 
these limits exist. 
PROBLEMS Determine whether the following functions are either 
continuous or discontinuous at the indicated point. 
a. f (x) 4x 7 at x  4 
b. f (x) x 
 4 at x  3 
c. f (x) 3x2 7 at x  2 
d. f x 
12 
2 
x 
( ) 

 
at x  2 
e. f x x 
2 4 
2 
x 
( ) 

 

 
at x  2 
·3·
12 Limits 
      
x x x 
SOLUTIONS a. lim lim( ) (lim ) ; 
4 7 4 7 4 7 23 thus, the 
l l l 
x x x 
4 4 4 
function is continuous at 4. 
b. lim( x 
 )  ((lim x 
) 
 ) 
 
; 
4 4 1 thus, the function is continuous at 3. 
l l 
x x 
3 3 
3 x  7  3 x 
2  7  
19 thus, the function is continuous at 2. 
c. lim( ) ( (lim ) ) ; 
l l 
x 2 
x 
2 
2 
d. lim 
12 
2 
xl2 x 
 
does not exist; thus, the function is discontinuous at 2. 
e. f x x 
2 4 
2 
x 
( ) 

 

 
is discontinuous at 2 because the function is not defined at 2. 
However, the limit of f(x) as x approaches 2 is 4, so the limit exists but 
lim f ( x ) w 
f 
( ). 
x 
l 
2 
2 If f (2) is now defined to be 4 then the “new” function f(x)  
x 
x 
x 
x 
2 4 
2 
2 

 

 
w 
 
4 2 
ª 
«­ 
¬­ 
¹ 
º­ 
»­ 
is continuous at 2. Since the discontinuity at 2 can be “removed,” 
then the original function is said to have a removable discontinuity at 2. 
EXERCISE 
3·1 
Show that the following functions are either continuous or discontinuous at the indicated 
point. 
1. f (x)  5x 
7 at x  1 6. g x 
x 
x 
( ) 

 

 
5 
5 
at x  3 
2. f x 
x 
x 
( ) 

 

 
3 8 
2 
at x  0 7. g x 
x 
x 
( ) 

 
 
5 
2 
at x  8 
3. f x 
4 
2 x 
3 
( ) 

 
at x  1 8. h(x)  5x2 
 x 7 at x  5 
4. f (x)  [x] at x  3 9. f x 
x 
x 
( ) 

 

 
6 
2 
at x  6 
5. g x 
x 
x 
( ) 
 

 
2 6 
5 
at x  4 10. h x 

  
 

  
2 6 
x a x 
x a 
( ) 
( ) 
 
3 
at x  a 
Properties of continuity 
The arithmetic properties of continuity follow immediately from the limit properties in Chapter 1. 
If f and g are continuous at x  c, then the following functions are also continuous at c: 
fg 
1. Sum and difference: f og 
2. Product: fg 
3. Scalar multiple: af, for a a real number 
4. Quotient: , provided g(c) w 0
Further, if g is continuous at c and f is continuous at g(c) then the composite function f C g 
defined by ( f C g )(x)  f (g(x)) is continuous at c. In limit notation, lim ( ( )) (lim ( )) 
  
f g x f g x 
l l 
x c x c 
f (g(c)). This function composition property is one of the most important results of continuity. 
If a function is continuous on the entire real line, the function is everywhere continuous; 
that is to say, its graph has no holes, jumps, or gaps in it. The following types of functions are 
continuous at every point in their domains: 
 , provided p(x) and q(x) are polynomials and q(x) w 0 
Continuity 13 
Constant functions: f(x)  k, where k is a constant 
Power functions: f (x)  xn, where n is a positive integer 
Polynomial functions: f ( x )  a x n 
 a x n 
 
1 
  ax  a n 
n 

 
1 
1 0 ! 
Rational functions: f x p x 
( ) ( ) 
q x 
( ) 
Radical functions: f (x)  n x , x q 0, n a positive integer 
Trigonometric functions: f(x)  sinx and f(x)  cosx are everywhere continuous; f(x)  tan x, 
f(x)  csc x, f(x)  sec x, and f(x)  cot x are continuous only wherever they exist. 
Logarithm functions: f (x)  ln x and f x x b b b ( )  log ,  0, w 1 
Exponential functions: f (x)  ex and f (x)  bx,b  0,b w 1 
PROBLEM Discuss the continuity of the following function: g(x) 3(sin3x) at a real number c. 
SOLUTION 3x is continuous at c and sinx is continuous at all real numbers and so sin(3x) is 
continuous at c by the composition property. Finally, 3sin(3x) is continuous at c 
by the constant multiple property of continuity. 
EXERCISE 
3·2 
Discuss the continuity of the following functional expressions. 
1. f (x)  5( tan3x) at a real number c 6. G x 
x x 
x 
( ) 
sin 
 
11 2 
 8 9 
on the real line 
2. h(x)  tanx  cos(3x 
1) at c  4 7. V(x)  sinx  cos x on the real line 
x  
x 
3. f x 
 tan sin 
( ) x x x 
x 
cos 
 
 
5 3 2 
4 3 at c  5 8. T(x)  sin2 x  cos2 x at c  
P 
11 
4. t(x)  cos 5x 
3  tanx at c  
P 
2 
9. f x 
x 
x 
( ) 
tan 
sin 
 at x  2P and at x  6P 
5. H(x)  5 8x2 
 4sinx 13 for x  1 10. g(x)  x 
15  sinx 
10 at x  11 
Intermediate Value Theorem (IVT) 
The Intermediate Value Theorem states: If f is continuous on the closed interval [a, b] and if 
f (a) w f (b), then for every number k between f(a) and f(b) there exists a value x0 in the interval 
[a, b] such that f (x ) k 0  . 
The Intermediate Value Theorem is a useful tool for showing the existence of zeros of a func-tion. 
If a continuous function changes sign on an interval, then this theorem assures you that there
must be a point in the interval at which the function takes on the value of 0. It must be noted, 
however, that the theorem is an existence theorem and does not locate the point at which the zero 
occurs. Finding that point is another problem. The following example will illustrate using the IVT 
to determine whether a zero exists and give some insight into finding such a point (or points). 
14 Limits 
PROBLEM Is there a number in the interval [0, 3] such that f (x) x2 
 x 
 2  
1? 
This question is equivalent to asking whether there is a number in [0, 3] such 
that f (x) x2 
 x 
1 0. 
SOLUTION The function is continuous on [0, 3], and you can see that f (0) 02
0
1 
1 
and f (3) 32 
3
1 5. Since f (0) 0 and f (3)  0, by the IVT, you know 
there must be a number in [0, 3] such that f (x) x2 
 x 
1 0.; that is, there 
is a solution to the problem. In this case, a solution can be found by solving 
the quadratic equation, x2 
 x 
1  0, to obtain the two roots: 1 o 5 
. 
2 
Approximating these two values gives 1.62 and 
0.62, of which only 1.62 is in the 
interval [0, 3]. Thus, there does exist a number, namely 1  5 
, in the interval 
2 
[0, 3] such that f 1 5 
2 
0 
¤  
¦¥ 
³ 
µ´ 
 . 
EXERCISE 
3·3 
For 1–5, use the IVT to determine whether the given function has a zero in the given interval. 
Explain your reasoning. 
1. f (x)  4x 4 
3x3 2x 
5 on [
2, 0] 4. g x 
x 
x 
( ) 
8 
3 5 

 
on [10, 12] 
2. g(x)  9
 x2 on [
2.5, 2] 5. f x 
x x 
x 
( ) 
 
 
3 2 
1 
on [
2, 2] 
3. f x 
x 
( ) 
3 
4 
 
on [
5, 0] 
For 6–10, use the IVT to determine whether a zero exists in the given interval; and, if so, find the zero 
(or zeros) in the interval. 
6. h(x)  x2 5x 
2 on [
3, 4] 9. F(x)  cos(x) on [5, 8] 
7. g x 
x 
x 
( ) 

 
 
3 3 
4 
on [0, 6] 10. G x 
x 
x 
( ) 
sin( ) 
cos( ) 
§ 
 on 
 
©¨ 
¶ 
P P 
4 4 
¸· 
, 
8. h(x)  sin(x) on [
1, 1]

More Related Content

What's hot

Lecture co3 math21-1
Lecture co3 math21-1Lecture co3 math21-1
Lecture co3 math21-1
Lawrence De Vera
 
Difrentiation
DifrentiationDifrentiation
Difrentiationlecturer
 
Antiderivatives and indefinite integration2009
Antiderivatives and indefinite integration2009Antiderivatives and indefinite integration2009
Antiderivatives and indefinite integration2009Ron Eick
 
3.1 derivative of a function
3.1 derivative of a function3.1 derivative of a function
3.1 derivative of a function
btmathematics
 
Limit presentation pptx
Limit presentation pptxLimit presentation pptx
Limit presentation pptx
hamzarajput28
 
Applied numerical methods lec5
Applied numerical methods lec5Applied numerical methods lec5
Applied numerical methods lec5
Yasser Ahmed
 
Limit and continuity
Limit and continuityLimit and continuity
Limit and continuity
Digvijaysinh Gohil
 
L19 increasing & decreasing functions
L19 increasing & decreasing functionsL19 increasing & decreasing functions
L19 increasing & decreasing functions
James Tagara
 
Applied Calculus Chapter 1 polar coordinates and vector
Applied Calculus Chapter  1 polar coordinates and vectorApplied Calculus Chapter  1 polar coordinates and vector
Applied Calculus Chapter 1 polar coordinates and vector
J C
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Matthew Leingang
 
Lecture 18 antiderivatives - section 4.8
Lecture 18   antiderivatives - section 4.8Lecture 18   antiderivatives - section 4.8
Lecture 18 antiderivatives - section 4.8
njit-ronbrown
 
Application of derivatives
Application of derivativesApplication of derivatives
Application of derivativesindu thakur
 
Lesson 25: Indeterminate Forms and L'Hôpital's Rule
Lesson 25: Indeterminate Forms and L'Hôpital's RuleLesson 25: Indeterminate Forms and L'Hôpital's Rule
Lesson 25: Indeterminate Forms and L'Hôpital's Rule
Matthew Leingang
 
Quadratic functions
Quadratic functionsQuadratic functions
Quadratic functions
Thai Phuong Nguyen
 
Introduction to Functions of Several Variables
Introduction to Functions of Several VariablesIntroduction to Functions of Several Variables
Introduction to Functions of Several Variables
Nhan Nguyen
 
Quadratic functions
Quadratic functionsQuadratic functions
Quadratic functions
ACdeGuzman30
 
Graphing Quadratics
Graphing QuadraticsGraphing Quadratics
Graphing Quadraticsswartzje
 

What's hot (20)

Lecture co3 math21-1
Lecture co3 math21-1Lecture co3 math21-1
Lecture co3 math21-1
 
Difrentiation
DifrentiationDifrentiation
Difrentiation
 
Antiderivatives and indefinite integration2009
Antiderivatives and indefinite integration2009Antiderivatives and indefinite integration2009
Antiderivatives and indefinite integration2009
 
3.1 derivative of a function
3.1 derivative of a function3.1 derivative of a function
3.1 derivative of a function
 
Limit presentation pptx
Limit presentation pptxLimit presentation pptx
Limit presentation pptx
 
Applied numerical methods lec5
Applied numerical methods lec5Applied numerical methods lec5
Applied numerical methods lec5
 
Limit and continuity
Limit and continuityLimit and continuity
Limit and continuity
 
Graph Quadratics
Graph QuadraticsGraph Quadratics
Graph Quadratics
 
L19 increasing & decreasing functions
L19 increasing & decreasing functionsL19 increasing & decreasing functions
L19 increasing & decreasing functions
 
Applied Calculus Chapter 1 polar coordinates and vector
Applied Calculus Chapter  1 polar coordinates and vectorApplied Calculus Chapter  1 polar coordinates and vector
Applied Calculus Chapter 1 polar coordinates and vector
 
Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)Lesson 8: Basic Differentiation Rules (Section 21 slides)
Lesson 8: Basic Differentiation Rules (Section 21 slides)
 
Lecture 18 antiderivatives - section 4.8
Lecture 18   antiderivatives - section 4.8Lecture 18   antiderivatives - section 4.8
Lecture 18 antiderivatives - section 4.8
 
Application of derivatives
Application of derivativesApplication of derivatives
Application of derivatives
 
Lesson 25: Indeterminate Forms and L'Hôpital's Rule
Lesson 25: Indeterminate Forms and L'Hôpital's RuleLesson 25: Indeterminate Forms and L'Hôpital's Rule
Lesson 25: Indeterminate Forms and L'Hôpital's Rule
 
Quadratic functions
Quadratic functionsQuadratic functions
Quadratic functions
 
Introduction to Functions of Several Variables
Introduction to Functions of Several VariablesIntroduction to Functions of Several Variables
Introduction to Functions of Several Variables
 
Quadratic functions
Quadratic functionsQuadratic functions
Quadratic functions
 
Functions (Theory)
Functions (Theory)Functions (Theory)
Functions (Theory)
 
Graphing Quadratics
Graphing QuadraticsGraphing Quadratics
Graphing Quadratics
 
Quadratic functions
Quadratic functionsQuadratic functions
Quadratic functions
 

Similar to Limit

Limit 140929031133-phpapp01
Limit 140929031133-phpapp01Limit 140929031133-phpapp01
Limit 140929031133-phpapp01
rakambantah
 
Basic Calculussssssssssssssssssssss.pptx
Basic Calculussssssssssssssssssssss.pptxBasic Calculussssssssssssssssssssss.pptx
Basic Calculussssssssssssssssssssss.pptx
MeryAnnMAlday
 
Mat 121-Limits education tutorial 22 I.pdf
Mat 121-Limits education tutorial 22 I.pdfMat 121-Limits education tutorial 22 I.pdf
Mat 121-Limits education tutorial 22 I.pdf
yavig57063
 
CHAP6 Limits and Continuity.pdf
CHAP6 Limits and Continuity.pdfCHAP6 Limits and Continuity.pdf
CHAP6 Limits and Continuity.pdf
mekkimekki5
 
SCalcET9_LecturePPTs_02_03.pptx SCalcET9_LecturePPTs_02_03.pptx
SCalcET9_LecturePPTs_02_03.pptx SCalcET9_LecturePPTs_02_03.pptxSCalcET9_LecturePPTs_02_03.pptx SCalcET9_LecturePPTs_02_03.pptx
SCalcET9_LecturePPTs_02_03.pptx SCalcET9_LecturePPTs_02_03.pptx
DenmarkSantos3
 
R lecture co4_math 21-1
R lecture co4_math 21-1R lecture co4_math 21-1
R lecture co4_math 21-1
Trixia Kimberly Canapati
 
L4 one sided limits limits at infinity
L4 one sided limits limits at infinityL4 one sided limits limits at infinity
L4 one sided limits limits at infinity
James Tagara
 
__limite functions.sect22-24
  __limite functions.sect22-24  __limite functions.sect22-24
__limite functions.sect22-24
argonaut2
 
Chapter 2. Constrained Optimization lecture note.pdf
Chapter 2. Constrained Optimization lecture note.pdfChapter 2. Constrained Optimization lecture note.pdf
Chapter 2. Constrained Optimization lecture note.pdf
almazwmbashira
 
ch02edited is best for university students
ch02edited is best for university studentsch02edited is best for university students
ch02edited is best for university students
safdarhussainbhutta4
 
ch02edited.ppt
ch02edited.pptch02edited.ppt
ch02edited.ppt
BelaRillo
 
ch02edited.ppt
ch02edited.pptch02edited.ppt
ch02edited.ppt
SupriyaGhosh43
 
thses are best for college and university students
thses are best for college and university studentsthses are best for college and university students
thses are best for college and university students
safdarhussainbhutta4
 
3 handouts section2-6
3 handouts section2-63 handouts section2-6
3 handouts section2-6
International advisers
 
DIFFERENTIATION Integration and limits (1).pptx
DIFFERENTIATION Integration and limits (1).pptxDIFFERENTIATION Integration and limits (1).pptx
DIFFERENTIATION Integration and limits (1).pptx
OchiriaEliasonyait
 
lecture (8)derivatives.pptxdddddddddddddff
lecture (8)derivatives.pptxdddddddddddddfflecture (8)derivatives.pptxdddddddddddddff
lecture (8)derivatives.pptxdddddddddddddff
mhamadhawlery16
 
3 handouts section2-3
3 handouts section2-33 handouts section2-3
3 handouts section2-3
International advisers
 
Limits of function
Limits of functionLimits of function
Limits of function
karenEnrique
 
OI.ppt
OI.pptOI.ppt
OI.ppt
raj20072
 
Lesson 4: Calculating Limits (slides)
Lesson 4: Calculating Limits (slides)Lesson 4: Calculating Limits (slides)
Lesson 4: Calculating Limits (slides)
Mel Anthony Pepito
 

Similar to Limit (20)

Limit 140929031133-phpapp01
Limit 140929031133-phpapp01Limit 140929031133-phpapp01
Limit 140929031133-phpapp01
 
Basic Calculussssssssssssssssssssss.pptx
Basic Calculussssssssssssssssssssss.pptxBasic Calculussssssssssssssssssssss.pptx
Basic Calculussssssssssssssssssssss.pptx
 
Mat 121-Limits education tutorial 22 I.pdf
Mat 121-Limits education tutorial 22 I.pdfMat 121-Limits education tutorial 22 I.pdf
Mat 121-Limits education tutorial 22 I.pdf
 
CHAP6 Limits and Continuity.pdf
CHAP6 Limits and Continuity.pdfCHAP6 Limits and Continuity.pdf
CHAP6 Limits and Continuity.pdf
 
SCalcET9_LecturePPTs_02_03.pptx SCalcET9_LecturePPTs_02_03.pptx
SCalcET9_LecturePPTs_02_03.pptx SCalcET9_LecturePPTs_02_03.pptxSCalcET9_LecturePPTs_02_03.pptx SCalcET9_LecturePPTs_02_03.pptx
SCalcET9_LecturePPTs_02_03.pptx SCalcET9_LecturePPTs_02_03.pptx
 
R lecture co4_math 21-1
R lecture co4_math 21-1R lecture co4_math 21-1
R lecture co4_math 21-1
 
L4 one sided limits limits at infinity
L4 one sided limits limits at infinityL4 one sided limits limits at infinity
L4 one sided limits limits at infinity
 
__limite functions.sect22-24
  __limite functions.sect22-24  __limite functions.sect22-24
__limite functions.sect22-24
 
Chapter 2. Constrained Optimization lecture note.pdf
Chapter 2. Constrained Optimization lecture note.pdfChapter 2. Constrained Optimization lecture note.pdf
Chapter 2. Constrained Optimization lecture note.pdf
 
ch02edited is best for university students
ch02edited is best for university studentsch02edited is best for university students
ch02edited is best for university students
 
ch02edited.ppt
ch02edited.pptch02edited.ppt
ch02edited.ppt
 
ch02edited.ppt
ch02edited.pptch02edited.ppt
ch02edited.ppt
 
thses are best for college and university students
thses are best for college and university studentsthses are best for college and university students
thses are best for college and university students
 
3 handouts section2-6
3 handouts section2-63 handouts section2-6
3 handouts section2-6
 
DIFFERENTIATION Integration and limits (1).pptx
DIFFERENTIATION Integration and limits (1).pptxDIFFERENTIATION Integration and limits (1).pptx
DIFFERENTIATION Integration and limits (1).pptx
 
lecture (8)derivatives.pptxdddddddddddddff
lecture (8)derivatives.pptxdddddddddddddfflecture (8)derivatives.pptxdddddddddddddff
lecture (8)derivatives.pptxdddddddddddddff
 
3 handouts section2-3
3 handouts section2-33 handouts section2-3
3 handouts section2-3
 
Limits of function
Limits of functionLimits of function
Limits of function
 
OI.ppt
OI.pptOI.ppt
OI.ppt
 
Lesson 4: Calculating Limits (slides)
Lesson 4: Calculating Limits (slides)Lesson 4: Calculating Limits (slides)
Lesson 4: Calculating Limits (slides)
 

More from lecturer

Rps matematika-iii- 2017-2018
Rps matematika-iii- 2017-2018Rps matematika-iii- 2017-2018
Rps matematika-iii- 2017-2018
lecturer
 
Rps
RpsRps
Pt 4 p-diffvarparameter-rev
Pt 4 p-diffvarparameter-revPt 4 p-diffvarparameter-rev
Pt 4 p-diffvarparameter-rev
lecturer
 
Pt 3 p-difftakhomogen-rev
Pt 3 p-difftakhomogen-revPt 3 p-difftakhomogen-rev
Pt 3 p-difftakhomogen-rev
lecturer
 
Pt 2 p-diffhomogen-rev
Pt 2 p-diffhomogen-revPt 2 p-diffhomogen-rev
Pt 2 p-diffhomogen-rev
lecturer
 
Pt 1 p-difflinier-rev
Pt 1 p-difflinier-revPt 1 p-difflinier-rev
Pt 1 p-difflinier-rev
lecturer
 
Pt 5 trigonometri-rev
Pt 5 trigonometri-revPt 5 trigonometri-rev
Pt 5 trigonometri-rev
lecturer
 
Pt 4 vektor-rev
Pt 4 vektor-revPt 4 vektor-rev
Pt 4 vektor-rev
lecturer
 
Pt 3 pers&pert-rev
Pt 3 pers&pert-revPt 3 pers&pert-rev
Pt 3 pers&pert-rev
lecturer
 
Pt 2 matriks1-rev
Pt 2 matriks1-revPt 2 matriks1-rev
Pt 2 matriks1-rev
lecturer
 
Pt 1 pangrasional-rev
Pt 1 pangrasional-revPt 1 pangrasional-rev
Pt 1 pangrasional-rev
lecturer
 
Membuat email dengan gmail
Membuat email dengan gmailMembuat email dengan gmail
Membuat email dengan gmail
lecturer
 
Tugas i
Tugas iTugas i
Tugas i
lecturer
 
Dif int
Dif intDif int
Dif int
lecturer
 
Pt 3 integral tak tentu-d4
Pt 3 integral tak tentu-d4Pt 3 integral tak tentu-d4
Pt 3 integral tak tentu-d4
lecturer
 
Pt 2 turunan fungsi eksponen, logaritma, implisit dan cyclometri-d4
Pt 2 turunan fungsi eksponen, logaritma, implisit dan cyclometri-d4Pt 2 turunan fungsi eksponen, logaritma, implisit dan cyclometri-d4
Pt 2 turunan fungsi eksponen, logaritma, implisit dan cyclometri-d4
lecturer
 
Pt 1 diferensial fungsi-d4
Pt 1 diferensial fungsi-d4Pt 1 diferensial fungsi-d4
Pt 1 diferensial fungsi-d4
lecturer
 
Tugassumatif sem ii-mekanik-b
Tugassumatif sem ii-mekanik-bTugassumatif sem ii-mekanik-b
Tugassumatif sem ii-mekanik-blecturer
 
Tugas iea sem2-integral
Tugas iea sem2-integralTugas iea sem2-integral
Tugas iea sem2-integrallecturer
 
Tugas ieb sem2-integral
Tugas ieb sem2-integralTugas ieb sem2-integral
Tugas ieb sem2-integrallecturer
 

More from lecturer (20)

Rps matematika-iii- 2017-2018
Rps matematika-iii- 2017-2018Rps matematika-iii- 2017-2018
Rps matematika-iii- 2017-2018
 
Rps
RpsRps
Rps
 
Pt 4 p-diffvarparameter-rev
Pt 4 p-diffvarparameter-revPt 4 p-diffvarparameter-rev
Pt 4 p-diffvarparameter-rev
 
Pt 3 p-difftakhomogen-rev
Pt 3 p-difftakhomogen-revPt 3 p-difftakhomogen-rev
Pt 3 p-difftakhomogen-rev
 
Pt 2 p-diffhomogen-rev
Pt 2 p-diffhomogen-revPt 2 p-diffhomogen-rev
Pt 2 p-diffhomogen-rev
 
Pt 1 p-difflinier-rev
Pt 1 p-difflinier-revPt 1 p-difflinier-rev
Pt 1 p-difflinier-rev
 
Pt 5 trigonometri-rev
Pt 5 trigonometri-revPt 5 trigonometri-rev
Pt 5 trigonometri-rev
 
Pt 4 vektor-rev
Pt 4 vektor-revPt 4 vektor-rev
Pt 4 vektor-rev
 
Pt 3 pers&pert-rev
Pt 3 pers&pert-revPt 3 pers&pert-rev
Pt 3 pers&pert-rev
 
Pt 2 matriks1-rev
Pt 2 matriks1-revPt 2 matriks1-rev
Pt 2 matriks1-rev
 
Pt 1 pangrasional-rev
Pt 1 pangrasional-revPt 1 pangrasional-rev
Pt 1 pangrasional-rev
 
Membuat email dengan gmail
Membuat email dengan gmailMembuat email dengan gmail
Membuat email dengan gmail
 
Tugas i
Tugas iTugas i
Tugas i
 
Dif int
Dif intDif int
Dif int
 
Pt 3 integral tak tentu-d4
Pt 3 integral tak tentu-d4Pt 3 integral tak tentu-d4
Pt 3 integral tak tentu-d4
 
Pt 2 turunan fungsi eksponen, logaritma, implisit dan cyclometri-d4
Pt 2 turunan fungsi eksponen, logaritma, implisit dan cyclometri-d4Pt 2 turunan fungsi eksponen, logaritma, implisit dan cyclometri-d4
Pt 2 turunan fungsi eksponen, logaritma, implisit dan cyclometri-d4
 
Pt 1 diferensial fungsi-d4
Pt 1 diferensial fungsi-d4Pt 1 diferensial fungsi-d4
Pt 1 diferensial fungsi-d4
 
Tugassumatif sem ii-mekanik-b
Tugassumatif sem ii-mekanik-bTugassumatif sem ii-mekanik-b
Tugassumatif sem ii-mekanik-b
 
Tugas iea sem2-integral
Tugas iea sem2-integralTugas iea sem2-integral
Tugas iea sem2-integral
 
Tugas ieb sem2-integral
Tugas ieb sem2-integralTugas ieb sem2-integral
Tugas ieb sem2-integral
 

Limit

  • 1. 1 ·I· LIMITS The fundamental idea of the calculus is the concept of limit. The exercises in Part I are designed to improve your understanding and skills in working with this con-cept. The symbolisms involved are useful contractions/abbreviations and recogniz-ing the “form” of these is essential in successfully producing required results. Before you begin, if you need a review of functions, see Appendix A: Basic functions and their graphs.
  • 3. The limit concept ·1· ( ) 4 for the following values of x that are close to, 3 Limit definition and intuition A function f (x) is said to have a limit A as x approaches c written lim ( ) x c f x A l , provided the error between f (x) and A, written | f (x) A|, can be made less than any preassigned positive number E whenever x is close to, but not equal to, c. Heu-ristically, “The limit of f at the point c is A if the value of f gets near A when x is near c.” We will explore this definition intuitively through the following examples. Compute the value of f (x) x2 5 for the following values of x that are close to, but not equal to 2 in value; and then make an observation about the results. a. x 2.07 f (x) 9.2849 b. x 1.98 f (x) 8.9204 c. x 2.0006 f (x) 9.00240036 Observation: It appears that when x is close to 2 in value, then f(x) is close to 9 in value. Compute the value of f x x but not equal to 0 in value, and then make an intuitive observation about the results. a. x .01 f (x) 400 b. x –.001 f (x) –4000 c. x .001 f (x) 4000 Observation: It appears that when x is close to 0 in value, f(x) is not close to any fixed number in value. Using limit notation, you can represent your observation statements for the above examples, respectively, as: lim x x l 2 2 5 9 and lim 4 does not exist. xl0 x
  • 4. 4 Limits EXERCISE 1·1 Compute the value of f(x) when x has the indicated values given in (a) and (b). For (c), make an observation based on your results in (a) and (b). 1. f (x) x x 2 5 a. x 3.001 b. x 2.99 c. Observation? ________________________________________________________ 5 4 2. f (x) x x a. x 1.002 b. x .993 c. Observation? ________________________________________________________ 3. f (x) 3 x2 x a. x .001 b. x .001 c. Observation? ________________________________________________________ Properties of limits Basic theorems that are designed to facilitate work with limits exist, and these theorems are the “bare bones” ideas you must master to successfully deal with the limit concept. Succinctly, the most useful of these theorems are the following: If lim ( ) x c f x l and lim ( ) x c g x l both exist, then 1. The limit of the sum (or difference) is the sum (or difference) of the limits. f x g x lim[ ( ) ( )] x l c lim f ( x ) lim g ( x ) l l x c x c 2. The limit of the product is the product of the limits. f x g x lim[ ( ) ( )] x l c • lim f ( x ) • lim g ( x ) l l x c x c 3. The limit of a quotient is the quotient of the limits provided the denominator limit is not 0. f x lim ( ) x c ( ) l g x lim ( ) x c lim ( ) x c f x g x l l 4. If f x f x f x lim ( ) lim ( ) for n 0 x c n x c ( ) q 0, then n l l where a is a constant af x a f x 5. lim ( ) lim ( ) l l x c x c §© 6. lim[ ( )] lim ( ) x c x c n f x f x n l l ¶¸ for any positive integer n 7. lim x c x c l 8. lim 1 1 provided c w 0 xlc x c
  • 5. 3 16 3 16 3 lim16 12 64 20 , ( )( ) 4, you can simplify the fraction and then evaluate the limit. This is a The limit concept 5 You must guard against the error of writing or thinking that lim ( ) x c f x l f (c); that is, that you determine the limit by substituting x c into the expression that defines f(x) and then evaluate. Recall that in the limit concept, x cannot assume the value of c. The complete explanation re-quires the concept of continuity, which is discussed in Chapter 3. PROBLEMS Evaluate the following limits. a. lim x x 3 5 5 2 l x 2 b. lim( ) x x x l 4 3 16 c. lim x x 2 16 4 l x 4 SOLUTIONS a. lim lim x l x lim x x x x l x l 2 2 2 3 5 5 2 3 5 5 2 1 12 x x x x x b. lim( ) lim lim lim l l l l x x x x 4 4 4 4 4 x xl x x x x x c. lim lim( )( ) lim( x x x x l l l 4 2 4 4 16 4 4 4 4 4) 8 Notice that in this example, you cannot use the quotient theorem because the limit of the denominator is zero; that is, lim( ) x x l 4 4 0. However, as shown, you can take an algebraic ap-proach to determine the limit. First, you factor the numerator. Next, using the fact that for all x x x 4 4 4 w x x 4 useful approach that can be applied to a number of limit problems. d. lim x x l 1 6 12does not exist because 6x 12 0 when x is close to 1. EXERCISE 1·2 Find the following limits or indicate nonexistence. 1. lim x x 2 4 1 l x 3 6. lim x x 9 3 l x 0 2 3 11 2. lim x x 2 9 2 l x 2 7. lim x 2 x x 2 1 1 1 l x 2 3. lim x x l 1 3 7 8. lim x x 6 3 l x 4 2 16 4. lim( ) x x l P 5 2 9 9. lim x x l 2 4 3 11 5. lim x x 5 3 l x 0 11 10. lim x x 8 3 6 l x 6
  • 7. Special limits ·2· 7 Zero denominator limits Some of the most useful limits are those in which the denominator limit is 0, even though our previous limit theorems are not directly applicable in these cases. These types of limits can exist only if there is some sort of cancellation com-ing from the numerator. The key is to seek common factors of the numerator and denominator that will cancel. PROBLEMS Evaluate the following limits. a. lim x x 3 8 2 l x 4 b. lim( )( ) h x xh h x l 0 h 5 2 10 5 2 2 5 2 2 c. lim h x h x l 0 h x x 8 2 2 x x x )( ) SOLUTIONS a. lim lim( lim l l x l x 4 x x 3 4 2 2 4 2 4 (x2 2x 4) 28 5 10 5 2 5 2 10 5h2 x xh h x b. lim( )( ) lim h h h xh l l 0 2 2 2 0 h lim( ) h l x h x 0 10 5 10 x h x x h x x h x c. lim lim( )( ) h 0 0 l l h x h x h h ( ) x h x lim ( ) h l l 0 h x h x 0 h x h x ( ) lim h h ( ) lim h 0 ( x h x ) x l 1 1 2 PROBLEM If f(x) 6x2 7, then find lim ( ) ( ) h f x h f x l 0 h . f x h f x SOLUTION lim ( ) ( ) lim( ( ) ) ( h h h x h x l l 0 0 6 2 7 6 2 7) h 6 2 12 6 2 7 6 2 7 lim h l x xh h x 0 h lim( ) h l x h x 0 12 6 12
  • 8. 8 Limits EXERCISE 2·1 Evaluate the following limits. 1. lim x x 3 2 l x x 3 12 2. lim ( ) h x h x l 0 h 2 2 3. lim x x l x 3 4 2 64 16 4. If f (x) 5x 8, find lim ( ) ( ) h f x h f x l 0 h . 5. lim x x 5 7 l x 3 2 3 6. lim x x l x 25 5 25 7. If g(x) x2 , find lim ( ) ( ) x g x g l x 2 2 2 . 8. lim x x x l 0 x 2 2 4 9. lim r x r x l 0 r 10. lim x x 3 6 4 l x 4 Infinite limits and limits involving infinity The variable x is said to approachc( c) if x increases (decreases) without bound. For example, x approaches c if x assumes the values 2, 3, 4, 5, 6, and so on, consecutively. Note, however, that y does not approach infinity if y assumes the values 2, –2, 4, –4, 6, –6, and so on, in the same manner. A function becomes positively infinite as x approaches c if for every M 0, f(x) M for every x close to, but not equal to, c. Similarly, a function becomes negatively infinite as x ap-proaches c if for every M 0, f(x) M for every x close to, but not equal to, c. PROBLEMS Evaluate the following limits. a. lim , x a lcx where a is any constant b. lim x x lc 2 c. lim x x l c x 3 12 1 d. lim 4 3 xl3 | x |
  • 9. l is the notation for the left-hand limit of f at c. . This theorem is a very useful tool Special limits 9 SOLUTIONS a. lim x a lcx 0 for any constant a b. lim x x lc 2 c x x c. lim lim x x x x l c l c 3 12 1 3 12 1 1 3 0 1 0 3 d. lim xl | x | c 3 4 3 EXERCISE 2·2 Evaluate the following limits. 1. lim( ) x x lc 5 7 6. lim x x 2 2 5 6 lc x x 2. lim 7 3 xlc x 7. lim x 5 3 x x 6 7 6 2 lc x x 5 6 11 3. lim x 3 x 95 8. lim l c x 4 2 x x x 7 6 3 3 7 5 3 l c x x 4. lim x 3 2 x x x 3 47 9 lc x x 18 76 11 9. lim x 3 x x 2 8 5 lc x 2 3 4 5. lim 8 4 xlc x 10. lim 5 2 4 xl cx Left-hand and right-hand limits Directional limits are necessary in many applications and we write lim ( ) x c f x l to denote the limit concept as x approaches c through values of x larger than c. This limit is called the right-hand limit of f at c; and, similarly, lim ( ) x c f x Theorem: lim ( ) x c f x L l if and only if lim ( ) lim ( ) f x f x L l l x c x c in evaluating certain limits and in determining whether a limit exists. PROBLEMS Evaluate the following limits. a. lim 4 3 xl3 x b. lim 15 1 xl1 x c. lim[ ] x x l2 Note: [x] denotes the greatest integer function (See Appendix A)
  • 10. 10 Limits d. lim[ ] x x l2 e. lim[ ] x x l2 SOLUTIONS a. lim 4 3 xl3 x c b. lim 15 1 xl1 x c c. lim[ ] x x l 2 2 l 2 d. lim[ ] x x 1 e. lim[ ] x x l2 l 2 does not exist because lim[ ] x x l 2 2 and lim[ ] x x 1, so the right- and left-hand limits are not equal. EXERCISE 2·3 Evaluate the following limits if they exist. If a limit does not exist, show why. l 1. lim [ ] x x 4 1 6. lim x x 2 9 3 l x 3 2. lim x x 2 4 2 l x 2 7. lim 7 4 xl4 x 3. lim 4 9 xl8 x 8. lim x 5 4 8 x x 4 l x 4 l 4. lim x x 0 4 3 9. lim x x 2 16 l x 4 4 5. lim[ ] x x l 5 1 10. lim x x 2 16 l x 4 4
  • 11. 11 Continuity Definition of continuity A function f is continuous at a point c if and only if 1. f (c) is defined; and 2. lim ( ) ; x c f x exists l and f x f x f c 3. lim ( ) (lim ) ( ). l l x c x c If a function fails to satisfy any one of these conditions, then it is not con-tinuous at x c and is said to be discontinuous at x c. Roughly speaking, a function is continuous if its graph can be drawn with-out lifting the pencil. Strictly speaking, this is not mathematically accurate, but it is an intuitive way of visualizing continuity. Notice that when a function is continuous at a point c, you have the situation whereby the limit may be calculated by actually evaluating the function at the point c. Recall that you were cautioned against determining limits this way in an earlier discussion; however, when a function is known to be continuous at x c, then lim ( ) ( ). x c f x f c l By its definition, continuity is a point-wise property of a function, but this idea is extended by saying that a function is continuous on an interval a a x a b if and only if f is continuous at each point in the interval. At the end points, the right- and left-hand limits apply, respectively, to get right and left continuity if these limits exist. PROBLEMS Determine whether the following functions are either continuous or discontinuous at the indicated point. a. f (x) 4x 7 at x 4 b. f (x) x 4 at x 3 c. f (x) 3x2 7 at x 2 d. f x 12 2 x ( ) at x 2 e. f x x 2 4 2 x ( ) at x 2 ·3·
  • 12. 12 Limits x x x SOLUTIONS a. lim lim( ) (lim ) ; 4 7 4 7 4 7 23 thus, the l l l x x x 4 4 4 function is continuous at 4. b. lim( x ) ((lim x ) ) ; 4 4 1 thus, the function is continuous at 3. l l x x 3 3 3 x 7 3 x 2 7 19 thus, the function is continuous at 2. c. lim( ) ( (lim ) ) ; l l x 2 x 2 2 d. lim 12 2 xl2 x does not exist; thus, the function is discontinuous at 2. e. f x x 2 4 2 x ( ) is discontinuous at 2 because the function is not defined at 2. However, the limit of f(x) as x approaches 2 is 4, so the limit exists but lim f ( x ) w f ( ). x l 2 2 If f (2) is now defined to be 4 then the “new” function f(x) x x x x 2 4 2 2 w 4 2 ª «­ ¬­ ¹ º­ »­ is continuous at 2. Since the discontinuity at 2 can be “removed,” then the original function is said to have a removable discontinuity at 2. EXERCISE 3·1 Show that the following functions are either continuous or discontinuous at the indicated point. 1. f (x) 5x 7 at x 1 6. g x x x ( ) 5 5 at x 3 2. f x x x ( ) 3 8 2 at x 0 7. g x x x ( ) 5 2 at x 8 3. f x 4 2 x 3 ( ) at x 1 8. h(x) 5x2 x 7 at x 5 4. f (x) [x] at x 3 9. f x x x ( ) 6 2 at x 6 5. g x x x ( ) 2 6 5 at x 4 10. h x 2 6 x a x x a ( ) ( ) 3 at x a Properties of continuity The arithmetic properties of continuity follow immediately from the limit properties in Chapter 1. If f and g are continuous at x c, then the following functions are also continuous at c: fg 1. Sum and difference: f og 2. Product: fg 3. Scalar multiple: af, for a a real number 4. Quotient: , provided g(c) w 0
  • 13. Further, if g is continuous at c and f is continuous at g(c) then the composite function f C g defined by ( f C g )(x) f (g(x)) is continuous at c. In limit notation, lim ( ( )) (lim ( )) f g x f g x l l x c x c f (g(c)). This function composition property is one of the most important results of continuity. If a function is continuous on the entire real line, the function is everywhere continuous; that is to say, its graph has no holes, jumps, or gaps in it. The following types of functions are continuous at every point in their domains: , provided p(x) and q(x) are polynomials and q(x) w 0 Continuity 13 Constant functions: f(x) k, where k is a constant Power functions: f (x) xn, where n is a positive integer Polynomial functions: f ( x ) a x n a x n 1 ax a n n 1 1 0 ! Rational functions: f x p x ( ) ( ) q x ( ) Radical functions: f (x) n x , x q 0, n a positive integer Trigonometric functions: f(x) sinx and f(x) cosx are everywhere continuous; f(x) tan x, f(x) csc x, f(x) sec x, and f(x) cot x are continuous only wherever they exist. Logarithm functions: f (x) ln x and f x x b b b ( ) log , 0, w 1 Exponential functions: f (x) ex and f (x) bx,b 0,b w 1 PROBLEM Discuss the continuity of the following function: g(x) 3(sin3x) at a real number c. SOLUTION 3x is continuous at c and sinx is continuous at all real numbers and so sin(3x) is continuous at c by the composition property. Finally, 3sin(3x) is continuous at c by the constant multiple property of continuity. EXERCISE 3·2 Discuss the continuity of the following functional expressions. 1. f (x) 5( tan3x) at a real number c 6. G x x x x ( ) sin 11 2 8 9 on the real line 2. h(x) tanx cos(3x 1) at c 4 7. V(x) sinx cos x on the real line x x 3. f x tan sin ( ) x x x x cos 5 3 2 4 3 at c 5 8. T(x) sin2 x cos2 x at c P 11 4. t(x) cos 5x 3 tanx at c P 2 9. f x x x ( ) tan sin at x 2P and at x 6P 5. H(x) 5 8x2 4sinx 13 for x 1 10. g(x) x 15 sinx 10 at x 11 Intermediate Value Theorem (IVT) The Intermediate Value Theorem states: If f is continuous on the closed interval [a, b] and if f (a) w f (b), then for every number k between f(a) and f(b) there exists a value x0 in the interval [a, b] such that f (x ) k 0 . The Intermediate Value Theorem is a useful tool for showing the existence of zeros of a func-tion. If a continuous function changes sign on an interval, then this theorem assures you that there
  • 14. must be a point in the interval at which the function takes on the value of 0. It must be noted, however, that the theorem is an existence theorem and does not locate the point at which the zero occurs. Finding that point is another problem. The following example will illustrate using the IVT to determine whether a zero exists and give some insight into finding such a point (or points). 14 Limits PROBLEM Is there a number in the interval [0, 3] such that f (x) x2 x 2 1? This question is equivalent to asking whether there is a number in [0, 3] such that f (x) x2 x 1 0. SOLUTION The function is continuous on [0, 3], and you can see that f (0) 02 0 1 1 and f (3) 32 3 1 5. Since f (0) 0 and f (3) 0, by the IVT, you know there must be a number in [0, 3] such that f (x) x2 x 1 0.; that is, there is a solution to the problem. In this case, a solution can be found by solving the quadratic equation, x2 x 1 0, to obtain the two roots: 1 o 5 . 2 Approximating these two values gives 1.62 and 0.62, of which only 1.62 is in the interval [0, 3]. Thus, there does exist a number, namely 1 5 , in the interval 2 [0, 3] such that f 1 5 2 0 ¤ ¦¥ ³ µ´ . EXERCISE 3·3 For 1–5, use the IVT to determine whether the given function has a zero in the given interval. Explain your reasoning. 1. f (x) 4x 4 3x3 2x 5 on [ 2, 0] 4. g x x x ( ) 8 3 5 on [10, 12] 2. g(x) 9 x2 on [ 2.5, 2] 5. f x x x x ( ) 3 2 1 on [ 2, 2] 3. f x x ( ) 3 4 on [ 5, 0] For 6–10, use the IVT to determine whether a zero exists in the given interval; and, if so, find the zero (or zeros) in the interval. 6. h(x) x2 5x 2 on [ 3, 4] 9. F(x) cos(x) on [5, 8] 7. g x x x ( ) 3 3 4 on [0, 6] 10. G x x x ( ) sin( ) cos( ) § on ©¨ ¶ P P 4 4 ¸· , 8. h(x) sin(x) on [ 1, 1]