AP Calculus AB and BC

Limit of (sqrt x - 2)/(x-4) at x = 4 Is 1/4

The limit of (sqrt(x) - 2)/(x - 4) as x approaches 4 is 1/4. Direct substitution gives 0/0, and the radical blocks ordinary factoring. Multiply top and bottom by the conjugate sqrt(x) + 2: the numerator becomes x - 4, cancels, and leaves 1/(sqrt(x) + 2), which is 1/4 at x = 4.

limx4x2x4=14\lim_{x \to 4} \frac{\sqrt{x}-2}{x-4} = \frac{1}{4}

Settled by multiplying by the conjugate.

Clearing the radical with a conjugate

The blocker is the radical: x2\sqrt{x}-2 has no polynomial factor to match the x4x-4 underneath it. Multiplying top and bottom by the conjugate x+2\sqrt{x}+2 turns the numerator into a difference of squares and clears the root.

x2x4x+2x+2=(x)222(x4)(x+2)=x4(x4)(x+2)\frac{\sqrt{x}-2}{x-4} \cdot \frac{\sqrt{x}+2}{\sqrt{x}+2} = \frac{\left(\sqrt{x}\right)^2 - 2^2}{(x-4)\left(\sqrt{x}+2\right)} = \frac{x-4}{(x-4)\left(\sqrt{x}+2\right)}

Multiplying by x+2x+2\frac{\sqrt{x}+2}{\sqrt{x}+2} is multiplying by 11, so nothing about the function changed. What changed is that (x4)(x-4) is now visible on top, and it cancels for every x4x \neq 4.

limx41x+2=14+2=12+2=14\lim_{x \to 4} \frac{1}{\sqrt{x}+2} = \frac{1}{\sqrt{4}+2} = \frac{1}{2+2} = \frac{1}{4}

The same move, seen as factoring

For x0x \ge 0 the denominator itself factors: x4=(x2)(x+2)x - 4 = \left(\sqrt{x}-2\right)\left(\sqrt{x}+2\right). Cancelling directly leaves 1x+2\frac{1}{\sqrt{x}+2} in one step. The conjugate is the mechanical version of that observation, which is why it is the standing response to a radical inside 00\frac{0}{0}.

What direct substitution gives

Since 4=2\sqrt{4} = 2, the numerator is 22=02 - 2 = 0, and the denominator is 44=04 - 4 = 0.

4244=00\frac{\sqrt{4}-2}{4-4} = \frac{0}{0}

On a rational function the reflex after 00\frac{0}{0} is to factor, but there is no polynomial on top to factor. A square root inside an indeterminate quotient is the marker for the conjugate instead, and the tell is that the radical sits alone against a plain number.

Nothing here can be cancelled before that step. Writing xx\frac{\sqrt{x}}{x} and reducing it, or cancelling the 22 with the 44, changes the function into a different one.

The mistakes students make

  • Multiplying only the numerator by x+2\sqrt{x}+2. Both parts must be multiplied, or the expression is no longer equal to the original.
  • Using x2\sqrt{x}-2 as its own conjugate. The conjugate flips the sign between the terms, so it is x+2\sqrt{x}+2.
  • Writing x2=x4\sqrt{x}-2 = \sqrt{x-4}. Roots do not distribute across subtraction; at x=8x = 8 the first is about 0.830.83 and the second is 22.
  • Reporting 44 instead of 14\frac{1}{4}. After the cancellation the surviving expression is 1x+2\frac{1}{\sqrt{x}+2}, so the 44 ends up in the denominator.

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 there a derivative shortcut for this one?

Yes. With g(x)=xg(x) = \sqrt{x} and g(4)=2g(4) = 2, the fraction is g(x)g(4)x4\frac{g(x)-g(4)}{x-4}, the difference quotient for x\sqrt{x} at x=4x = 4. So the limit is g(4)=124=14g'(4) = \frac{1}{2\sqrt{4}} = \frac{1}{4}, matching the conjugate work.

Does L'Hopital's rule work here?

It does. The form is 00\frac{0}{0}, and differentiating top and bottom gives 12x\frac{1}{2\sqrt{x}}, which is 14\frac{1}{4} at x=4x = 4. Unit 1 expects the conjugate, since L'Hopital is a Unit 4 tool, but it is a fair way to check the answer.

When do I use the conjugate instead of factoring?

Use it when substitution gives 00\frac{0}{0} and a square root is standing in the way, on either the top or the bottom. Factoring handles polynomials; the conjugate handles radicals by squaring them away. If the radical is a sum such as x+3\sqrt{x}+\sqrt{3}, the conjugate is x3\sqrt{x}-\sqrt{3}.