Navigation

Limits

2.1.2 Limits at infinity

28 problems · hints, answers and solutions shown beside each one

Stage 1 · Conceptual

Q1Stage 1

Give a polynomial f(x)f(x) with the property that both limxf(x)\displaystyle\lim_{x \rightarrow\infty} f(x) and limxf(x)\displaystyle\lim_{x \rightarrow -\infty} f(x) are (finite) real numbers.

Hint

It might not look like a traditional polynomial.

Answer

There are many answers: any constant polynomial has this property. One answer is f(x)=1f(x)=1.

Full solution

Any polynomial of degree one or higher will go to \infty or -\infty as xx goes to \infty. So, we need a polynomial of degree 0–that is, f(x)f(x) is a constant. One possible answer is f(x)=1f(x)=1.

Q2Stage 1

Give a polynomial f(x)f(x) that satisfies limxf(x)limxf(x)\displaystyle\lim_{x \rightarrow\infty} f(x) \neq \displaystyle\lim_{x \rightarrow -\infty} f(x).

Hint

The degree of the polynomial matters.

Answer

There are many answers: any odd-degree polynomial has this property. One answer is f(x)=xf(x)=x.

Full solution

This will be the case for any polynomial of odd degree. For instance, f(x)=xf(x)=x.

Many answers are possible: also f(x)=x1532x2+9f(x)=x^{15}-32x^2+9 satisfies limxf(x)=\displaystyle\lim_{x \rightarrow \infty} f(x) = \infty and limxf(x)=\displaystyle\lim_{x \rightarrow -\infty} f(x)= -\infty.

Stage 2 · Procedural

Q3Stage 2

Evaluate limx2x\displaystyle\lim_{x \rightarrow \infty} 2^{-x}

Hint

What does a negative exponent do?

Answer

0

Full solution

$\displaystyle\lim_{x \rightarrow \infty} 2^{-x}= \displaystyle\lim_{x \rightarrow \infty} \frac{1}{2^x}=0$

Q4Stage 2

Evaluate limx2x\displaystyle\lim_{x \rightarrow \infty} 2^x

Hint

You can think about the behaviour of this function by remembering how you first learned to describe exponentiation.

Answer

\infty

Full solution

As xx gets larger and larger, 2x2^x grows without bound. (For integer values of xx, you can imagine multiplying 22 by itself more and more times.) So, limx2x=\displaystyle\lim_{x \rightarrow \infty}2^x=\infty.

Q5Stage 2

Evaluate limx2x\displaystyle\lim_{x \rightarrow -\infty} 2^x

Hint

The exponent will be a negative number.

Answer

00

Full solution

Write X=xX=-x. As xx becomes more and more negative, XX becomes more and more positive. From Question 4, we know that 2X2^X grows without bound as XX gets larger and larger. Since 2x=2(x)=2X=12X2^x= 2^{-(-x)}= 2^{-X} =\frac{1}{2^X}, as we let xx become a huge negative number, we are in effect dividing by a huge positive number; hence limx2x=0\lim\limits_{x\rightarrow-\infty} 2^x = 0.

A more formulaic way to describe the above is this: $\lim\limits_{x\rightarrow-\infty} 2^x = \lim\limits_{X\rightarrow\infty} 2^{-X} = \lim\limits_{X\rightarrow\infty} \frac{1}{2^X} =0$.

Q6Stage 2

Evaluate limxcosx\displaystyle\lim_{x \rightarrow -\infty} \cos x

Hint

What single number is the function approaching?

Answer

DNE

Full solution

There is no single number that cosx\cos x approaches as xx becomes more and more strongly negative: as xx grows in the negative direction, the function oscillates between 1-1 and +1+1, never settling close to one particular number. So, this limit does not exist.

Q7Stage 2

Evaluate limxx3x5+100x2\displaystyle\lim_{x \rightarrow\infty}x-3x^5+100x^2.

Hint

The highest-order term dominates when xx is large.

Answer

-\infty

Full solution

The highest-order term in this polynomial is 3x5-3x^5, so this dominates the function's behaviour as xx goes to infinity. Therefore, the limit is -\infty.

Another way to see this:

limx(x3x5+100x2)=limx3x5(113x41003x3)=limx3x5=\begin{align*}\lim\limits_{x\rightarrow\infty} \big(x - 3x^5 +100 x^2\big) &=\lim\limits_{x\rightarrow\infty} - 3x^5\left(1 -\frac{1}{3x^4} -\frac{100}{3 x^3}\right) \\ & =\lim\limits_{x\rightarrow\infty} - 3x^5 =-\infty\end{align*}

because

limx(113x41003x3)=100=1.\begin{align*}\lim\limits_{x\rightarrow\infty} \left(1 -\frac{1}{3x^4} -\frac{100}{3 x^3}\right) &=1-0-0=1.\end{align*}
Q8Stage 2

Evaluate limx3x8+7x4+10x42x2+1\displaystyle\lim_{x \rightarrow\infty} \dfrac{\sqrt{3x^8+7x^4}+10}{x^4-2x^2+1}.

Hint

Factor the highest power of xx out of both the numerator and the denominator. You can factor through square roots (carefully).

Answer

3\sqrt{3}

Full solution

