which means that there are three conditions that must be met:
f(a) is defined
limx→af(x) exists (limx→a+f(x)=limx→a−f(x)=L)
limx→af(x)=f(a)
Examples:
f(x)=x∣x∣ is not continuous at x=0 because limx→0−=−1 and limx→0+=1, so limx→0x∣x∣ does not exist.
g(x)=xx2 is not continuous at x=0 because g(0) is not defined.
h(x)=x2 is continuous at x=0 because limx→0x2=0=h(0).
r(x)={x22xif x≤2if x>2
is continuous at x=2 because limx→2−r(x)=22=4 and limx→2+r(x)=2⋅2=4, so limx→2r(x)=4=r(2).
Types of Discontinuities:
Removable: the limit exists but f(a) is undefined or mis‑defined. Example: g(x)=x−1x2−1 at x=1.
Jump: left and right limits exist but differ. Example: h(x)={10if x<0if x≥0 at x=0.
Infinite: limit grows without bound. Example: k(x)=x21 at x=0.
Note: Continuity on an interval means continuity at every point in that interval.
Properties of limits
1. Constant limit
x→alimc=c, where c is a constant
2. Identity limit
x→alimx=a
3. Sum/difference limit
If limx→af(x)=L and limx→ag(x)=M, then:
x→alim(f(x)+g(x))=x→alimf(x)+x→alimg(x)=L+M
x→alim(f(x)−g(x))=x→alimf(x)−x→alimg(x)=L−M
Caution:L and M must exist and are finite, so this is not true for ∞−∞ or ∞+(−∞).
4. Product limit
x→alim(f(x)⋅g(x))=x→alimf(x)⋅x→alimg(x)=L⋅M
Example: limx→3(x2)=limx→3x⋅limx→3x=3⋅3=9
Caution:L and M must exist and are finite, so this is not true for ∞⋅0 or ∞⋅(−∞).
5. Quotient limit
x→alimg(x)f(x)=limx→ag(x)limx→af(x)=ML, where M=0
Caution:L and M must exist and are finite, so this is not true for 00 or ∞∞.
6. Power limit
If limx→af(x)=L and n is any real number, then:
x→alim(f(x))n=(x→alimf(x))n=Ln
You can see that if n is a fraction of the form n1, then the power limit is the n-th root of the limit.
So, for example, if n=21, limx→a(f(x))21=limx→af(x)=L.
Corollary
If p(x) is a polynomial function, then:
x→alimp(x)=p(a)
Example: limx→3(x2+2x+1)=32+2⋅3+1=16
Squeeze theorem
If f(x)≤g(x)≤h(x) for all x in an open interval containing a, except possibly at a, and if
x→alimf(x)=x→alimh(x)=L
then
x→alimg(x)=L
Example:
x→0limxsin(x1)=0
Reasoning:
For all x, −1≤sin(x1)≤1.
Multiply through by x:
−x≤xsin(x1)≤x
Since limx→0(−x)=0 and limx→0x=0, by the Squeeze Theorem,
x→0limxsin(x1)=0
Exercises
1. Check your understanding - Basic limit properties
a) What is limx→2(3x2+2x−1)?
b) What is limx→−1(x3−2x2+4)?
c) What is limx→0x+1x2+3x?
d) What is limx→4x2+9?
e) What is limx→2x−2x2−3x+2?
f) What is limx→1x−1x3−1?
2. Applying limit properties step by step
a) If limx→3f(x)=4 and limx→3g(x)=2, what is limx→3(f(x)+g(x))?
b) If limx→3f(x)=4 and limx→3g(x)=2, what is limx→3(f(x)⋅g(x))?
c) If limx→3f(x)=4 and limx→3g(x)=2, what is limx→3g(x)f(x)?
d) If limx→3f(x)=4, what is limx→3(f(x))2?
e) If limx→3f(x)=4, what is limx→3f(x)?
f) If limx→3f(x)=5 and limx→3g(x)=2, what is limx→3(f(x)−2g(x))?
3. Continuity practice
a) Is the following function continuous at x=2?
f(x)={x2,x+2,x<2x≥2
b) Is the following function continuous at x=3?
g(x)={x−3x2−9,2x+6,x<3x≥3
c) Is the following function continuous at x=0?
h(x)={2x+1,x2+1,x<0x≥0
d) Is the following function continuous at x=1?
k(x)={4x−1−1,log2(x2),x<1x≥1
e) Is the following function continuous at x=1?
l(x)={x+1x2−1,x3+2x2−1,x<1x≥1
4. Find continuity values
a) Find m so that the piecewise function below is continuous at x=3:
f(x)={2x+m,x2−1,x<3x≥3
b) Determine the values of m,n such that the following function is continuous for all real numbers:
f(x)=⎩⎨⎧−x2+nx+m,2x−m,−x−n,x<22≤x≤4x>4
c) Find all n so that the piecewise function below is continuous for all real numbers:
f(x)={2x,x2,x<nx≥n
5. Squeeze theorem applications
Use the squeeze theorem to find the following limits:
a)limx→0x⋅2x2−1
(Hint: for x=0, note that 0<2x2−1<1)
b)limx→0x2cos(x1)
6. Graphical exploration of squeeze theorem
Using graphical software (like Desmos or GeoGebra), plot the following functions and identify the limits:
a) Plot the functions f(x)=−x2, g(x)=x2sin(x1), and h(x)=x2 on the same graph. Observe how g(x) is "squeezed" between f(x) and h(x).
b)f(x)=xsin(x1) as x approaches 0. Verify the squeeze theorem.