AP Calculus AB and BC

Derivative of sqrt(x^2+1): Answer, Proof, Mistakes

The derivative of sqrt(x^2+1) with respect to x is x/sqrt(x^2+1). Write the root as (x^2+1)^(1/2) and use the chain rule: the power rule gives (1/2)(x^2+1)^(-1/2), and multiplying by the inner derivative 2x leaves x/sqrt(x^2+1). The slope is 0 at x = 0 and approaches 1 for large positive x.

ddx[x2+1]=xx2+1\frac{d}{dx}\left[\sqrt{x^2+1}\right] = \frac{x}{\sqrt{x^2+1}}

The proof: chain rule on (x^2+1)^(1/2)

Rewrite the square root as a power so the power rule applies: x2+1=(x2+1)1/2\sqrt{x^2+1} = (x^2+1)^{1/2}. The inner function is u=x2+1u = x^2 + 1 with u=2xu' = 2x.

ddx(x2+1)1/2=12(x2+1)1/22x=2x2x2+1=xx2+1\frac{d}{dx}(x^2+1)^{1/2} = \frac{1}{2}(x^2+1)^{-1/2}\cdot 2x = \frac{2x}{2\sqrt{x^2+1}} = \frac{x}{\sqrt{x^2+1}}

The 12\frac{1}{2} from the power rule and the 22 from the inner derivative cancel, leaving a clean xx2+1\frac{x}{\sqrt{x^2+1}}. Notice x2+11>0x^2 + 1 \geq 1 > 0 for all xx, so the derivative is defined everywhere, with no domain gaps.

What the slope tells you

The sign of xx2+1\frac{x}{\sqrt{x^2+1}} is the sign of xx, since the denominator is always positive. So the curve falls for x<0x < 0, has a minimum at x=0x = 0, and rises for x>0x > 0.

For large x|x|, x2+1x\sqrt{x^2+1} \approx |x|, so the slope approaches 11 as xx \to \infty and 1-1 as xx \to -\infty. The graph straightens toward the slant asymptotes y=±xy = \pm x of the hyperbola.

Common mistakes

  • Answering 12x2+1\frac{1}{2\sqrt{x^2+1}} and forgetting the inner derivative 2x2x. Without the chain rule factor the xx in the numerator never appears.
  • Differentiating the square root as if the inside were just xx, giving 12x\frac{1}{2\sqrt{x}}-style answers. The inside is x2+1x^2 + 1, so its derivative 2x2x belongs in the numerator.
  • Botching the exponent: from (x2+1)1/2(x^2+1)^{1/2} the new exponent is 12-\frac{1}{2}, not 12\frac{1}{2} or 32-\frac{3}{2}.
  • Splitting the root as x2+1\sqrt{x^2} + \sqrt{1}. Square roots do not distribute over addition, so x2+1x+1\sqrt{x^2+1} \neq x + 1.

Check yourself, not just the answer

Type derivatives and get graded on mathematical equivalence, with rule-level hints when you miss, in the Derivative Practice Checker.

Frequently asked questions

What is the derivative of sqrt(x^2+1)?

It is xx2+1\frac{x}{\sqrt{x^2+1}}. Write it as (x2+1)1/2(x^2+1)^{1/2} and apply the chain rule: 12(x2+1)1/22x\frac{1}{2}(x^2+1)^{-1/2}\cdot 2x simplifies to xx2+1\frac{x}{\sqrt{x^2+1}}.

Where is the derivative zero?

Only at x=0x = 0. The numerator xx is zero there while the denominator x2+1=1\sqrt{x^2+1} = 1 is nonzero, so the curve has a minimum at x=0x = 0.

Is the derivative ever undefined?

No. Since x2+11x^2 + 1 \geq 1, the denominator x2+1\sqrt{x^2+1} is never zero, so xx2+1\frac{x}{\sqrt{x^2+1}} is defined for every real xx.