Solution 1
For large values of xx, recall that higher powers dominate. So:

3x8+7x4+10x42x2+13x8+10x4=3x4+10x43x4x4=3.\dfrac{\sqrt{\textcolor{red}{3x^8+7x^4}}+10}{\textcolor{blue}{x^4-2x^2+1}} \approx \frac{\sqrt{\textcolor{red}{3x^8}}+10}{\textcolor{blue}{x^4}}=\frac{\sqrt3 x^4+10}{x^4}\approx \frac{\sqrt3 x^4}{x^4}=\sqrt3.

Therefore, limx3x8+7x4+10x42x2+1=3\lim\limits_{x \rightarrow\infty} \dfrac{\sqrt{3x^8+7x^4}+10}{x^4-2x^2+1}=\sqrt3.

Solution 2
Our other standard trick is to factor out the highest power of xx in the denominator: x4x^4. We just have to be a little careful with the square root. Since we are taking the limit as xx goes to positive infinity, we have positive xx-values, so x2=x\sqrt{x^2}=x and x8=x4\sqrt{x^8}=x^4.

limx3x8+7x4+10x42x2+1=limxx8(3+7x4)+10x4(12x2+1x4)=limxx83+7x4+10x4(12x2+1x4)=limxx43+7x4+10x4(12x2+1x4)=limxx4(3+7x4+10x4)x4(12x2+1x4)=limx3+7x4+10x412x2+1x4=3+0+010+0=3\begin{align*} \displaystyle\lim_{x \rightarrow\infty} \dfrac{\sqrt{3x^8+7x^4}+10}{x^4-2x^2+1}&= \displaystyle\lim_{x \rightarrow\infty} \dfrac{\sqrt{x^8(3+\frac{7}{x^4})}+10}{x^4(1-\frac{2}{x^2}+\frac{1}{x^4})} \\&= \displaystyle\lim_{x \rightarrow\infty} \dfrac{\sqrt{x^8}\sqrt{3+\frac{7}{x^4}}+10}{x^4(1-\frac{2}{x^2}+\frac{1}{x^4})}\\&= \displaystyle\lim_{x \rightarrow\infty} \dfrac{x^4\sqrt{3+\frac{7}{x^4}}+10}{x^4(1-\frac{2}{x^2}+\frac{1}{x^4})}\\&= \displaystyle\lim_{x \rightarrow\infty} \dfrac{x^4\left(\sqrt{3+\frac{7}{x^4}}+\frac{10}{x^4}\right)}{x^4(1-\frac{2}{x^2}+\frac{1}{x^4})}\\&= \displaystyle\lim_{x \rightarrow\infty} \dfrac{\sqrt{3+\frac{7}{x^4}}+\frac{10}{x^4}}{1-\frac{2}{x^2}+\frac{1}{x^4}}\\ &=\frac{\sqrt{3+0}+0}{1-0+0}=\sqrt{3} \end{align*}
Q9Stage 2Past exam · 2012H

$\lim\limits_{x\rightarrow \infty} \left[\sqrt{x^2+5x}-\sqrt{x^2-x}\right]$

Hint

Multiply and divide by the conjugate, x2+5x+x2x\sqrt{x^2+5x}+\sqrt{x^2-x}.

Answer

3

Full solution

First, a note about asyptotics. It's tempting (but wrong!) to write the following:

(wrong)x2+5xx2xx2x2=0.\text{(wrong)}\quad \sqrt{x^2+5x}-\sqrt{x^2-x}\approx \sqrt{x^2}-\sqrt{x^2}=0.

Recall Example 1.1.5 in the text for a concrete example: subtracting two expressions that are asymptotically the same doesn't necessarily give you an expression tending to 0.

More generally, here's the source of a common mistake. By Theorem 2.1.15, if limxaf(x)=F\lim\limits_{x \to a} f(x)=F and limxag(x)=G\lim\limits_{x \to a}g(x)=G, and FF and GG are both real numbers, then you can conclude that limxa[f(x)g(x)]=FG\lim\limits_{x \to a}[f(x)-g(x)]=F-G. However, if FF and GG are not real numbers (for example, if they're both infinite), the theorem does not apply.

Now that we know how not to solve this question, let's actually solve it!

We have two terms, each getting extremely large. It's unclear at first what happens when we subtract them. To get this equation into another form, we multiply and divide by the conjugate, x2+5x+x2x\sqrt{x^2+5x}+\sqrt{x^2-x}.

limx[x2+5xx2x]=limx[(x2+5xx2x)(x2+5x+x2x)x2+5x+x2x]=limx(x2+5x)(x2x)x2+5x+x2x=limx6xx2+5x+x2x\begin{align*}\lim_{x\rightarrow \infty}\left[\sqrt{x^2+5x}-\sqrt{x^2-x}\right] &=\lim_{x\rightarrow \infty}\left[\dfrac{(\sqrt{x^2+5x}-\sqrt{x^2-x})(\sqrt{x^2+5x}+\sqrt{x^2-x})}{\sqrt{x^2+5x}+\sqrt{x^2-x}}\right]\\ &= \lim_{x\rightarrow \infty}\dfrac{(x^2+5x)-(x^2-x)} {\sqrt{x^2+5x}+\sqrt{x^2-x}}\\ & = \lim_{x\rightarrow \infty}\dfrac{6x}{\sqrt{x^2+5x}+\sqrt{x^2-x}}\end{align*}

