Lecture Nine Calculus Limit
Lecture Nine Calculus Limit
DEPARTMENT OF MATHEMATICS
SUBSIDIARY MATHEMATICS
(MAT103)
Calculus I 1 / 67
Outline
1 Limits
Limits, Rates of Change and Tangent Lines
A Graphical Approach to Limits
Basic Limit Laws
Limits and Continuity
Algebraic Evaluation of Limits
Trigonometric Limits
Limits at Infinity
Intermediate Value Theorem
Calculus I 2 / 67
Limits Limits, Rates of Change and Tangent Lines
Subsection 1
Calculus I 3 / 67
Limits Limits, Rates of Change and Tangent Lines
Average Velocity
An object moving on a straight line is at position s(t) at time t;
Then in the time interval [t0 , t1 ] it has moved from position s(t0 ) to
position s(t1 ) having a displacement (or net change in position)
∆s = s(t1 ) − s(t0 );
s(5) − s(1) 5 · 52 − 5 · 12
vavg [1, 5] = = = 30mph.
5−1 4
Calculus I 4 / 67
Limits Limits, Rates of Change and Tangent Lines
Instantaneous Velocity
Calculus I 5 / 67
Limits Limits, Rates of Change and Tangent Lines
V (1.01) − V (1)
=
1.01 − 1
1 3
( 3.01 ) − ( 31 )3
=
0.01
∼
= − 0.037in3 /min.
Calculus I 7 / 67
Limits Limits, Rates of Change and Tangent Lines
The line passing through these two points is called the secant line to
y = f (x) through x0 and x1 ;
Its slope is equal to
f (x1 ) − f (x0 )
mf [x0 , x1 ] = .
x1 − x0
Calculus I 8 / 67
Limits Limits, Rates of Change and Tangent Lines
An Example
1
Example: Find an equation for the secant line to f (x) = 1+x 2
through x0 = 1 and x1 = 2;
Therefore, we have
∼ f (x1 ) − f (x0 )
mf (x0 ) |{z}
= mf [x0 , x1 ] = .
x1 − x0
∆x small
Calculus I 10 / 67
Limits Limits, Rates of Change and Tangent Lines
We have
f (1.01) − f (1) (1.01)2 − 12
mf (1) ∼
= mf [1, 1.01] = = = 2.01.
1.01 − 1 0.01
Calculus I 11 / 67
Limits A Graphical Approach to Limits
Subsection 2
Calculus I 12 / 67
Limits A Graphical Approach to Limits
Definition of Limit
Calculus I 13 / 67
Limits A Graphical Approach to Limits
Draw the graph of f (x) = √x−9 and find graphically the limit
x−3
limx→9 f (x).
x 2 , if x ≤ 1
Draw the graph of g (x) = and find
−x 2 + 2x + 3, if x > 1
graphically limx→1 f (x).
e x −1
Draw the graph of f (x) = x and find graphically the limit
limx→0 f (x).
Draw the graph of g (x) = sin πx and find graphically limx→0 g (x).
x
We have limx→0 e x−1 = 1 and limx→0 sin πx does not exist since the
values of g (x) = sin πx oscillate between −1 and 1 as x approaches 0.
Definition of Side-Limits
Suppose that f (x) is defined in an open interval containing a number
c, but not necessarily c itself;
The right-hand limit of f (x) as x approaches c (from the right) is
equal to L if f (x) has value arbitrarily close to L when x approaches
sufficiently close (but is not equal) to c from the right hand side.
In this case, we write lim+ f (x) = L.
x→c
The left-hand limit of f (x) as x approaches c (from the left) is
equal to L if f (x) has value arbitrarily close to L when x approaches
sufficiently close (but is not equal) to c from the left hand side.
In this case, we write lim f (x) = L.
x→c −
The limits we saw before are “two sided limits”; It is the case that
lim f (x) = L if and only if lim+ f (x) = L and lim f (x) = L, i.e., a
x→c x→c x→c −
function has limit L as x approaches c if and only if the left and right
hand side limits as x approaches c exist and are equal.
Department of Mathematics (UCC) Calculus I January 2025 18 / 67
Limits A Graphical Approach to Limits
Two Examples
x 2, if x ≤ 1
Draw the graph of f (x) = 2 and find
−x + 2x + 3, if x > 1
graphically limx→1− f (x) and
limx→1+ f3(x).
−(x + 2) + 2, if x < −1
Draw the graph of g (x) = and find
−x 2 + 1, if x > −1
graphically limx→−1− g (x) and limx→−1+ g (x).
Subsection 3
Compute lim x 3 ;
x→2
We apply the power rule:
x + 30 lim (x + 30) 2 + 30
x→2
lim = = = 1.
x→2 2x 4 lim (2x 4 ) 2 · 24
x→2
We must take the hypotheses of the Basic Limit Laws into account
when applying the rules;
For instance, if f (x) = x and g (x) = x −1 , then
The last limit on the right does not exist since lim+ x −1 = +∞ and
x→0
lim x −1 = −∞.
x→0−
Subsection 4
Continuity at a Point
If either the limit does not exist, or exists but is not equal to f (c),
then f has a discontinuity or is discontinuous at x = c.
Not that the limit above exists if and only if lim f (x) = lim f (x);
x→c − x→c +
Therefore, the condition for continuity is equivalent to
Types of Discontinuities
If lim f (x) exists but is not equal to f (c), then f (x) has a removable
x→c
discontinuity at x = c;
If lim f (x) 6= lim f (x) (in this case, of course, lim f (x) does not
x→c − x→c + x→c
exist), then f has a jump discontinuity at x = c;
If either lim f (x) or lim+ f (x) is infinite, then f has an infinite
x→c − x→c
discontinuity at x = c.
Removable Discontinuity
Jump Discontinuity
Infinite Discontinuity
One-Sided Continuity
A function f (x) is called
left-continuous at x = c if lim f (x) = f (c);
x→c −
right-continuous at x = c if lim+ f (x) = f (c);
x→c
Example: Consider the function
−x 2 − 2x, if x < 0
f (x) = 1
x+1 , if x ≥ 0
3 x
Example: Let us evaluate the limit limx→−1 √x+5 .
Since f (x) is continuous (as a ratio of an exponential over a root
function, both of which are continuous in their domain), we may use
the substitution property:
3x 3−1 1
lim √ =√ = .
x→−1 x +5 −1 + 5 6
Subsection 5
Calculus I 41 / 67
Limits Algebraic Evaluation of Limits
Indeterminate Forms
Calculus I 42 / 67
Limits Algebraic Evaluation of Limits
0
The Indeterminate Form : Factor and Cancel
0
To lift the indeterminacy, we transform algebraically, cancel and,
finally, use the substitution property;
x 2 − 4x + 3
Example: Compute lim 2 ;
x→3 x + x − 12
We have
x 2 − 4x + 3 (x − 1)(x − 3)
lim = lim
x→3 x 2 + x − 12 x→3 (x + 4)(x − 3)
x −1
= lim
x→3 x + 4
3−1
=
3+4
2
= .
7
Calculus I 43 / 67
Limits Algebraic Evaluation of Limits
0
The Indeterminate Form : Another Example
0
Calculus I 44 / 67
Limits Algebraic Evaluation of Limits
∞
The Indeterminate Form
∞
= sin π2
= 1.
Calculus I 45 / 67
Limits Algebraic Evaluation of Limits
0
The Indeterminate Form : Multiply by Conjugate
0
To lift the indeterminacy, we transform algebraically, cancel and,
finally, use the substitution property;
√
x −2
Example: Compute lim ;
x→4 x − 4
We have
√ √ √
x −2 ( x − 2)( x + 2)
lim = lim √
x→4 x − 4 x→4 (x − 4)( x + 2)
x −4
= lim √
x→4 (x − 4)( x + 2)
1
= lim √
x→4 x + 2
1 1
= √ = .
4+2 4
Calculus I 46 / 67
Limits Algebraic Evaluation of Limits
0
The Indeterminate Form : Multiply by Conjugate
0
√
x −7 (x − 7)( x + 9 + 4)
lim √ = lim √ √
x→7 x + 9 − 4 x→7 ( x + 9 − 4)( x + 9 + 4)
√
(x − 7)( x + 9 + 4)
= lim
x→7 x +√9 − 16
(x − 7)( x + 9 + 4) √
= lim = lim ( x + 9 + 4)
x→7
√ x −7 x→7
= 7 + 9 + 4 = 8.
Calculus I 47 / 67
Limits Algebraic Evaluation of Limits
1 4 x +2 4
lim ( − ) = lim ( − )
x→2 x − 2 x2 − 4 x→2 (x − 2)(x + 2) (x − 2)(x + 2)
x +2−4
= lim
x→2 (x + 2)(x − 2)
x −2
= lim
x→2 (x + 2)(x − 2)
1 1 1
= lim = = .
x→2 x + 2 2+2 4
Calculus I 48 / 67
Limits Algebraic Evaluation of Limits
x2 − x + 5 7
lim is of the form ;
x→2 x −2 0
These forms are not indeterminate, but rather they suggest that the
side-limits as x → 2 are infinite;
If x → 2− , then x < 2, whence
x − 2 < 0. Thus,
x2 − x + 5 7
limx→2− (= ( − )) =
x −2 0
− ∞;
If x → 2+ , then x > 2, whence
x − 2 > 0. Thus,
x2 − x + 5 7
limx→2+ (= ( + )) =
x −2 0
∞;
Calculus I 49 / 67
Limits Trigonometric Limits
Subsection 6
Trigonometric Limits
Calculus I 50 / 67
Limits Trigonometric Limits
Calculus I 51 / 67
Limits Trigonometric Limits
sin θ
cos θ ≤ ≤ 1.
θ
Calculus I 52 / 67
Limits Trigonometric Limits
Note that the first limit above follows by the Squeeze Theorem using
the Squeeze Identity of the previous slide;
For the second one, we have
1−cos θ (1−cos θ)(1+cos θ)
limθ→0 θ = limθ→0 θ(1+cos θ)
1−cos2 θ
= limθ→0 θ(1+cos θ)
sin2 θ
= limθ→0 θ(1+cos θ)
= limθ→0 ( sinθ θ · 1+cos
sin θ
θ)
sin θ sin θ
= limθ→0 θ · limθ→0 1+cos θ
0
= 1 · 1+1 = 0.
Calculus I 53 / 67
Limits Trigonometric Limits
= 4 limθ→0 sin4θ4θ
x=4θ
= 4 limx→0 sinx x
= 4 · 1 = 4.
Compute the limit lim sin 7θ
sin 3θ ;
θ→0
We have
sin 7θ 7θ sin7θ7θ 7
sin 7θ
limθ→0 sin 3θ = limθ→0 3θ sin3θ3θ
= limθ→0 3
7θ
sin 3θ
3θ
sin 7θ sin x
7 limθ→0 x=7θ 7 limx→0
= 3 limθ→0
7θ
sin 3θ = x
sin y
3θ y =3θ 3 limy→0 y
71
= 31 = 37 .
Calculus I 54 / 67
Limits Limits at Infinity
Subsection 7
Limits at Infinity
Calculus I 55 / 67
Limits Limits at Infinity
Limits at Infinity
Limit of f (x) as x → ±∞
We write lim f (x) = L if f (x) gets closer and closer to L as x → ∞,
x→∞
i.e., as x increases without bound;
We write lim f (x) = L if f (x) gets closer and closer to L as
x→−∞
x → −∞, i.e., as x decreases without bound;
In either case, the line y = L is called a horizontal asymptote of
y = f (x).
Calculus I 56 / 67
Limits Limits at Infinity
lim f (x) = 1
x→−∞
and
lim f (x) = 2.
x→∞
Calculus I 57 / 67
Limits Limits at Infinity
Powers of x
Theorem
Assume n > 0. Then we have
1
lim x n = ∞ and lim x −n = lim = 0.
x→∞ x→∞ x→∞ x n
Example: limx→∞ (3 − 4x −3 + 5x −5 ) =
limx→∞ 3 − 4 limx→∞ x −3 + 5 limx→∞ x −5 = 3 − 4 · 0 + 5 · 0 = 3.
Calculus I 58 / 67
Limits Limits at Infinity
Example
20x 2 − 3x
Calculate lim .
x→±∞ 3x 5 − 4x 2 + 5
We follow the method of dividing numerator and denominator by the
highest power x 5 :
20x 2 −3x
2 −3x x5
limx→±∞ 3x20x
5 −4x 2 +5 = limx→±∞ 3x 5 −4x 2 +5
x5
20x 2
x5
− 3x5
= limx→±∞ 3x 5 4x 2 x 5
x5
− x5 + x5
20 3
3 − 4
= limx→±∞ x 4 x 5
3 − x3 + x5
limx→±∞ 20 x3
− limx→±∞ x34
=
limx→±∞ 3 − limx→±∞ x43 + limx→±∞ x55
0−0
= 3−0+0 = 0.
Calculus I 59 / 67
Limits Limits at Infinity
Theorem
If an , bm 6= 0, then it is the case that
an x n + an−1 x n−1 + · · · + a0 an
lim m m−1
= lim x n−m .
x→±∞ bm x + bm−1 x + · · · + b0 bm x→±∞
Example:
3x 4 −7x+9
limx→∞ 7x 4 −4
= 37 limx→∞ x 0 = 37 ;
3
limx→∞ 3x7x−7x+9
4 −4 = 37 limx→∞ x −1 = 37 limx→∞ x1 = 0;
8
limx→−∞ 3x7x−7x+9
3 −4 = 73 limx→−∞ x 5 = − ∞;
7
limx→−∞ 3x7x−7x+9
3 −4 = 73 limx→−∞ x 4 = ∞;
Calculus I 60 / 67
Limits Limits at Infinity
Calculus I 61 / 67
Limits Limits at Infinity
Calculus I 62 / 67
Limits Intermediate Value Theorem
Subsection 8
Existence of Zeros
Existence of Zeros
If f (x) is continuous on [a, b] and if f (a) and f (b) are nonzero and have
opposite signs, then f (x) has a zero in (a, b).