AP Calculus AB and BC

Derivative of e^sqrt(x): Answer, Proof, Mistakes

The derivative of e^sqrt(x) is e^sqrt(x) divided by 2 sqrt x. The exponential reproduces itself under differentiation, so the entire calculation reduces to the chain factor, and the derivative of sqrt x is 1 over 2 sqrt x, which divides rather than multiplies.

ddx[ex]=ex2x\frac{d}{dx}\left[e^{\sqrt{x}}\right] = \frac{e^{\sqrt{x}}}{2\sqrt{x}}

Differentiating e^sqrt(x)

Nothing about the exponential changes when you differentiate it, so all of the work sits in the inner function. Take u=xu=\sqrt{x}, so that u=12xu'=\frac{1}{2\sqrt{x}}, and apply ddxeu=euu\frac{d}{dx}e^{u}=e^{u}u'.

ddxex=ex12x=ex2x\frac{d}{dx}e^{\sqrt{x}} = e^{\sqrt{x}}\cdot\frac{1}{2\sqrt{x}} = \frac{e^{\sqrt{x}}}{2\sqrt{x}}

The exponent stays exactly as it was. A derivative such as ex1e^{\sqrt{x}-1} or e12xe^{\frac{1}{2\sqrt{x}}} would mean the exponential rule had been mixed up with the power rule.

A tame function with an unbounded derivative

At x=0x=0 the function is perfectly well behaved: e0=1e^{\sqrt{0}}=1, and exe^{\sqrt{x}} is continuous on [0,)[0,\infty) with no kink or gap. The derivative tells a different story.

limx0+ex2x=+\lim_{x\to 0^{+}}\frac{e^{\sqrt{x}}}{2\sqrt{x}} = +\infty

The numerator tends to 11 and the denominator tends to 00 from above, so the slope runs off to infinity and the graph leaves the point (0,1)(0,1) with a vertical tangent. Continuity at a point promises nothing about differentiability there, and this is a clean example of the gap.

Far to the right the derivative is large again, for the opposite reason: exe^{\sqrt{x}} eventually outgrows 2x2\sqrt{x} by any margin. The smallest slope sits in between, at x=1x=1, where the derivative equals e2\frac{e}{2}.

The mistakes students make

Two of these come from stopping too early, and one from reaching for the wrong rule.

  • Answering exe^{\sqrt{x}} on its own. The exponential does reproduce itself, but the chain rule still demands the factor 12x\frac{1}{2\sqrt{x}}.
  • Answering exx\frac{e^{\sqrt{x}}}{\sqrt{x}} and losing the 22. The derivative of x1/2x^{1/2} is 12x1/2\frac{1}{2}x^{-1/2}, and that one half is part of the answer.
  • Answering xex1\sqrt{x}\,e^{\sqrt{x}-1} by pulling the exponent down. The power rule applies to xx raised to a constant, not to a constant raised to a function of xx.

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 e^sqrt(x)?

It is ex2x\frac{e^{\sqrt{x}}}{2\sqrt{x}} for x>0x>0, the original function divided by 2x2\sqrt{x}.

Why does the derivative blow up at x = 0?

Because 2x2\sqrt{x} tends to 00 while exe^{\sqrt{x}} tends to 11. The function itself is fine at x=0x=0, with value 11, but its tangent line there is vertical.

Can I do this with logarithmic differentiation?

Yes. Put y=exy=e^{\sqrt{x}}, so lny=x\ln y=\sqrt{x} and yy=12x\frac{y'}{y}=\frac{1}{2\sqrt{x}}. Multiplying back by yy returns ex2x\frac{e^{\sqrt{x}}}{2\sqrt{x}}.