Now we divide the numerator and denominator by xx. In the case of the denominator, since x>0x>0, x=x2x=\sqrt{x^2}.

=limx6(x)x21+5x+x211x=limx6(x)(x)1+5x+(x)11x=limx61+5x+11x=61+0+10=3\begin{align*}&= \lim_{x\rightarrow \infty}\dfrac{6(x)}{\sqrt{x^2}\sqrt{1+\frac{5}{x}}+\sqrt{x^2}\sqrt{1-\frac{1}{x}}} \\&= \lim_{x\rightarrow \infty}\dfrac{6(x)}{(x)\sqrt{1+\frac{5}{x}}+(x)\sqrt{1-\frac{1}{x}}} \\& = \lim_{x\rightarrow \infty}\dfrac{6}{\sqrt{1+\frac{5}{x}}+\sqrt{1-\frac{1}{x}}}\\ &=\frac{6}{\sqrt{1+0}+\sqrt{1-0}}= 3\end{align*}
Q10Stage 2Past exam · 2015Q

Evaluate limx3x4x2+x2x\displaystyle \lim_{x\to -\infty} \frac{3x}{\sqrt{4x^2+x}-2x}.

Hint

Divide both the numerator and the denominator by the highest power of xx that is in the denominator.
Remember that  \sqrt{\ } is defined to be the positive square root. Consequently, if x<0x<0, then x2\sqrt{x^2}, which is positive, is not the same as xx, which is negative.

Answer

34-\frac{3}{4}

Full solution

Note that for large negative xx, the first term in the denominator 4x2+x4x2=2x=2x\sqrt{4x^2+x}\approx\sqrt{4x^2}=|2x|=-2x not +2x+2x. A good way to avoid incorrectly computing x2\sqrt{x^2} when xx is negative is to define y=xy=-x and express everything in terms of yy. That's what we'll do.

limx3x4x2+x2x=limy+3y4y2y+2y=limy+3yy41y+2y=limy+341y+2=340+2since 1/y0 as y+=34\begin{align*} \lim_{x\to -\infty} \frac{3x}{\sqrt{4x^2+x}-2x} &=\lim_{y\to +\infty} \frac{-3y}{\sqrt{4y^2-y}+2y} \\ &=\lim_{y\to +\infty} \frac{-3y}{y\sqrt{4-\frac{1}{y}}+2y} \\ &=\lim_{y\to +\infty} \frac{-3}{\sqrt{4-\frac{1}{y}}+2} \\ &=\frac{-3}{\sqrt{4-0}+2} \quad\text{since }1/y\to 0\text{ as }y\to +\infty \\ &= -\frac{3}{4} \end{align*}
Q11Stage 2Past exam · 2007H

Evaluate limx1xx22x27\lim\limits_{x\rightarrow -\infty}\dfrac{1-x-x^2}{2x^2-7}.

Hint

Factor out the highest power of the denominator.

Answer

12-\dfrac{1}{2}

Full solution

Solution 1
For xx far from 0, the numerator is dominated by x2-x^2 and the denominator by 2x22x^2, so

limx1xx22x27=limxx22x2=limx12=12.\lim_{x \to -\infty}\frac{1-x-x^2}{2x^2-7} = \lim_{x \to -\infty}\frac{-x^2}{2x^2}=\lim_{x \to -\infty}\frac{-1}{2}=-\frac12.

Solution 2
The highest power of xx in the denominator is x2x^2, so we divide the numerator and denominator by x2x^2:

limx1xx22x27=limx1/x21/x127/x2=00120=12\begin{align*} \lim\limits_{x\rightarrow -\infty}\frac{1-x-x^2}{2x^2-7}&= \lim\limits_{x\rightarrow -\infty}\frac{1/x^2-1/x-1}{2-7/x^2}\\ &=\frac{0-0-1}{2-0}=-\frac{1}{2} \end{align*}
Q12Stage 2Past exam · 1999H

Evaluate limx(x2+xx)\lim\limits_{x\rightarrow\infty}\big(\sqrt{x^2+x}-x\big)

Hint

The conjugate of (x2+xx)(\sqrt{x^2+x}-x) is (x2+x+x)(\sqrt{x^2+x}+x).
Multiply by $1=\dfrac{\sqrt{x^2+x}+x} {\sqrt{x^2+x}+x}$ to coax your function into a fraction.

Answer

12\frac{1}{2}

Full solution
limx(x2+xx)=limx(x2+xx)(x2+x+x)x2+x+x=limx(x2+x)x2x2+x+x=limxxx2+x+x=limx11+1x+1=12\begin{align*} \lim_{x\rightarrow\infty}\big(\sqrt{x^2+x}-x\big) &=\lim_{x\rightarrow\infty} \frac{\big(\sqrt{x^2+x}-x\big)\big(\sqrt{x^2+x}+x\big)} {\sqrt{x^2+x}+x} =\lim_{x \to \infty}\frac{(x^2+x)-x^2}{\sqrt{x^2+x}+x}\\ &=\lim_{x\rightarrow\infty} \frac{x}{\sqrt{x^2+x}+x} =\lim_{x\rightarrow\infty} \frac{1}{\sqrt{1+\frac{1}{x}}+1} =\frac{1}{2} \end{align*}

