Matheno - Learn Well and Excel

C.8 Limit at Infinity with Square Roots

On this screen we look at a very particular type of problem, one where you’re finding a limit at infinity with a square root in the function.

There are no new concepts here. There are, however, some useful manipulations you should know about to be able to find these limits.

Note: Not all courses require you to be able to find limits at $\pm \infty$ of functions that have square roots in them. Please check with your instructor before devoting time to this topic.

Let’s say upfront: unlike the limits we’ve examined on the proceeding few screens where dominance was clear, when you’re looking at a function that involves square roots it is very difficult to immediately know what the limit is as $x \to \pm \infty$ at first glance. Indeed, the answers are often surprising (as you’ll see in the problems below). For this reason, in order to be sure of your answer you must compute the limit using the technique of multiplying by the conjugate that we developed earlier.

Fortunately, those same techniques will prove useful for the problems on this screen as well, as we’ll see in the following example that looks at a function’s behavior as $x \to +\infty.$ We’ll then take a quick detour to discuss one tricky issue that arises when we wish to consider $x \to -\infty.$

Example 1: $\displaystyle{\lim_{x \to \infty}\dfrac{\sqrt{9x^2 + x + 4}}{2x}}$

Find $\displaystyle{\lim_{x \to \infty}\dfrac{\sqrt{9x^2 + x + 4}}{2x}}.$

Solution.
As we’ve done throughout this Section when working to formally find the limit as $x \to \infty,$ we begin by dividing the numerator and denominator both by x-to-the-largest-power in the denominator, which here is x. Note that to move the x in the numerator underneath the square root sign, we use the fact that $x = \sqrt{x^2}.$
\begin{align*}
\lim_{x \to \infty}\dfrac{\sqrt{9x^2 + x + 4}}{2x} &= \lim_{x \to \infty}\dfrac{\sqrt{9x^2 + x + 4}}{2x} \cdot \dfrac{1/x}{1/x} \\[8px] &= \lim_{x \to \infty}\dfrac{\dfrac{\sqrt{9x^2 + x + 4}}{\sqrt{x^2}}}{\dfrac{2x}{x}} \\[8px] &= \lim_{x \to \infty}\dfrac{\sqrt{\dfrac{9x^2 + x + 4}{x^2}}}{2} \\[8px] &= \lim_{x \to \infty}\dfrac{\sqrt{9 + \dfrac{1}{x} + \dfrac{1}{x^2}}}{2} \\[8px] &= \dfrac{\sqrt{\displaystyle{\lim_{x \to \infty}9} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{1}{x}}} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{1}{x^2}}}}}{\displaystyle{\lim_{x \to \infty}2}} \\[8px] &= \dfrac{\sqrt{9}}{2} = \dfrac{3}{2} \quad \cmark
\end{align*}
You can use the interactive calculator below to see how the function’s curve mimics the horizontal asymptote $y = \dfrac{3}{2}$ as x grows large. (Actually, you’ll note that this particular function approaches its horizontal asymptote quite rapidly.)

Graph of $f(x) = \dfrac{\sqrt{9x^2 + x + 4}}{2x}$ versus x to examine behavior as $x \to \infty$

Example 1 is straightforward enough, and we’ll let you try some practice problems below to find the limit at infinity with square roots, since moving the $x = \sqrt{x^2}$ under the square-root sign and the various manipulations take a bit of practice.

Quick discussion of a subtle and important issue as $x \to -\infty$
But before then, let’s address the one tricky issue that arises when we look at $x \to -\infty.$ First, notice that when we’re looking at this limit as x takes on increasingly negative values, x itself is always negative. That’s an obvious point, but one that we must keep clearly in mind as we proceed.

Now, to illustrate the issue, let’s consider the particular value $x = -5.$ (That’s obviously not a large number, but it will let us make the relevant point here.) If we proceed without much thought, we would once again make our substitution $x = \sqrt{x^2}$ . . . and substituting that value $x = -5,$ we have $-5 = \sqrt{25} = 5.$ But wait, that’s not right: $5 \ne -5!$

