SlideShare a Scribd company logo
TAIBAH UNIVERSITY
BADR
APPLIED COLLEGE
‫طيبة‬ ‫جامعة‬
‫ببدر‬ ‫التطبيقية‬ ‫الكلية‬
‫التدريس‬ ‫مكان‬
:
‫بدر‬
APPLIES MATHEMATICS
MATH161 151
Dr.Mekki Noureddine
Second Semester 1442/1443
Chapter 7
Limits and Continuity
Section 6.1 The Limit Process (An Intuitive Introduction)
a. The Limit Process
b. Area of a Region Bounded by a Curve
c. The Idea of a Limit
d. Example
e. Illustration of a Limit
f. Limits on Various Functions
g. Example
h. One-Sided Limits
i. Example: One-Sided Limits
j. Another Example
k. Functions Approaching Infinity
l. Summary of Limits that Do Not Exist
Section 6.2 Definition of Limit
a. Definition
b. Illustration of Definition
c. Selection of Epsilon
d. Limits on Open Intervals
e. Limit Properties
f. Equivalent Limit Properties
g. Left-hand and Right-hand Limits
h. Example
Section 6.3 Some Limit Theorems
a. The Uniqueness of a Limit
b. Limit Properties: Arithmetic of Limits
c. Limit of Quotients
d. Limits that Do Not Exist for Quotients
Section 6.4 Continuity
a. Continuity at a Point
b. Types of Discontinuity
c. Properties of Continuity
d. Example
e. Composition Theorem
f. One-sided Continuity
g. Continuity on Intervals
Section 6.5 The Pinching Theorem; Trigonometric Limits
a. The Pinching Theorem
b. Basic Trigonometric Limits
c. Continuity of the Trigonometric Limits
d. Example
Section 6.6 Two Basic Theorems
a. The Intermediate-Value Theorem
b. Boundedness; Extreme Values
c. The Extreme-Value Theorem
d. Properties of the Two Basic Theorems
The Limit Process
THE LIMIT PROCESS (AN INTUITIVE INTRODUCTION)
We could begin by saying that limits are important in calculus, but that would
be a major understatement. Without limits, calculus would not exist. Every
single notion of calculus is a limit in one sense or another.
For example:
What is the slope of a curve? It is the limit of
slopes of secant lines.
What is the length of a curve? It is the limit of
the lengths of polygonal paths inscribed in the
curve.
The Limit Process
What is the area of a region bounded by a curve? It is the limit of the sum of areas
of approximating rectangles.
The Limit Process
The Idea of a Limit
We start with a number c and a function f defined at all numbers x near c but
not necessarily at c itself. In any case, whether or not f is defined at c and, if
so, how is totally irrelevant.
Now let L be some real number. We say that the limit of f (x) as x tends to c
is L and write
provided that (roughly speaking)
as x approaches c, f(x) approaches L
or (somewhat more precisely) provided that
f (x) is close to L for all x ≠ c which are close to c.
 
lim
x c
f x L