Remark: see Example 1.1.5 in the text for a concrete example of why subtracting two expressions that are asymptotically the same doesn't necessarily give you an expression tending to 0.

Q13Stage 2Past exam · 2015Q

Evaluate limx+5x23x+13x2+x+7.\displaystyle \lim_{x\to +\infty} \frac{5x^2-3x+1}{3x^2 +x+7}.

Hint

Divide both the numerator and the denominator by the highest power of xx that is in the denominator.

Answer

53\frac{5}{3}

Full solution

Solution 1
For large xx, the numerator behaves asymptotically like 5x25x^2, and the denominator like 3x23x^2, so limx+5x23x+13x2+x+7=limx5x23x2=53.\displaystyle \lim_{x\to +\infty} \frac{5x^2-3x+1}{3x^2 +x+7}=\lim_{x \to \infty}\frac{5x^2}{3x^2}=\frac53.

Solution 2
We have, after dividing both numerator and denominator by x2x^2 (which is the highest power of the denominator) that

5x23x+13x2+x+7=53x+1x23+1x+7x2.\frac{5x^2-3x+1}{3x^2+x+7}=\frac{5-\frac{3}{x}+\frac{1}{x^2}}{3+\frac{1}{x}+\frac{7}{x^2}}.

Since 1/x01/x\to 0 and also 1/x201/x^2\to 0 as x+x\to +\infty, we conclude that

limx+5x23x+13x2+x+7=53.\lim_{x\to +\infty} \frac{5x^2-3x+1}{3x^2 +x+7}=\frac{5}{3}.
Q14Stage 2Past exam · 2015Q

Evaluate limx+4x+23x+4\displaystyle \lim_{x\to +\infty} \frac{ \sqrt{4\,x + 2}}{3\,x+4}.

Hint

Divide both the numerator and the denominator by the highest power of xx that is in the denominator.

Answer

0

Full solution

Solution 1
For large values of xx:

4x+23x+44x3x=2x3x=23x\frac{ \sqrt{\textcolor{red}{4\,x + 2}}}{\textcolor{blue}{3\,x+4}}\approx \frac{\sqrt{\textcolor{red}{4x}}}{\textcolor{blue}{3x}}=\frac{2\sqrt x}{3x}=\frac{2}{3\sqrt x}

so the limit is 0.

Solution 2
We have, after dividing both numerator and denominator by xx (which is the highest power of the denominator) that

4x+23x+4=4x+2x23+4x.\frac{ \sqrt{4\,x + 2}}{3x+4}=\frac{\sqrt{\frac 4 x + \frac 2 {x^2}}}{3 + \frac 4 x}.

Since 1/x01/x\to 0 and also 1/x201/x^2\to 0 as x+x\to +\infty, we conclude that

limx+4x+23x+4=03=0.\lim_{x\to +\infty} \frac{ \sqrt{4\,x + 2}} {3\,x+4}=\frac {0}{3} = 0.
Q15Stage 2Past exam · 2015Q

Evaluate limx+4x3+x7x3+x22\displaystyle \lim_{x\to +\infty} \frac{4x^3+x}{7x^3 + x^2 - 2}.

Hint

Divide both the numerator and the denominator by the highest power of xx that is in the denominator.

Answer

47\frac{4}{7}

Full solution

Solution 1
For large xx, the numerator is dominated by 4x34x^3, and the denominator by 7x37x^3. So:

limx+4x3+x7x3+x22=limx4x37x3=47.\displaystyle \lim_{x\to +\infty} \frac{4x^3+x}{7x^3 + x^2 - 2} = \lim_{x \to \infty}\frac{4x^3}{7x^3}=\frac47.

Solution 2
The dominant terms in the numerator and denominator have order x3x^3. Taking out that common factor we get

4x3+x7x3+x22=4+1x27+1x2x3.\frac{4x^3+x}{7x^3 + x^2 - 2} = \frac{4 + \frac{1}{x^2}}{7 + \frac{1}{x} - \frac{2}{x^3}}.

Since 1/xa01/x^a\to 0 as x+x\to +\infty (for a>0a>0), we conclude that

limx+4x3+x7x3+x22=47.\lim_{x\to +\infty} \frac{4x^3+x}{7x^3 +x^2-2}=\frac{4}{7}.
Q16Stage 2

Evaluate limxx2+x3x4+54x+1\displaystyle\lim_{x \rightarrow -\infty}\dfrac{\sqrt[3]{x^2+x}-\sqrt[4]{x^4+5}}{x+1}

Hint

Divide both the numerator and the denominator by xx (which is the largest power of xx in the denominator). In the numerator, move the resulting factor of 1/x1/x inside the two roots. Be careful about the signs when you do so. Even and odd roots behave differently– see Question 10.

Answer

1