What just happened?!? Actually, what we just saw is useful to remember: one way to define the absolute value of a number is to take the (positive) square-root of that number’s square:
\[\text{Absolute value definition: }\quad \lvert x\rvert = \sqrt{x^2} \] “Of course,” you say: “the square-root always returns a positive number (or zero).”

But in our situation, with $x = -5,$ we don’t want the absolute value, which is what we accidentally got when we mindlessly set $x = \sqrt{x^2}$ a few liines above. Instead, we must retain the negative sign so that $x = -5$ remains a negative number after squaring and taking its square-root. And to achieve that, we must insert the negative sign “by hand”:
\[ \bbox[10px,border:2px solid blue]{\text{For negative }x: \quad x = -\sqrt{x^2}}\] One way to frame this whole issue is that if you have the equation $x^2 = 25,$ then you know there are two possible answers, one positive and one negative: $x = \bbox[yellow]{\pm} \sqrt{25} = \bbox[yellow]{\pm} 5.$ You then have to choose which of the plus-and-minus value(s) are the one(s) you need to keep. In this case, we need to keep only the negative choice, $x = -5,$ because we know we’re dealing with only negative numbers as we look at $x \to -\infty.$

If this discussion seems abstract, please just continue on to the following example where we’ll see how this substitution works in practice as we determine the limit as $x \to -\infty.$

Example 2: $\displaystyle{\lim_{x \to -\infty}\dfrac{\sqrt{9x^2 + x + 4}}{2x}}$

Find $\displaystyle{\lim_{x \to -\infty}\dfrac{\sqrt{9x^2 + x + 4}}{2x}}.$

Solution.
Before we do anything else, let’s look at the function and decide whether we expect the limit — if it exists (as it typically does in these problems) — will be positive or negative. We can reason quickly: looking at $\dfrac{\sqrt{9x^2 + x + 4}}{2x},$ the numerator is always positive because of the (positive) square root. The denominator, on the other hand, will always be negative, because we’re looking at ever-increasing negative values for x. Hence as $x \to -\infty,$ the fraction will always have a negative value, and so if we find a number as the limit, we expect it to be negative. This quick initial reasoning is a good check to use against our final result.

As usual, we first divide the numerator and denominator both by x-to-the-largest-power in the denominator, which here is x. Note that to move the x in the numerator underneath the square root sign, we use the fact that since we’re concerned only with negative values of x, we have $x = \bbox[yellow]{-}\sqrt{x^2},$ as discussed immediately above this Example.
\begin{align*}
\lim_{x \to -\infty}\dfrac{\sqrt{9x^2 + x + 4}}{2x} &= \lim_{x \to -\infty}\dfrac{\sqrt{9x^2 + x + 4}}{2x} \cdot
\dfrac{1/x}{1/x} \\[8px] &= \lim_{x \to -\infty}\dfrac{\dfrac{\sqrt{9x^2 + x + 4}}{\left( \bbox[yellow]{-}\sqrt{x^2}\right)}}{\dfrac{2x}{x}} \\[8px] &= \lim_{x \to -\infty}\dfrac{\bbox[yellow]{-}\sqrt{\dfrac{9x^2 + x + 4}{x^2}}}{2} \\[8px] &= \lim_{x \to -\infty}\dfrac{\bbox[yellow]{-}\sqrt{9 + \dfrac{1}{x} + \dfrac{1}{x^2}}}{2} \\[8px] &= \dfrac{\bbox[yellow]{-}\sqrt{\displaystyle{\lim_{x \to -\infty}9} + \cancelto{0}{\displaystyle{\lim_{x \to -\infty}\dfrac{1}{x}}} +
\cancelto{0}{\displaystyle{\lim_{x \to -\infty}\dfrac{1}{x^2}}}}}{\displaystyle{\lim_{x \to -\infty}2}} \\[8px] &= \bbox[yellow]{-}\dfrac{\sqrt{9}}{2} = \bbox[yellow]{-}\dfrac{3}{2} \quad \cmark
\end{align*}
We highlighted the negative sign in every step after we introduced it so you can see how it directly gives us the negative result we expect and that is correct: the limit as $x \to -\infty$ is $-\dfrac{3}{2}.$ If we didn’t insert the negative sign $x = -\sqrt{x^2}$ “by hand” in line #2 of our solution, we would obtain a positive result in the end, which is clearly incorrect.

