AP Calculus AB and BC

Limit of sqrt(x^2+x) - x at Infinity

The limit of the square root of x squared plus x, minus x, as x approaches infinity is one half. Substitution gives infinity minus infinity, an indeterminate form, so multiply by the conjugate: that turns the difference into x over the sum of that root and x, which tends to one half. Answering 0 is the classic error.

limxx2+xx=12\lim_{x \to \infty} \sqrt{x^2+x}-x = \frac{1}{2}

Settled by multiplying by the conjugate.

Running the conjugate

Multiply and divide by the conjugate x2+x+x\sqrt{x^{2}+x}+x. A difference times its conjugate is a difference of squares, and squaring the radical is exactly what clears it.

(x2+xx)x2+x+xx2+x+x=(x2+x)x2x2+x+x\left(\sqrt{x^{2}+x}-x\right) \cdot \frac{\sqrt{x^{2}+x}+x}{\sqrt{x^{2}+x}+x} = \frac{(x^{2}+x) - x^{2}}{\sqrt{x^{2}+x}+x}

The x2x^{2} terms cancel, which is the point of the whole maneuver. A subtraction of two unbounded quantities has become a quotient.

x2+xx=xx2+x+x\sqrt{x^{2}+x}-x = \frac{x}{\sqrt{x^{2}+x}+x}

That quotient is \frac{\infty}{\infty}, so divide top and bottom by xx. Since x>0x > 0 on this side, x=x2x = \sqrt{x^{2}} and the division moves cleanly under the radical.

xx2+x+x=11+1x+1(x>0)\frac{x}{\sqrt{x^{2}+x}+x} = \frac{1}{\sqrt{1 + \frac{1}{x}} + 1} \quad (x > 0)

Now 1x\frac{1}{x} goes to 0, the radical goes to 1, and the denominator settles at 2.

limx11+1x+1=11+1=12\lim_{x \to \infty} \frac{1}{\sqrt{1 + \frac{1}{x}} + 1} = \frac{1}{1+1} = \frac{1}{2}
xxx2+xx\sqrt{x^{2}+x}-x
10100.488090.48809
1001000.498760.49876
100010000.499880.49988

Why substitution fails

Both terms grow without bound, so substitution returns \infty - \infty. That form is indeterminate, and it is the one students most often treat as though it were arithmetic. Two unbounded quantities can differ by anything at all, because the answer depends on how the gap between them behaves, not on the fact that both are large.

Four expressions share the form and land in four different places, including two that differ only in a single coefficient under the radical.

ExpressionFormLimit at infinity
(x+3)x(x+3)-x\infty - \infty33
x2+1x\sqrt{x^{2}+1}-x\infty - \infty00
x2+xx\sqrt{x^{2}+x}-x\infty - \infty12\frac{1}{2}
x2xx^{2}-x\infty - \infty\infty

Rows two and three are the instructive pair. Adding a constant under the radical leaves a gap that closes to 0, while adding an xx leaves a gap that settles at 12\frac{1}{2}, and no inspection of the form distinguishes them.

Why 0 is the wrong instinct

The reasoning behind answering 0 is that x2+x\sqrt{x^{2}+x} is basically xx for large inputs, so the difference should vanish. The first half of that is true as a leading-order statement. The trouble is that the entire question is the size of the leftover, and rounding the radical to xx throws the leftover away.

Completing the square shows what the leftover actually is, and confirms the answer without any conjugate.

x2+x=(x+12)214x^{2}+x = \left(x+\frac{1}{2}\right)^{2} - \frac{1}{4}

So x2+x\sqrt{x^{2}+x} sits just under x+12x + \frac{1}{2}, and the deficit shrinks as xx grows. Subtracting xx leaves something just under 12\frac{1}{2}, closing on it from below, which matches the table above.

The general version is worth carrying. Whatever sits under the radical, the linear coefficient is what survives, halved.

limx(x2+bx+cx)=b2\lim_{x \to \infty} \left(\sqrt{x^{2}+bx+c}-x\right) = \frac{b}{2}

Check it against the cases you know

Setting b=1b = 1 returns 12\frac{1}{2}, this page's answer. Setting b=0b = 0 returns 0, which is the x2+1x\sqrt{x^{2}+1}-x row of the table, and shows the constant cc never affects the limit. The same formula says y=x+b2y = x + \frac{b}{2} is the slant asymptote of y=x2+bx+cy = \sqrt{x^{2}+bx+c} on the right; on the left the radical behaves like xb2-x - \frac{b}{2}, so that branch has the asymptote y=xb2y = -x - \frac{b}{2}.

Not sure which technique a limit wants?

The Limit Method Chooser walks the decision from direct substitution through factoring, the conjugate, and L'Hopital, and says why each one applies or fails.

Frequently asked questions

Why can't I use L'Hopital's rule directly?

It applies to quotients in 00\frac{0}{0} or \frac{\infty}{\infty} form, and x2+xx\sqrt{x^{2}+x}-x is a difference, not a quotient. The \infty - \infty form has to be rewritten first, and the conjugate is the cleanest rewrite. Once it is xx2+x+x\frac{x}{\sqrt{x^{2}+x}+x} the rule becomes legal, though dividing by xx is faster.

What is the limit as x approaches negative infinity?

It is \infty, not 12\frac{1}{2}, and the conjugate is not the way to see it. For x<1x < -1 the radical is roughly x=x|x| = -x, so the expression behaves like xx=2x-x - x = -2x, which is large and positive. At x=100x = -100 the value is about 199.5199.5. Never carry an at-infinity answer over to the other end without rechecking signs.

Does the conjugate trick always work on infinity minus infinity?

It is the right first move whenever at least one term is a square root, because squaring is what cancels the unbounded parts. Without a radical, use a different rewrite: factor out the dominant term, or put the two pieces over a common denominator, then evaluate the quotient that results.