Full solution
  • Solution 1
    We want to factor out xx, the highest power in the denominator. Since our limit only sees negative values of xx, we must remember that x44=x=x\sqrt[4]{x^4}=|x|=-x, although x33=x\sqrt[3]{x^3}=x.

    limxx2+x3x4+54x+1=limxx3(1x+1x2)3x4(1+5x4)4x(1+1x)=limxx331x+1x23x441+5x44x(1+1x)=limxx1x+1x23(x)1+5x44x(1+1x)=limx1x+1x23+1+5x441+1x=0+03+1+041+0=1\begin{align*} \lim_{x \rightarrow -\infty}\dfrac{\sqrt[3]{x^2+x}-\sqrt[4]{x^4+5}}{x+1}&= \lim_{x \rightarrow -\infty}\dfrac{\sqrt[3]{x^3(\frac{1}{x}+\frac{1}{x^2})}-\sqrt[4]{x^4(1+\frac{5}{x^4})}}{x(1+\frac{1}{x})}\\&= \lim_{x \rightarrow -\infty}\dfrac{\sqrt[3]{x^3}\sqrt[3]{\frac{1}{x}+\frac{1}{x^2}}-\sqrt[4]{x^4}\sqrt[4]{1+\frac{5}{x^4}}}{x(1+\frac{1}{x})} \\&=\lim_{x \rightarrow -\infty}\dfrac{x\sqrt[3]{\frac{1}{x}+\frac{1}{x^2}}-(-x)\sqrt[4]{1+\frac{5}{x^4}}}{x(1+\frac{1}{x})} \\&=\lim_{x \rightarrow -\infty}\dfrac{\sqrt[3]{\frac{1}{x}+\frac{1}{x^2}}+\sqrt[4]{1+\frac{5}{x^4}}}{1+\frac{1}{x}}\\ &=\frac{\sqrt[3]{0+0}+\sqrt[4]{1+0}}{1+0}=1 \end{align*}
  • Solution 2
    Alternately, we can use the transformation limxf(x)=limxf(x)\displaystyle\lim_{x \rightarrow -\infty} f(x)=\displaystyle\lim_{x \rightarrow \infty} f(-x). Then we only look at positive values of xx, so roots behave nicely: x44=x=x\sqrt[4]{x^4}=|x|=x.

    limxx2+x3x4+54x+1=limx(x)2x3(x)4+54x+1=limxx2x3x4+54x+1=limxx331x1x23x441+5x44x(1+1x)=limxx1x1x23x1+5x44x(1+1x)=limx1x1x231+5x441+1x=0031+041+0=11=1\begin{align*} \lim_{x \rightarrow -\infty}\dfrac{\sqrt[3]{x^2+x}-\sqrt[4]{x^4+5}}{x+1}&= \lim_{x \rightarrow \infty}\dfrac{\sqrt[3]{(-x)^2-x}-\sqrt[4]{(-x)^4+5}}{-x+1}\\ &= \lim_{x \rightarrow \infty}\dfrac{\sqrt[3]{x^2-x}-\sqrt[4]{x^4+5}}{-x+1}\\ &= \lim_{x \rightarrow \infty}\dfrac{\sqrt[3]{x^3}\sqrt[3]{\frac{1}{x}-\frac{1}{x^2}}-\sqrt[4]{x^4}\sqrt[4]{1+\frac{5}{x^4}}}{x(-1+\frac{1}{x})}\\ &= \lim_{x \rightarrow \infty}\dfrac{x\sqrt[3]{\frac{1}{x}-\frac{1}{x^2}}-x\sqrt[4]{1+\frac{5}{x^4}}}{x(-1+\frac{1}{x})} \\ &= \lim_{x \rightarrow \infty}\dfrac{\sqrt[3]{\frac{1}{x}-\frac{1}{x^2}}-\sqrt[4]{1+\frac{5}{x^4}}}{-1+\frac{1}{x}}\\ &=\frac{\sqrt[3]{0-0}-\sqrt[4]{1+0}}{-1+0}=\frac{-1}{-1}=1 \end{align*}
Q17Stage 2Past exam · 2015Q

Evaluate limx+5x2+103x3+2x2+x.\displaystyle\lim_{x\rightarrow +\infty} \frac{5x^2+10}{3x^3 +2x^2+x}.

Hint

Use asymptotics, or divide both the numerator and the denominator by the highest power of xx that is in the denominator.

Answer

0

Full solution

Solution 1
For large values of xx, the numerator behaves asymptotically like 5x25x^2, while the denominator behaves like 3x33x^3. Larger exponents dominate when xx is large, so the denominator grows much, much faster than the numerator, so the limit is 0.

Solution 2
We have, after dividing both numerator and denominator by x3x^3 (which is the highest power of the denominator) that:

limx5x2+103x3+2x2+x=limx5x+10x33+2x+1x2=03=0.\lim_{x \to \infty} \frac{5x^2+10}{3x^3 +2x^2+x}=\lim_{x \to\infty}\frac{\frac{5}{x}+\frac{10}{x^3}}{3+\frac{2}{x}+\frac{1}{x^2}}=\frac{0}{3}=0.
Q18Stage 2

Evaluate limxx+1x2\displaystyle\lim_{x \rightarrow -\infty}\frac{x+1}{\sqrt{x^2}}.

Hint

Divide both the numerator and the denominator by the highest power of xx that is in the denominator. It is not always true that x2=x\sqrt{x^2}=x.

Answer

1-1

Full solution

Since we only consider negative values of xx, x2=x=x\sqrt{x^2}=|x|=-x.