Graph of $f(x) = \dfrac{\sqrt{9x^2 + x + 4}}{2x}$ versus x to examine behavior as $x \to -\infty$

Tips icon to highlight tricky point about finding the limit at infinity of a function with a square rootLet’s summarize the approaches we used in Examples 1 and 2:

  1. As a first step, divide both the numerator and the denominator by x-to-the-largest-power that is in the denominator.
  2. You already know $x = \pm \sqrt{x^2}.$ You must now remember to choose which sign is appropriate in the given situation:
    \begin{align*}
    \text{For }x \to \infty: \quad x &= \sqrt{x^2} \\[8px] \text{For }x \to -\infty: \quad x &= -\sqrt{x^2}
    \end{align*}
    In particular, this means that inthe case of $x \to -\infty,$ you must insert the negative sign “by hand.”


As you’ll see in the problems below, there is one additional manipulation we’ve used before that proves necessary here as well: multiplying by the conjugate of the function divided-by-itself. We strongly suggest that you work through the problems below for yourself to integrate the techniques into your repertoire.

Practice Problems: Limits at Infinity with Square Roots

Practice Problem #1
Find the requested limits.
(a) $\displaystyle{\lim_{x \to \infty}\frac{\sqrt{5x^2 + 2x}}{x}}$
(b) $\displaystyle{\lim_{x \to\, -\infty}\frac{\sqrt{5x^2 + 2x}}{x}}$
Show/Hide Solution
Solution SummarySolution (a) DetailSolution (b) Detail
(a) $\sqrt{5}$
(b) $-\sqrt{5}$

