The Concept of the Limit
Introduction
In calculus, one of the most important ideas is the limit. A limit describes what value a function is approaching as the input gets closer and closer to a certain number.
A limit does not always tell us the actual value of the function at that number. Instead, it tells us about the function’s behavior nearby. This makes limits very useful when studying graphs, holes, asymptotes, boundaries, and continuity.
For example, if we want to know what happens to a function as \(x\) gets close to \(2\), we write
$$\lim_{x \to 2} f(x)$$
This is read as: “the limit of \(f(x)\) as \(x\) approaches 2.”
1. What a Limit Means Intuitively
Suppose a function has values that get closer and closer to \(5\) when \(x\) gets closer and closer to \(2\). Then we say
$$\lim_{x \to 2} f(x)=5$$
Even if \(f(2)\) is not equal to \(5\), the limit can still be \(5\). The key idea is what happens near \(x=2\), not necessarily at \(x=2\).
This is why limits help us study functions with:
- holes in the graph,
- jumps,
- vertical asymptotes,
- end behavior near boundaries.
2. Looking at Limits with a Table
Consider the function
$$f(x)=\frac{x^2-4}{x-2}$$
If we substitute \(x=2\), we get
$$\frac{2^2-4}{2-2}=\frac{0}{0}$$
This is undefined, so the function is not defined at \(x=2\). But we can still study the limit by checking values near \(2\).
Since \(x^2-4=(x-2)(x+2)\), for \(x\neq 2\) we have
$$f(x)=x+2$$
Now make a table of values near \(2\):
From the left of \(2\):
- if \(x=1.9\), then \(f(x)=3.9\)
- if \(x=1.99\), then \(f(x)=3.99\)
- if \(x=1.999\), then \(f(x)=3.999\)
From the right of \(2\):
- if \(x=2.1\), then \(f(x)=4.1\)
- if \(x=2.01\), then \(f(x)=4.01\)
- if \(x=2.001\), then \(f(x)=4.001\)
These values get closer to \(4\), so
$$\lim_{x \to 2} \frac{x^2-4}{x-2}=4$$
Although the function is undefined at \(x=2\), the limit still exists.
3. Looking at Limits on a Graph
On a graph, a limit asks: What y-value is the graph approaching as x gets close to a certain number?
If the graph approaches the same y-value from both sides, the limit exists.
If the left side and right side approach different values, the limit does not exist.
If the graph rises or falls without bound near a value of \(x\), the function may have a vertical asymptote. In that case, the limit may be infinity or negative infinity.
4. Left-Hand and Right-Hand Limits
Sometimes we must check each side separately.
The left-hand limit is written as
$$\lim_{x \to a^-} f(x)$$
This means \(x\) approaches \(a\) from values less than \(a\).
The right-hand limit is written as
$$\lim_{x \to a^+} f(x)$$
This means \(x\) approaches \(a\) from values greater than \(a\).
A two-sided limit exists only if both one-sided limits exist and are equal:
$$\lim_{x \to a} f(x)=L \quad \text{if and only if} \quad \lim_{x \to a^-} f(x)=L \text{ and } \lim_{x \to a^+} f(x)=L$$
5. Limits and Actual Function Values Are Different Ideas
It is important to separate these three questions:
- What is \(f(a)\)?
- What is \(\lim_{x \to a} f(x)\)?
- Are they equal?
Sometimes all three work nicely together. Sometimes they do not.
For a function to be continuous at \(x=a\), three things must happen:
- \(f(a)\) exists,
- \(\lim_{x \to a} f(x)\) exists,
- \(\lim_{x \to a} f(x)=f(a)\).
This shows why limits are the foundation of continuity.
6. Formal Definition of a Limit
The formal idea says that \(\lim_{x \to a} f(x)=L\) means we can make \(f(x)\) as close as we want to \(L\) by taking \(x\) close enough to \(a\), but not necessarily equal to \(a\).
In symbols, this is written as:
For every \(\varepsilon > 0\), there exists a \(\delta > 0\) such that if
$$0<|x-a|<\delta$$
then
$$|f(x)-L|<\varepsilon$$
You do not need to be afraid of this notation. Its meaning is simple:
- \(\varepsilon\) tells us how close we want the output to be to \(L\),
- \(\delta\) tells us how close the input must be to \(a\).
So the formal definition turns the intuitive idea of “approaching” into an exact mathematical statement.
7. Common Ways to Evaluate Limits
In 12th Grade, limits are often found using these methods:
- Direct substitution: if the function is continuous at that point, just substitute the value.
- Algebraic simplification: factor, cancel, or simplify first.
- Numerical tables: examine values close to the point.
- Graphs: inspect what the function approaches.
- One-sided limits: check left and right behavior separately.
Worked Example 1: A Basic Continuous Function
Evaluate
$$\lim_{x \to 3}(2x+1)$$
Step 1: This is a linear function, which is continuous everywhere.
Step 2: Use direct substitution.
$$\lim_{x \to 3}(2x+1)=2(3)+1=7$$
Answer: \(7\)
Because the function is continuous, the limit equals the function value.
Worked Example 2: A Limit with a Hole
Evaluate
$$\lim_{x \to 2}\frac{x^2-4}{x-2}$$
Step 1: Direct substitution gives
$$\frac{2^2-4}{2-2}=\frac{0}{0}$$
This is indeterminate, so we simplify.
Step 2: Factor the numerator.
$$x^2-4=(x-2)(x+2)$$
So for \(x\neq 2\),
$$\frac{x^2-4}{x-2}=x+2$$
Step 3: Now take the limit.
$$\lim_{x \to 2}(x+2)=4$$
Answer: \(4\)
The graph looks like the line \(y=x+2\) with a hole at \((2,4)\). The function value at \(2\) is missing, but the limit is still \(4\).
Worked Example 3: One-Sided Limits and a Jump
Consider the piecewise function
$$f(x)=\begin{cases}x+1,&x<2\\5,&x\ge 2\end{cases}$$
Find \(\lim_{x \to 2}f(x)\).
Step 1: Find the left-hand limit.
For \(x<2\), \(f(x)=x+1\), so
$$\lim_{x \to 2^-}f(x)=2+1=3$$
Step 2: Find the right-hand limit.
For \(x\ge 2\), \(f(x)=5\), so
$$\lim_{x \to 2^+}f(x)=5$$
Step 3: Compare them.
Since \(3\neq 5\), the two-sided limit does not exist.
$$\lim_{x \to 2}f(x) \text{ does not exist}$$
Answer: The limit does not exist.
This is called a jump discontinuity.
Worked Example 4: Behavior Near a Vertical Asymptote
Evaluate
$$\lim_{x \to 1}\frac{1}{x-1}$$
Step 1: Check the left-hand side.
If \(x\) is just less than \(1\), then \(x-1\) is a small negative number. Dividing \(1\) by a small negative number gives a very large negative value.
So
$$\lim_{x \to 1^-}\frac{1}{x-1}=-\infty$$
Step 2: Check the right-hand side.
If \(x\) is just greater than \(1\), then \(x-1\) is a small positive number. Dividing \(1\) by a small positive number gives a very large positive value.
So
$$\lim_{x \to 1^+}\frac{1}{x-1}=+\infty$$
Step 3: Compare them.
The left-hand and right-hand limits are not the same, so the two-sided limit does not exist.
$$\lim_{x \to 1}\frac{1}{x-1} \text{ does not exist}$$
Answer: The limit does not exist.
The line \(x=1\) is a vertical asymptote.
8. Important Observations About Limits
- A limit is about values near a point, not always at the point.
- A function can have a limit even if it is undefined at that point.
- If left-hand and right-hand limits are different, the limit does not exist.
- If a function is continuous at a point, the limit equals the function value there.
- Infinite behavior near a point often signals a vertical asymptote.
9. Quick Check for Evaluating a Limit
When solving a limit problem, ask yourself these questions:
- Can I substitute directly?
- If I get \(\frac{0}{0}\), can I factor or simplify?
- Should I look at values in a table?
- Do I need to check the left-hand and right-hand limits?
- Is there a hole, jump, or vertical asymptote?
10. Why Limits Matter
Limits are the starting point for calculus because they help us describe change and behavior very precisely.
They are used to define:
- continuity,
- instantaneous rate of change,
- derivatives,
- areas and integrals later in calculus.
So when you understand limits, you are building the foundation for the rest of calculus.
Brief Summary
A limit tells us what value a function approaches as \(x\) gets close to a certain number. We can study limits using tables, graphs, direct substitution, algebraic simplification, and one-sided limits.
If both sides approach the same value, the limit exists. If they approach different values, or behave very differently near an asymptote, the limit may not exist. Limits are essential because they lead directly to continuity and the main ideas of calculus.
Put what you read to the test
You've worked through The Concept of the Limit. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.