Navigation

Limits & Continuity · Topic 04 of 23

Limits at Infinity and Asymptotes

A limit at infinity is end behaviour: divide top and bottom by the highest power of xx in the denominator and every cxp\frac{c}{x^p} goes to 00. A finite value LL gives the horizontal asymptote y=Ly=L; a denominator that hits 00 while the numerator does not gives a vertical asymptote, with the sign settled one side at a time.

5 min readCore — on every final8 formulas6 quick checks
01

Key ideas

5 things to remember
  1. 1

    Divide by the highest power downstairs

    For a rational function, divide top and bottom by the largest power of xx in the denominator; every cxp\frac{c}{x^p} then goes to 00. Degrees decide the answer: n<dn<d gives 00, n=dn=d gives anbd\frac{a_n}{b_d}, n>dn>d gives ±\pm\infty.

  2. 2

    Under a root, x2=x\sqrt{x^2}=|x|

    Pulling xx out of a square root gives x|x|, which is x-x when x<0x<0. That sign is why 9x2+1x\frac{\sqrt{9x^2+1}}{x} tends to 33 as xx\to\infty but to 3-3 as xx\to-\infty.

  3. 3

    \infty-\infty needs a conjugate

    x2+5xx\sqrt{x^2+5x}-x is not 00: the lower-order terms survive. Multiply by x2+5x+xx2+5x+x\frac{\sqrt{x^2+5x}+x}{\sqrt{x^2+5x}+x} to get 5xx2+5x+x\frac{5x}{\sqrt{x^2+5x}+x}, then divide by xx: the limit is 52\frac52.

  4. 4

    Vertical asymptotes: cancel, then check signs

    Factor and cancel every common factor. If the denominator is still 00 at aa and the numerator is not, x=ax=a is a vertical asymptote; a fully cancelled factor leaves a hole. Decide ++\infty or -\infty from each side separately.

  5. 5

    Slant asymptotes come from long division

    When the numerator's degree is exactly one more than the denominator's, divide: f(x)=mx+b+r(x)q(x)f(x)=mx+b+\frac{r(x)}{q(x)} with the remainder term 0\to0, so y=mx+by=mx+b is the asymptote. The remainder's sign says whether the curve sits above or below the line.

-4-2246-5510xyy = 2 (horizontal asymptote)x = 1f → +∞ as x → 1⁺f → −∞ as x → 1⁻y = (2x+1)/(x−1)
f(x)=2x+1x1=2+3x1f(x)=\frac{2x+1}{x-1}=2+\frac{3}{x-1}. Far left and far right the curve flattens onto y=2y=2 (equal degrees, 21\frac21). At x=1x=1 the numerator is 303\neq0 while the denominator is 00, so the curve blows up: ++\infty from the right, -\infty from the left.
-10-5510-22xyy = 3/√2 ≈ 2.12y = −3/√2 ≈ −2.12x > 0: √x² = xx < 0: √x² = −xy = (3x+2)/√(2x²+1)
f(x)=3x+22x2+1f(x)=\frac{3x+2}{\sqrt{2x^2+1}} has two different horizontal asymptotes. Dividing top and bottom by xx puts x=±x2x=\pm\sqrt{x^2} under the root: ++ on the right, giving 32\frac{3}{\sqrt2}, and - on the left, giving 32-\frac{3}{\sqrt2}.
02

Formulas

