Hide outline
Feedback

Limits in Calculus: The Key Idea

Limits in Calculus: The Key Idea

Build a clear mental model of limits as approach, not plug-in. Learn to read limit notation, tell when a limit exists, and compute common limits with simple algebra. See how this one idea powers continuity and derivatives.

A limit is what a function is heading toward, not necessarily what it equals at a specific point. That sounds picky until you see a graph with a missing dot, where the function has no value, yet the nearby values still point to one clear number. Limits let calculus talk about motion, change, and curves using near-misses instead of perfect hits.

Take this seriously and a lot of later calculus becomes less mysterious. You stop asking What is f(a)f(a) and start asking What do the values of f(x)f(x) do when xx gets close to aa?

Limits mean approach, not plug-in

A classic surprise is that the limit can exist even when the function value at the point does not. The function can be undefined at x=ax=a, or defined in a weird way there, and the nearby behavior can still settle toward a single number.

Look at the nearby values idea in action.

The core move is to separate two questions.

  • What is the value at x=ax=a (if it is even defined)?
  • What value do the outputs move toward as xx gets close to aa from either side?

Two questions
Limits care about the trend near aa. Function values care about the exact input aa. Those can agree, or not.

If the graph has a hole, the limit is often the y-value of where the curve wants to go, even though the point is missing. If the graph jumps, the left side and right side may want to go to different places, and then the limit fails to exist.

How to read limit notation

Here is a clean, literal translation you can reuse.

limxaf(x)=L\lim_{x\to a}f(x)=L

It means. As xx gets close to aa (not necessarily equal to aa), the outputs f(x)f(x) get close to LL.

See the symbols and their meanings in one place.

The arrows and sides

You will see three closely related versions.

  • limxaf(x)\lim_{x\to a}f(x) means approach aa from both sides.
  • limxaf(x)\lim_{x\to a^-}f(x) means approach from the left, with values less than aa.
  • limxa+f(x)\lim_{x\to a^+}f(x) means approach from the right, with values greater than aa.

These one-sided limits matter whenever there is a corner, a jump, a vertical asymptote, or you are looking at an endpoint of a domain.

Limits involving infinity

Two different ideas often get mixed up.

  • xx\to\infty is about the input growing without bound. You are asking about end behavior.
  • f(x)f(x)\to\infty is about the output growing without bound. That is often what happens near a vertical asymptote.

So limxf(x)=3\lim_{x\to\infty}f(x)=3 means the function levels off near 3 far to the right, while limx2f(x)=\lim_{x\to 2}f(x)=\infty means the outputs blow up as you approach 2.

Infinity is not a number
\infty describes unbounded growth, not a reachable value you can plug in.

When a limit exists

A limit limxaf(x)\lim_{x\to a}f(x) exists when the left-hand and right-hand behavior agree on one finite number. If the function approaches different numbers from each side, there is no single value to report.

A good way to internalize this is to imagine walking toward x=ax=a along the graph from the left and from the right. If both walks aim for the same height, the limit exists. If they aim for different heights, it does not. If the height shoots upward or downward without bound, you get an infinite limit rather than a finite one.

Try approaching from both sides and watch what changes.

Three common outcomes

  • Agreement. Both sides approach the same LL, so the limit exists and equals LL.
  • Jump. Left and right approach different values, so the limit does not exist.
  • Blow up. The function grows without bound, so the limit is \infty or -\infty in the sense of divergence.

Notice what is not required. The function does not have to be defined at aa. And it does not have to equal the limit at aa even if it is defined.

Finding limits without a graph

Featured snippet style takeaway. For many beginner limits, start by plugging in x=ax=a. If the expression gives a normal number, that number is the limit. If you get an indeterminate form like 0/00/0, simplify the expression with algebra, then try again.

Explore the algebra steps on typical examples.

Substitution when it works

If ff is built from familiar continuous pieces like polynomials and you are not dividing by zero, direct substitution is enough. For example, for f(x)=x2+3xf(x)=x^2+3x, limx2f(x)=f(2)=10\lim_{x\to 2}f(x)=f(2)=10.

Factoring to remove a hole

Many 0/00/0 limits happen because a factor cancels. Example pattern.

x21x1=(x1)(x+1)x1=x+1(for x1)\frac{x^2-1}{x-1}=\frac{(x-1)(x+1)}{x-1}=x+1\quad(\text{for }x\ne1)

The original function has a hole at x=1x=1, but the simplified expression shows what the outputs are doing near 1. Then limx1x21x1=2\lim_{x\to1}\frac{x^2-1}{x-1}=2.

Rationalizing for square roots

If you see something like x+hx\sqrt{x+h}-\sqrt{x}, multiply by the conjugate to clear the root in the numerator. The point is not a trick. It is a way to rewrite the same near-by behavior in a form where cancellation reveals the approaching value.

Indeterminate is a signal
0/00/0 does not mean the limit is zero. It means the expression is hiding its behavior and needs simplification.

The squeeze idea

Some functions are too wiggly to simplify directly, but they are still trapped between two simpler functions that share the same limit. If you can show g(x)f(x)h(x)g(x)\le f(x)\le h(x) near aa, and limxag(x)=limxah(x)=L\lim_{x\to a}g(x)=\lim_{x\to a}h(x)=L, then f(x)f(x) is forced to approach LL as well.

See what squeezing looks like as the input closes in.

A common intuition is a narrowing hallway. If the ceiling and floor both converge to the same height at the doorway, anything stuck between them must converge there too.

Limits connect to continuity and derivatives

Continuity is the moment when the two questions finally match. A function is continuous at x=ax=a when the limit exists and equals the function value.

limxaf(x)=f(a)\lim_{x\to a}f(x)=f(a)

So holes break continuity because f(a)f(a) is missing, jumps break it because the two sides disagree, and vertical asymptotes break it because the values blow up.

Derivatives are limits of slopes. The derivative definition uses a limit because the slope at a point is defined using slopes of secant lines nearby, then letting the two points collapse together.

f(a)=limh0f(a+h)f(a)hf'(a)=\lim_{h\to0}\frac{f(a+h)-f(a)}{h}

If limits still feel abstract, keep this connection in mind. Limits exist because we need a precise way to talk about what happens when we zoom in infinitely close without pretending we can actually reach the exact instant or the exact point.

Common questions and quick clarifications

Was this lesson helpful?
Dive Deeper

Generate a follow-up sub-lesson on any aspect of this topic

Related content