AP Calculus AB and BC

Derivative of sqrt(x): Answer, Proof, and Mistakes

The derivative of the square root of x is 1 over 2 times the square root of x, written f'(x) = 1/(2 sqrt(x)). It comes from the power rule: rewrite sqrt(x) as x^(1/2), so the derivative is (1/2)x^(-1/2). The slope is defined for x > 0 and grows without bound as x approaches 0.

ddx[x]=12x\frac{d}{dx}\left[\sqrt{x}\right] = \frac{1}{2\sqrt{x}}

The proof: it is just the power rule

The square root is a power in disguise. Rewrite x\sqrt{x} as x1/2x^{1/2}, then apply the power rule ddx[xn]=nxn1\frac{d}{dx}\left[x^n\right] = n\,x^{n-1} with n=12n = \frac{1}{2}.

ddx[x1/2]=12x1/21=12x1/2=121x=12x\frac{d}{dx}\left[x^{1/2}\right] = \frac{1}{2}\,x^{1/2 - 1} = \frac{1}{2}\,x^{-1/2} = \frac{1}{2}\cdot\frac{1}{\sqrt{x}} = \frac{1}{2\sqrt{x}}

Rewrite before you differentiate

Radicals and variables in a denominator are power-rule problems in disguise. Turn every square root into a fractional exponent, x=x1/2\sqrt{x} = x^{1/2}, and every 1xk\frac{1}{x^k} into xkx^{-k}, before you touch the derivative. Skipping that step is where most coefficient and sign errors begin.

Why the slope blows up at x = 0

The function x\sqrt{x} is defined at x=0x = 0, where 0=0\sqrt{0} = 0, but its derivative is not. As xx shrinks toward 00, x\sqrt{x} shrinks with it, so 12x\frac{1}{2\sqrt{x}} grows without bound.

limx0+12x=+\lim_{x \to 0^+} \frac{1}{2\sqrt{x}} = +\infty

Geometrically, the graph leaves the origin with a vertical tangent line, and a vertical line has no finite slope. So x\sqrt{x} is continuous at 00 but not differentiable there. The domain of f(x)=12xf'(x) = \frac{1}{2\sqrt{x}} is x>0x > 0, one endpoint narrower than the domain x0x \ge 0 of x\sqrt{x} itself.

Where √x shows up on the AP exam

You rarely differentiate a bare x\sqrt{x} on the exam. The plain case is a one-line power-rule check, but square roots earn their points inside larger expressions, where they force a chain rule or hide in a distance formula.

