AP Calculus AB and BC

Limit of (sqrt(x + 9) - 3)/x at 0 Is 1/6

The limit of the square root of x plus 9, minus 3, all over x, as x approaches 0 is one sixth. Multiplying top and bottom by the conjugate turns the numerator into x, which cancels the denominator. What is left is 1 over the square root of x plus 9, plus 3, and that is 1 over 6.

limx0x+93x=16\lim_{x \to 0} \frac{\sqrt{x+9}-3}{x} = \frac{1}{6}

Settled by multiplying by the conjugate.

Multiply by the conjugate

The conjugate of x+93\sqrt{x+9}-3 is x+9+3\sqrt{x+9}+3. Multiplying the pair uses (ab)(a+b)=a2b2(a-b)(a+b) = a^{2}-b^{2}, and squaring the root is exactly what removes it.

x+93xx+9+3x+9+3=(x+9)9x(x+9+3)=xx(x+9+3)\frac{\sqrt{x+9}-3}{x} \cdot \frac{\sqrt{x+9}+3}{\sqrt{x+9}+3} = \frac{(x+9)-9}{x\left(\sqrt{x+9}+3\right)} = \frac{x}{x\left(\sqrt{x+9}+3\right)}
limx01x+9+3=13+3=16\lim_{x \to 0}\frac{1}{\sqrt{x+9}+3} = \frac{1}{3+3} = \frac{1}{6}

Read the leftover denominator

The numerator collapses to xx and nothing else, which is precisely the factor the denominator needs. Leave the new denominator in factored form as x(x+9+3)x\left(\sqrt{x+9}+3\right): multiplying it out buries the cancellation you are trying to make.

After the cancellation the surviving expression is continuous at 00, so substitution finishes the job. The conjugate does not change the value of anything, it only moves the difficulty from the numerator to a denominator that is safe to evaluate.

The same limit as a derivative

With f(x) = sqrt(x + 9), the quotient is f(x) minus f(0), all over x, so the limit is f prime at 0. Since the derivative is 1 over twice the square root of x plus 9, its value at 0 is 1 over 6.

The mistakes students make

Two of these are algebra with roots, one is a misread of the indeterminate form.

  • Writing x+9=x+3\sqrt{x+9} = \sqrt{x}+3. That collapses the quotient to 1x\frac{1}{\sqrt{x}}, which blows up as x0+x \to 0^{+} and is not even defined for x<0x < 0, so it points nowhere near 16\frac{1}{6}. Roots do not split across a sum.
  • Expanding the denominator to xx+9+3xx\sqrt{x+9}+3x, which hides the shared factor xx and sends you back to 00\frac{0}{0}.
  • Answering 00 because the numerator tends to 00. The denominator does too, so the answer depends on which one shrinks faster.

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

What is the limit of x+93x\frac{\sqrt{x+9}-3}{x} as x approaches 0?

It is 16\frac{1}{6}.

What is the conjugate of x+93\sqrt{x+9}-3?

It is x+9+3\sqrt{x+9}+3, the same two terms with the sign between them flipped.

Can I use L'Hopital's rule instead?

Yes. The derivative of x+9\sqrt{x+9} is 12x+9\frac{1}{2\sqrt{x+9}}, and over 11 that is 16\frac{1}{6} at x=0x = 0. The conjugate method needs no calculus, which is why Unit 1 expects it.