Let’s look at substitution to find a limit, the most straightforward technique we have to find a function’s limit at a given point. You can of course practice using our problems with complete solutions.
This approach works when a function (1) is defined at the point of interest and (2) behaves smoothly near that point, meaning there are no jumps or gaps there. For example, let’s consider these six functions, each at a different point:
a linear function: $-4x + 2$ at $x=6$;
a polynomial: $x^3 – 5x + 7$ at $x=-1$;
a rational function (a quotient of two polynomials): $\dfrac{x^3-1}{x^5 – 2x^3 +1}$ at $x=2$;
an exponential function: $e^{-x}$ at $x=0.5$;
a logarithmic function: $\ln(x^2 + 1)$ at $x=0$;
a trig function: $\sin(2x)$ at $x=\pi/4.$
In each of these cases you can imagine a rough picture of the function’s graph, and then see in your mind’s eye how the value of the limit at the point of interest is simply equal to the function’s value at that point.
The box below contains an interactive Desmos calculator for each of the functions above, with that function’s particular point of interest marked. As you can see in each case, the limit simply equals the function’s value at that point: $\displaystyle{\lim_{x \to a}f(x) = f(a).}$
The key take-away:
Substitution to find a limit When finding the limit $\displaystyle{\lim_{x \to a}f(x) },$ if you substitute $x=a$ into $f(x)$ and obtain a number for $f(a)$ (and don’t get “undefined”), then the limit is simply that value $f(a)$: \[\lim_{x \to a} f(x) = f(a)\]
As you saw in the examples above, when Substitution works you can find the limit easily, often in one line, which makes these problems quick. And we don’t want to over-complicate that.
Remember: a function’s value at a point and its limit at that point are distinct quantities
At the same time, we want to emphasize again that $\displaystyle{\lim_{x \to a}f(x) }$ and $f(a)$ are two distinct quantities. Recall our working definition of limits: \[\lim_{x \to a} f(x) = L\]
is a number L (if one exists) such that $f(x)$ is as close to L as we want whenever x is sufficiently close to a.
We saw earlier various cases where $\displaystyle{\lim_{x \to a} f(x) \ne f(a) }$ (figure (a), below). By contrast, for these “nice, smooth functions” the limit does simply equal $f(a)$ (figure (b) below).
The following problems give you practice at finding limits using Substitution. We’ll then examine a few complications below.
If you’d like to track your learning on our site (for your own use only!), simply log in for free
with a Google, Facebook, or Apple account, or with your dedicated Matheno account. [Don’t have a dedicated Matheno account but would like one? Create your free account in 60 seconds.] Learn more about the benefits of logging in.
It’s all free: our only aim is to support your learning via our community-supported and ad-free site.
If you’d like to track your learning on our site (for your own use only!), simply log in for free
with a Google, Facebook, or Apple account, or with your dedicated Matheno account. [Don’t have a dedicated Matheno account but would like one? Create your free account in 60 seconds.] Learn more about the benefits of logging in.
It’s all free: our only aim is to support your learning via our community-supported and ad-free site.
If you’d like to track your learning on our site (for your own use only!), simply log in for free
with a Google, Facebook, or Apple account, or with your dedicated Matheno account. [Don’t have a dedicated Matheno account but would like one? Create your free account in 60 seconds.] Learn more about the benefits of logging in.
It’s all free: our only aim is to support your learning via our community-supported and ad-free site.
If you’d like to track your learning on our site (for your own use only!), simply log in for free
with a Google, Facebook, or Apple account, or with your dedicated Matheno account. [Don’t have a dedicated Matheno account but would like one? Create your free account in 60 seconds.] Learn more about the benefits of logging in.
It’s all free: our only aim is to support your learning via our community-supported and ad-free site.
[hide solution]
Substitution and one-sided limits
Let’s consider a small complication that arises when we use Substitution to find a one-sided limit. The following example illustrates.
Example 1: One-Sided Limit
Recall the piecewise function we used to introduce one-sided limits: \[f(x) = \begin{cases} -3 & \text{for } x \lt 0 \\[8px]
\phantom{-}5 & \text{for } x \ge 0 \end{cases}\]
We imagine that at this stage, if we ask you for the value of $\displaystyle{\lim_{x \to 0^-} f(x)},$ you would answer . . .
But notice that $f(0) \ne -3;$ instead, $f(0) = 5.$ This question illustrates that we need to be careful when attempting to use Substitution at a point where a piecewise function changes from one “piece” to another, as happens here at $x = 0.$ Fortunately, you now deeply understand the difference between $\displaystyle{\lim_{x \to 0^-} f(x)}$ and $f(0),$ and so know that what we actually care about in finding the limit is the function’s value L that we can get as close to as we want when approaching $x=0$ from the left (since the limit specifies $x \to 0^-$). And that means we’re interested in the function’s expression for $x \lt 0,$ $f(x) = -3,$ even though this is not the expression that defines $f(0).$
As Example 1 illustrates, when finding a one-sided limit at a point where the function’s expression changes:
if you’re approaching $x=a$ from the left ($x \to a^-$), then use the expression appropriate for $x \lt a.$
if you’re approaching $x=a$ from the right ($x \to a^+$), then use the expression appropriate for $x \gt a.$
We don’t intend those bullet points as facts to memorize. Instead, they’re just a reminder to keep the meaning of limits in mind when you answer these types of questions, rather than just mindlessly substituting.
Practice Problem #5
Consider the following piecewise function:
\begin{align*}
f(x) &=
\begin{cases}
x^2 & \; x \le 2 \\[8px]
-3x+5 & \; x \gt 2 \\[8px]
\end{cases} \\[8px]
\end{align*}
Find $\displaystyle{ \lim_{x \to 2^{+}} f(x)}$.
\begin{array}{lllll} \text{(A) }4 && \text{(B) }5 && \text{(C) }-1 && \text{(D) Does not exist} && \text{(E) None of these} \end{array}
Oops: Remember $x \to 2^+$ means approaching $x=2$ from the right. Hence we need to use the expression for $x \gt 2.$
Show/Hide Solution
Because we’re looking at the limit as $x \to 2^+$, approaching $x=2$ from the right, we want the expression for $x \gt 2:$
\[ f(x) = -3x+5 \quad \text{for } x \gt 2\]
Then applying the method of Substitution yields
\begin{align*}
\lim_{x \to 2^{+} }f(x) &= -3(2) + 5 \\[8px]
&= -6 + 5 \\[8px]
&= -1 \implies \; \text{ (C) } \; \cmark
\end{align*}
If you’d like to track your learning on our site (for your own use only!), simply log in for free
with a Google, Facebook, or Apple account, or with your dedicated Matheno account. [Don’t have a dedicated Matheno account but would like one? Create your free account in 60 seconds.] Learn more about the benefits of logging in.
It’s all free: our only aim is to support your learning via our community-supported and ad-free site.
[hide solution]
Practice Problem #6
Consider the following piecewise function:
\[f(x) =
\begin{cases}
-2x +6 & \text{for } x \lt -\dfrac{\pi}{2} \\[8px]
\sin(4x) & \text{for } -\dfrac{\pi}{2} \le x \le 1 \\[8px]
x^3 & \text{for } x \gt 1
\end{cases}\]
Find $\displaystyle{\lim_{x \to -\dfrac{\pi}{2}^+}f(x) }.$
\begin{array}{lllll} \text{(A) }\pi + 6 && \text{(B) }0 && \text{(C) }1 && \text{(D) }-\dfrac{\pi^3}{8} && \text{(E) None of these} \end{array}
Show/Hide Solution
We’re aproaching $x= -\dfrac{\pi}{2}$ from the right, and so focus on the expression for $-\dfrac{\pi}{2} \le x \le 1:$
\[\sin(4x) \quad \text{for } -\dfrac{\pi}{2} \le x \le 1 \quad \blacktriangleleft\]
Then
\begin{align*}
\lim_{x \to -\dfrac{\pi}{2}^+}f(x) &= \sin \left(4 \left(-\frac{\pi}{2}\right) \right) \\[8px]
&= \sin \left( -2\pi \right) \\[8px]
&= 0 \implies \quad\text{ (B)} \quad \cmark
\end{align*}
If you’d like to track your learning on our site (for your own use only!), simply log in for free
with a Google, Facebook, or Apple account, or with your dedicated Matheno account. [Don’t have a dedicated Matheno account but would like one? Create your free account in 60 seconds.] Learn more about the benefits of logging in.
It’s all free: our only aim is to support your learning via our community-supported and ad-free site.
[hide solution]
What about when $f(a) = \dfrac{\text{non-zero number}}{0},$ and so is undefined?
Let’s consider another complication: sometimes when you use Substitution to compute $f(a),$ you obtain a zero in the denominator but not in the numerator, meaning $f(a)$ is undefined. The following example illustrates.
Example 2: $f(a) = \dfrac{\text{non-zero number}}{0}$
Solution. Given our earlier work, you might immediately recognize that this function has a vertical asymptote at $x=3.$ But perhaps you didn’t recognize that (or let’s pretend that you didn’t), and so to find this limit you blithely try Substitution as we did in all of the problems above: \begin{align*} \lim_{x \to 3} \dfrac{-5}{x-3} \overset{?}{=} \frac{-5}{3-3} &= \frac{-5}{0} \\[8px]
&= \text{undefined} \end{align*} The fact that you obtain “undefined” there does not automatically mean that the limit doesn’t exist. Instead, it means we need to think more deeply: Substitution has failed as a tactic, and so we have more work to do.
Specifically, once you obtain that particular result, you might now think: “Oh, right. The numerator is non-zero while the denominator goes to zero as $x \to 3,$ and so the function blows up at $x=3.$ There must be a vertical asymptote there, and the limit does not exist (DNE).” And that reasoning is correct: \[\lim_{x \to 3} \dfrac{-5}{x-3} = \text{ DNE} \quad \cmark\]
We’re providing the graph to illustrate the conclusion, but again encourage you to make such thinking part of your repertoire so you don’t have to graph every function to be able to reason correctly. Indeed, you are likely to encounter exam questions where you are not allowed to use a graphing calculator, and so such reasoning is required.
As the preceding example illustrates, when you substitute the limit-value into the function, if you obtain \(\frac{\text{a non-zero number}}{0} \), then you know immediately that the limit does not exist (DNE): \[\text{If} \quad \lim_{x \to a}f(x) \overset{?}{=} f(a) = \frac{\text{a non-zero number}}{0}\text{,}\]
\[\text{then the limit does not exist (DNE).}\]
As the next problem illustrates, while we may quickly conclude that the limit does not exist, the answer choices may require a bit of further reasoning.
Practice Problem #7
Answer without using a graphing calculator: $\displaystyle{\lim_{x \to -1} \dfrac{x^2}{(x+1)^2} = }$
\begin{array}{lllll} \text{(A) }-\dfrac{1}{4} && \text{(B) }1 && \text{(C) }\dfrac{1}{4} && \text{(D) }\infty && \text{(E) }-\infty \end{array}
Show/Hide Solution
If we try Substitution, we obtain
\begin{align*}
\lim_{x \to -1} \dfrac{x^2}{(x+1)^2} \overset{?}{=} \frac{(-1)^2}{(-1 + 1)^2} &= \frac{1}{0} \\[8px]
&= \dfrac{\text{non-zero number}}{0} \implies \quad\text{DNE}
\end{align*}
If one of the answer choices was “DNE,” that would be correct and we’d be done. But “DNE” is not an answer choice. We do know that the choice must be (D) or (E), simply providing more information about the way in which the limit does not exist. Let’s think a bit further to determine which of those choices is correct:
Since both the numerator and the denominator are squared-terms, we are guaranteed that the function always returns a positive value (except at $x=0,$ where $f(0) = 0$). Hence as $x \to -1$ and the denominator tends toward zero, the function blows up in the positive direction: it grows and Grows and GROWS becoming more and MORE positive. And we can make the function’s output as large a positive number as we would like by being sufficiently close to $x=-1.$ Hence
\[\lim_{x \to -1} \dfrac{x^2}{(x+1)^2} = \infty \quad \cmark\]
We hope the graphical image that popped into your head was roughly the one above. If not, keep going: the only way to develop this “create rough-graph in my head” skill is to keep doing problems.
If you’d like to track your learning on our site (for your own use only!), simply log in for free
with a Google, Facebook, or Apple account, or with your dedicated Matheno account. [Don’t have a dedicated Matheno account but would like one? Create your free account in 60 seconds.] Learn more about the benefits of logging in.
It’s all free: our only aim is to support your learning via our community-supported and ad-free site.
As usual, we first try Substitution. Recall that $\ln(1) = 0.$ And while we don’t know offhand what the value of $\cos(1)$ is, we do know that it’s not zero. So we’ll just call it “$\cos(1)$.”
\begin{align*}
\lim_{x \to 1} \frac{\cos(x)}{\ln(x)} &\overset{?}{=} \frac{\cos(1)}{0} \\[8px]
&= \dfrac{\text{non-zero number}}{0} \implies \quad\text{ (E) DNE} \quad \cmark
\end{align*}
If you’d like to track your learning on our site (for your own use only!), simply log in for free
with a Google, Facebook, or Apple account, or with your dedicated Matheno account. [Don’t have a dedicated Matheno account but would like one? Create your free account in 60 seconds.] Learn more about the benefits of logging in.
It’s all free: our only aim is to support your learning via our community-supported and ad-free site.
[hide solution]
Finally, what about when $f(a) = \dfrac{0}{0},$ and so is undefined?
Let’s consider now an example where substitution gives the result $f(a) = \dfrac{0}{0}.$
Solution. We begin, as usual, by trying Substitution: \[ \lim_{x \to 2}\frac{x^2-4}{x-2} = \frac{4-4}{2-2} = \frac{0}{0} \]
Hmmm. We’ve seen that if we have $\dfrac{\text{non-zero number}}{0},$ then we know the limit does not exist. But what if we have $\dfrac{0}{0}$??
That’s a different challenge. Let’s pause this example for a moment. . .
In nearly all of your homework and test questions, when you try Substitution you’ll obtain 0 divided by 0. You then need another tactic to find the limit.
The wrinkle: We wouldn’t need the concept of the limit if you could always just substitute $x=a$ and find the function’s value at the point of interest. Instead, the truth is that when you try Substitution with nearly all of your homework and test questions, you’ll obtain $\dfrac{0}{0}$, “zero divided by zero.” That result is known as an indeterminate limit, which is a fancy way of saying “not yet known.” This “result” tells you that the actual answer could be anything — you just don’t know yet — and so you have more work to do.
Specifically, the $\dfrac{0}{0}$ result signals that need to use a different method to find the limit. Fortunately, three simple tactics will let you solve most problems: (1) factor; (2) rationalize; (3) use algebra.
We’ll look at the first, factoring, on the next screen. Before we do, we’ve seen the limit in the preceding example before. In fact we used that function to introduce limits. Do you remember what the graph of that function looked like, and how we quickly arrived at that graph? (No worries if not; we’re about to revisit the key reasoning and then extend it.)
The Upshot.
When finding the limit $\displaystyle{\lim_{x \to a}f(x) },$ if you substitute $x=a$ into $f(x)$ and obtain a number for $f(a)$ (and don’t get “undefined”), then the limit is simply that value $f(a)$: \[\lim_{x \to a} f(x) = f(a)\]
Hence, your first step in computing any limit should be to try Substitution. If it works and you obtain a number, you’re done!
When finding a one-sided limit at an x-value where the function’s expression changes, be careful to choose the correct expression depending on whether you are finding the left-hand or right-hand limit.
If you find $f(a) = \dfrac{\text{non-zero number}}{0},$ then the limit does not exist (DNE).
What questions or comments do you have about the material on this screen? Please head on over to the Forum and post!
If we've helped you learn something, perhaps you'd like to give back a little something and
☕ Buy us a coffeeWe're working to add more, and would appreciate your help to keep going! 😊
Once you log in with your free account, the site will record and then be able to recall for you:
Your answers to multiple choice questions;
Your self-chosen confidence rating for each problem, so you know which to return to before an exam (super useful!);
Your progress, and specifically which topics you have marked as complete for yourself.
Your selections are for your use only, and we do not share your specific data with anyone else. We do use aggregated data to help us see, for instance, where many students are having difficulty, so we know where to focus our efforts.
You will also be able to post any Calculus questions that you have on our Forum, and we'll do our best to answer them!
We believe that free, high-quality educational materials should be available to everyone working to learn well. There is no cost to you for having an account, other than our gentle request that you contribute what you can, if possible, to help us maintain and grow this site.
Please join our community of learners. We'd love to help you learn as well as you can!
We use cookies to provide you the best possible experience on our website. By continuing, you agree to their use.OK
What are your thoughts or questions?