We use our usual “trick” of dividing the numerator and the denominator by the largest term in the denominator, which here is $x$. Note that since we’re looking at $x \to \infty$, we’re interested only in positive values of $x$, and so we’ll use the fact that $x = \sqrt{x^2}$. \[ \begin{align*} \lim_{x \to \infty}\frac{\sqrt{5x^2 + 2x}}{x} &= \lim_{x \to \infty} \frac{\sqrt{5x^2 + 2x}}{x} \cdot \frac{\dfrac{1}{\sqrt{x^2}}}{\dfrac{1}{\sqrt{x^2}}} \\[8px] &= \lim_{x \to \infty}\frac{\dfrac{\sqrt{5x^2 + 2x}}{\sqrt{x^2}}}{\dfrac{x}{x}} \\[8px] &= \lim_{x \to \infty}\frac{\sqrt{\dfrac{5x^2 + 2x}{x^2}}}{1} \\[8px] &= \lim_{x \to \infty} \sqrt{5 + \dfrac{2}{x}} \\[8px] &= \sqrt{\lim_{x \to \infty} 5 + \cancelto{0}{\lim_{x \to \infty}\left( \dfrac{2}{x}\right)}} \\[8px] &= \sqrt{5} \quad \cmark
\end{align*} \] Note that in the last step, we used the fact that $\displaystyle{\lim_{x \to \infty}\frac{2}{x} = 0}$. In the limit that x goes to infinity, the curve y=f(x) tends toward y = sqrt(5) We can verify the result with a quick look at the graph of the function. Note that the horizontal line $y = \sqrt{5}$ is a horizontal asymptote for this graph.
Before we do anything else, let’s look at the function and decide whether we expect the limit — if it exists (as it typically will in these problems) — will be positive or negative. We can reason quickly: in $\frac{\sqrt{x^2\left( 5 + \frac{2}{x} \right)}}{x}$, the numerator will always be positive because of the square root. The denominator, on the other hand, will always be negative, because we’re looking at ever-increasing negative values for x. Hence as $x \to\, -\infty$, the fraction will always have a negative value, and so if we find a number as the limit, we expect it to be negative. This quick initial reasoning is a good check to use against our final result. To obtain that result, we again use our usual “trick” of dividing the numerator and the denominator by the largest term in the denominator, which here is $x$. The crucial part of this solution: since we’re looking at $x \to\, -\infty$, we’re interested only in negative values of $x,$ and so we’ll use the fact that $x = -\sqrt{x^2}.$ \[ \begin{align*} \lim_{x \to\, -\infty}\frac{\sqrt{5x^2 + 2x}}{x} &= \lim_{x \to\, -\infty}\frac{\dfrac{\sqrt{5x^2 + 2x}}{-\sqrt{x^2}}}{\dfrac{x}{x}} \\[8px] &= \lim_{x \to\, -\infty}\frac{-\sqrt{\dfrac{5x^2 + 2x}{x^2}}}{1} \\[8px] &= \lim_{x \to\, -\infty} -\sqrt{5 + \dfrac{2}{x}} \\[8px] &= -\sqrt{5} \quad \cmark \end{align*} \] Note that in the last step, we used the fact that $\displaystyle{\lim_{x \to\, -\infty}\frac{2}{x} = 0}$. Notice that we obtained a negative number as our answer, which matches our quick initial reasoning above. In the limit that x goes to negative infinity, the curve y = f(x) tends toward y = -sqrt(5)We can verify the result with a quick look at the graph of the function. Note that the horizontal line $y = -\sqrt{5}$ is a horizontal asymptote for this graph.
[hide solution]
Practice Problem #2
Find $\displaystyle{\lim_{x \to \infty}\left(\sqrt{x^2 + x} - x \right)}.$ We think this problem has a cool, surprising result.
Show/Hide Solution
As $x$ grows and Grows, both $\sqrt{x^2 + x}$ and $x$ grow and Grow too. We thus don’t immediately know what the difference between the two terms is. $(“\infty – \infty”$ could be anything — it is an “indeterminate expression,” meaning we have more work to do.) To proceed, we’ll use the same approach we used earlier when evaluating limits that had square roots in them: we’ll rationalize the expression by multiplying by its conjugate $\sqrt{x^2 + x} + x$ divided by itself: \[ \begin{align*} \lim_{x \to \infty}\left(\sqrt{x^2 + x} – x \right) &= \lim_{x \to \infty}\left(\frac{\sqrt{x^2 + x} – x}{1} \cdot \frac{\sqrt{x^2 + x} + x}{\sqrt{x^2 + x} + x}\right) \\[8px] &= \lim_{x \to \infty}\frac{\left( \sqrt{x^2 + x}\right)^2 + x\sqrt{x^2 + x} -x \sqrt{x^2 + x} -x^2 }{\sqrt{x^2 + x} + x} \\[8px] &= \lim_{x \to \infty}\frac{(x^2 + x) -x^2}{\sqrt{x^2 + x} + x} \\[8px] &= \lim_{x \to \infty}\frac{x}{\sqrt{x^2 + x} + x} \end{align*} \] Let’s now use our usual trick of dividing the numerator and the denominator by the largest power in the denominator. That power is $x$: while there is an $x^2$ present, it is under a square root $\left(\sqrt{x^2 + …} \right)$, and so its effective power is $x^1$. Since we’re looking at $x \to \infty$ we’re interested only in positive values of $x$, and so we have $x = \sqrt{x^2}.$ \[ \begin{align*} \phantom{x^2 + x} &= \lim_{x \to \infty}\frac{\dfrac{x}{x}}{\dfrac{\sqrt{x^2 + x} + x}{x}} \\[8px] &= \lim_{x \to \infty}\frac{1}{\sqrt{\dfrac{x^2 + x}{x^2}} + 1} \\[8px] &= \lim_{x \to \infty}\frac{1}{\sqrt{1 + \frac{1}{x}} + 1} \\[8px] &= \frac{1}{1+1} \\[8px] &= \frac{1}{2} \quad \cmark \end{align*} \] This limit is unexpected, at least to us! But you can check a few numbers to see how it works: \[ \begin{align*} f(x) &= \sqrt{x^2 + x} – x \\[8px] f(10) &= \sqrt{100 + 10} – 10 \approx 10.488 – 10 = 0.488 \\[8px] f(20) &= \sqrt{400 + 20} – 20 \approx 20.494 – 20 = 0.494 \\[8px] f(100) &= \sqrt{10,000 + 100} – 100 \approx 100.499 -100 = 0.499 \end{align*} \] As x goes to infinity, the curve y = f(x) approaches y = 1/2
[hide solution]
Practice Problem #3
Find $\displaystyle{\lim_{x \to \infty}\left(\sqrt{x + \sqrt{x}} - \sqrt{x} \right)}$. This problem is by student request. It has another (the same, actually) cool, surprising result.
Show/Hide Solution
As $x$ grows and Grows, both $\sqrt{x + \sqrt{x}}$ and $\sqrt{x}$ grow and Grow too. We thus don’t immediately know what the difference between the two terms is. $(“\infty – \infty”$ could be anything — it is an “indeterminate expression,” meaning we have more work to do.) To proceed, we’ll use the same approach we used earlier when evaluating limits that had square roots in them: we’ll rationalize the expression by multiplying by its conjugate $\sqrt{x + \sqrt{x}} + \sqrt{x}$ divided by itself: \[ \begin{align*} \lim_{x \to \infty}\left(\sqrt{x + \sqrt{x}} – \sqrt{x} \right) &= \lim_{x \to \infty}\left(\frac{\sqrt{x + \sqrt{x}} – \sqrt{x}}{1} \cdot \frac{\sqrt{x + \sqrt{x}} + \sqrt{x}}{\sqrt{x + \sqrt{x}} + \sqrt{x}} \right) \\[8px] &= \lim_{x \to \infty}\frac{\left(\sqrt{x + \sqrt{x}} \right)^2 – \sqrt{x}\sqrt{x + \sqrt{x}} + \sqrt{x}\sqrt{x + \sqrt{x}} – \left( \sqrt{x}\right)^2}{\sqrt{x + \sqrt{x}} + \sqrt{x}} \\[8px] &= \lim_{x \to \infty} \frac{\left(x + \sqrt{x} \right) – x}{\sqrt{x + \sqrt{x}} + \sqrt{x}} \\[8px] &= \lim_{x \to \infty}\frac{\sqrt{x}}{\sqrt{x + \sqrt{x}} + \sqrt{x}} \\[8px] \end{align*} \] Let’s now use our usual trick of dividing the numerator and the denominator by the largest power in the denominator. That power is $\sqrt{x}.$ \[ \begin{align*} &= \lim_{x \to \infty}\frac{\dfrac{\sqrt{x}}{\sqrt{x}}}{\dfrac{\sqrt{x + \sqrt{x}}+ \sqrt{x}}{\sqrt{x}}} \\[8px] &= \lim_{x \to \infty}\frac{1}{\dfrac{\sqrt{x + \sqrt{x}}}{\sqrt{x}}+ \dfrac{\sqrt{x}}{\sqrt{x}}} \\[8px] &= \lim_{x \to \infty}\frac{1}{\sqrt{\dfrac{x + \sqrt{x}}{x}}+ 1} \\[8px] &= \lim_{x \to \infty}\frac{1}{\sqrt{1 + \dfrac{1}{\sqrt{x}}}+ 1} \\[8px] &= \frac{1}{\sqrt{1 + \cancelto{0}{\dfrac{1}{\sqrt{x}}}}+ 1} \\[8px] &= \frac{1}{\sqrt{1}+ 1} \\[8px] &= \dfrac{1}{2} \quad \cmark \end{align*} \] Note that toward the end, we used the fact that $\displaystyle{\lim_{x \to\, \infty}\frac{1}{\sqrt{x}} = 0}$. This limit is unexpected, at least to us! But you can check a few numbers to see how it works: \[ \begin{align*} f(x) &= \sqrt{x + \sqrt{x}} – \sqrt{x} \\[8px] f(100) &= \sqrt{100 + \sqrt{100}} – \sqrt{100} \approx 10.48 – 10 = 0.48 \\[8px] f(10,000) &= \sqrt{10,000 + 100} – 100 \approx 100.499 – 100 = 0.499 \\[8px] \end{align*} \]
[hide solution]
Practice Problem #4
Find $\displaystyle{\lim_{x \to \infty}\left(\sqrt{a^2 x^2 + x} -ax \right)},$ where $a$ is a positive constant. This is a generalized version of Problem #2 above.
Show/Hide Solution
As $x$ grows and Grows, both $\sqrt{a^2 x^2 + x}$ and $ax$ grow and Grow too. We thus don’t immediately know what the difference between the two terms is. $(“\infty – \infty”$ could be anything — it is an “indeterminate expression,” meaning we have more work to do.) To proceed, we’ll use the same approach we used earlier when evaluating limits that had square roots in them: we’ll rationalize the expression by multiplying by its conjugate $\sqrt{a^2 x^2 + x} + ax$ divided by itself: \[ \begin{align*} \lim_{x \to \infty}\left(\sqrt{a^2 x^2 + x} -ax \right) &= \lim_{x \to \infty}\left(\frac{\sqrt{a^2 x^2 + x} -ax}{1}\cdot\frac{\sqrt{a^2 x^2 + x} + ax}{\sqrt{a^2 x^2 + x} + ax} \right) \\[8px] &= \lim_{x \to \infty}\frac{\sqrt{a^2 x^2 + x}\sqrt{a^2 x^2 + x} + ax \sqrt{a^2 x^2 + x} – ax \sqrt{a^2 x^2 + x} – (ax)(ax)}{\sqrt{a^2 x^2 + x} + ax} \\[8px] &= \lim_{x \to \infty}\frac{\left(a^2 x^2 + x \right) -a^2 x^2}{\sqrt{a^2 x^2 + x} + ax} \\[8px] &= \lim_{x \to \infty}\frac{x}{\sqrt{a^2 x^2 + x} + ax} \end{align*} \] Let’s now use our usual trick of dividing the numerator and the denominator by the largest power in the denominator. That power is $x:$ while there is an $x^2$ present, it is under a square root $\left(\sqrt{x^2 + …} \right)$, and so its effective power is $x^1.$ Since we’re looking at $x \to \infty$ we’re interested only in positive values of $x$, and so we have $x = \sqrt{x^2}$. \[ \begin{align*} \phantom{\sqrt{a^2 x^2 + x} -ax } &= \lim_{x \to \infty}\frac{\dfrac{x}{x}}{\dfrac{\sqrt{a^2 x^2 + x} + ax}{x}} \\[8px] &= \lim_{x \to \infty}\frac{1}{\dfrac{\sqrt{a^2 x^2 + x}}{\sqrt{x^2}} + a} \\[8px] &= \lim_{x \to \infty}\frac{1}{\sqrt{a^2 + \frac{1}{x}} + a} \\[8px] &= \frac{1}{a + a} \\[8px] &= \frac{1}{2a} \quad \cmark \end{align*} \] Notice in the second-to-last step we used the fact that $\displaystyle{\lim_{x \to \infty}\frac{1}{x} = 0}.$
[hide solution]
Practice Problem #5
Find $\displaystyle{\lim_{x \to \infty} \left(\sqrt{x^2 + ax} - \sqrt{x^2 + bx} \right)},$ where $a$ and $b$ are constants.
Show/Hide Solution
As $x$ grows and Grows, both $\sqrt{x^2 + ax}$ and $\sqrt{x^2 + bx}$ grow and Grow too. We thus don’t immediately know what the difference between the two terms is. $(“\infty – \infty”$ could be anything — it is an “indeterminate expression,” meaning we have more work to do.) To proceed, we’ll use the same approach we used earlier when evaluating limits that had square roots in them: we’ll rationalize the expression by multiplying by its conjugate $\sqrt{x^2 + ax} + \sqrt{x^2 + bx}$ divided by itself: \[ \begin{align*} \lim_{x \to \infty} \left(\sqrt{x^2 + ax} – \sqrt{x^2 + bx} \right) &= \lim_{x \to \infty} \left(\frac{\sqrt{x^2 + ax} – \sqrt{x^2 + bx}}{1} \cdot \frac{\sqrt{x^2 + ax} + \sqrt{x^2 + bx}}{\sqrt{x^2 + ax} + \sqrt{x^2 + bx}} \right) \\[8px] &= \lim_{x \to \infty}\frac{\sqrt{x^2 + ax}\sqrt{x^2 + ax} + \sqrt{x^2 + ax}\sqrt{x^2 + bx} – \sqrt{x^2 + bx}\sqrt{x^2 + ax} – \sqrt{x^2 + bx}\sqrt{x^2 + bx}}{\sqrt{x^2 + ax} + \sqrt{x^2 + bx}} \\[8px] &= \frac{\left(\sqrt{x^2 + ax}\right)^2 – \left(\sqrt{x^2 + bx} \right)^2}{\sqrt{x^2 + ax} + \sqrt{x^2 + bx}} \\[8px] &= \lim_{x \to \infty}\frac{\left(x^2 + ax \right) – \left(x^2 + bx \right)}{\sqrt{x^2 + ax} + \sqrt{x^2 + bx}} \\[8px] &= \lim_{x \to \infty}\frac{ax – bx}{\sqrt{x^2 + ax} + \sqrt{x^2 + bx}} \\[8px] \end{align*} \] Let’s now use our usual trick of dividing the numerator and the denominator by the largest power in the denominator. That power is $x$: while there is an $x^2$ present, it is under a square root $\left(\sqrt{x^2 + …} \right)$, and so its effective power is $x^1$. Since we’re looking at $x \to \infty$ we’re interested only in positive values of $x$, and so we have $x = \sqrt{x^2}.$ \[ \begin{align*} \phantom{x^2 + ax} &= \lim_{x \to \infty}\frac{\dfrac{ax – bx}{x}}{\dfrac{\sqrt{x^2 + ax} + \sqrt{x^2 + bx}}{\sqrt{x^2}}} \\[8px] &= \lim_{x \to \infty}\frac{a – b}{\sqrt{\dfrac{x^2 + ax}{x^2}} + \sqrt{\dfrac{x^2 + bx}{x^2}}} \\[8px] &= \lim_{x \to \infty}\frac{a-b}{\sqrt{1 + \frac{a}{x}} + \sqrt{1 + \frac{b}{x}}} \\[8px] &= \frac{a-b}{1 + 1} \\[8px] &= \frac{a-b}{2} \quad \cmark \end{align*} \] Notice in the second-to-last step we used the fact that $\displaystyle{\lim_{x \to \infty}\frac{1}{x} = 0}.$
[hide solution]
Practice Problem #6
Find $\displaystyle{\lim_{x \to \, -\infty}\left(x + \sqrt{x^2 + ax} \right) }$, where $a$ is a constant.
Show/Hide Solution
As $x \to \, -\infty$, the $x$-term becomes larger and larger in the negative direction, while the square-root term becomes larger and larger in the positive direciton. We thus don’t immediately know what the difference between the two terms is. $(“-\infty + \infty”$ could be anything — it is an “indeterminate expression,” meaning we have more work to do.) To proceed, we’ll use the same approach we used earlier when evaluating limits that had square roots in them: we’ll rationalize the expression by multiplying by its conjugate $x – \sqrt{x^2 + ax}$ divided by itself: \[ \begin{align*} \lim_{x \to \, -\infty}\left(x + \sqrt{x^2 + ax} \right) &= \lim_{x \to \, -\infty}\left(\frac{x + \sqrt{x^2 + ax}}{1} \right) \cdot \frac{x – \sqrt{x^2 + ax}}{x – \sqrt{x^2 + ax}} \\[8px] &= \lim_{x \to\, -\infty} \frac{x^2 – x \sqrt{x^2 + ax} + x \sqrt{x^2 + ax} – \left(\sqrt{x^2 + ax} \right)^2}{x – \sqrt{x^2 + ax}}\\[8px] &= \lim_{x \to \,-\infty} \frac{x^2 -\left(x^2 + ax \right)^2}{x – \sqrt{x^2 + ax}} \\[8px] &= \lim_{x \to\, -\infty} \frac{-ax}{x – \sqrt{x^2 + ax}} \end{align*} \] Let’s now use our usual trick of dividing the numerator and the denominator by the largest power in the denominator. That power is $x:$ while there is an $x^2$ present, it is under a square root $\left(\sqrt{x^2 + …} \right)$, and so its effective power is $x^1$. Since we’re looking at $x \to\, -\infty$ we’re interested only in negative values of $x$, and so we have $x = -\sqrt{x^2}$. \[ \begin{align*} \phantom{x + \sqrt{x^2 + ax} } &= \lim_{x \to \, -\infty} \frac{\dfrac{-ax}{x}}{\dfrac{x – \sqrt{x^2 + ax}}{x}}\\[8px] &= \lim_{x \to \, -\infty} \frac{-a}{\dfrac{x}{x} – \dfrac{\sqrt{x^2 + ax}}{-\sqrt{x^2}}}\\[8px] &= \lim_{x \to\, -\infty}\frac{-a}{1 + \sqrt{1 + \frac{a}{x}}} \\[8px] &= \frac{-a}{1 + \sqrt{1}} \\[8px] &= \frac{-a}{2} \quad \cmark \end{align*} \] Note that in the second to last line, we used the fact that $\displaystyle{\lim_{x \to\, -\infty} \frac{a}{x} = 0 }.$
[hide solution]

