AP Calculus AB and BC

Derivative of e^x: Answer, Proof, and Mistakes

The derivative of e^x is e^x. The natural exponential function equals its own derivative, the only function (apart from constant multiples) that does, so d/dx of e^x = e^x. This follows straight from the limit that defines the number e. Do not use the power rule: e^x is not x times e^(x-1).

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

Why e^x equals its own derivative

Start from the limit definition of the derivative and factor. Because ex+h=exehe^{x+h}=e^{x}\cdot e^{h}, the fixed factor exe^{x} pulls straight out of the limit, and everything that depends on hh collects into one small piece.

ddxex=limh0ex+hexh=limh0ex(eh1)h=exlimh0eh1h\frac{d}{dx}e^{x}=\lim_{h \to 0}\frac{e^{x+h}-e^{x}}{h}=\lim_{h \to 0}\frac{e^{x}\left(e^{h}-1\right)}{h}=e^{x}\lim_{h \to 0}\frac{e^{h}-1}{h}

So the whole derivative rides on one limit: limh0eh1h\lim_{h \to 0}\frac{e^{h}-1}{h}. The number ee is defined to be the exact base that makes this limit equal to 11 (equivalently, the base whose graph has slope 11 at x=0x=0). Substituting that value finishes the proof.

limh0eh1h=1ddxex=ex1=ex\lim_{h \to 0}\frac{e^{h}-1}{h}=1 \quad\Longrightarrow\quad \frac{d}{dx}e^{x}=e^{x}\cdot 1=e^{x}

Because ddxex=ex\frac{d}{dx}e^{x}=e^{x}, differentiating never changes it, and neither does antidifferentiating. It is the only function, apart from constant multiples CexCe^{x}, with that property: any yy satisfying y=yy'=y must equal CexCe^{x}.

This is what separates exe^{x} from its look-alikes. In xex^{e} the variable is the base and the exponent is the constant e2.718e \approx 2.718, so the power rule applies and gives exe1e\,x^{e-1}. In a general exponential axa^{x} the derivative is axlnaa^{x}\ln a; exe^{x} is simply the case a=ea=e, where lne=1\ln e=1 and the extra factor disappears.

FunctionTypeRule that appliesDerivative
exe^{x}exponential, base eeequals its own derivativeexe^{x}
axa^{x}exponential, base a>0a>0multiply by lna\ln aaxlnaa^{x}\ln a
xex^{e}power, constant exponentpower ruleexe1e\,x^{e-1}

Where e^x shows up on the AP exam

The rule first appears in CED Topic 2.7, Derivatives of cos x, sin x, e^x, and ln x, which names exe^{x} outright. That topic sits in Unit 2 (Differentiation: Definition and Fundamental Properties), and Unit 2 carries 10 to 15 percent of the AB exam weighting and 5 to 10 percent on BC.

Most exam appearances are composites, not the bare exe^{x}. Once a function like e3xe^{3x} or ex2e^{-x^{2}} shows up, you layer the chain rule from CED Topic 3.1 (Unit 3, Differentiation: Composite, Implicit, and Inverse Functions) on top of the base rule.

ddxeg(x)=eg(x)g(x)\frac{d}{dx}\,e^{g(x)}=e^{g(x)}\cdot g'(x)
  • Composite derivatives such as ekxe^{kx}, ex2e^{-x^{2}}, and esinxe^{\sin x}, handled with the chain rule (Topic 3.1).
  • Product and quotient combinations like x2exx^{2}e^{x} or exx\frac{e^{x}}{x}, where exe^{x} is one factor (Topics 2.8 and 2.9).
  • Exponential growth and decay solutions y=Cekty=Ce^{kt} from separable differential equations (Unit 7).
  • Tangent-line, linearization, and L'Hopital's Rule problems where you evaluate exe^{x} and its derivative at a point (Unit 4).

The self-replicating behavior runs backward too: exdx=ex+C\int e^{x}\,dx=e^{x}+C (CED Topic 6.8). The natural exponential is its own antiderivative as well as its own derivative, which is why exe^{x} survives every round of calculus you do to it.

Common mistakes

Almost every lost point on this rule traces back to one of four specific errors. Each has a clean fix once you name what went wrong.

  • Using the power rule. The exponent is the variable, so exe^{x} does not become xex1x\,e^{x-1}. The power rule is only for a constant exponent on a variable base, like xex^{e}.
  • Dropping the inside derivative. ddxe3x=3e3x\frac{d}{dx}e^{3x}=3e^{3x}, not e3xe^{3x}; the chain rule factor of 33 is part of the answer.
  • Losing the sign on exe^{-x}. The inside derivative is 1-1, so ddxex=ex\frac{d}{dx}e^{-x}=-e^{-x}.
  • Over-generalizing to other bases. ddx2x=2xln2\frac{d}{dx}2^{x}=2^{x}\ln 2, not 2x2^{x}. Only base ee drops the lna\ln a factor, because lne=1\ln e=1.

Quick self-check: if your answer to ddxex\frac{d}{dx}e^{x} has an xx in it, you used the power rule by mistake. The correct answer is exactly exe^{x}, with no coefficient and no shifted exponent.

Chain rule composites, worked

The recipe for any eg(x)e^{g(x)} is the same: copy eg(x)e^{g(x)} down unchanged, then multiply by the derivative of the exponent. Two standard exam composites make the pattern concrete.

ddxe3x=e3xddx(3x)=e3x3=3e3x\frac{d}{dx}\,e^{3x}=e^{3x}\cdot\frac{d}{dx}(3x)=e^{3x}\cdot 3=3e^{3x}

The second example has a polynomial inside, so the multiplier is no longer a constant. It appears constantly in normal-distribution and other statistics setups.

ddxex2=ex2ddx(x2)=ex2(2x)=2xex2\frac{d}{dx}\,e^{-x^{2}}=e^{-x^{2}}\cdot\frac{d}{dx}\left(-x^{2}\right)=e^{-x^{2}}\cdot(-2x)=-2x\,e^{-x^{2}}

One more pattern worth memorizing: for esinxe^{\sin x} the outside stays esinxe^{\sin x} and you multiply by cosx\cos x, giving ddxesinx=cosxesinx\frac{d}{dx}e^{\sin x}=\cos x \cdot e^{\sin x}. Same recipe, trig inside.

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

Is the derivative of e^x really just e^x?

Yes. exe^{x} is the one function, up to constant multiples, that equals its own derivative. It falls out of the limit definition: ddxex=exlimh0eh1h\frac{d}{dx}e^{x}=e^{x}\lim_{h\to 0}\frac{e^{h}-1}{h}, and ee is defined precisely so that limit is 11.

What is the derivative of e^(2x) or e^(kx)?

Use the chain rule: ddxekx=kekx\frac{d}{dx}e^{kx}=k\,e^{kx}, so ddxe2x=2e2x\frac{d}{dx}e^{2x}=2e^{2x}. The outside ekxe^{kx} stays put, and you multiply by the derivative of the exponent.

Why can't I use the power rule on e^x?

The power rule ddxxn=nxn1\frac{d}{dx}x^{n}=nx^{n-1} works only when the variable is the base and the exponent is constant. In exe^{x} the base is the constant ee and the variable is in the exponent, so it is exponential, not a power. Writing xex1x\,e^{x-1} is wrong.

How is the derivative of e^x different from a^x?

For any base, ddxax=axlna\frac{d}{dx}a^{x}=a^{x}\ln a. When a=ea=e, lne=1\ln e=1, so the factor drops and ddxex=ex\frac{d}{dx}e^{x}=e^{x}. That missing lna\ln a is exactly what makes ee the natural base.