What to have memorised
  • The basic limit at infinity

    limx±cxp=0(p>0)\lim_{x\to\pm\infty}\frac{c}{x^{p}}=0\qquad(p>0)

    Divide by a power of xx until every leftover term looks like this.

  • Rational function, degrees nn over dd

    limx±anxn+bdxd+={0n<danbdn=d±n>d\lim_{x\to\pm\infty}\frac{a_nx^{n}+\cdots}{b_dx^{d}+\cdots}=\begin{cases}0 & n<d\\ \dfrac{a_n}{b_d} & n=d\\ \pm\infty & n>d\end{cases}

    Show the division by xdx^d on paper; "dominant term" alone earns no marks.

  • Square root of a square

    x2=x={x,x0x,x<0\sqrt{x^{2}}=|x|=\begin{cases}x, & x\ge 0\\ -x, & x<0\end{cases}

    So ax2+bx+c=xa+bx+cx2\sqrt{ax^2+bx+c}=|x|\sqrt{a+\frac{b}{x}+\frac{c}{x^2}} — a minus sign appears as xx\to-\infty.

  • Conjugate for \infty-\infty

    AB=ABA+B\sqrt{A}-\sqrt{B}=\frac{A-B}{\sqrt{A}+\sqrt{B}}

    Turns a difference into a quotient you can divide by xx. For Ax\sqrt{A}-x, take B=x2B=x^2.

  • Vertical asymptote at x=ax=a

    limxa±p(x)q(x)=±if q(a)=0, p(a)0\lim_{x\to a^{\pm}}\frac{p(x)}{q(x)}=\pm\infty\quad\text{if } q(a)=0,\ p(a)\neq 0

    Cancel common factors first; then read the sign of each factor on each side of aa.

  • Slant asymptote y=mx+by=mx+b

    m=limxf(x)x,b=limx(f(x)mx)m=\lim_{x\to\infty}\frac{f(x)}{x},\qquad b=\lim_{x\to\infty}\bigl(f(x)-mx\bigr)

    Both must be finite. For a rational function with n=d+1n=d+1, long division gives mx+bmx+b directly.

  • Bounded over unbounded

    1xsinxx1x (x>0)  limxsinxx=0-\frac{1}{x}\le\frac{\sin x}{x}\le\frac{1}{x}\ (x>0)\ \Longrightarrow\ \lim_{x\to\infty}\frac{\sin x}{x}=0

    Squeeze Theorem. A bounded numerator over something \to\infty gives 00; l'Hôpital cannot do this.

  • Growth hierarchy as xx\to\infty

    (lnx)qxpecx(p, c>0)(\ln x)^{q}\ll x^{p}\ll e^{cx}\qquad(p,\ c>0)

    Each ratio (slower over faster) 0\to0. In a sum keep the fastest term; in a quotient divide by it.

03

Find every asymptote of a function

The steps, in order
  1. 1

    Factor numerator and denominator completely and cancel common factors. A zero of the denominator that cancels completely is a hole, not an asymptote.

  2. 2

    Vertical: every remaining zero aa of the denominator gives x=ax=a. Take xa+x\to a^{+} and xax\to a^{-} separately; the sign of each factor decides ±\pm\infty.

  3. 3

    Horizontal: compare degrees. n<dn<d gives y=0y=0; n=dn=d gives y=anbdy=\frac{a_n}{b_d}; n>dn>d gives none — go to the next step.

  4. 4

    Slant, only when n=d+1n=d+1: long divide to f(x)=mx+b+r(x)q(x)f(x)=mx+b+\frac{r(x)}{q(x)}; the line is y=mx+by=mx+b and the remainder's sign says above or below. No line if nd+2n\ge d+2.

  5. 5

    Roots: write x2=x\sqrt{x^{2}}=|x| and treat xx\to\infty and xx\to-\infty separately; rationalise any \infty-\infty with the conjugate before dividing by xx.

  6. 6

    Report each asymptote as the equation of a line (y=2y=2, x=3x=3, y=2x+1y=2x+1) and, for vertical ones, both one-sided limits.

04

Watch out

The mistakes that cost marks
  • ✗ Wrong

    9x2+13x\sqrt{9x^2+1}\approx 3x as xx\to-\infty, so 9x2+1x3\frac{\sqrt{9x^2+1}}{x}\to 3

    ✓ Right

    For x<0x<0, 9x2+1=x9+1x2=x9+1x2\sqrt{9x^2+1}=|x|\sqrt{9+\frac{1}{x^2}}=-x\sqrt{9+\frac{1}{x^2}}, so the limit is 3-3.

    Why: x2=x\sqrt{x^2}=|x|, and x=x|x|=-x on the left.

  • ✗ Wrong

    limx(x2+5xx)==0\lim_{x\to\infty}\left(\sqrt{x^2+5x}-x\right)=\infty-\infty=0

    ✓ Right

    Multiply by the conjugate: 5xx2+5x+x=51+5/x+152\frac{5x}{\sqrt{x^2+5x}+x}=\frac{5}{\sqrt{1+5/x}+1}\to\frac52.

    Why: \infty-\infty is indeterminate; the surviving lower-order term decides.

  • ✗ Wrong

    x+2x24\frac{x+2}{x^2-4} has vertical asymptotes at x=2x=2 and x=2x=-2

    ✓ Right

    Cancel first: x+2(x2)(x+2)=1x2\frac{x+2}{(x-2)(x+2)}=\frac{1}{x-2} for x2x\neq-2. Asymptote at x=2x=2 only; x=2x=-2 is a hole.

  • ✗ Wrong

    limx21x2=\lim_{x\to2}\frac{1}{x-2}=\infty

    ✓ Right

    limx2+1x2=+\lim_{x\to2^{+}}\frac{1}{x-2}=+\infty but limx21x2=\lim_{x\to2^{-}}\frac{1}{x-2}=-\infty; the two-sided limit does not exist.

    Why: Check the sign of the denominator on each side.

  • ✗ Wrong

    l'Hôpital: 2x+sinxx+12+cosx1\frac{2x+\sin x}{x+1}\to\frac{2+\cos x}{1}, which has no limit, so the original has no limit

    ✓ Right

    Divide by xx: 2+sinxx1+1x2+01+0=2\frac{2+\frac{\sin x}{x}}{1+\frac1x}\to\frac{2+0}{1+0}=2, using sinxx1x0\left|\frac{\sin x}{x}\right|\le\frac1x\to0.

    Why: When limf/g\lim f'/g' does not exist, l'Hôpital gives no information at all.

  • ✗ Wrong

    "The graph can never touch or cross its asymptote y=Ly=L."

    ✓ Right

    Crossing is allowed: sinxx\frac{\sin x}{x} crosses its asymptote y=0y=0 at every x=kπx=k\pi.

    Why: An asymptote only controls the far ends of the graph.

05

Quick check

Commit to an answer before you reveal one
  1. Q1easy

    Evaluate each limit and state what it says about the graph.

    (a) limx7x4x2+3\displaystyle\lim_{x\to-\infty}\frac{7x-4}{x^{2}+3} (b) limx2x3x5x2+4\displaystyle\lim_{x\to\infty}\frac{2x^{3}-x}{5x^{2}+4}

    Hint

    In both parts divide top and bottom by x2x^2, the highest power in the denominator, then watch what the new numerator does.

    Show answer

    Answer

    (a) 00; horizontal asymptote y=0y=0. (b) ++\infty; no horizontal asymptote — the graph follows the slant asymptote y=25xy=\frac25x.

    Steps

    (a) Divide by x2x^2: 7x4x2+3=7x4x21+3x2001+0=0.\frac{7x-4}{x^{2}+3}=\frac{\frac{7}{x}-\frac{4}{x^{2}}}{1+\frac{3}{x^{2}}}\longrightarrow\frac{0-0}{1+0}=0.

    Numerator degree below denominator degree, so y=0y=0 is a horizontal asymptote.

    (b) Divide by x2x^2: 2x3x5x2+4=2x1x5+4x2.\frac{2x^{3}-x}{5x^{2}+4}=\frac{2x-\frac{1}{x}}{5+\frac{4}{x^{2}}}.

    The numerator +\to+\infty while the denominator 5>0\to5>0, so the quotient +\to+\infty: no horizontal asymptote. Long division gives 2x3x5x2+4=25x13x/55x2+4\frac{2x^{3}-x}{5x^{2}+4}=\frac25x-\frac{13x/5}{5x^{2}+4}, so the graph follows the slant asymptote y=25xy=\frac25x.

  2. Q2easy

    For f(x)=2x+1x3f(x)=\dfrac{2x+1}{x-3}, find every vertical and horizontal asymptote, and compute the one-sided limits at the vertical asymptote.

    Hint

    Check the numerator where the denominator vanishes, then the sign of x3x-3 on each side of 33.

    Show answer

    Answer

    Vertical asymptote x=3x=3: f+f\to+\infty as x3+x\to3^{+} and ff\to-\infty as x3x\to3^{-}. Horizontal asymptote y=2y=2 in both directions.

    Steps

    At x=3x=3 the denominator is 00 and the numerator is 707\neq0: nothing cancels, so x=3x=3 is a vertical asymptote.

    Signs: the numerator stays near 7>07>0. As x3+x\to3^{+}, x30+x-3\to0^{+}, so f+f\to+\infty; as x3x\to3^{-}, x30x-3\to0^{-}, so ff\to-\infty.

    Horizontal: divide by xx, f(x)=2+1x13x21=2(x±).f(x)=\frac{2+\frac{1}{x}}{1-\frac{3}{x}}\longrightarrow\frac{2}{1}=2\qquad(x\to\pm\infty).

    Check by division: f(x)=2+7x3f(x)=2+\dfrac{7}{x-3} shows all three facts at once.

  3. Q3medium

    Find all horizontal asymptotes of f(x)=9x2+2x4x+3f(x)=\dfrac{\sqrt{9x^{2}+2x}}{4x+3}.

    Hint

    Write 9x2+2x=x9+2x\sqrt{9x^2+2x}=|x|\sqrt{9+\frac{2}{x}} and remember what x|x| is when x<0x<0.

    Show answer

    Answer

    Two: y=34y=\frac34 as xx\to\infty and y=34y=-\frac34 as xx\to-\infty.

    Steps

    For x0x\neq0 in the domain, 9x2+2x=x29+2x=x9+2x\sqrt{9x^{2}+2x}=\sqrt{x^{2}}\sqrt{9+\tfrac{2}{x}}=|x|\sqrt{9+\tfrac{2}{x}}.

    x+x\to+\infty, so x=x|x|=x: divide top and bottom by xx, x9+2xx(4+3x)=9+2x4+3x34.\frac{x\sqrt{9+\frac{2}{x}}}{x\left(4+\frac{3}{x}\right)}=\frac{\sqrt{9+\frac{2}{x}}}{4+\frac{3}{x}}\longrightarrow\frac{3}{4}.

    xx\to-\infty, so x=x|x|=-x: x9+2xx(4+3x)=9+2x4+3x34.\frac{-x\sqrt{9+\frac{2}{x}}}{x\left(4+\frac{3}{x}\right)}=\frac{-\sqrt{9+\frac{2}{x}}}{4+\frac{3}{x}}\longrightarrow-\frac{3}{4}.

    Check: f(1000)2999.6739970.75f(-1000)\approx\dfrac{2999.67}{-3997}\approx-0.75. ✓

  4. Q4medium

    Evaluate limx2x+sinxx+1\displaystyle\lim_{x\to\infty}\frac{2x+\sin x}{x+1}, and explain why l'Hôpital's Rule cannot finish this problem.

    Hint

    Divide by xx; the leftover sinxx\frac{\sin x}{x} is a bounded function over xx.

    Show answer

    Answer

    The limit is 22. l'Hôpital gives 2+cosx1\frac{2+\cos x}{1}, which has no limit, so the rule reaches no conclusion.

    Steps

    For x>0x>0 divide by xx: 2x+sinxx+1=2+sinxx1+1x.\frac{2x+\sin x}{x+1}=\frac{2+\frac{\sin x}{x}}{1+\frac{1}{x}}.

    Since 1sinx1-1\le\sin x\le1, 1xsinxx1x-\frac{1}{x}\le\frac{\sin x}{x}\le\frac{1}{x}, and both bounds 0\to0, so sinxx0\frac{\sin x}{x}\to0 by the Squeeze Theorem. The limit is 2+01+0=2\frac{2+0}{1+0}=2.

    l'Hôpital: the form is \frac{\infty}{\infty}, but f(x)g(x)=2+cosx\frac{f'(x)}{g'(x)}=2+\cos x oscillates between 11 and 33 forever. The rule needs limfg\lim\frac{f'}{g'} to exist; when it does not, the rule says nothing — it does not mean the original limit fails to exist.

  5. Q5medium

    Find the slant asymptote and the vertical asymptote of f(x)=2x23x+1x2f(x)=\dfrac{2x^{2}-3x+1}{x-2}, and say on which side of the slant asymptote the curve lies as x+x\to+\infty and as xx\to-\infty.

    Hint

    Numerator degree is one more than denominator degree: long divide and look at the remainder term.

    Show answer

    Answer

    Slant asymptote y=2x+1y=2x+1; vertical asymptote x=2x=2 with f+f\to+\infty from the right and ff\to-\infty from the left. The curve is above the line as x+x\to+\infty and below it as xx\to-\infty.

    Steps

    Long division: 2x23x+1=(2x+1)(x2)+32x^{2}-3x+1=(2x+1)(x-2)+3, so f(x)=2x+1+3x2.f(x)=2x+1+\frac{3}{x-2}.

    Since 3x20\frac{3}{x-2}\to0 as x±x\to\pm\infty, f(x)(2x+1)0f(x)-(2x+1)\to0: the slant asymptote is y=2x+1y=2x+1 in both directions (so there is no horizontal asymptote).

    At x=2x=2 the numerator is 86+1=308-6+1=3\neq0, so x=2x=2 is a vertical asymptote: 3x2+\frac{3}{x-2}\to+\infty as x2+x\to2^{+} and \to-\infty as x2x\to2^{-}.

    Side: f(x)(2x+1)=3x2f(x)-(2x+1)=\frac{3}{x-2} is positive for x>2x>2 (curve above the line) and negative for x<2x<2 (curve below it).

  6. Q6hard

    Find the constant aa for which limx(x2+axx2+1)=3\displaystyle\lim_{x\to\infty}\left(\sqrt{x^{2}+ax}-\sqrt{x^{2}+1}\right)=3. Why is the argument "both roots behave like xx, so the limit is 00" wrong?

    Hint

    It is \infty-\infty: rationalise with the conjugate and keep the linear term that survives.

    Show answer

    Answer

    a=6a=6. The roots are x+a2+(small)x+\frac{a}{2}+(\text{small}) and x+(small)x+(\text{small}): the xx terms cancel but the constants do not.

    Steps

    Conjugate: x2+axx2+1=(x2+ax)(x2+1)x2+ax+x2+1=ax1x2+ax+x2+1.\sqrt{x^{2}+ax}-\sqrt{x^{2}+1}=\frac{(x^{2}+ax)-(x^{2}+1)}{\sqrt{x^{2}+ax}+\sqrt{x^{2}+1}}=\frac{ax-1}{\sqrt{x^{2}+ax}+\sqrt{x^{2}+1}}.

    Divide by x>0x>0, so x=x2x=\sqrt{x^{2}} goes under each root: a1x1+ax+1+1x2a1+1=a2.\frac{a-\frac{1}{x}}{\sqrt{1+\frac{a}{x}}+\sqrt{1+\frac{1}{x^{2}}}}\longrightarrow\frac{a}{1+1}=\frac{a}{2}.

    Set a2=3\frac{a}{2}=3: a=6a=6.

    The naive argument fails because \infty-\infty is indeterminate: each root is xx plus a constant-order term, and those terms (a2\frac{a}{2} and 00) do not cancel. Check with a=6a=6, x=106x=10^{6}: 1012+61061012+13\sqrt{10^{12}+6\cdot10^{6}}-\sqrt{10^{12}+1}\approx3. ✓

06

On the exam

How this topic is marked
  • "Find all asymptotes" is marked in pieces: each vertical asymptote with both one-sided limits written as limxa+\lim_{x\to a^{+}} and limxa\lim_{x\to a^{-}}, each horizontal or slant asymptote as an equation of a line, and any hole named separately.

  • Whenever xx\to-\infty and a square root is in sight, write x2=x=x\sqrt{x^2}=|x|=-x on the page before dividing — it is the step markers look for.

  • Justify "dominant term" by actually dividing by the highest power of xx; a bare "the x2x^2 terms win" gets partial credit at best. Never write =0\infty-\infty=0 or =1\frac{\infty}{\infty}=1.

Keep going