Differential Calculus
Limits at Infinity and Asymptotes
Limits at infinity describe the end behaviour of a graph: what does as runs off to the far right or the far left. Infinite limits describe the opposite phenomenon, blow-up at a finite point. Together they produce the horizontal, vertical and slant asymptotes that are the first things you draw when sketching a curve, and they are the language used later for improper integrals, series and growth comparisons. Almost every computation here reduces to two moves: spot the dominant term, then make the algebra legitimate by dividing by the right power of .
1. Limits at infinity: definition and basic facts
Definition. Let be defined on some interval . We write if for every there is a number such that . Similarly requires defined on some and .
Definition (horizontal asymptote). The line is a horizontal asymptote of if or . A function therefore has at most two horizontal asymptotes, one per direction. A graph is allowed to cross its horizontal asymptote, even infinitely often: crosses at for every nonzero integer .
Definition (infinite limit at infinity). means: for every there is with . This is not a limit that exists; it is a precise description of how it fails.
Core fact. For every real , . The same holds as whenever is defined for negative (safe for a positive integer).
The limit laws (sum, difference, product, quotient with nonzero denominator limit) hold verbatim for provided each individual limit exists as a finite number. They say nothing about the indeterminate forms , , , , which must be resolved algebraically first.
2. Infinite limits and vertical asymptotes
Definition. means: for every there is with . Replace the last inequality by for ; restrict to or for one-sided versions.
Definition (vertical asymptote). is a vertical asymptote of if at least one of , equals or .
Recipe for a rational function : factor and cancel all common factors first.
- If, after cancelling, and , then is a vertical asymptote. The form is , so the magnitude is infinite; get the sign from a sign table just to the left and just to the right of .
- If every copy of in the denominator cancels — that is, the numerator contains at least as many factors of as the denominator does — the point is a hole (removable discontinuity), not an asymptote, and the limit there is finite. Partial cancellation is not enough: in a factor of does cancel, yet is still a vertical asymptote.
- The form never tells you the answer by itself; it only tells you to simplify.
3. End behaviour of rational functions
Write with , . The dominant-term heuristic says for large ; the rigorous version is to divide numerator and denominator by , the highest power in the denominator, and then apply the limit laws. The quotient law actually finishes the job only when , so that the new numerator has a finite limit; when the new numerator is unbounded, and you argue instead that a quantity tending to divided by one tending to a nonzero finite limit tends to .
| Case | Asymptote | |
|---|---|---|
| horizontal | ||
| horizontal | ||
| or | slant from long division | |
| or | no line; a polynomial asymptote of degree |
Whether an infinite limit is or depends on the sign of and, as , on the parity of .
4. Square roots: , not
The single most common error in this topic. Always use so that for , pulling out of a root flips the sign: .
Worked Example 1. Find both horizontal asymptotes of .
As divide top and bottom by , writing downstairs (legal since ):
\frac{3x+2}{\sqrt{2x^{2}+1}} &= \frac{\dfrac{3x+2}{x}}{\dfrac{\sqrt{2x^{2}+1}}{\sqrt{x^{2}}}} = \frac{3+\dfrac{2}{x}}{\sqrt{2+\dfrac{1}{x^{2}}}} \longrightarrow \frac{3+0}{\sqrt{2+0}}=\frac{3}{\sqrt{2}}=\frac{3\sqrt{2}}{2}. \end{aligned}$$ As $x\to-\infty$ we have $x < 0$, so $x=-\sqrt{x^{2}}$ and dividing by $x$ introduces a minus sign inside the root: $$\begin{aligned} \frac{3x+2}{\sqrt{2x^{2}+1}} &= \frac{3+\dfrac{2}{x}}{-\sqrt{2+\dfrac{1}{x^{2}}}} \longrightarrow \frac{3}{-\sqrt{2}}=-\frac{3\sqrt{2}}{2}. \end{aligned}$$ So there are two horizontal asymptotes: $y=\dfrac{3\sqrt{2}}{2}$ and $y=-\dfrac{3\sqrt{2}}{2}$. ### 5. Slant (oblique) asymptotes **Definition.** The line $y=mx+b$ is an asymptote of $f$ as $x\to\infty$ if $\lim_{x\to\infty}\left[f(x)-(mx+b)\right]=0$. Equivalently, compute $m=\lim_{x\to\infty}\dfrac{f(x)}{x}$ and then $b=\lim_{x\to\infty}\left[f(x)-mx\right]$; the line exists exactly when both limits exist and are finite. The same definition applies as $x\to-\infty$, possibly with a **different** line. For a rational function with $n=d+1$, polynomial long division gives $f(x)=(mx+b)+\dfrac{r(x)}{q(x)}$ with $\text{deg }r < \text{deg }q$, so the remainder term tends to $0$ and $y=mx+b$ is the slant asymptote. The **sign of that remainder**, $\dfrac{r(x)}{q(x)}=f(x)-(mx+b)$, tells you whether the curve sits above the line (positive) or below it (negative). **Worked Example 2.** Analyse $f(x)=\dfrac{x^{2}+1}{x-1}$. Long division: $x^{2}+1=(x+1)(x-1)+2$, so $$f(x)=x+1+\frac{2}{x-1}.$$ Since $\dfrac{2}{x-1}\to 0$ as $x\to\pm\infty$, the line $y=x+1$ is a slant asymptote in both directions; the curve lies **above** it for $x > 1$ and **below** it for $x < 1$. The numerator at $x=1$ is $2\ne 0$, so $x=1$ is a vertical asymptote, with $\lim_{x\to 1^{+}}f(x)=+\infty$ and $\lim_{x\to 1^{-}}f(x)=-\infty$. There is no horizontal asymptote (a function cannot have a horizontal and a slant asymptote in the same direction). ### 6. Growth-rate hierarchy | Slowest to fastest | Representative | Fact (all limits as $x\to\infty$) | | --- | --- | --- | | logarithms | $(\ln x)^{q}$ | $\lim \dfrac{(\ln x)^{q}}{x^{p}}=0$ for all $p > 0$, all $q$ | | powers and roots | $x^{p}$ | $\lim \dfrac{x^{p}}{e^{cx}}=0$ for all $p > 0$, $c > 0$ | | exponentials | $a^{x}$ with $a > 1$ | $\lim \dfrac{a^{x}}{b^{x}}=0$ when $1 < a < b$ | | super-exponential | $x^{x}$ | beats every $a^{x}$ | Reading the table: in a sum, only the fastest-growing term matters; in a quotient, divide by the fastest-growing term present. **Squeeze Theorem (statement with hypotheses).** Suppose $g(x)\le f(x)\le h(x)$ for every $x$ in some interval $(M,\infty)$ (or, for a finite point $a$, for every $x\ne a$ in some interval around $a$), and suppose $\lim g(x)=\lim h(x)=L$ with the **same finite** value $L$. Then $\lim f(x)$ exists and equals $L$. Two hypotheses do the work: the inequality need only hold *eventually*, but the two outer limits must **agree** — if they differ, the theorem says nothing. This is the standard tool for a bounded oscillating numerator, e.g. $-\dfrac{1}{x}\le\dfrac{\sin x}{x}\le\dfrac{1}{x}$ for $x > 0$ forces $\dfrac{\sin x}{x}\to 0$ as $x\to\infty$; l'Hôpital is useless there because $\dfrac{\cos x}{1}$ has no limit. **l'Hôpital's Rule (statement with hypotheses).** Suppose $f$ and $g$ are differentiable on an open interval containing $a$, except possibly at $a$ (for $a=\pm\infty$, on some interval $(M,\infty)$ or $(-\infty,M)$), with $g'(x)\ne 0$ there. Suppose further that either $\lim_{x\to a}f(x)=\lim_{x\to a}g(x)=0$, or $\lim_{x\to a}|g(x)|=\infty$. If $\lim_{x\to a}\dfrac{f'(x)}{g'(x)}$ exists as a finite number or equals $\pm\infty$, then $\lim_{x\to a}\dfrac{f(x)}{g(x)}$ exists and equals it. If $\dfrac{f'}{g'}$ has no limit (it oscillates, say), the rule gives **no information** and you must argue another way. ### Common mistakes | Wrong | Right | | --- | --- | | $\sqrt{x^{2}}=x$, so $\sqrt{9x^{2}+1}\approx 3x$ as $x\to-\infty$ | $\sqrt{x^{2}}$ equals $-x$ when $x < 0$, so $\sqrt{9x^{2}+1}\approx -3x$, a positive number, as $x\to-\infty$ | | $\infty-\infty=0$, so $\sqrt{x^{2}+5x}-x\to 0$ | $\infty-\infty$ is indeterminate; multiply by the conjugate to get $\dfrac{5}{2}$ | | $\dfrac{x+2}{x^{2}-4}$ has vertical asymptotes at $x=\pm 2$ | Cancel first: $\dfrac{1}{x-2}$ for $x\ne -2$; asymptote only at $x=2$, and a **hole** at $x=-2$ | | $\lim_{x\to 2}\dfrac{1}{x-2}=\infty$ | The two one-sided limits are $-\infty$ and $+\infty$, so the two-sided limit does not exist, even in the extended sense | | l'Hôpital on $\dfrac{2x+\sin x}{x+1}$ gives $\dfrac{2+\cos x}{1}$, which has no limit, so the original has none | The form *is* $\infty/\infty$, but the rule's conclusion needs $\lim f'/g'$ to exist; divide by $x$ and squeeze instead to get $2$ | | l'Hôpital applied to $\dfrac{x+1}{x^{2}+3}$ as $x\to 1$ | Not an indeterminate form: just substitute, getting $\dfrac{1}{2}$ | | The graph can never touch $y=L$ | Crossing a horizontal asymptote is allowed and common; the asymptote only controls the behaviour in the limit | | A degree-3 over degree-1 quotient has a slant asymptote | $n-d=2$: the asymptote is a parabola, not a line; there is no linear asymptote |Key terms
- limit at infinity
- end behaviour
- horizontal asymptote
- infinite limit
- vertical asymptote
- one-sided limit
- dominant term
- indeterminate form
- conjugate multiplication
- absolute value identity for the square root
- slant (oblique) asymptote
- polynomial long division
- removable discontinuity (hole)
- growth-rate hierarchy
- squeeze theorem
- l'Hopital's Rule
Practice Problems
Evaluate and state the horizontal asymptote it produces.
Show hint
Do not compare terms by eye: divide the numerator and the denominator by the highest power of appearing in the denominator.
Show answer
The form is , which is indeterminate, so we must rewrite before taking limits.
The highest power in the denominator is . For we may divide top and bottom by without changing the value:
\frac{3x^{2}-5x+1}{2x^{2}+7} &= \frac{\dfrac{3x^{2}}{x^{2}}-\dfrac{5x}{x^{2}}+\dfrac{1}{x^{2}}}{\dfrac{2x^{2}}{x^{2}}+\dfrac{7}{x^{2}}} = \frac{3-\dfrac{5}{x}+\dfrac{1}{x^{2}}}{2+\dfrac{7}{x^{2}}}. \end{aligned}$$ As $x\to\infty$ we have $\dfrac{5}{x}\to 0$, $\dfrac{1}{x^{2}}\to 0$ and $\dfrac{7}{x^{2}}\to 0$. The denominator tends to $2\ne 0$, so the quotient law applies: $$\lim_{x\to\infty}\frac{3x^{2}-5x+1}{2x^{2}+7}=\frac{3-0+0}{2+0}=\frac{3}{2}.$$ **Check.** Nothing in the computation used the sign of $x$, so the same work gives $\lim_{x\to-\infty}f(x)=\dfrac{3}{2}$ as well. Numerically, $f(100)=\dfrac{30000-500+1}{20000+7}\approx 1.4745$, consistent with $1.5$. **Answer:** the limit is $\dfrac{3}{2}$, and $y=\dfrac{3}{2}$ is a horizontal asymptote (in both directions).Evaluate each limit and say what it means for the graph.
(a) (b)
Show hint
In both parts divide by , the highest power in the denominator, and then look at what the new numerator does.
Show answer
(a) Divide numerator and denominator by : As , , , , so the limit is .
This is the general rule "numerator degree less than denominator degree gives "; the graph has the horizontal asymptote . (Numerical check: at the value is .)
(b) Divide numerator and denominator by : As the denominator tends to while the numerator . A quantity tending to divided by one tending to tends to , so There is no horizontal asymptote in this direction. Since the degrees differ by exactly , there is a slant asymptote; long division gives because and . The remainder term tends to , so the slant asymptote is .
Answers: (a) , horizontal asymptote ; (b) , no horizontal asymptote but the slant asymptote .
For , find every vertical and horizontal asymptote, and compute the one-sided limits at the vertical asymptote.
Show hint
Check whether the numerator also vanishes where the denominator does; then decide the sign of the denominator on each side of that point.
Show answer
Vertical asymptote. The denominator vanishes only at . There the numerator is , so no cancellation is possible and is a genuine vertical asymptote (the form is ).
Signs. Near the numerator is close to .
- If then through positive values, so .
- If then through negative values, so .
So and ; the two-sided limit does not exist.
Horizontal asymptote. Divide by : So is a horizontal asymptote in both directions.
Independent check by division. , hence which shows at a glance that as , that blows up at , and that the sign of the blow-up is the sign of . Both methods agree.
Answer: vertical asymptote with from the right and from the left; horizontal asymptote .
Evaluate . Explain why l'Hôpital's Rule cannot be used to finish this problem.
Show hint
Divide by and deal with the leftover using a bound on .
Show answer
Step 1: divide by . For ,
Step 2: squeeze the sine term. For all we have , so for Both outer bounds tend to as , so by the Squeeze Theorem .
Step 3: combine. The denominator , so the quotient law gives
Why l'Hôpital fails here. The form is genuinely and both functions are differentiable, so the form hypotheses hold. But the rule also requires that exist (finite or ), and here which oscillates forever between and and has no limit. When that final hypothesis fails, l'Hôpital's Rule yields no conclusion at all — it does not say the original limit fails to exist. The squeeze argument shows the limit is .
Answer: the limit is (so is a horizontal asymptote), and l'Hôpital is inapplicable because does not exist.
Find all horizontal asymptotes of , being careful with the direction .
Show hint
Write and remember what equals when is negative.
Show answer
Domain. We need , i.e. or , and . Both tails are in the domain, so both limits make sense.
Factor out of the root. For every in the domain with ,
Case . Here , so dividing numerator and denominator by ,
Case . Here , so
Numerical check. At : , , and , giving , close to . At the value is .
Answer: two horizontal asymptotes, (as ) and (as ).
Evaluate
(a) (b)
Show hint
Each is an form; multiply and divide by the conjugate expression, then divide by remembering its sign.
Show answer
(a) The form is , which is indeterminate. Multiply and divide by the conjugate (positive for large ):
\sqrt{x^{2}+5x}-x &= \frac{\left(\sqrt{x^{2}+5x}-x\right)\left(\sqrt{x^{2}+5x}+x\right)}{\sqrt{x^{2}+5x}+x} = \frac{\left(x^{2}+5x\right)-x^{2}}{\sqrt{x^{2}+5x}+x} = \frac{5x}{\sqrt{x^{2}+5x}+x}. \end{aligned}$$ Now divide top and bottom by $x > 0$, using $x=\sqrt{x^{2}}$ inside the root: $$\frac{5x}{\sqrt{x^{2}+5x}+x}=\frac{5}{\sqrt{1+\dfrac{5}{x}}+1}\longrightarrow \frac{5}{\sqrt{1}+1}=\frac{5}{2}.$$ **(b)** Now $x\to-\infty$ (note $x^{2}+5x\ge 0$ for $x\le -5$, so the expression is defined). Again the form is indeterminate, of type $\infty+(-\infty)$. Multiply and divide by $\sqrt{x^{2}+5x}-x$, which is positive and nonzero here: $$\sqrt{x^{2}+5x}+x=\frac{\left(x^{2}+5x\right)-x^{2}}{\sqrt{x^{2}+5x}-x}=\frac{5x}{\sqrt{x^{2}+5x}-x}.$$ Divide top and bottom by $x$, and this time $x < 0$, so $\dfrac{\sqrt{x^{2}+5x}}{x}=\dfrac{|x|\sqrt{1+\frac{5}{x}}}{x}=-\sqrt{1+\dfrac{5}{x}}$: $$\frac{5x}{\sqrt{x^{2}+5x}-x}=\frac{5}{-\sqrt{1+\dfrac{5}{x}}-1}\longrightarrow \frac{5}{-1-1}=-\frac{5}{2}.$$ **Numerical check of (b).** At $x=-10^{6}$: $\sqrt{x^{2}+5x}\approx 999\,997.5$ and adding $x=-10^{6}$ gives $\approx -2.5$. ✔ **Answers:** (a) $\dfrac{5}{2}$; (b) $-\dfrac{5}{2}$. (Geometrically: $y=\sqrt{x^{2}+5x}$ has the asymptote $y=x+\frac{5}{2}$ on the right and $y=-x-\frac{5}{2}$ on the left.)Use the growth-rate hierarchy to evaluate
(a) (b)
Show hint
In (a) divide through by the fastest-growing function present. In (b) pull the dominant power out of each logarithm before dividing.
Show answer
(a) The fastest-growing term in sight is , so divide numerator and denominator by : By the hierarchy, for every , so and . The denominator tends to , so
(b) Extract the dominant power inside each logarithm and use (valid since both factors are positive for ):
\ln\left(x^{2}+1\right) &= \ln\left(x^{2}\left(1+\tfrac{1}{x^{2}}\right)\right)=2\ln x+\ln\left(1+\tfrac{1}{x^{2}}\right),\\ \ln\left(x^{3}+x\right) &= \ln\left(x^{3}\left(1+\tfrac{1}{x^{2}}\right)\right)=3\ln x+\ln\left(1+\tfrac{1}{x^{2}}\right). \end{aligned}$$ Divide top and bottom by $\ln x$ (nonzero for $x > 1$), and note $\ln\left(1+\tfrac{1}{x^{2}}\right)\to \ln 1=0$ while $\ln x\to\infty$, so that ratio tends to $0$: $$\frac{2\ln x+\ln\left(1+\frac{1}{x^{2}}\right)}{3\ln x+\ln\left(1+\frac{1}{x^{2}}\right)}=\frac{2+\dfrac{\ln\left(1+\frac{1}{x^{2}}\right)}{\ln x}}{3+\dfrac{\ln\left(1+\frac{1}{x^{2}}\right)}{\ln x}}\longrightarrow \frac{2}{3}.$$ **Independent check of (b) by l'Hôpital.** The form is $\dfrac{\infty}{\infty}$, both functions are differentiable for $x > 1$, and the denominator's derivative $\dfrac{3x^{2}+1}{x^{3}+x}$ is nonzero there, so the rule may be tried: $$\frac{\dfrac{2x}{x^{2}+1}}{\dfrac{3x^{2}+1}{x^{3}+x}}=\frac{2x\left(x^{3}+x\right)}{\left(x^{2}+1\right)\left(3x^{2}+1\right)}=\frac{2x^{2}\left(x^{2}+1\right)}{\left(x^{2}+1\right)\left(3x^{2}+1\right)}=\frac{2x^{2}}{3x^{2}+1}\longrightarrow \frac{2}{3},$$ and since this limit exists, l'Hôpital's conclusion is valid and confirms the answer. **Answers:** (a) $\dfrac{1}{2}$; (b) $\dfrac{2}{3}$.Let . Find all vertical and horizontal asymptotes, identify any removable discontinuity and the value that repairs it, and compute the one-sided limits at each vertical asymptote.
Show hint
Factor both quadratics completely before deciding which zeros of the denominator are asymptotes.
Show answer
Factor. The domain excludes and .
Cancel. For every (and ),
Removable discontinuity at . The factor cancelled completely, so is a hole, not an asymptote: Defining makes continuous there.
Vertical asymptote at . After cancellation the denominator still vanishes at while the numerator equals , so is a vertical asymptote.
- As : numerator , denominator , so .
- As : numerator , denominator , so .
Horizontal asymptote. Using either the original expression or the reduced one, divide by : (The degrees of the original numerator and denominator are equal, with leading coefficients and , giving the same value.) So is a horizontal asymptote in both directions.
Answer: hole at ; vertical asymptote with from the right and from the left; horizontal asymptote .
Find the slant asymptote and the vertical asymptote of , and determine on which side of the slant asymptote the curve lies as and as .
Show hint
The degree of the numerator exceeds that of the denominator by exactly one: do polynomial long division and look at the remainder term.
Show answer
Step 1: long division. Divide by :
2x^{2}-3x+1 &= 2x(x-2)+\left(x+1\right)\\ &= 2x(x-2)+1\cdot(x-2)+3\\ &= (2x+1)(x-2)+3 . \end{aligned}$$ Check: $(2x+1)(x-2)+3=2x^{2}-4x+x-2+3=2x^{2}-3x+1$. ✔ Hence $$f(x)=2x+1+\frac{3}{x-2}.$$ **Step 2: the slant asymptote.** Since $\dfrac{3}{x-2}\to 0$ as $x\to\pm\infty$, we have $f(x)-(2x+1)\to 0$, which is exactly the definition of the line $y=2x+1$ being an asymptote. So the slant asymptote is $$y=2x+1 \qquad \text{(in both directions).}$$ There is no horizontal asymptote, since $f(x)\to+\infty$ as $x\to+\infty$ and $f(x)\to-\infty$ as $x\to-\infty$. **Step 3: the vertical asymptote.** The denominator vanishes at $x=2$; the numerator there is $2(4)-6+1=3\ne 0$, so $x=2$ is a vertical asymptote. From $f(x)=2x+1+\dfrac{3}{x-2}$: - $x\to 2^{+}$: $\dfrac{3}{x-2}\to +\infty$, so $f(x)\to +\infty$; - $x\to 2^{-}$: $\dfrac{3}{x-2}\to -\infty$, so $f(x)\to -\infty$. **Step 4: position relative to the line.** The difference is $f(x)-(2x+1)=\dfrac{3}{x-2}$, whose sign is the sign of $x-2$. Therefore the curve lies **above** the line $y=2x+1$ for $x > 2$ (in particular as $x\to+\infty$) and **below** it for $x < 2$ (in particular as $x\to-\infty$). **Answer:** slant asymptote $y=2x+1$; vertical asymptote $x=2$ with $f\to+\infty$ from the right and $f\to-\infty$ from the left; the curve is above the slant asymptote as $x\to+\infty$ and below it as $x\to-\infty$.Give a complete asymptote analysis of : all vertical asymptotes with the four one-sided limits, and the slant asymptote with the side the curve approaches from.
Show hint
Divide the cubic by the quadratic first; the quotient and the remainder answer almost every part of the question at once.
Show answer
Step 1: long division. Divide by :
x^{3}+2x^{2}-x+1-x\left(x^{2}-1\right) &= 2x^{2}+1,\\ 2x^{2}+1-2\left(x^{2}-1\right) &= 3 . \end{aligned}$$ So the quotient is $x+2$ with remainder $3$: $$f(x)=x+2+\frac{3}{x^{2}-1}.$$ Check: $(x+2)\left(x^{2}-1\right)+3=x^{3}-x+2x^{2}-2+3=x^{3}+2x^{2}-x+1$. ✔ **Step 2: vertical asymptotes.** $x^{2}-1=(x-1)(x+1)$ vanishes at $x=\pm 1$. The numerator at $x=1$ is $1+2-1+1=3\ne 0$ and at $x=-1$ is $-1+2+1+1=3\ne 0$, so no cancellation occurs and both $x=1$ and $x=-1$ are vertical asymptotes. Signs come from $\dfrac{3}{(x-1)(x+1)}$ (the polynomial part $x+2$ stays bounded): - $x\to 1^{+}$: $x-1\to 0^{+}$, $x+1\to 2 > 0$, so $x^{2}-1\to 0^{+}$ and $f(x)\to +\infty$. - $x\to 1^{-}$: $x-1\to 0^{-}$, $x+1\to 2 > 0$, so $x^{2}-1\to 0^{-}$ and $f(x)\to -\infty$. - $x\to -1^{-}$: $x-1\to -2 < 0$, $x+1\to 0^{-}$, so $x^{2}-1\to 0^{+}$ and $f(x)\to +\infty$. - $x\to -1^{+}$: $x-1\to -2 < 0$, $x+1\to 0^{+}$, so $x^{2}-1\to 0^{-}$ and $f(x)\to -\infty$. (Sanity check: for $|x| > 1$ we have $x^{2}-1 > 0$ and for $|x| < 1$ we have $x^{2}-1 < 0$, matching the four signs above.) **Step 3: slant asymptote.** Since $\dfrac{3}{x^{2}-1}\to 0$ as $x\to\pm\infty$, $f(x)-(x+2)\to 0$, so $$y=x+2$$ is a slant asymptote in both directions. Because $x^{2}-1 > 0$ once $|x| > 1$, the difference $\dfrac{3}{x^{2}-1}$ is **positive** in both tails: the curve approaches $y=x+2$ **from above** as $x\to+\infty$ and also **from above** as $x\to-\infty$. **Step 4: horizontal asymptotes.** None: $f(x)\to+\infty$ as $x\to+\infty$ and $f(x)\to-\infty$ as $x\to-\infty$ (the degree of the numerator exceeds that of the denominator). **Answer:** vertical asymptotes $x=1$ (with $+\infty$ on the right, $-\infty$ on the left) and $x=-1$ (with $-\infty$ on the right, $+\infty$ on the left); slant asymptote $y=x+2$, approached from above in both directions; no horizontal asymptote.Let . State the domain, and find the oblique asymptotes as and as using and .
Show hint
Compute the slope first by pulling out of the root, and get the intercept with a conjugate multiplication.
Show answer
Domain. exactly when or . Both tails are included, so both asymptotes make sense.
Right-hand asymptote (, so ).
Slope: Intercept (an form, so use the conjugate):
b &= \lim_{x\to\infty}\left(\sqrt{x^{2}+4x}-x\right) = \lim_{x\to\infty}\frac{\left(x^{2}+4x\right)-x^{2}}{\sqrt{x^{2}+4x}+x} = \lim_{x\to\infty}\frac{4x}{x\left(\sqrt{1+\dfrac{4}{x}}+1\right)}\\ &= \lim_{x\to\infty}\frac{4}{\sqrt{1+\dfrac{4}{x}}+1}=\frac{4}{2}=2 . \end{aligned}$$ So the right-hand asymptote is $y=x+2$. **Left-hand asymptote ($x\to-\infty$, so $|x|=-x$).** Slope: $$m=\lim_{x\to-\infty}\frac{\sqrt{x^{2}+4x}}{x}=\lim_{x\to-\infty}\frac{-x\sqrt{1+\dfrac{4}{x}}}{x}=\lim_{x\to-\infty}\left(-\sqrt{1+\frac{4}{x}}\right)=-1 .$$ Intercept: $$\begin{aligned} b &= \lim_{x\to-\infty}\left(\sqrt{x^{2}+4x}+x\right) = \lim_{x\to-\infty}\frac{\left(x^{2}+4x\right)-x^{2}}{\sqrt{x^{2}+4x}-x} = \lim_{x\to-\infty}\frac{4x}{x\left(-\sqrt{1+\dfrac{4}{x}}-1\right)}\\ &= \lim_{x\to-\infty}\frac{4}{-\sqrt{1+\dfrac{4}{x}}-1}=\frac{4}{-2}=-2 . \end{aligned}$$ (In the third equality we divided numerator and denominator by $x < 0$, which turns $\dfrac{\sqrt{x^{2}+4x}}{x}$ into $-\sqrt{1+\frac{4}{x}}$.) So the left-hand asymptote is $y=-x-2$. **Numerical check.** $f(100)=\sqrt{10400}\approx 101.980$ versus $x+2=102$; $f(-100)=\sqrt{9600}\approx 97.980$ versus $-x-2=98$. Both differences are small and shrinking. ✔ **Answer:** domain $x\le -4$ or $x\ge 0$; oblique asymptotes $y=x+2$ as $x\to+\infty$ and $y=-x-2$ as $x\to-\infty$ (the curve lies just below each line). There are no vertical asymptotes: $f$ is continuous on its whole domain.Find the value of the constant for which Explain why the naive answer "the limit is because both roots behave like " is wrong.
Show hint
Both terms grow like , so this is : rationalise with the conjugate and keep track of the linear term that survives.
Show answer
Step 1: rationalise. For large both radicands are positive. Multiply and divide by the conjugate :
\sqrt{x^{2}+ax}-\sqrt{x^{2}+1} &= \frac{\left(x^{2}+ax\right)-\left(x^{2}+1\right)}{\sqrt{x^{2}+ax}+\sqrt{x^{2}+1}} = \frac{ax-1}{\sqrt{x^{2}+ax}+\sqrt{x^{2}+1}} . \end{aligned}$$ **Step 2: divide by $x$.** For $x > 0$ we have $x=\sqrt{x^{2}}$, so each root divided by $x$ can be written with the $x^{2}$ pulled inside: $$\frac{ax-1}{\sqrt{x^{2}+ax}+\sqrt{x^{2}+1}} =\frac{a-\dfrac{1}{x}}{\sqrt{1+\dfrac{a}{x}}+\sqrt{1+\dfrac{1}{x^{2}}}} .$$ **Step 3: take the limit.** As $x\to\infty$, $\dfrac{1}{x}\to 0$, $\dfrac{a}{x}\to 0$ and $\dfrac{1}{x^{2}}\to 0$, so $$\lim_{x\to\infty}\left(\sqrt{x^{2}+ax}-\sqrt{x^{2}+1}\right)=\frac{a-0}{\sqrt{1}+\sqrt{1}}=\frac{a}{2}.$$ **Step 4: solve.** $\dfrac{a}{2}=3\Rightarrow a=6$. (With $a=6$ the radicand $x^{2}+6x$ is positive for all large $x$, so the expression is defined; the answer is consistent.) **Numerical check.** With $a=6$ and $x=10^{6}$: $\sqrt{10^{12}+6\times 10^{6}}\approx 1\,000\,003.000$ and $\sqrt{10^{12}+1}\approx 1\,000\,000.000$, whose difference is $\approx 3$. ✔ **Why the naive answer fails.** It is true that both roots are asymptotic to $x$, i.e. each equals $x+O(1)$, but the constant-order parts need not cancel: $\sqrt{x^{2}+ax}=x+\dfrac{a}{2}+o(1)$ while $\sqrt{x^{2}+1}=x+o(1)$. Subtracting two quantities that both tend to $\infty$ is an indeterminate form precisely because the difference of the *lower-order* terms survives. Only an algebraic rearrangement (here, the conjugate) makes that surviving term visible. **Answer:** $a=6$.