limxx+1x2=limxx+1x=limxxx+1x=limx11x=1\begin{align*} \displaystyle\lim_{x \rightarrow -\infty}\frac{x+1}{\sqrt{x^2}}&= \displaystyle\lim_{x \rightarrow -\infty}\frac{x+1}{-x}\\ &=\displaystyle\lim_{x \rightarrow -\infty}\frac{x}{-x}+\frac{1}{-x}\\ &=\displaystyle\lim_{x \rightarrow -\infty}-1-\frac{1}{x}\\ &=-1 \end{align*}
Q19Stage 2

Evaluate limxx+1x2\displaystyle\lim_{x \rightarrow \infty}\frac{x+1}{\sqrt{x^2}}

Hint

Simplify.

Answer

11

Full solution

Since we only consider positive values of xx, x2=x=x\sqrt{x^2}=|x|=x.

limxx+1x2=limxx+1x=limx1+1x=1+0=1\begin{align*} \displaystyle\lim_{x \rightarrow \infty}\frac{x+1}{\sqrt{x^2}}&= \displaystyle\lim_{x \rightarrow \infty}\frac{x+1}{x}\\ &=\displaystyle\lim_{x \rightarrow \infty}1+\frac{1}{x}=1+0=1 \end{align*}
Q20Stage 2Past exam · 2015Q

Find the limit $\displaystyle \lim_{x\to -\infty} \sin\left( \frac{\pi}{2} \frac{|x|}{x}\right) + \frac{1}{x}$.

Hint

What is a simpler version of x|x| when you know x<0x<0?

Answer

1-1

Full solution

When x<0x<0, x=x|x|=-x and so $\ds\lim_{x\to\infty}\sin\left( \frac{\pi}{2} \cdot \frac{|x|}{x}\right) + \frac{1}{x} = \sin(-\pi/2) = -1$.

Q21Stage 2Past exam · 2015Q

Evaluate limx3x+5x2+5x\displaystyle \lim_{x\to -\infty} \frac{3x+5}{\sqrt{x^2+5}-x}.

Answer

32-\frac{3}{2}

Full solution

We divide both the numerator and the denominator by the highest power of xx in the denominator, which is xx. Since x<0x<0, we have x2=x=x\sqrt{x^2}=|x|=-x, so that

x2+5x=x2+5x2=1+5x2.\frac{\sqrt{x^2+5}}{x}=-\sqrt{\frac{x^2+5}{x^2}}=-\sqrt{1+\frac{5}{x^2}}.

Since 1/x01/x\to 0 and also 1/x201/x^2\to 0 as xx\to -\infty, we conclude that

limx3x+5x2+5x=limx3+5x1+5x21=311=32.\lim_{x\to -\infty} \frac{3x+5}{\sqrt{x^2+5}-x}=\lim_{x\to -\infty}\frac{3+\frac{5}{x}}{-\sqrt{1+\frac{5}{x^2}}-1}=\frac{3}{-1-1}=-\frac{3}{2}.

Remark: see Example 1.1.5 in the text for a concrete example of why subtracting two expressions that are asymptotically the same doesn't necessarily give you an expression tending to 0. That's why we can't assume the denominator approaches 0.

Q22Stage 2Past exam · 2015Q

Evaluate limx5x+74x2+15x\displaystyle\lim_{x\rightarrow -\infty} \frac{5x+7}{\sqrt{4x^2+15}-x}

Hint

Divide both the numerator and the denominator by the highest power of xx that is in the denominator. When is x=x\sqrt{x}=x, and when is x=x\sqrt{x}=-x?

Answer

53-\frac{5}{3}

Full solution

Solution 1
We divide both the numerator and the denominator by the highest power of xx in the denominator, which is xx. Since x<0x<0, we have x2=x=x\sqrt{x^2}=|x|=-x, so that

4x2+15x=4x2+15x2=4x2+15x2=4+15x2.\frac{\sqrt{4x^2+15}}{x}= \frac{\sqrt{4x^2+15}}{-\sqrt{x^2}} =-\sqrt{\frac{4x^2+15}{x^2}}=-\sqrt{4+\frac{15}{x^2}}.

Since 1/x01/x\to 0 and also 1/x201/x^2\to 0 as xx\to -\infty, we conclude that

limx5x+74x2+15x=limx5+7x4+15x21=521=53.\lim_{x\to -\infty} \frac{5x+7}{\sqrt{4x^2+15}-x}=\lim_{x\to -\infty}\frac{5+\frac{7}{x}}{-\sqrt{4+\frac{15}{x^2}}-1}=\frac{5}{-2-1}=-\frac{5}{3}.

Solution 2
For xx far from 0, we have:

  • 4x2+154x24x^2+15\approx 4x^2, so 4x2+154x2=2x\sqrt{4x^2+15}\approx \sqrt{4x^2}=2|x|

  • So, 4x2+15x2xx\sqrt{4x^2+15}-x\approx 2|x|-x; when x<0x<0, this is 3x-3x

  • Also, 5x+75x5x+7 \approx 5x

So,

limx5x+74x2+15x=limx5x3x=53.\lim_{x\rightarrow -\infty} \frac{5x+7}{\sqrt{4x^2+15}-x}=\lim_{x \to -\infty}\frac{5x}{-3x}=-\frac53.
Q23Stage 2

