Let’s now examine the limit as x goes to positive or negative infinity of rational functions, which are formed by dividing one polynomial by another polynomial. We’ll make direct use of the ideas of dominance that we developed on the preceding screen.
Indeed, building off of that earlier work, the reasoning here is straightforward. Let’s consider a general rational function of the form $\dfrac{\left( Ax^N + \text{ (smaller terms)}\right)}{\left( Bx^M + \text{ (smaller terms)}\right)}.$
Quick, informal reasoning: Identify the term in the numerator with the highest power, and the term in the denominator with the highest power. You can then ignore all of the smaller terms just as we did for the polynomials earlier.
\[ \lim_{x \to \infty} \frac{\left( Ax^N + \text{ (smaller terms)}\right)}{\left( Bx^M + \text{ (smaller terms)}\right)}
= \lim_{x \to \infty}\frac{A x^N}{B x^M} \quad \text{and}\quad \lim_{x \to -\infty} \frac{\left( Ax^N + \text{ (smaller
terms)}\right)}{\left( Bx^M + \text{ (smaller terms)}\right)} =
\lim_{x \to -\infty}\frac{A x^N}{B x^M} \]
Then compare the power in the numerator to the power in the denominator. There are three
possibilities, each with its own result: (1) the highest power in the numerator is the same as that in the denominator $(N=M);$ (2) the highest power in the denominator is greater than that in the numerator $(M \gt N);$) (3) the highest power in the numerator is greater that in the denominator $(N \gt M).$
We’ll examine an example of each below to determine the various results.
Formal development of the limit: If you need to develop the limit more formally, divide every term in the function by the largest power in the denominator and then proceed to find the limit.
Let’s consider an example of each possibility at both $\infty$ and $-\infty$ to determine the various results.
Let’s look first at what happens when the largest powers in the numerator and denominator are equal, and as $x \to +\infty.$
Find $\displaystyle{\lim_{x \to \infty} \frac{2x^4 + 5x^2 + 18x – 9}{5x^4 + 47x^2 + 138}}.$
Quick, informal reasoning.
Notice that the largest power in the numerator and the denominator are the same, $x^{4}:$
\[\lim_{x \to \infty}\frac{\bbox[5px,border:2px solid green]{2x^4} + 5x^2 + 18x – 9}{\bbox[5px,border:2px solid green]{5x^4} + 47x^2 + 138}= \lim_{x \to \infty}\frac{2x^4}{5x^4} = \frac{2}{5} \; \cmark\]
Hence we can make the function’s output values as close to $\dfrac{2}{5}$ as we’d like by making x sufficiently large, as you can see using the interactive calculator below.
If you’d like, you can use the checkbox beneath the graph to show the horizontal line $y=\dfrac{2}{5}$ to aid your visualization.
You can also use the buttons above to look at only the function’s numerator’s dominating behavior
\[\bbox[5px,border:2px solid green]{2x^4} + 5x^2 + 18x – 9 \, \xrightarrow{\text{as $x$ grows large}} \, 2x^4 \]
and the denominator’s dominating behavior
\[\bbox[5px,border:2px solid green]{5x^4} + 47x^2 + 138 \, \xrightarrow{\text{as $x$ grows large}} \, 5x^4 \] Formal development of the limit.
We proceed by dividing every term in the numerator and in the denominator by the largest term in the denominator, which here is $x^4:$
\begin{align*}
\lim_{x \to \infty} \frac{2x^4 + 5x^2 + 18x – 9}{5x^4 + 47x^2 + 138} &= \lim_{x \to \infty} \frac{2x^4 + 5x^2 + 18x – 9}{5x^4 + 47x^2 + 138} \cdot \frac{\left(\dfrac{1}{x^4} \right)}{\left(\dfrac{1}{x^4} \right)} \\[8px]
&= \lim_{x \to \infty} \dfrac{\dfrac{2x^4}{x^4} + \dfrac{5x^2}{x^4} + \dfrac{18x}{x^4} – \dfrac{9}{x^4}}{\dfrac{5x^4}{x^4} + \dfrac{47x^2}{x^4} + \dfrac{138}{x^4}} \\[8px]
&= \lim_{x \to \infty}\frac{2 + \dfrac{5}{x^2} + \dfrac{18}{x^3} – \dfrac{9}{x^4}}{5 + \dfrac{47}{x^2} + \dfrac{138}{x^4}} \\[8px]
&= \frac{\displaystyle{\lim_{x \to \infty}2} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{5}{x^2}}} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{18}{x^3}}} – \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{9}{x^4}}}}{\displaystyle{\lim_{x \to \infty}5} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{47}{x^2}}} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{138}{x^4}}}} \\[8px]
&= \frac{2}{5} \quad \cmark
\end{align*}
Let’s next consider a different rational function with equal largest-powers in the numerator and denominator, now as $x \to -\infty.$
Find $\displaystyle{\lim_{x \to -\infty} \frac{-x^2 -3x – 6}{2x^2 +8}}.$
Quick, informal reasoning.
Notice that the largest powers in the numerator and denominator are equal, $x^2:$
\[\lim_{x \to -\infty}\frac{\bbox[5px,border:2px solid green]{-x^2} -3x – 6}{\bbox[5px,border:2px solid
green]{2x^2} + 8}= \lim_{x \to -\infty}\frac{-x^2}{2x^2} = -\frac{1}{2} \; \cmark\]
Hence we can make the function’s output values as close to $-\dfrac{1}{2}$ as we’d like by making x sufficiently large and negative, as you can see using the interactive calculator below.
If you’d like, you can use the checkbox beneath the graph to show the horizontal line $y=-\dfrac{1}{2}$ to aid your visualization.
Formal development of the limit
We again divide every term in the function by the largest power in the denominator, $x^2:$
\begin{align*}
\lim_{x \to -\infty} \frac{-x^2 -3x – 6}{2x^2 +8} &= \lim_{x \to -\infty} \frac{-\dfrac{x^2}{x^2} -\dfrac{3x}{x^2} – \dfrac{6}{x^2}}{\dfrac{2x^2}{x^2} + \dfrac{8}{x^2}} \\[8px]
&= \lim_{x \to -\infty} \frac{-1 -\dfrac{3}{x} – \dfrac{6}{x^2}}{2 + \dfrac{8}{x^2}} \\[8px]
&= \frac{\displaystyle{\lim_{x \to -\infty}(-1)} – \cancelto{0}{ \displaystyle{\lim_{x \to -\infty} \dfrac{3}{x}}} – \cancelto{0}{ \displaystyle{ \lim_{x \to -\infty}\dfrac{6}{x^2}}}}{\displaystyle{\lim_{x \to -\infty}2} + \cancelto{0}{ \displaystyle{ \lim_{x \to -\infty} \dfrac{8}{x^2}}}} \\[8px]
&= \frac{-1}{2} \quad \cmark
\end{align*}
Summary of Case 1, and Horizontal Asymptotes
The explorations above show that when the largest powers in the numerator and denominator are equal, then as $x \to \infty$
\[ \lim_{x \to \infty} \frac{\left( Ax^N + \text{ (smaller terms)}\right)}{\left( Bx^N + \text{ (smaller terms)}\right)}= \lim_{x \to \infty}\frac{A x^N}{B x^N} = \frac{A}{B} \]
That is, the limit is the ratio of the coefficients of those largest-power terms.
Similarly, as $x \to -\infty$
\[\lim_{x \to -\infty} \frac{\left( Ax^N + \text{ (smaller terms)}\right)}{\left( Bx^N + \text{
(smaller terms)}\right)} = \lim_{x \to -\infty}\frac{A x^N}{B x^N } = \frac{A}{B} \]
And now as $x\ \to -\infty$ the function again resembles the horizontal line $y = \frac{A}{B},$ and so there is a horizontal asymptote in the negative direction as well.
We’ll provide some practice problems below that ask you to determine the horizontal asymptote for a function, which means finding the limit as $x \to \infty$ and $x \to -\infty$ as we did above.
For now, let’s move on to Case 2.
Find $\displaystyle{\lim_{x \to \infty} \frac{x^3 -3x^2 +6x}{2x^6 + x^2 + 9}}$ and $\displaystyle{\lim_{x \to -\infty} \frac{x^3 -3x^2 +6x}{2x^6 + x^2 + 9}}$
Quick, informal reasoning.
We’ll proceed more quickly, and do both limits at once since the conclusion is straightforward:
\[\lim_{x \to \infty}\frac{\bbox[5px,border:2px solid green]{x^3} -3x^2 +6x}{\bbox[5px,border:2px solid
green]{2x^6} + x^2 + 9}= \lim_{x \to \infty}\frac{x^3}{2x^6} = \lim_{x \to \infty}\frac{1}{2x^3} = 0 \; \cmark\]
And as $x \to -\infty:$
\[\lim_{x \to -\infty}\frac{\bbox[5px,border:2px solid green]{x^3} -3x^2 +6x}{\bbox[5px,border:2px solid
green]{2x^6} + x^2 + 9}= \lim_{x \to -\infty}\frac{x^3}{2x^6} = \lim_{x \to -\infty}\frac{1}{2x^3} = 0 \; \cmark\]
You can view the function’s behavior visually in the interactive calculator below.
Formal development of the limit
As before, we begin by dividing every term in the function by the largest term in the denominator, $x^{6}:$
\begin{align*}
\lim_{x \to \infty} \frac{x^3 -3x^2 +6x}{2x^6 + x^2 + 9} &= \lim_{x \to \infty} \frac{\dfrac{x^3}{x^6} – \dfrac{3x^2}{x^6} + \dfrac{6x}{x^6}}{\dfrac{2x^6}{x^6} + \dfrac{x^2}{x^6} + \dfrac{9}{x^6}} \\[8px]
&= \lim_{x \to \infty} \frac{\dfrac{1}{x^3} – \dfrac{3}{x^4} + \dfrac{6}{x^5}}{2 +
\dfrac{1}{x^4} + \dfrac{9}{x^6}} \\[8px]
&= \frac{\cancelto{0}{ \displaystyle{\lim_{x \to \infty}\dfrac{1}{x^3}}} – \cancelto{0}{ \displaystyle{\lim_{x \to \infty}\dfrac{3}{x^4}}} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{6}{x^5}}}}{ \displaystyle{\lim_{x \to \infty}2} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{1}{x^4}}} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{9}{x^6}}}} \\[8px]
&= \dfrac{0}{2} = 0 \quad \cmark
\end{align*}
Development of the limit as $x \to -\infty$ is exactly the same except for replacing $-\infty$ for $\infty$ in the limit, so we won’t both writing it out. (It’d be a good exercise for you to do, though, for practice!)
Summary for Case 2: If the largest power in the denominator of a rational function is larger than any power in the numerator, then the limit at $\pm \infty$ is zero. The reason is simple: the denominator is growing faster than the numerator, and so dominates, or “wins,” the overall behavior of the fraction, forcing the function to zero as x grows large in either direction.
The result here won’t be surprising, but let’s take a look at an example function anyway for completeness.
Find $\displaystyle{\lim_{x \to \infty}\dfrac{x^5 + 3x^2 +2x}{3x^4 + 8}}$ and $\displaystyle{\lim_{x \to -\infty}\dfrac{x^5 + 3x^2 +2x}{3x^4 + 8}}$
Quick, informal reasoning
\[\lim_{x \to \infty}\frac{\bbox[5px,border:2px solid green]{x^5} + 3x^2 +2x}{\bbox[5px,border:2px solid
green]{3x^4} + 8}= \lim_{x \to \infty}\frac{x^5}{3x^4} = \lim_{x \to \infty}\frac{1}{3}x = \infty \; \cmark\]
and as $x \to -\infty$:
\[\lim_{x \to -\infty}\frac{\bbox[5px,border:2px solid green]{x^5} + 3x^2 +2x}{\bbox[5px,border:2px solid
green]{3x^4} + 8}= \lim_{x \to -\infty}\frac{x^5}{3x^4} = \lim_{x \to -\infty}\frac{1}{3}x = -\infty \; \cmark\]
Notice that in both cases the limit produces
\[\lim_{x \to \pm\infty}\dfrac{x^5 + 3x^2 +2x}{3x^4 + 8} = \lim_{x \to \pm\infty}\dfrac{x}{3}\]
Hence as $x \to \pm \infty$ the function resembles the line $y = \dfrac{x}{3},$ as you can see using the “Show/Hide the line” button immediately beneath the graph. This line is known as a tilted asymptote.
Formal development of the limit
We yet again every term in the numerator and denominator by the largest power in the denominator, $x^{4}:$
\begin{align*}
\lim_{x \to \infty}\frac{x^5 + 3x^2 +2x}{3x^4 + 8} &= \lim_{x \to \infty}\frac{\dfrac{x^5}{x^4} + \dfrac{3x^2}{x^4} +\dfrac{2x}{x^4}}{\dfrac{3x^4}{x^4} + \dfrac{8}{x^4}} \\[8px]
&= \lim_{x \to \infty}\frac{x + \dfrac{3}{x^2} +\dfrac{2}{x^3}}{3 + \dfrac{8}{x^4}} \\[8px]
&= \frac{\displaystyle{\lim_{x \to \infty}}x + \cancelto{0}{ \displaystyle{\lim_{x \to \infty}\dfrac{3}{x^2}}} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{2}{x^3}}}}{\displaystyle{\lim_{x \to \infty}3} + \cancelto{0}{\displaystyle{\lim_{x \to \infty}\dfrac{8}{x^4}}}} \\[8px]
&= \dfrac{1}{3} \lim_{x \to \infty}x = \infty \quad \cmark
\end{align*}
If you’d like, you can repeat the development for yourself to show that the limit as $x \to -\infty$ is $-\infty.$
Summary for Case 3: If the largest power in the numerator is greater than any power in the denominator, then the limit as $x \to \infty$ and the limit as $x \to -\infty$ does not exist, and is either $\infty$ or $-\infty.$
You can practice this simple move in the problems below, along with writing out the formal reasoning if your course requires that.
[That all said, you’ll find a graphic that summarizes all of the results of this and the preceding screen in “The Upshot” at the bottom of this screen.]What questions or comments do you have? Are you perhaps working on a homework problem that you’re having trouble solving? Please let us know over on the Forum.
And on the next screen, we’ll examine exponential and logarithmic functions and see how their dominance compares to that of polynomials. Once you have that understanding, you’ll have essentially all of the tools you need to work with any limits you encounter in this first part of the course!
☕ Buy us a coffee We're working to add more,
and would appreciate your help
to keep going! 😊
What are your thoughts or questions?