Introduction to limits, limits on graphs, and limits of infinity.
Before we introduce limits, you can review some notes about discontinuities without limits: lecture 11
What is a limit?
A limit is the value that a function approaches as the input approaches a certain value.
We say that the limit of f(x) as x approaches a is L if the function f(x) gets close to L as x gets close to a.
x→alimf(x)=L
This is read as "the limit of f(x) as x approaches a is L",
or "the limit of f(x) as x goes to a is L".
How to find a limit?
Substitute the value of the input into the function.
If the function is defined at the value of the input, then the limit is the value of the function.
If the function is not defined at the value of the input, then the limit is the value that the function approaches as the input approaches the value of the input.
Example for a defined point
The limit of f(x)=x2 as x approaches 2 is 4.
Because f(2)=22=4.
x→2limx2=4
Example for an undefined point
The limit of f(x)=x−1(x−1)2 as x approaches 1 is 0.
Because as x gets closer to 1, f(x) gets closer to 0.
x→1limx−1(x−1)2=x→1lim(x−1)=0
Limits at a point
Limits at a point are the values that a function approaches as the input approaches a certain value.
If the function is defined at the point, then the limit is the value of the function at the point.
If the function is not defined at the point, then the limit is the value that the function approaches as the input approaches the point. This includes holes, jumps, and vertical asymptotes.
Example
If a hole exists at x=3, and f(x)=x−3x2−9, then the limit of f(x) as x approaches 3 is 6.
Because f(x)=x−3(x−3)(x+3)=x+3 for x=3.
x→3limx−3x2−9=x→3lim(x+3)=6
Limits at infinity
Limits at infinity are the values that a function approaches as the input approaches infinity.
Example
The limit of f(x)=x2 as x approaches infinity is infinity.
x→∞limx2=∞
and the limit of f(x)=x2 as x approaches negative infinity is infinity.
x→−∞limx2=∞
Numerical examples
Let's explore limits numerically by examining how a function behaves as we get closer to a specific point.
Example 1: Simple substitution
Consider the function f(x)=2x+1 and find limx→3f(x).
x
f(x)=2x+1
2.9
6.8
2.99
6.98
2.999
6.998
2.9999
6.9998
3
7
3.0001
7.0002
3.001
7.002
3.01
7.02
3.1
7.2
As x gets closer to 3, f(x) gets closer to 7. Therefore, limx→3(2x+1)=7.
Example 2: Function with a hole
Consider the function f(x)=x−2x2−4 and find limx→2f(x).
x
f(x)=x−2x2−4
1.9
3.9
1.99
3.99
1.999
3.999
1.9999
3.9999
2
undefined
2.0001
4.0001
2.001
4.001
2.01
4.01
2.1
4.1
Even though f(2) is undefined (division by zero), as x approaches 2 from both sides, f(x) approaches 4. Therefore, limx→2x−2x2−4=4.
Note: We can verify this algebraically:
x−2x2−4=x−2(x−2)(x+2)=x+2 for x=2
So limx→2x−2x2−4=limx→2(x+2)=4
Example 3: One-sided limits
Consider the function f(x)=x∣x∣ and find limx→0f(x).
x (approaching from left)
f(x)=x∣x∣
-0.1
-1
-0.01
-1
-0.001
-1
-0.0001
-1
x (approaching from right)
f(x)=x∣x∣
0.0001
1
0.001
1
0.01
1
0.1
1
From the left: limx→0−x∣x∣=−1
From the right: limx→0+x∣x∣=1
Since the left and right limits are different, limx→0x∣x∣does not exist.
Exercises
1. Check your understanding
a) What is limx→2x−2x2−4?
b) What is limx→5(3x−2)?
c) What is limx→−1x∣x∣?
d) What is limx→−1x−1x2−1?
2. Limits at infinity
Write 98765 if the limit is ∞ and -98765 if the limit is −∞.
a) What is limx→∞x1?
b) What is limx→−∞x1?
c) What is limx→∞x+1x2?
d) What is limx→−∞x+1x2?
e) What is limx→∞2x?
f) What is limx→−∞2x?
g) What is limx→∞log2(x)?
h) What is limx→0+log2(x)?
i) What is limx→∞log2(x1)?
j) What is limx→∞x−22x+4?
k) What is limx→−∞x−22x+4?
3. Graph
Using graphical software (like Desmos or GeoGebra), plot the following functions and identify the limits:
a)f(x)=x−1x3−x2−x+1 as x approaches 1.
b)g(x)=x3x−1 as x approaches 0.
c)h(x)=x1+x−1 as x approaches 0.
d)k(x)=xlog2(x+1) as x approaches 0. (Compare log2 when it is replaced with ln)