ContextWhat you doCED location
A bare x\sqrt{x} termPower rule with n=12n = \frac{1}{2}Unit 2, Topic 2.5 (Applying the Power Rule)
A composite g(x)\sqrt{g(x)}Chain rule: outside times insideUnit 3, Topic 3.1 (The Chain Rule)
Distance x2+y2\sqrt{x^2 + y^2} in related ratesChain rule while differentiating with respect to timeUnit 4, Topics 4.4 to 4.5
Arc length integrand, 1+[f(x)]2\sqrt{1 + [f'(x)]^2} (BC)Set up the integral, then evaluateUnit 8, Topic 8.13

The differentiation units are heavily weighted. Unit 2 (fundamental derivative rules) is worth 10 to 15 percent of the AB exam and 5 to 10 percent of BC; Unit 3 (chain rule and composites) is worth 5 to 10 percent on both. Knowing ddx[x]\frac{d}{dx}\left[\sqrt{x}\right] cold frees time for the harder composites built on top of it.

Common mistakes

  • Misplacing the coefficient 12\frac{1}{2}. The derivative is 12x\frac{1}{2\sqrt{x}}, not 2x2\sqrt{x} or x2\frac{\sqrt{x}}{2}. The coefficient 12\frac{1}{2} multiplies x1/2x^{-1/2}, so both the 22 and the root land in the denominator, never in the numerator.
  • Forgetting to subtract 11 from the exponent. Differentiating x1/2x^{1/2} gives 12x1/2\frac{1}{2}x^{-1/2}, not 12x1/2\frac{1}{2}x^{1/2}. The new exponent is 121=12\frac{1}{2} - 1 = -\frac{1}{2}.
  • Dropping the chain rule. For g(x)\sqrt{g(x)} the answer is g(x)2g(x)\frac{g'(x)}{2\sqrt{g(x)}}; writing 12g(x)\frac{1}{2\sqrt{g(x)}} alone leaves out the inside derivative g(x)g'(x).
  • Reporting a slope at x=0x = 0. There is none, since the tangent is vertical, so f(0)f'(0) does not exist even though 0=0\sqrt{0} = 0.
  • Confusing the derivative with the integral. ddx[x]=12x\frac{d}{dx}\left[\sqrt{x}\right] = \frac{1}{2\sqrt{x}}, while xdx=23x3/2+C\int \sqrt{x}\,dx = \frac{2}{3}x^{3/2} + C. Adding 11 to the exponent is integration; subtracting 11 is differentiation.

Two chain-rule composites

Every composite g(x)\sqrt{g(x)} reuses the same outside derivative, 12g(x)\frac{1}{2\sqrt{g(x)}}, multiplied by the inside derivative g(x)g'(x).

Take ddx[x2+1]\frac{d}{dx}\left[\sqrt{x^2 + 1}\right]. Here g(x)=x2+1g(x) = x^2 + 1 and g(x)=2xg'(x) = 2x.

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

Take ddx[sinx]\frac{d}{dx}\left[\sqrt{\sin x}\right]. Here g(x)=sinxg(x) = \sin x and g(x)=cosxg'(x) = \cos x.

ddx[sinx]=12sinxcosx=cosx2sinx\frac{d}{dx}\left[\sqrt{\sin x}\right] = \frac{1}{2\sqrt{\sin x}}\cdot \cos x = \frac{\cos x}{2\sqrt{\sin x}}

The pattern never changes: differentiate the root, then multiply by the derivative of whatever sits under it.

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 x\sqrt{x}?

It is 12x\frac{1}{2\sqrt{x}}, valid for x>0x > 0. Rewrite x\sqrt{x} as x1/2x^{1/2} and use the power rule: the exponent 12\frac{1}{2} comes down as a coefficient and drops to 12-\frac{1}{2}, giving 12x1/2=12x\frac{1}{2}x^{-1/2} = \frac{1}{2\sqrt{x}}.

Why is the 22 in the denominator?

Because the power rule brings the exponent 12\frac{1}{2} down as a coefficient. That 12\frac{1}{2} multiplies x1/2=1xx^{-1/2} = \frac{1}{\sqrt{x}}, so the product is 121x=12x\frac{1}{2}\cdot\frac{1}{\sqrt{x}} = \frac{1}{2\sqrt{x}}, with both the 22 and the root below the bar.

Is x\sqrt{x} differentiable at x=0x = 0?

No. The function is continuous at 00 because x0\sqrt{x} \to 0 as x0+x \to 0^+, matching its value 0=0\sqrt{0} = 0; but the graph has a vertical tangent there, so the slope is undefined. The derivative 12x\frac{1}{2\sqrt{x}} exists only for x>0x > 0.

How do you differentiate g(x)\sqrt{g(x)}?

Use the chain rule: ddx[g(x)]=g(x)2g(x)\frac{d}{dx}\left[\sqrt{g(x)}\right] = \frac{g'(x)}{2\sqrt{g(x)}}. For example, ddx[3x]=323x\frac{d}{dx}\left[\sqrt{3x}\right] = \frac{3}{2\sqrt{3x}} and ddx[x2+1]=xx2+1\frac{d}{dx}\left[\sqrt{x^2 + 1}\right] = \frac{x}{\sqrt{x^2 + 1}}.