Evaluate limx3x7+x5154x2+32x\displaystyle\lim_{x \rightarrow -\infty}\dfrac{3x^7+x^5-15}{4x^2+32x}.

Hint

Divide both the numerator and the denominator by the highest power of xx that is in the denominator. Pay careful attention to signs.

Answer

-\infty

Full solution

Solution 1
For large xx, the numerator is dominated by 3x73x^7, while the denominator is dominated by 4x24x^2. So:

limx3x7+x5154x2+32x=limx3x74x2=limx34x3=.\lim_{x \rightarrow -\infty}\dfrac{3x^7+x^5-15}{4x^2+32x}=\lim_{x \to -\infty}\frac{3x^7}{4x^2}=\lim_{x \to-\infty}\frac34x^3=-\infty.

Solution 2

limx3x7+x5154x2+32x=limxx2(3x5+x315x2)x2(4+32x)=limx3x5+x315x24+32x=limx+3(x)5+(x)315(x)24+32x=limx+3x5x315x2432x=\begin{align*} \displaystyle\lim_{x \rightarrow -\infty}\dfrac{3x^7+x^5-15}{4x^2+32x}&= \displaystyle\lim_{x \rightarrow -\infty}\dfrac{x^2(3x^5+x^3-\frac{15}{x^2})}{x^2(4+\frac{32}{x})}\\ &=\displaystyle\lim_{x \rightarrow -\infty}\dfrac{3x^5+x^3-\frac{15}{x^2}}{4+\frac{32}{x}} \\ &=\displaystyle\lim_{x \rightarrow +\infty}\dfrac{3(-x)^5+(-x)^3-\frac{15}{(-x)^2}}{4+\frac{32}{-x}}\\ &=\displaystyle\lim_{x \rightarrow +\infty}\dfrac{-3x^5-x^3-\frac{15}{x^2}}{4-\frac{32}{x}} \\&=-\infty \end{align*}
Q24Stage 2Past exam · 2009H

Evaluate limn(n2+5nn)\ds\lim_{n \to \infty}\left(\sqrt{n^2+5n}-n\right).

Hint

Multiply and divide the expression by its conjugate, (n2+5n+n)\big(\sqrt{n^2+5n}+n\big).

Answer

52\dfrac{5}{2}

Full solution

We multiply and divide the expression by its conjugate, (n2+5n+n)\big(\sqrt{n^2+5n}+n\big).

limn(n2+5nn)=limn(n2+5nn)(n2+5n+nn2+5n+n)=limn(n2+5n)n2n2+5n+n=limn5nn2+5n+n=limn5nn21+5n+n\begin{align*}\lim_{n\rightarrow\infty}\big(\sqrt{n^2+5n}-n\big) &=\lim_{n \to \infty}\big(\sqrt{n^2+5n}-n\big) \left(\frac{\sqrt{n^2+5n}+n}{\sqrt{n^2+5n}+n}\right)\\ &=\lim_{n\rightarrow\infty}\frac{(n^2+5n)-n^2}{\sqrt{n^2+5n}+n}\\ &=\lim_{n\rightarrow\infty}\frac{5n}{\sqrt{n^2+5n}+n}\\ &=\lim_{n\rightarrow\infty}\frac{5\cdot n}{\sqrt{n^2}\sqrt{1+\frac{5}{n}}+n}\end{align*}

Since n>0n>0, we can simplify n2=n\sqrt{n^2}=n.

=limn5nn1+5n+n=limn51+5n+1=51+0+1=52\begin{align*}&=\lim_{n\rightarrow\infty}\frac{5\cdot n}{n\sqrt{1+\frac{5}{n}}+n}\\ &=\lim_{n\rightarrow\infty}\frac{5}{\sqrt{1+\frac{5}{n}}+1}\\ &=\frac{5}{\sqrt{1+0}+1}=\frac{5}{2}\end{align*}

Remark: see Example 1.1.5 in the text for a concrete example of why subtracting two expressions that are asymptotically the same doesn't necessarily give you an expression tending to 0.

Q25Stage 2

Evaluate lima0+a21aa1\ds\lim_{a \to 0^+}\dfrac{a^2-\frac{1}{a}}{a-1}.

Hint

Consider what happens to the function as aa becomes very, very small. You shouldn't need to do much calculation.

Answer

lima0+a21aa1=\ds\lim_{a \to 0^+}\dfrac{a^2-\frac{1}{a}}{a-1}=\infty

