When you teach a person, actually two people learn - here i am delving into calculus to show the light to my son...
Understanding Limits, L’Hôpital’s Rule, and Discontinuities
In this guide we’ll walk through classic calculus limit problems, the types of discontinuities you’ll see, and how tools like factoring, L’Hôpital’s Rule, and the Squeeze Theorem help.
Removable Discontinuity
We want:
x→2limx−2x2−4
Direct substitution:
2−2(2)2−4=00
This is an indeterminate form.
Factor the numerator:
x2−4=(x−2)(x+2)
For
x=2
:
x−2x2−4=x+2
The graph looks like
y=x+2
except for a hole at
x=2
.
Limit:
x→2lim(x+2)=4
L’Hôpital’s Rule
When to use: Direct substitution gives
00
or
∞∞
.
If
f
and
g
are differentiable near
a
,
g′(x)=0
near
a
, and the derivative quotient limit exists:
x→alimg(x)f(x)=x→alimg′(x)f′(x)
Example:
x→2limx−2x2−4
Differentiate top and bottom:
f′(x)=2x,g′(x)=1
Then:
x→2lim12x=4
Example with
∞/∞
:
x→∞lim7x2−43x2+5x
Differentiate:
f′(x)=6x+5,g′(x)=14x
So:
x→∞lim146+x5=73
Classic Limit —
sinx/x
x→0limxsinx=1
By L’Hôpital:
x→0lim1cosx=1
Infinite Discontinuity
For
x1
:
As
x→0+
:
x1→+∞
As
x→0−
:
x1→−∞
Two-sided limit does not exist.
Jump Discontinuity
f(x)={1x<02x≥0
The function jumps from 1 to 2 at
x=0
.
Limit Does Not Exist —
sin(1/x)
As
x→0
,
1/x→±∞
and
sin(1/x)
oscillates infinitely between −1 and 1.
No single limit value exists.
Piecewise Jump Discontinuity
f(x)={x2−1x<12x=13−xx>1
LHL at
x=1
is
0
RHL at
x=1
is
2
Since LHL ≠ RHL, there’s a jump discontinuity.
Squeeze Theorem Example
Let:
f(x)={xsin(x1),x=00,x=0
We know:
−1≤sin(x1)≤1
Multiply by
∣x∣
:
−∣x∣≤xsin(x1)≤∣x∣
Both bounds →
0
as
x→0
.
By the Squeeze Theorem:
x→0limxsin(x1)=0
✅ Continuous at
x=0
.
Top comments (0)
Subscribe
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
Top comments (0)