The Upshot

This is a screen about the technique for how to find the limit in a very particular case, when you’re computing the limit at infinity of a function with a square root. Repeating the key new problem-solving steps from above:

  1. As a first step, divide both the numerator and the denominator by x-to-the-largest-power that is in the denominator.
  2. You already know $x = \pm \sqrt{x^2}.$ You must now remember to choose which sign is appropriate in the given situation:
    \begin{align*}
    \text{For }x \to \infty: \quad x &= \sqrt{x^2} \\[8px] \text{For }x \to -\infty: \quad x &= -\sqrt{x^2}
    \end{align*}
    In particular, this means that in the case of $x \to -\infty,$ you must insert the negative sign “by hand.”


These problems can be tricky! If you need help, please pop over to the Forum and ask. (The easy-to-use math editor there will even make it simple to recreate your question with nice equation rendering for us all to see and be able to understand what can be complicated-looking functions.)
[What’s below repeats from the preceding screen, in case you had to delay finishing this Section until after including this screen.]
This concludes our exploration of limits at $\pm \infty.$ You now have many tools to reason about a function’s behavior as $x \to -\infty$ and $x \to \infty!$

In the next section, we’ll take up the important concept of “continuity” and “continuous functions,” along with the related “Intermediate Value Theorem.” We’ll see you there. 🙂


Buy us a coffee We're working to add more,
and would appreciate your help
to keep going! 😊

We'd appreciate your feedback! 😊
How helpful?

What are your thoughts or questions?

Subscribe
I'd like to be
0 Comments
Inline Feedbacks
View all comments