Full solution
  • Solution 1:
    When aa approaches 0 from the right, the numerator approaches negative infinity, and the denominator approaches 1-1. So, lima0+a21aa1=\ds\lim_{a \to 0^+}\dfrac{a^2-\frac{1}{a}}{a-1}=\infty.

    More precisely, using Theorem 2.1.38:

    lima0+1a=+Also,lima0+a2=0So, using Theorem (2.1.38),lima0+a21a=Furthermore,lima0+a1=1So, using our theorem,lima0+a21aa1=\begin{align*} &\lim_{a \to 0^+} \frac{1}{a}=+\infty\\ \text{Also,}& \lim_{a \to 0^+} a^2=0\\ \text{So, using Theorem~(\text{2.1.38}),}& \lim_{a \to 0^+} a^2-\frac{1}{a}=-\infty\\ \text{Furthermore,}&\lim_{a \to 0^+}a-1=-1\\ \text{So, using our theorem,}&\lim_{a \to 0^+}\frac{a^2-\frac{1}{a}}{a-1}=\infty \end{align*}
  • Solution 2:
    Since a=0a=0 is not in the domain of our function, a reasonable impulse is to simplify.

    a21aa1(aa)=a31a(a1)=(a1)(a2+a+1)a(a1)\begin{align*}\frac{a^2-\frac{1}{a}}{a-1}\left(\frac{a}{a}\right)&=\frac{a^3-1}{a(a-1)}=\frac{(a-1)(a^2+a+1)}{a(a-1)}\end{align*}

    So,

    lima0+a21aa1=lima0+(a1)(a2+a+1)a(a1)=lima0+a2+a+1a=lima0+a+1+1a=\begin{align*}\lim_{a \to 0^+}\frac{a^2-\frac{1}{a}}{a-1}&= \lim_{a \to 0^+}\frac{(a-1)(a^2+a+1)}{a(a-1)}\\ &=\lim_{a \to 0^+}\frac{a^2+a+1}{a}\\ &=\lim_{a \to 0^+}a+1+\frac{1}{a}=\infty\end{align*}
Q26Stage 2

Evaluate limx32x+81x3+1x29\ds\lim_{x \to 3}\dfrac{2x+8}{\frac{1}{x-3}+\frac{1}{x^2-9}}.

Hint

Since x=3x=3 is not in the domain of the function, we need to be a little creative. Try simplifying the function.

Answer

limx32x+81x3+1x29=0\ds\lim_{x \to 3}\dfrac{2x+8}{\frac{1}{x-3}+\frac{1}{x^2-9}}=0

Full solution

Since x=3x=3 is not in the domain of the function, we simplify, hoping we can cancel a problematic term.

limx32x+81x3+1x29=limx32x+8x+3x29+1x29=limx32x+8x+4x29=limx3(2x+8)(x29)x+4=0\begin{align*} \lim_{x \to 3}\frac{2x+8}{\frac{1}{x-3}+\frac{1}{x^2-9}}&=\lim_{x \to 3}\frac{2x+8}{\frac{x+3}{x^2-9}+\frac{1}{x^2-9}}\\ &=\lim_{x \to 3}\frac{2x+8}{\frac{x+4}{x^2-9}}\\ &=\lim_{x \to 3}\frac{(2x+8)(x^2-9)}{x+4}=0 \end{align*}

Stage 3 · Application

Q27Stage 3

Give a rational function f(x)f(x) with the properties that limxf(x)limxf(x)\displaystyle\lim_{x \rightarrow\infty} f(x) \neq \displaystyle\lim_{x \rightarrow -\infty} f(x), and both limits are (finite) real numbers.

Hint

This is a bit of a trick question. Consider what happens to a rational function as x±x\rightarrow\pm \infty in each of these three cases:

  • the degree of the numerator is smaller than the degree of the denominator,

  • the degree of the numerator is the same as the degree of the denominator, and

  • the degree of the numerator is larger than the degree of the denominator.

Answer

No such rational function exists.

Full solution

First, we need a rational function whose limit at infinity is a real number. This means that the degree of the bottom is greater than or equal to the degree of the top. There are two cases: the denominator has higher degree than the numerator, or the denominator has the same degree as the numerator.

If the denominator has higher degree than the numerator, then limxf(x)=limxf(x)=0\displaystyle\lim_{x \rightarrow \infty} f(x)=\displaystyle\lim_{x \rightarrow -\infty} f(x)=0, so the limits are equal–not what we're looking for.

If the denominator has the same degree as the numerator, then the limit as xx goes to ±\pm \infty is the ratio of the leading terms: again, the limits are equal. So no rational function exists as described.

Q28Stage 3

Suppose the concentration of a substance in your body tt hours after injection is given by some formula c(t)c(t), and limtc(t)0\displaystyle\lim_{t \rightarrow \infty} c(t) \neq 0. What kind of substance might have been injected?

Hint

We tend to conflate “infinity" with “some really large number."

Answer

This is the amount of the substance that will linger long-term. Since it's nonzero, the substance would be something that would stay in your body. Something like “tattoo ink" is a reasonable answer, while “penicillin" is not.

Full solution

The amount of the substance that will linger long-term is some positive number–the substance will stick around. One example of a substance that does this is the ink in a tattoo. (If the injection was of medicine, probably it will be metabolized, and limtc(t)=0\displaystyle\lim_{t \rightarrow \infty} c(t)=0.)

Remark: it actually doesn't make much sense to let tt go to infinity: after a few million hours, you won't even have a body, so what is c(t)c(t) measuring? Often when we use formulas in the real world, there is an understanding that they are only good for some fixed range. We often use the limit as tt goes to infinity as a stand-in for the function's long-term behaviour.

From the UBC Math 100 open textbook project, © Joel Feldman, Andrew Rechnitzer, Elyse Yeager and others. Licensed CC BY-NC-SA 4.0; this HTML adaptation is released under the same licence. Full attribution.