Another tactic you must have in your toolbox is using conjugates to find a limit. Let’s look at examples and then you can practice using our problems with complete solutions.
Specifically, if you try Substitution and obtain the fraction $\dfrac{0}{0}$ and the expression has a square root in it, then use conjugates just like you practiced in Algebra. That is, multiply both the numerator and the denominator by the conjugate of the term with the square root. (Recall that $\left(\sqrt{a} + \sqrt{b} \right)$ and $\left(\sqrt{a} -\sqrt{b} \right)$ are conjugates of each other: one has a plus-sign between the terms, while the other has a minus-sign.)
You may find that this requires introducing a square root in the denominator where there wasn’t one before. If this move runs counter to what you’ve learned in earlier math classes, that “there should never be a square root in the denominator,” then we have to tell you now: that’s a silly grade-school rule that has no place in your ongoing mathematical development, as you’ll see as you work through the problems below.
Solution. Step 1. Try Substitution: \[\lim_{x \to 0}\frac{\sqrt{x+5} – \sqrt{5}}{x} \overset{?}{=} \frac{\sqrt{0+5}-\sqrt{5}}{0} = \frac{0}{0}\]
Since the limit is in the form $\dfrac{0}{0}$ , substitution gave an indeterminate result — we have more work to do.
Step 2. Multiply by conjugate and simplify: Let’s use algebra to get rid of the square roots: multiply both the numerator and denominator by the conjugate of the numerator, $\sqrt{x+5} + \sqrt{5}$. We can do this since we are multiplying the original expression by $1= \dfrac{\sqrt{x+5} + \sqrt{5}}{\sqrt{x+5} + \sqrt{5}},$ which doesn’t change the value of anything. \begin{align*} \lim_{x \to 0}\dfrac{\sqrt{x+5} – \sqrt{5}}{x} &= \lim_{x \to 0}\dfrac{\sqrt{x+5} – \sqrt{5}}{x} \cdot \dfrac{\sqrt{x+5} + \sqrt{5}}{\sqrt{x+5} + \sqrt{5}} \\[8px]
&= \lim_{x \to 0}\dfrac{\sqrt{x+5}\sqrt{x+5} + \sqrt{x+5}\sqrt{5} – \sqrt{5}\sqrt{x+5} -\sqrt{5}\sqrt{5}}{x\left[ \sqrt{x+5} + \sqrt{5}\right]} \\[8px]
&= \lim_{x \to 0}\dfrac{(x+5) – 5}{x[\sqrt{x+5} + \sqrt{5}]} \quad\color{blue}{\text{[Note we have not multiplied the denominator terms…]}}\\[8px]
&= \lim_{x \to 0}\dfrac{x}{x[\sqrt{x+5} + \sqrt{5}]} \\[8px]
&= \lim_{x \to 0}\dfrac{\cancel{x}}{\cancel{x}[\sqrt{x+5} + \sqrt{5}]} \quad\color{blue}{\text{[… because then the $x$ then cancels nicely here.]}}\\[8px]
&= \lim_{x \to 0}\dfrac{1}{\sqrt{x+5} + \sqrt{5}} \\[8px]
\end{align*} Step 3. Now easy Substitution to finish:\begin{align*} \phantom{\lim_{x \to 0}\dfrac{\sqrt{x+5} – \sqrt{5}}{x}} &\phantom{= \lim_{x \to 0}\dfrac{(x+5) – 5}{x[\sqrt{x+5} + \sqrt{5}]} \text{[Note we have not multiplied the denominator terms]}}\\ &=\dfrac{1}{\sqrt{0+5} + \sqrt{5}} = \dfrac{1}{2\sqrt{5}} \quad \cmark \end{align*}
This approach works for essentially the same reason the factoring tactic works: the functions $\dfrac{\sqrt{x+5} – \sqrt{5}}{x}$ and $\dfrac{1}{\sqrt{x+5} + \sqrt{5}}$ are the same, except that the original function is not defined at $x=0,$ whereas the rewritten function is.
Hence their limits are the same as $x \to 0$, and so $\displaystyle{\lim_{x \to 0}\dfrac{\sqrt{x+5} – \sqrt{5}}{x} = \lim_{x\to 0}\dfrac{1}{\sqrt{x+5} + \sqrt{5}} = \dfrac{1}{2\sqrt{5}} }$.
Notice that when we multiplied by the conjugate, we multiplied out all of the terms in the numerator, because that’s how we get rid of the square root. But we didn’t multiply the terms in the denominator; instead we kept writing it as $x \left(\sqrt{x+5} + \sqrt{5} \right)$. That’s because a few steps later the x canceled.
Something similar will always happen, so in that early step don’t multiply out the part that you didn’t set out to rationalize. Instead just carry those terms along for a while, until you can cancel something.
The Example illustrates the key steps to using conjugates to find a limit, which mirror quite closely the steps we used for Factoring:
PROBLEM-SOLVING TACTIC: Use conjugates to find a limit
Try Substitution. As we’ve seen, if it works immediately as a tactic you’re done. If, by contrast, you obtain $\dfrac{0}{0}$ with a square-root in the numerator and/or denominator, then…
Multiply by the conjugate and simplify.
Use Substitution to finish.
Practice Problems: Use Conjugates to Find a Limit
As always, the best way to get the tactic down for yourself is to practice using it until it becomes routine. That’s even more true here than in factoring on the preceding screen, since the algebra tends to get a bit messier with these, given all those square-root signs floating around. As in all things, practice lets you become more comfortable with “the mess,” so you won’t make a silly mistake when under exam pressure.
Use Conjugates to Find a Limit: Scaffolded Exercise #1
$$ \lim_{x \to 9} \frac{x-9}{\sqrt{x}-3} \overset{?}{=}\frac{9-9}{\sqrt{9}-3} = \frac{0}{0}$$ Because this limit is in the form of $\dfrac{0}{0}$, it is indeterminate—we don’t yet know what it is. So we continue…
[collapse]
Step 2. Multiply by the conjugate and simplify:
Show/Hide Step 2 Solution
This time the square root is: $\sqrt{x}-3.$ We thus multiply the numerator and the denominator by its conjugate, $ \dfrac{\sqrt{x} + 3}{\sqrt{x} + 3} = 1:$ \begin{align*} \lim_{x \to 9} \frac{x-9}{\sqrt{x}-3} &= \lim_{x \to 9} \left( \frac{x-9}{\sqrt{x}-3} \right) \left( \frac{\sqrt{x} + 3}{\sqrt{x} + 3} \right) \\[8px]
&= \lim_{x \to 9} \frac{(x-9)\left(\sqrt{x} + 3 \right)}{\sqrt{x}\sqrt{x}+3 \sqrt{x} – 3 \sqrt{x} – 9}\;\color{blue}{\text{[Leave the NUMERATOR as-is…]}} \\[8px]
&= \lim_{x \to 9} \frac{(x-9)(\sqrt{x} + 3)}{x – 9} \\[8px]
&= \lim_{x \to 9} \frac{\cancel{(x-9)}(\sqrt{x} + 3)}{\cancel{x – 9}} \;\color{blue}{\text{[…to cancel easily here.]}}\\[8px]
&= \lim_{x \to 9}\left( \sqrt{x} + 3 \right) \end{align*}
[collapse]
Step 3. Substitution to finish:
Show/Hide Step 3 Solution
\begin{align*} \hphantom{ \lim_{x \to 9} \frac{x-9}{\sqrt{x}-3}} & \hphantom{ =\lim_{x \to 9} \left( \frac{x-9}{\sqrt{x}-3} \right) \left( \frac{\sqrt{x} + 3}{\sqrt{x} + 3} \right)\;\color{blue}{\text{[Leave the NUMERATOR as-is…]}}}\\ &= \sqrt{9} + 3 \\[8px]
&= 3+3 = 6 \quad \cmark \end{align*} Notice that in this problem we were aiming to get rid of the initial square root in the denominator, so we multiplied out all of the denominator-terms there. But we didn’t multiply out the numerator-terms, which let us do an easy cancellation a few lines later.
[collapse]
Use Conjugates to Find a Limit: Scaffolded Exercise #2
\[ \lim_{x \to 16} \frac{\sqrt{x}-4}{x-16} \overset{?}{=} \dfrac{\sqrt{16}-4}{16-16}=\dfrac{4-4}{0} = \dfrac{0}{0} \]
Because this limit is in the form of $\dfrac{0}{0}$, it is indeterminate—we don’t yet know what it is. We thus have more work to do. So on to Step 2…
[collapse]
Step 2. Multiply by conjugate and simplify:
Show/Hide Step 2 Solution
Multiply both the numerator and the denominator by the conjugate $\sqrt{x} + 4.$ Since the numerator initially has a square-root in it, we’ll multiply out the terms there, but won’t for the denominator: \begin{align*} \lim_{x \to 16} \frac{\sqrt{x}-4}{x-16} &= \lim_{x \to 16}\left(\frac{\sqrt{x}-4}{x-16}\right) \cdot \left(\frac{\sqrt{x} + 4}{\sqrt{x} + 4}\right) \\[8px]
&= \lim_{x \to 16}\frac{\sqrt{x}\sqrt{x}+4\sqrt{x}-4 \sqrt{x}-16}{(x-16)\left(\sqrt{x} + 4 \right)} \;\color{blue}{\text{[Leave the denominator as-is…]}} \\[8px]
&= \lim_{x \to 16} \frac{x-16}{(x-16)\left(\sqrt{x} + 4 \right)} \\[8px]
&= \lim_{x \to 16} \frac{\cancel{x-16}}{\cancel{(x-16)}\left(\sqrt{x} + 4 \right)} \;\color{blue}{\text{[…to cancel easily here.]}} \\[8px]
&= \lim_{x \to 16} \frac{1}{\sqrt{x} + 4 } \end{align*}
We first try substitution:
\[\lim_{x \to 0} \frac{x}{\sqrt{x+7} – \sqrt{7}} \overset{?}{=} \frac{0}{\sqrt{7} – \sqrt{7}}=\frac{0}{0}\]
Since this limit is in the form $\dfrac{0}{0}$, it is indeterminate—we don’t yet know what it is. So let’s multiply the numerator and denominator by the conjugate of the square-root term divided by itself, $ \dfrac{\sqrt{x+7} + \sqrt{7}}{\sqrt{x+7} + \sqrt{7}} =1:$
\begin{align*}
\lim_{x \to 0} \frac{x}{\sqrt{x+7} – \sqrt{7}} &= \lim_{x \to 0} \frac{x}{\sqrt{x+7} – \sqrt{7}}\cdot \frac{\sqrt{x+7} +
\sqrt{7}}{\sqrt{x+7} + \sqrt{7}} \\[8px]
&= \lim_{x \to 0}\frac{x \left( \sqrt{x+7} + \sqrt{7}\right)}{\sqrt{x+7}\sqrt{x+7} + \sqrt{x+7} \sqrt{7} – \sqrt{7}\sqrt{x+7} -\sqrt{7}\sqrt{7}} \\[8px]
&= \lim_{x \to 0}\frac{x \left( \sqrt{x+7} + \sqrt{7}\right)}{(x+7) – 7} \\[8px]
&= \lim_{x \to 0}\frac{x \left( \sqrt{x+7} + \sqrt{7}\right)}{x} \\[8px]
&= \lim_{x \to 0}\frac{\cancel{x} \left( \sqrt{x+7} + \sqrt{7}\right)}{\cancel{x}} \\[8px]
&= \lim_{x \to 0}\left( \sqrt{x+7} + \sqrt{7}\right) \\[8px]
&= \sqrt{7} + \sqrt{7}\\[8px]
&= 2 \sqrt{7} \implies \quad\text{ (A)} \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.
We first try Substitution:
\[ \lim_{h \to 0} \frac{\sqrt{25+h}-5}{h} \overset{?}{=} \frac{\sqrt{25} – 5}{0} = \frac{0}{0} \]
Since this limit is in the form of $\dfrac{0}{0}$, it is indeterminate—we don’t yet know what it is. So let’s use our conjugate tactic:
\begin{align*}
\lim_{h \to 0} \frac{\sqrt{25+h}-5}{h} &= \lim_{h \to 0} \frac{\sqrt{25+h}-5}{h} \cdot \frac{\sqrt{25+h}+5}{\sqrt{25+h}+5} \\[8px]
&= \lim_{h \to 0} \frac{\sqrt{25+h}\sqrt{25+h} + \sqrt{25+h} (5) -5\sqrt{25+h} -(5)(5) }{h\left(\sqrt{25+h}+5 \right)} \\[8px]
&= \lim_{h \to 0} \frac{(25 +h)-25}{h\left(\sqrt{25+h}+5 \right)} \\[8px]
&= \lim_{h \to 0} \frac{h}{h\left(\sqrt{25+h}+5 \right)} \\[8px]
&= \lim_{h \to 0} \frac{\cancel{h}}{\cancel{h}\left(\sqrt{25+h}+5 \right)} \\[8px]
&= \lim_{h \to 0} \frac{1}{\sqrt{25+h}+5 } \\[8px]
&= \frac{1}{\sqrt{25} + 5} \\[8px]
&= \frac{1}{5+5} = \frac{1}{10} \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.
We first try substitution:
\[ \lim_{x \to 3}\frac{\sqrt{x+1} -2}{3-x} \overset{?}{=} \frac{\sqrt{3+1} -2}{3-3} = \frac{\sqrt{4}-2}{3-3} = \frac{0}{0} \]
Since this limit is in the form $\dfrac{0}{0}$, it is indeterminate—we don’t yet know what it is. So we again use the conjugate:
\begin{align*}
\lim_{x \to 3}\frac{\sqrt{x+1} -2}{3-x} &= \lim_{x \to 3}\frac{\sqrt{x+1} -2}{3-x} \cdot \frac{\sqrt{x+1} +2}{\sqrt{x+1} +2} \\[8px]
&= \lim_{x \to 3} \frac{\sqrt{x+1}\sqrt{x+1}+ 2\sqrt{x+1} – 2 \sqrt{x+1} -4}{(3-x)(\sqrt{x+1}+2)} \\[8px]
&= \lim_{x \to 3}\frac{(x+1)-4}{(3-x)(\sqrt{x+1}+2)}\\[8px]
&= \lim_{x \to 3}\frac{x-3}{(3-x)(\sqrt{x+1}+2)} \\[8px]
&= \lim_{x \to 3}\frac{-(3-x)}{(3-x)(\sqrt{x+1}+2)} \;\color{blue}{\text{[Factor out $-1$ to cancel terms]}}\\[8px]
&= \lim_{x \to 3}\frac{-\cancel{(3-x)}}{\cancel{(3-x)}(\sqrt{x+1}+2)} \\[8px]
&= \lim_{x \to 3}\frac{-1}{\sqrt{x+1}+2} \\[8px]
&= \frac{-1}{\sqrt{3+1}+2} \\[8px]
&= \frac{-1}{\sqrt{4}+2} = \frac{-1}{2+2} \\[8px]
&= \frac{-1}{4} \implies \quad\text{ (E)} \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.
We first try Substitution:
\begin{align*}
\lim_{x \to 6}\frac{\sqrt{x-2}-2}{x-2} &\overset{?}{=} \frac{\sqrt{6-2}-2}{6-2} \\[8px]
&= \frac{\sqrt{4}-2}{4} = \frac{0}{4} \\[8px]
&= 0 \implies \quad\text{ (A)} \quad \cmark
\end{align*}
Did you remember to try Substitution first?
Remember: If you get a number (not a 0 in the denominator), you’re done! And sometimes, like here, it works immediately, so always check before you launch into using conjugates!
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.
We first try Substitution:
\[\lim_{x \to 3} \frac{\sqrt{x^2 + 7}-4}{x^2-9} \overset{?}{=} \frac{\sqrt{9 + 7}-4}{9-9} = \frac{\sqrt{16}-4}{9-9} = \frac{0}{0}\]
Because this limit is in the form of $\dfrac{0}{0}$, it is indeterminate—we don’t yet know what it is. So let’s again use the conjugate divided by itself:
\begin{align*}
\lim_{x \to 3} \frac{\sqrt{x^2 + 7}-4}{x^2-9} &= \lim_{x \to 3}\frac{\sqrt{x^2 + 7}-4}{x^2-9}\cdot \frac{\sqrt{x^2 +
7}+4}{\sqrt{x^2 + 7}+4} \\[8px]
&+\lim_{x \to 3}\frac{\sqrt{x^2 + 7}\sqrt{x^2 + 7} + 4\sqrt{x^2 + 7} -\sqrt{x^2 + 7}(4) -(4)(4)}{\left(x^2 -9
\right)\left(\sqrt{x^2 + 7}+4 \right)} \\[8px]
&= \lim_{x \to 3} \frac{\left(x^2 + 7 \right)-16}{\left(x^2 -9 \right)\left(\sqrt{x^2 + 7}+4 \right)}\\[8px]
&= \lim_{x \to 3} \frac{x^2- 9}{\left(x^2 -9 \right)\left(\sqrt{x^2 + 7}+4 \right)} \\[8px]
&= \lim_{x \to 3} \frac{\cancel{x^2- 9}}{\cancel{\left(x^2 -9 \right)}\left(\sqrt{x^2 + 7}+4 \right)}\;\color{blue}{\text{[Amazing: cancellation always happens.]}} \\[8px]
&= \lim_{x \to 3}\frac{1}{\sqrt{x^2 + 7}+4 } \\[8px]
&= \frac{1}{\sqrt{9 + 7}+4 } \\[8px]
&= \frac{1}{\sqrt{16}+4} = \frac{1}{4+4} = \frac{1}{8} \implies \quad\text{ (A)} \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.
We first try Substitution:
$$\lim_{x \to 0} \left(\frac{1}{x \sqrt{1+x}} – \frac{1}{x} \right) \overset{?}{=} \frac{1}{0} – \frac{1}{0} \quad \text{??} $$
This is another form of an indeterminite limit: we don’t know what $\dfrac{1}{0} – \dfrac{1}{0}$ equals, so we have more work to do.
Let’s try our usual approach, and first put the two terms over a common denominator, and then use the conjugate:
\begin{align*}
\lim_{x \to 0} \left(\frac{1}{x \sqrt{1+x}} – \frac{1}{x} \right) &= \lim_{x \to 0} \frac{1 -\sqrt{1+x} }{x \sqrt{1+x}} \\[8px]
&= \lim_{x \to 0} \frac{1 -\sqrt{1+x} }{x \sqrt{1+x}} \cdot \frac{1 + \sqrt{1+x}}{1 + \sqrt{1+x}} \\[8px]
&= \lim_{x \to 0} \frac{1 + \sqrt{1+x}\; – \sqrt{1+x}\; – \sqrt{1+x} \sqrt{1+x} }{x \sqrt{1+x}\left(1 + \sqrt{1+x} \right)} \\[8px]
&= \lim_{x \to 0} \frac{1 -(1+x)}{x \sqrt{1+x}\left(1 + \sqrt{1+x} \right)} \\[8px]
&= \lim_{x \to 0} \frac{-x}{x \sqrt{1+x}\left(1 + \sqrt{1+x} \right)} \\[8px]
&= \lim_{x \to 0} \frac{-\cancel{x}}{\cancel{x}\sqrt{1+x}\left(1 + \sqrt{1+x} \right)} \\[8px]
&= \lim_{x \to 0} \frac{-1}{\sqrt{1+x}\left(1 + \sqrt{1+x} \right)} \\[8px]
&= \frac{-1}{\sqrt{1+0}\left(1 + \sqrt{1+0} \right)} \\[8px]
&= \frac{-1}{1\left(1 +1 \right)} \\[8px]
&= \frac{-1}{2} \implies \quad\text{ (C)} \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]
The Upshot
If when you try Substitution you obtain $\dfrac{0}{0}$ and you have a square root in the numerator and/or denominator, then multiply by the conjugate of the square-root term divided by itself. After simplifying, Substitution will work.
Questions? Comments? Join the discussion over on the Forum!
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?