The Limit Process
Example 1
Set f(x) = 4x + 5 and take c = 2. As x approaches 2, 4x approaches 8 and 4x
+ 5 approaches 8 + 5 = 13. We conclude that
.
13
)
(
lim
2


x
f
x
The Limit Process
Example 2
Set
As x approaches −8, 1 − x approaches 9 and approaches 3. We conclude
that
If for that same function we try to calculate
we run into a problem. The function is defined only for x ≤ 1.
It is therefore not defined for x near 2, and the idea of taking the limit as x
approaches 2 makes no sense at all:
does not exist.
  1
f x x
  and take c = −8.
1 x

 
8
lim 3
x
f x


 
2
lim
x
f x

  1
f x x
 
 
2
lim
x
f x

The Limit Process
Example 3
First we work the numerator: as x approaches 3, x3 approaches 27, −2x
approaches –6, and x3 – 2x + 4 approaches 27 – 6 + 4 = 25. Now for the
denominator: as x approaches 3, x2 + 1 approaches 10. The quotient (it would
seem) approaches 25/10 = 52.
.
2
5
1
4
2
lim 2
3
3




 x
x
x
x
The Limit Process
The curve in Figure 2.1.4 represents the graph of a function f. The number c is
on the x-axis and the limit L is on the y-axis. As x approaches c along the
x-axis, f (x) approaches L along the y-axis.
The Limit Process
As we have tried to emphasize, in taking the limit of a function f as x tends to c,
it does not matter whether f is defined at c and, if so, how it is defined there. The
only thing that matters is the values taken on by f at numbers x near c. Take a look
at the three cases depicted in Figure 2.1.5. In the first case, f (c) = L. In the second
case, f is not defined at c. In the third case, f is defined at c, but f (c) ≠ L.
However, in each case
because, as suggested in the figures,
as x approaches c, f (x) approaches L.
 
lim
x c
f x L


The Limit Process
Example 4
Set
and let c = 3. Note that the function f is not defined at 3: at 3, both numerator and
denominator are 0. But that doesn’t matter. For x ≠ 3, and therefore for all x near 3,
 
2
9
3
x
f x
x



  
2
3 3
9
3
3 3
x x
x
x
x x
 

  
 
Therefore, if x is close to 3, then
2
9
3
3
x
x
x

 

is close to 3 + 3 = 6. We conclude that
 
2
3 3
9
lim lim 3 6
3
x x
x
x
x
 

  

The Limit Process
Example 5
lim = 12.
x3 – 8
x – 2
x → 2
The function f(x) = is undefined at x = 2. But, as we said before, that
doesn’t matter. For all x 2,
x3 – 8
x – 2
≠
x3 – 8 (x – 2)(x2 + 2x +4)
x – 2 x – 2
= = x2 + 2x +4.
Therefore,
x3 – 8
x – 2
x → 2
lim = lim (x2 + 2x + 4) = 12.
x → 2
The Limit Process
Example 6
If f(x) = then lim f(x) = –4.
3x – 4, x ≠ 0
10, x = 0, x → 0
It does not matter that f(0) = 10. For x ≠ 0, and thus for all x near 0,
f(x) = 3x – 4 and therefore lim f(x) = lim (3x – 4) = –4.
x → 0 x → 0
The Limit Process
One-Sided Limits
Numbers x near c fall into two natural categories: those that lie to the left
of c and those that lie to the right of c. We write
[The left-hand limit of f(x) as x tends to c is L.]
to indicate that
as x approaches c from the left, f(x) approaches L.
We write
[The right-hand limit of f(x) as x tends to c is L.]
to indicate that
as x approaches c from the right, f(x) approaches L
 
lim
x c
f x L



 
lim
x c
f x L



The Limit Process
Example
Take the function indicated in Figure 2.1.7. As x approaches
5 from the left, f (x) approaches 2; therefore
As x approaches 5 from the right, f (x) approaches 4; therefore
The full limit, , does not exist: consideration of x < 5 would force the
limit to be 2, but consideration of x > 5 would force the limit to be 4.
For a full limit to exist, both one-sided limits have to exist and they have to be equal.
 
5
lim 2
x
f x



 
5
lim 4
x
f x



 
5
lim
x
f x

The Limit Process
Example 7
For the function f indicated in figure 2.1.8,
In this case
It does not matter that f (−2) = 3.
Examining the graph of f near x = 4, we find that
Since these one-sided limits are different,
does not exist.
 
 
 
 
2 2
lim 5 and lim 5
x x
f x f x
 
   
 
 
2
lim 5
x
f x


   
4 4
lim 7 whereas lim 2
x x
f x f x
 
 
 
 
4
lim
x
f x

The Limit Process
Example 8
Set . Note that f(x) = 1 for x > 0, and f(x) = −1 for x < 0:
f(x) =
1, if x > 0
−1, if x < 0.
Let’s try to apply the limit process at different numbers c.
If c < 0, then for all x sufficiently close to c,
x < 0 and f(x) = −1. It follows that for c < 0
lim f(x) = lim (−1) = −1
x → c x → c
If c > 0, then for all x sufficiently close to c, x > 0 and f(x) = 1. It follows that
for c < 0
lim f(x) = lim (1) = 1
x → c x → c
However, the function has no limit as x tends to 0:
lim f(x) = −1 but lim f(x) = 1.
x → 0- x → 0+
x
x
x
f /
)
( 
The Limit Process
Example 9
We refer to function indicated in Figure 2.1.10 and examine the behavior of
f(x) for x close to 3 and close to to 7.
As x approaches 3 from the left or from the right, f(x)
becomes arbitrarily large and cannot stay close to any
number L. Therefore
lim f(x) does not exist.
As x approaches 7 from the left, f(x) becomes arbitrarily large and cannot
stay close to any number L. Therefore
lim f(x) does not exist.
The same conclusion can be reached by noting as x approaches 7 from the
right, f(x) becomes arbitrarily large.
x → 3
x → 7
The Limit Process

Remark To indicate that f (x) becomes arbitrarily large, we can write
f (x)→∞. To indicate that f (x) becomes arbitrarily large negative, we
can write f (x)→−∞.
Consider Figure 2.1.10, and note that for the function depicted
there the following statements hold:
as x → 3¯, f (x) → (∞) and as x → 3 , f (x)→∞.
Consequently,
as x → 3, f (x)→∞.
Also,
as x → 7¯, f (x)→−∞ and as x → 7 , f (x)→∞.
We can therefore write
as x → 7, | f (x)| → ∞.

The Limit Process
Example 10
We set
f(x) =
and examine the behavior of f(x) (a) as x tends to 4
and then (b) as x tends to 2.
1
x – 2
The Limit Process
Example 11
Set f(x) =
1 – x2, x < 1
1/(x – 1), x> 1.
The Limit Process
Example 12
Here we set f(x) = sin (π/ x) and show that the function can have no limit as
x → 0
The function is not defined at x = 0, as you know, that’s irrelevant. What keeps
f from having a limit as x → 0 is indicated in Figure 2.1.13. As x → 0, f(x) keeps
oscillating between y = 1 and y = –1 and therefore cannot remain close to any
one number L.
The Limit Process
Example 13
Let f(x) = (sin x)/x. If we try to evaluate f at 0, we get the meaningless ratio 0/0;
f is not defined at x = 0. However, f is defined for all x ≠ 0, and so we can
consider
lim .
sin x
x
x → 0
We select numbers that approach 0 closely from the left and numbers that
approach 0 closely from the right. Using a calculator, we evaluate f at these
numbers. The results are tabulated in Table 2.1.1.
The Limit Process
These calculations suggest that
and therefore that
The graph of f, shown in Figure 2.1.14,
supports this conclusion. A proof that this
limit is indeed 1 is given in Section 2.5.
1
sin
lim
and
1
sin
lim
0
0

 


 x
x
x
x
x
x
.
1
sin
lim
0

 x
x
x
The Limit Process
Summary of Limits That Fail to Exist
Examples 7-13 illustrate various ways in which the limit of a function f at a number
c may fail to exist. We summarize the typical cases here:
(i) (Examples 7, 8).
(The left-hand and right-hand limits of f at c each exist, but they are not equal.)
(ii) f(x) → +∞ as x → c–, or f(x) → +∞ as x → c+, or both (Examples 9, 10, 11).
(The function f is unbounded as x approaches c from the left, or from the right, or both.)
(iii) f(x) “oscillates” as x → c–, c+ or c (Examples 12, 13).
   
1 2 1 2
lim , lim and
x c x c
f x L f x L L L
 
 
  
Definition of Limit
Definition of Limit
Figures 2.2.1 and 2.2.2 illustrate this definition.
Definition of Limit
In Figure 2.2.3, we give two choices of ε and for each we display a suitable δ. For
a δ to be suitable, all points within δ of c (with the possible exception of c itself)
must be taken by the function f to within ε of L. In part (b) of the figure, we began
with a smaller ε and had to use a smaller δ.
The δ of Figure 2.2.4 is too large for the given ε.
In particular, the points marked x1 and x2 in the
figure are not taken by f to within ε of L.
Definition of Limit
The limit process can be described entirely
in terms of open intervals as shown in
Figure 2.2.5.
Definition of Limit
Example 1
Show that
lim (2x – 1) = 3. (Figure 2.2.6)
x → 2
Definition of Limit
x → –1
Example 2
Show that
lim (2 – 3x) = 5. (Figure 2.2.7)
Definition of Limit
Example 3
For each number c
Example 4
For each real number c
Example 5
For each constant k
Definition of Limit
x → 3
Example 6
Show that
lim x2 = 9. (Figure 2.2.11)
Definition of Limit
Example 7
Show that
(Figure 2.2.12)
.
2
lim
4


x
x
Definition of Limit
There are several different ways of formulating the same limit statement.
Sometimes one formulation is more convenient, sometimes another, In
particular, it is useful to recognize that the following four statements are
equivalent:
Definition of Limit
x → 3
Example 8
For f(x) = x2, we have
lim x2 = 9 lim (3 + h)2 = 9
lim (x2 – 9) = 0 lim x2 – 9 = 0.
x → 3
x → 3
h → 0
Definition of Limit
One-sided limits give us a simple way of determining whether
or not a (two-sided) limit exists:
Definition of Limit
Example 9
For the function defined by setting
does not exist.
Proof
The left- and right-hand limits at 0 are as follows:
Since these one-sided limits are different,
does not exist.
  2
2 1, 0
, 0
x x
f x
x x x
 

 
 

 
0
lim
x
f x

       
2
0 0 0 0
lim lim 2 1 1, lim lim 0
x x x x
f x x f x x x
   
   
     
 
0
lim
x
f x

Definition of Limit
Proof
The left- and right-hand limits at 1 are as follows:
Example 10
For the function defined by setting
g(x) =
lim g(x) = 2.
1 + x2, x < 1
3, x = 1
4 – 2x, x > 1,
x → 1
lim g(x) = lim (1 + x2) = 2, lim g(x) = lim (4 – 2x) = 2.
Thus, lim g(x) = 2. NOTE: It does not matter that g(1) ≠ 2.
x → 1
x → 1+
x → 1 – x → 1 –
x → 1+
Definition of Limit
Limit Theorems
Limit Theorems
The following properties are extensions of Theorem 2.3.2.
Limit Theorems
Examples
lim (5x2 – 12x + 2) = 5(1)2 – 12(1) + 2 = –5,
lim (14x5 – 7x2 + 2x + 8) = 14(0)5 – 7(0)2 + 2(0) + 8 = 8
lim (2x3 + x2 – 2x – 3) = 2(–1)3 + (–1)2 – 2(–1) – 3 = –2.
x → 0
x → 1
x → – 1
Limit Theorems
Examples
lim = 16, lim = , lim = = .
1
x2
1
x3 – 1
1
7
1
x
1
–3
1
3
x → 4 x → 2 x → – 3
Limit Theorems
Examples
2
2
3 2
2
3
3 5 6 5 1
lim
1 4 1 5
3 27 27
lim 0
1 1 9
x
x
x
x
x x
x


 
 
 
 
 
 
Limit Theorems
Examples
From Theorem 2.3.10 you can see that
2
2
1 2 0
3 7 5
lim lim lim
1 4
x x x
x x
x x x
  

 
All fail to exist.
Limit Theorems
Example 1
Evaluate the limits exist:
(a) lim , (b) lim , (c) lim .
x2 – x – 6
x – 3
(x2 – 3x – 4)2
x – 4
x + 1
(2x2 + 7x + 5)2
x → 3 x → 4 x → –1
Limit Theorems
Example 2
Justify the following assertions.
(a) lim = – , (b) lim = 6.
1/x – 1/2
x – 2
x – 9
√ x – 3
x → 2 x → 9
1
4
Continuity
Continuity at a Point
The basic idea is as follows: We are given a function f and a number c. We
calculate (if we can) both and f (c). If these two numbers are equal, we
say that f is continuous at c. Here is the definition formally stated.
If the domain of f contains an interval (c − p, c + p), then f can fail to be
continuous at c for only one of two reasons: either
(i) f has a limit as x tends to c, but , or
(ii) f has no limit as x tends to c.
In case (i) the number c is called a removable discontinuity. The discontinuity can
be removed by redefining f at c. If the limit is L, redefine f at c to be L.
In case (ii) the number c is called an essential discontinuity. You can change the
value of f at a billion points in any way you like. The discontinuity will remain.
   
lim
x c
f x f c


 
lim
x c
f x

Continuity
The functions shown have essential discontinuities at c.
The discontinuity in Figure 2.4.2 is, for obvious
reasons, called a jump discontinuity.
The functions of Figure 2.4.3 have infinite discontinuities.
Continuity
Continuity
Example 1
The function
is continuous at all real numbers other than 2 and 3. You can see this by noting
that
F = 3 f + g/h + k
where
f (x) = |x|, g(x) = x3 − x, h(x) = x2 − 5x + 6, k(x) = 4.
Since f, g, h, k are everywhere continuous, F is continuous except at 2 and 3, the
numbers at which h takes on the value 0. (At those numbers F is not defined.)
 
3
2
3 4
5 6
x x
F x x
x x

  
 
Continuity
Continuity
Example 2
The function F(x) = is continuous at all numbers greater than 3. To see this,
note that F = f g, where
and g(x) = .
Now, take any c > 3. Since g is a rational function and g is defined at c, g is
continuous at c. Also, since g(c) is positive and f is continuous at each positive
number, f is continuous at g(c). By Theorem 2.4.4, F is continuous at c.
x2 + 1
x – 3
x2 + 1
x – 3
x
x
f 
)
(
Continuity
Example 3
The function is continuous everywhere except at x = ±3,
where it is not defined. To see this, note that F = f g k h, where
and observe that each of these functions is being evaluated only where it is
continuous. In particular, g and h are continuous everywhere, f is being evaluated
only at nonzero numbers, and k is being evaluated only at positive numbers. .
16
5
1
)
(
2



x
x
F
.
16
)
(
,
)
(
,
5
)
(
,
1
)
( 2





 x
x
h
x
x
k
x
x
g
x
x
f
Continuity
Continuity
Example 4
Determine the discontinuities, if any, of the following function:
f(x) =
2x + 1, x ≦ 0
1, 0 < x ≦ 1
x2 + 1, x > 1.
(Figure 2.4.8)
Continuity
Example 5
Determine the discontinuities, if any, of the following function:
f(x) =
x3, x ≦ –1
x2 – 2, –1 < x < 1
6 – x, 1 ≦ x < 4
, 4 < x < 7
5x + 2, x ≧ 7.
6
7 – x
Continuity
  2
1
1
f x
x


Continuity on Intervals
A function f is said to be continuous on an interval if it is continuous at each interior
point of the interval and one-sidedly continuous at whatever endpoints the interval may
contain.
For example:
(i) The function
is continuous on [−1, 1] because it is continuous at each point of (−1, 1),
continuous from the right at −1, and continuous from the left at 1.
The graph of the function is the semicircle.
(ii) The function
is continuous on (−1, 1) because it is continuous at each point of (−1, 1). It is not
continuous on [−1, 1) because it is not continuous from the right at −1. It is not
continuous on (−1, 1] because it is not continuous from the left at 1.
(iii) The function graphed in Figure 2.4.8 is continuous on (−∞, 1] and continuous on
(1,∞). It is not continuous on [1,∞) because it is not continuous from the right at 1.
(iv) Polynomials, being everywhere continuous, are continuous on (−∞,∞).
Continuous functions have special properties not shared by other functions.
  2
1
f x x
 

More Related Content

PPT
Lesson3.1 The Derivative And The Tangent Line
PPTX
Exponential and logarithmic functions
PPTX
5.1 anti derivatives
PPT
Lecture 4 the limit of a function
PDF
Limits by Rationalization
PPTX
Integral calculus
PPTX
3.4 derivative and graphs
PPTX
Limit of functions
Lesson3.1 The Derivative And The Tangent Line
Exponential and logarithmic functions
5.1 anti derivatives
Lecture 4 the limit of a function
Limits by Rationalization
Integral calculus
3.4 derivative and graphs
Limit of functions

What's hot (20)

PPT
PPt on Functions
PPTX
Function and graphs
PPT
5 1 quadratic transformations
PPTX
Alternating Group presentation
PDF
Limits, Continuity & Differentiation (Theory)
PPTX
Lattices
PDF
Limits of a Function
PDF
Lesson 3: The Limit of a Function
PPT
Logarithms and logarithmic functions
PPTX
PPT
functions limits and continuity
PPTX
Limit and continuity (2)
PPTX
Graphs of Log functions
PPTX
Lesson 1 - Introduction to Limits.pptx
PPT
Continutiy of Functions.ppt
PPTX
Different types of functions
PDF
Lesson 11: Limits and Continuity
PPT
3.1 derivative of a function
PDF
Integral exponent 1 (Instructional Material)
PPTX
Differential calculus
PPt on Functions
Function and graphs
5 1 quadratic transformations
Alternating Group presentation
Limits, Continuity & Differentiation (Theory)
Lattices
Limits of a Function
Lesson 3: The Limit of a Function
Logarithms and logarithmic functions
functions limits and continuity
Limit and continuity (2)
Graphs of Log functions
Lesson 1 - Introduction to Limits.pptx
Continutiy of Functions.ppt
Different types of functions
Lesson 11: Limits and Continuity
3.1 derivative of a function
Integral exponent 1 (Instructional Material)
Differential calculus
Ad

Similar to CHAP6 Limits and Continuity.pdf (20)

PPT
ch02edited is best for university students
PPT
ch02edited.ppt
PPT
thses are best for college and university students
PPT
ch02edited.ppt
PPTX
Lecture co3 math21-1
PDF
1552 limits graphically and nume
PDF
PDF
limits and continuity
PPTX
LIMIT OF A FUNCTIONs in mathematics 2017
PPTX
LIMIT OF A FUNCTIONs in mathematics 2017
PPTX
Limit Continuity and Derivatibility.pptx
PPTX
Limits-Differential calculus-Examples-PPT
PDF
__limite functions.sect22-24
PPTX
R lecture co4_math 21-1
PDF
Limit 140929031133-phpapp01
PPTX
Basic Cal - Quarter 1 Week 1-2.pptx
PPT
Lecture 4 for master students lecture.ppt
PPT
Limit and continuity
PDF
Limit
PPTX
SCalcET9_LecturePPTs_02_03.pptx SCalcET9_LecturePPTs_02_03.pptx
ch02edited is best for university students
ch02edited.ppt
thses are best for college and university students
ch02edited.ppt
Lecture co3 math21-1
1552 limits graphically and nume
limits and continuity
LIMIT OF A FUNCTIONs in mathematics 2017
LIMIT OF A FUNCTIONs in mathematics 2017
Limit Continuity and Derivatibility.pptx
Limits-Differential calculus-Examples-PPT
__limite functions.sect22-24
R lecture co4_math 21-1
Limit 140929031133-phpapp01
Basic Cal - Quarter 1 Week 1-2.pptx
Lecture 4 for master students lecture.ppt
Limit and continuity
Limit
SCalcET9_LecturePPTs_02_03.pptx SCalcET9_LecturePPTs_02_03.pptx
Ad

Recently uploaded (20)

PDF
IFIT3 RNA-binding activity primores influenza A viruz infection and translati...
PPTX
BIOMOLECULES PPT........................
PDF
Placing the Near-Earth Object Impact Probability in Context
PPTX
GEN. BIO 1 - CELL TYPES & CELL MODIFICATIONS
PPTX
Derivatives of integument scales, beaks, horns,.pptx
PDF
Phytochemical Investigation of Miliusa longipes.pdf
PPTX
ANEMIA WITH LEUKOPENIA MDS 07_25.pptx htggtftgt fredrctvg
PPTX
G5Q1W8 PPT SCIENCE.pptx 2025-2026 GRADE 5
PPTX
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
PPTX
TOTAL hIP ARTHROPLASTY Presentation.pptx
PPTX
INTRODUCTION TO EVS | Concept of sustainability
PPTX
Protein & Amino Acid Structures Levels of protein structure (primary, seconda...
DOCX
Viruses (History, structure and composition, classification, Bacteriophage Re...
PPTX
2Systematics of Living Organisms t-.pptx
PPTX
ECG_Course_Presentation د.محمد صقران ppt
PPTX
7. General Toxicologyfor clinical phrmacy.pptx
PDF
Formation of Supersonic Turbulence in the Primordial Star-forming Cloud
PDF
. Radiology Case Scenariosssssssssssssss
PPTX
Comparative Structure of Integument in Vertebrates.pptx
PPTX
Classification Systems_TAXONOMY_SCIENCE8.pptx
IFIT3 RNA-binding activity primores influenza A viruz infection and translati...
BIOMOLECULES PPT........................
Placing the Near-Earth Object Impact Probability in Context
GEN. BIO 1 - CELL TYPES & CELL MODIFICATIONS
Derivatives of integument scales, beaks, horns,.pptx
Phytochemical Investigation of Miliusa longipes.pdf
ANEMIA WITH LEUKOPENIA MDS 07_25.pptx htggtftgt fredrctvg
G5Q1W8 PPT SCIENCE.pptx 2025-2026 GRADE 5
DRUG THERAPY FOR SHOCK gjjjgfhhhhh.pptx.
TOTAL hIP ARTHROPLASTY Presentation.pptx
INTRODUCTION TO EVS | Concept of sustainability
Protein & Amino Acid Structures Levels of protein structure (primary, seconda...
Viruses (History, structure and composition, classification, Bacteriophage Re...
2Systematics of Living Organisms t-.pptx
ECG_Course_Presentation د.محمد صقران ppt
7. General Toxicologyfor clinical phrmacy.pptx
Formation of Supersonic Turbulence in the Primordial Star-forming Cloud
. Radiology Case Scenariosssssssssssssss
Comparative Structure of Integument in Vertebrates.pptx
Classification Systems_TAXONOMY_SCIENCE8.pptx

CHAP6 Limits and Continuity.pdf

  • 1. TAIBAH UNIVERSITY BADR APPLIED COLLEGE ‫طيبة‬ ‫جامعة‬ ‫ببدر‬ ‫التطبيقية‬ ‫الكلية‬ ‫التدريس‬ ‫مكان‬ : ‫بدر‬ APPLIES MATHEMATICS MATH161 151 Dr.Mekki Noureddine Second Semester 1442/1443
  • 2. Chapter 7 Limits and Continuity
  • 3. Section 6.1 The Limit Process (An Intuitive Introduction) a. The Limit Process b. Area of a Region Bounded by a Curve c. The Idea of a Limit d. Example e. Illustration of a Limit f. Limits on Various Functions g. Example h. One-Sided Limits i. Example: One-Sided Limits j. Another Example k. Functions Approaching Infinity l. Summary of Limits that Do Not Exist Section 6.2 Definition of Limit a. Definition b. Illustration of Definition c. Selection of Epsilon d. Limits on Open Intervals e. Limit Properties f. Equivalent Limit Properties g. Left-hand and Right-hand Limits h. Example Section 6.3 Some Limit Theorems a. The Uniqueness of a Limit b. Limit Properties: Arithmetic of Limits c. Limit of Quotients d. Limits that Do Not Exist for Quotients Section 6.4 Continuity a. Continuity at a Point b. Types of Discontinuity c. Properties of Continuity d. Example e. Composition Theorem f. One-sided Continuity g. Continuity on Intervals Section 6.5 The Pinching Theorem; Trigonometric Limits a. The Pinching Theorem b. Basic Trigonometric Limits c. Continuity of the Trigonometric Limits d. Example Section 6.6 Two Basic Theorems a. The Intermediate-Value Theorem b. Boundedness; Extreme Values c. The Extreme-Value Theorem d. Properties of the Two Basic Theorems
  • 4. The Limit Process THE LIMIT PROCESS (AN INTUITIVE INTRODUCTION) We could begin by saying that limits are important in calculus, but that would be a major understatement. Without limits, calculus would not exist. Every single notion of calculus is a limit in one sense or another. For example: What is the slope of a curve? It is the limit of slopes of secant lines. What is the length of a curve? It is the limit of the lengths of polygonal paths inscribed in the curve.
  • 5. The Limit Process What is the area of a region bounded by a curve? It is the limit of the sum of areas of approximating rectangles.
  • 6. The Limit Process The Idea of a Limit We start with a number c and a function f defined at all numbers x near c but not necessarily at c itself. In any case, whether or not f is defined at c and, if so, how is totally irrelevant. Now let L be some real number. We say that the limit of f (x) as x tends to c is L and write provided that (roughly speaking) as x approaches c, f(x) approaches L or (somewhat more precisely) provided that f (x) is close to L for all x ≠ c which are close to c.   lim x c f x L  
  • 7. The Limit Process Example 1 Set f(x) = 4x + 5 and take c = 2. As x approaches 2, 4x approaches 8 and 4x + 5 approaches 8 + 5 = 13. We conclude that . 13 ) ( lim 2   x f x
  • 8. The Limit Process Example 2 Set As x approaches −8, 1 − x approaches 9 and approaches 3. We conclude that If for that same function we try to calculate we run into a problem. The function is defined only for x ≤ 1. It is therefore not defined for x near 2, and the idea of taking the limit as x approaches 2 makes no sense at all: does not exist.   1 f x x   and take c = −8. 1 x    8 lim 3 x f x     2 lim x f x    1 f x x     2 lim x f x 
  • 9. The Limit Process Example 3 First we work the numerator: as x approaches 3, x3 approaches 27, −2x approaches –6, and x3 – 2x + 4 approaches 27 – 6 + 4 = 25. Now for the denominator: as x approaches 3, x2 + 1 approaches 10. The quotient (it would seem) approaches 25/10 = 52. . 2 5 1 4 2 lim 2 3 3      x x x x
  • 10. The Limit Process The curve in Figure 2.1.4 represents the graph of a function f. The number c is on the x-axis and the limit L is on the y-axis. As x approaches c along the x-axis, f (x) approaches L along the y-axis.
  • 11. The Limit Process As we have tried to emphasize, in taking the limit of a function f as x tends to c, it does not matter whether f is defined at c and, if so, how it is defined there. The only thing that matters is the values taken on by f at numbers x near c. Take a look at the three cases depicted in Figure 2.1.5. In the first case, f (c) = L. In the second case, f is not defined at c. In the third case, f is defined at c, but f (c) ≠ L. However, in each case because, as suggested in the figures, as x approaches c, f (x) approaches L.   lim x c f x L  
  • 12. The Limit Process Example 4 Set and let c = 3. Note that the function f is not defined at 3: at 3, both numerator and denominator are 0. But that doesn’t matter. For x ≠ 3, and therefore for all x near 3,   2 9 3 x f x x       2 3 3 9 3 3 3 x x x x x x         Therefore, if x is close to 3, then 2 9 3 3 x x x     is close to 3 + 3 = 6. We conclude that   2 3 3 9 lim lim 3 6 3 x x x x x       
  • 13. The Limit Process Example 5 lim = 12. x3 – 8 x – 2 x → 2 The function f(x) = is undefined at x = 2. But, as we said before, that doesn’t matter. For all x 2, x3 – 8 x – 2 ≠ x3 – 8 (x – 2)(x2 + 2x +4) x – 2 x – 2 = = x2 + 2x +4. Therefore, x3 – 8 x – 2 x → 2 lim = lim (x2 + 2x + 4) = 12. x → 2
  • 14. The Limit Process Example 6 If f(x) = then lim f(x) = –4. 3x – 4, x ≠ 0 10, x = 0, x → 0 It does not matter that f(0) = 10. For x ≠ 0, and thus for all x near 0, f(x) = 3x – 4 and therefore lim f(x) = lim (3x – 4) = –4. x → 0 x → 0
  • 15. The Limit Process One-Sided Limits Numbers x near c fall into two natural categories: those that lie to the left of c and those that lie to the right of c. We write [The left-hand limit of f(x) as x tends to c is L.] to indicate that as x approaches c from the left, f(x) approaches L. We write [The right-hand limit of f(x) as x tends to c is L.] to indicate that as x approaches c from the right, f(x) approaches L   lim x c f x L      lim x c f x L   
  • 16. The Limit Process Example Take the function indicated in Figure 2.1.7. As x approaches 5 from the left, f (x) approaches 2; therefore As x approaches 5 from the right, f (x) approaches 4; therefore The full limit, , does not exist: consideration of x < 5 would force the limit to be 2, but consideration of x > 5 would force the limit to be 4. For a full limit to exist, both one-sided limits have to exist and they have to be equal.   5 lim 2 x f x      5 lim 4 x f x      5 lim x f x 
  • 17. The Limit Process Example 7 For the function f indicated in figure 2.1.8, In this case It does not matter that f (−2) = 3. Examining the graph of f near x = 4, we find that Since these one-sided limits are different, does not exist.         2 2 lim 5 and lim 5 x x f x f x           2 lim 5 x f x       4 4 lim 7 whereas lim 2 x x f x f x         4 lim x f x 
  • 18. The Limit Process Example 8 Set . Note that f(x) = 1 for x > 0, and f(x) = −1 for x < 0: f(x) = 1, if x > 0 −1, if x < 0. Let’s try to apply the limit process at different numbers c. If c < 0, then for all x sufficiently close to c, x < 0 and f(x) = −1. It follows that for c < 0 lim f(x) = lim (−1) = −1 x → c x → c If c > 0, then for all x sufficiently close to c, x > 0 and f(x) = 1. It follows that for c < 0 lim f(x) = lim (1) = 1 x → c x → c However, the function has no limit as x tends to 0: lim f(x) = −1 but lim f(x) = 1. x → 0- x → 0+ x x x f / ) ( 
  • 19. The Limit Process Example 9 We refer to function indicated in Figure 2.1.10 and examine the behavior of f(x) for x close to 3 and close to to 7. As x approaches 3 from the left or from the right, f(x) becomes arbitrarily large and cannot stay close to any number L. Therefore lim f(x) does not exist. As x approaches 7 from the left, f(x) becomes arbitrarily large and cannot stay close to any number L. Therefore lim f(x) does not exist. The same conclusion can be reached by noting as x approaches 7 from the right, f(x) becomes arbitrarily large. x → 3 x → 7
  • 20. The Limit Process  Remark To indicate that f (x) becomes arbitrarily large, we can write f (x)→∞. To indicate that f (x) becomes arbitrarily large negative, we can write f (x)→−∞. Consider Figure 2.1.10, and note that for the function depicted there the following statements hold: as x → 3¯, f (x) → (∞) and as x → 3 , f (x)→∞. Consequently, as x → 3, f (x)→∞. Also, as x → 7¯, f (x)→−∞ and as x → 7 , f (x)→∞. We can therefore write as x → 7, | f (x)| → ∞. 
  • 21. The Limit Process Example 10 We set f(x) = and examine the behavior of f(x) (a) as x tends to 4 and then (b) as x tends to 2. 1 x – 2
  • 22. The Limit Process Example 11 Set f(x) = 1 – x2, x < 1 1/(x – 1), x> 1.
  • 23. The Limit Process Example 12 Here we set f(x) = sin (π/ x) and show that the function can have no limit as x → 0 The function is not defined at x = 0, as you know, that’s irrelevant. What keeps f from having a limit as x → 0 is indicated in Figure 2.1.13. As x → 0, f(x) keeps oscillating between y = 1 and y = –1 and therefore cannot remain close to any one number L.
  • 24. The Limit Process Example 13 Let f(x) = (sin x)/x. If we try to evaluate f at 0, we get the meaningless ratio 0/0; f is not defined at x = 0. However, f is defined for all x ≠ 0, and so we can consider lim . sin x x x → 0 We select numbers that approach 0 closely from the left and numbers that approach 0 closely from the right. Using a calculator, we evaluate f at these numbers. The results are tabulated in Table 2.1.1.
  • 25. The Limit Process These calculations suggest that and therefore that The graph of f, shown in Figure 2.1.14, supports this conclusion. A proof that this limit is indeed 1 is given in Section 2.5. 1 sin lim and 1 sin lim 0 0       x x x x x x . 1 sin lim 0   x x x
  • 26. The Limit Process Summary of Limits That Fail to Exist Examples 7-13 illustrate various ways in which the limit of a function f at a number c may fail to exist. We summarize the typical cases here: (i) (Examples 7, 8). (The left-hand and right-hand limits of f at c each exist, but they are not equal.) (ii) f(x) → +∞ as x → c–, or f(x) → +∞ as x → c+, or both (Examples 9, 10, 11). (The function f is unbounded as x approaches c from the left, or from the right, or both.) (iii) f(x) “oscillates” as x → c–, c+ or c (Examples 12, 13).     1 2 1 2 lim , lim and x c x c f x L f x L L L       
  • 28. Definition of Limit Figures 2.2.1 and 2.2.2 illustrate this definition.
  • 29. Definition of Limit In Figure 2.2.3, we give two choices of ε and for each we display a suitable δ. For a δ to be suitable, all points within δ of c (with the possible exception of c itself) must be taken by the function f to within ε of L. In part (b) of the figure, we began with a smaller ε and had to use a smaller δ. The δ of Figure 2.2.4 is too large for the given ε. In particular, the points marked x1 and x2 in the figure are not taken by f to within ε of L.
  • 30. Definition of Limit The limit process can be described entirely in terms of open intervals as shown in Figure 2.2.5.
  • 31. Definition of Limit Example 1 Show that lim (2x – 1) = 3. (Figure 2.2.6) x → 2
  • 32. Definition of Limit x → –1 Example 2 Show that lim (2 – 3x) = 5. (Figure 2.2.7)
  • 33. Definition of Limit Example 3 For each number c Example 4 For each real number c Example 5 For each constant k
  • 34. Definition of Limit x → 3 Example 6 Show that lim x2 = 9. (Figure 2.2.11)
  • 35. Definition of Limit Example 7 Show that (Figure 2.2.12) . 2 lim 4   x x
  • 36. Definition of Limit There are several different ways of formulating the same limit statement. Sometimes one formulation is more convenient, sometimes another, In particular, it is useful to recognize that the following four statements are equivalent:
  • 37. Definition of Limit x → 3 Example 8 For f(x) = x2, we have lim x2 = 9 lim (3 + h)2 = 9 lim (x2 – 9) = 0 lim x2 – 9 = 0. x → 3 x → 3 h → 0
  • 38. Definition of Limit One-sided limits give us a simple way of determining whether or not a (two-sided) limit exists:
  • 39. Definition of Limit Example 9 For the function defined by setting does not exist. Proof The left- and right-hand limits at 0 are as follows: Since these one-sided limits are different, does not exist.   2 2 1, 0 , 0 x x f x x x x           0 lim x f x          2 0 0 0 0 lim lim 2 1 1, lim lim 0 x x x x f x x f x x x                 0 lim x f x 
  • 40. Definition of Limit Proof The left- and right-hand limits at 1 are as follows: Example 10 For the function defined by setting g(x) = lim g(x) = 2. 1 + x2, x < 1 3, x = 1 4 – 2x, x > 1, x → 1 lim g(x) = lim (1 + x2) = 2, lim g(x) = lim (4 – 2x) = 2. Thus, lim g(x) = 2. NOTE: It does not matter that g(1) ≠ 2. x → 1 x → 1+ x → 1 – x → 1 – x → 1+
  • 43. Limit Theorems The following properties are extensions of Theorem 2.3.2.
  • 44. Limit Theorems Examples lim (5x2 – 12x + 2) = 5(1)2 – 12(1) + 2 = –5, lim (14x5 – 7x2 + 2x + 8) = 14(0)5 – 7(0)2 + 2(0) + 8 = 8 lim (2x3 + x2 – 2x – 3) = 2(–1)3 + (–1)2 – 2(–1) – 3 = –2. x → 0 x → 1 x → – 1
  • 45. Limit Theorems Examples lim = 16, lim = , lim = = . 1 x2 1 x3 – 1 1 7 1 x 1 –3 1 3 x → 4 x → 2 x → – 3
  • 46. Limit Theorems Examples 2 2 3 2 2 3 3 5 6 5 1 lim 1 4 1 5 3 27 27 lim 0 1 1 9 x x x x x x x              
  • 47. Limit Theorems Examples From Theorem 2.3.10 you can see that 2 2 1 2 0 3 7 5 lim lim lim 1 4 x x x x x x x x       All fail to exist.
  • 48. Limit Theorems Example 1 Evaluate the limits exist: (a) lim , (b) lim , (c) lim . x2 – x – 6 x – 3 (x2 – 3x – 4)2 x – 4 x + 1 (2x2 + 7x + 5)2 x → 3 x → 4 x → –1
  • 49. Limit Theorems Example 2 Justify the following assertions. (a) lim = – , (b) lim = 6. 1/x – 1/2 x – 2 x – 9 √ x – 3 x → 2 x → 9 1 4
  • 50. Continuity Continuity at a Point The basic idea is as follows: We are given a function f and a number c. We calculate (if we can) both and f (c). If these two numbers are equal, we say that f is continuous at c. Here is the definition formally stated. If the domain of f contains an interval (c − p, c + p), then f can fail to be continuous at c for only one of two reasons: either (i) f has a limit as x tends to c, but , or (ii) f has no limit as x tends to c. In case (i) the number c is called a removable discontinuity. The discontinuity can be removed by redefining f at c. If the limit is L, redefine f at c to be L. In case (ii) the number c is called an essential discontinuity. You can change the value of f at a billion points in any way you like. The discontinuity will remain.     lim x c f x f c     lim x c f x 
  • 51. Continuity The functions shown have essential discontinuities at c. The discontinuity in Figure 2.4.2 is, for obvious reasons, called a jump discontinuity. The functions of Figure 2.4.3 have infinite discontinuities.
  • 53. Continuity Example 1 The function is continuous at all real numbers other than 2 and 3. You can see this by noting that F = 3 f + g/h + k where f (x) = |x|, g(x) = x3 − x, h(x) = x2 − 5x + 6, k(x) = 4. Since f, g, h, k are everywhere continuous, F is continuous except at 2 and 3, the numbers at which h takes on the value 0. (At those numbers F is not defined.)   3 2 3 4 5 6 x x F x x x x      
  • 55. Continuity Example 2 The function F(x) = is continuous at all numbers greater than 3. To see this, note that F = f g, where and g(x) = . Now, take any c > 3. Since g is a rational function and g is defined at c, g is continuous at c. Also, since g(c) is positive and f is continuous at each positive number, f is continuous at g(c). By Theorem 2.4.4, F is continuous at c. x2 + 1 x – 3 x2 + 1 x – 3 x x f  ) (
  • 56. Continuity Example 3 The function is continuous everywhere except at x = ±3, where it is not defined. To see this, note that F = f g k h, where and observe that each of these functions is being evaluated only where it is continuous. In particular, g and h are continuous everywhere, f is being evaluated only at nonzero numbers, and k is being evaluated only at positive numbers. . 16 5 1 ) ( 2    x x F . 16 ) ( , ) ( , 5 ) ( , 1 ) ( 2       x x h x x k x x g x x f
  • 58. Continuity Example 4 Determine the discontinuities, if any, of the following function: f(x) = 2x + 1, x ≦ 0 1, 0 < x ≦ 1 x2 + 1, x > 1. (Figure 2.4.8)
  • 59. Continuity Example 5 Determine the discontinuities, if any, of the following function: f(x) = x3, x ≦ –1 x2 – 2, –1 < x < 1 6 – x, 1 ≦ x < 4 , 4 < x < 7 5x + 2, x ≧ 7. 6 7 – x
  • 60. Continuity   2 1 1 f x x   Continuity on Intervals A function f is said to be continuous on an interval if it is continuous at each interior point of the interval and one-sidedly continuous at whatever endpoints the interval may contain. For example: (i) The function is continuous on [−1, 1] because it is continuous at each point of (−1, 1), continuous from the right at −1, and continuous from the left at 1. The graph of the function is the semicircle. (ii) The function is continuous on (−1, 1) because it is continuous at each point of (−1, 1). It is not continuous on [−1, 1) because it is not continuous from the right at −1. It is not continuous on (−1, 1] because it is not continuous from the left at 1. (iii) The function graphed in Figure 2.4.8 is continuous on (−∞, 1] and continuous on (1,∞). It is not continuous on [1,∞) because it is not continuous from the right at 1. (iv) Polynomials, being everywhere continuous, are continuous on (−∞,∞). Continuous functions have special properties not shared by other functions.   2 1 f x x  