AP Calculus AB and BC

Limit of sqrt(x^2+1)/x at Infinity Is 1

The limit of the square root of x squared plus 1, divided by x, as x approaches infinity, is 1. Substitution gives infinity over infinity. For positive x it equals the square root of 1 plus 1 over x squared, which tends to 1. At negative infinity it is -1, since the square root of x squared is the absolute value of x.

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

Settled by dividing by the dominant term.

Moving x under the root

Heading to ++\infty means x>0x > 0, and on that side x=x2x = \sqrt{x^2}. So dividing by xx is the same as dividing by x2\sqrt{x^2}, which slides straight under the radical and combines with what is already there.

x2+1x=x2+1x2=x2+1x2=1+1x2(x>0)\frac{\sqrt{x^2+1}}{x} = \frac{\sqrt{x^2+1}}{\sqrt{x^2}} = \sqrt{\frac{x^2+1}{x^2}} = \sqrt{1+\frac{1}{x^2}} \qquad (x > 0)

Nothing indeterminate is left. The 1x2\frac{1}{x^2} goes to 00, the radicand goes to 11, and the square root is continuous at 11.

limx1+1x2=1=1\lim_{x \to \infty} \sqrt{1+\frac{1}{x^2}} = \sqrt{1} = 1
xxx2+1x\frac{\sqrt{x^2+1}}{x}
10101.0049881.004988
1001001.00005001.0000500
100010001.00000051.0000005

Every value sits above 11, since x2+1>x2x^2+1 > x^2 forces x2+1>x\sqrt{x^2+1} > x for positive xx. The graph settles onto y=1y = 1 from above and never touches it.

Why substitution fails, and why L'Hopital cycles

Both parts run to \infty, so substitution returns \frac{\infty}{\infty}, which is silent about the ratio. The tempting repair is a degree count: top of degree 22, bottom of degree 11, answer \infty. That count is wrong because a square root halves growth, so x2+1\sqrt{x^2+1} behaves like degree 11 and matches the denominator.

L'Hopital's rule is available, since the form is one it accepts, and it goes in circles. Differentiating the radical by the chain rule gives xx2+1\frac{x}{\sqrt{x^2+1}}, which is the reciprocal of the original expression.

limxx2+1x    limxxx2+11=limxxx2+1\lim_{x \to \infty} \frac{\sqrt{x^2+1}}{x} \;\longrightarrow\; \lim_{x \to \infty} \frac{\frac{x}{\sqrt{x^2+1}}}{1} = \lim_{x \to \infty} \frac{x}{\sqrt{x^2+1}}

One more pass brings the original back, so the rule alternates forever between a function and its reciprocal. Legal and useful are separate tests, and a cycling L'Hopital means switch methods rather than keep going.

The absolute value at the far left

The step that gets written down wrong is x2=x\sqrt{x^2} = x. A square root returns the nonnegative root, so the identity carries bars and the negative side needs the other branch.

x2=x,x2+1x=1+1x2(x<0)\sqrt{x^2} = |x|, \qquad \frac{\sqrt{x^2+1}}{x} = -\sqrt{1+\frac{1}{x^2}} \qquad (x < 0)
limxx2+1x=1\lim_{x \to -\infty} \frac{\sqrt{x^2+1}}{x} = -1

A sign check confirms it without algebra: the numerator is a square root and therefore positive, the denominator is negative far to the left, and a positive over a negative is negative. At x=1000x = -1000 the value is about 1.0000005-1.0000005.

So the graph has two horizontal asymptotes, y=1y = 1 and y=1y = -1, and it approaches each from outside.

The mistakes students make

  • Writing x2+1=x+1\sqrt{x^2+1} = x+1. At x=3x = 3 that claims 44 where the true value is about 3.1623.162; roots do not open across a sum.
  • Writing x2=x\sqrt{x^2} = x with no bars, which silently reports 11 at -\infty where the answer is 1-1.
  • Answering \infty from a degree count that ignores the root. Halve the degree of the radicand before comparing.
  • Cancelling the x2x^2 under the radical against the xx outside it. The outside xx has to be squared before it can enter the root, which is exactly what x2\sqrt{x^2} records.
  • Reporting that the limit does not exist because the two ends disagree. Each end has its own limit, 11 and 1-1, and both exist.

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

Is this just the reciprocal of the limit of x/sqrt(x^2+1)?

Yes. That limit is 11, and reciprocals invert limits whenever the limit is not 00, so this one is 11=1\frac{1}{1} = 1. Had the first limit been 00, the reciprocal rule would not apply and the answer would be an unbounded one instead.

Why do the values stay above 1?

Because x2+1\sqrt{x^2+1} is strictly larger than x2=x\sqrt{x^2} = x for positive xx, so the numerator always beats the denominator by a shrinking margin. At x=10x = 10 that margin puts the function at about 1.0049881.004988, and the gap closes like 12x2\frac{1}{2x^2}.

What about sqrt(4x^2+1)/x or sqrt(x^2+x)/x?

They give 22 and 11. Factoring out x2x^2 turns the first into 4+1x22\sqrt{4+\frac{1}{x^2}} \to 2 and the second into 1+1x1\sqrt{1+\frac{1}{x}} \to 1. The leading coefficient inside the radical comes out as its square root, which is the rule worth remembering.