AP Calculus AB and BC

Integral of e^(3x): Answer, Steps, and Mistakes

The integral of e^(3x) is e^(3x)/3 + C, the same as (1/3)e^(3x) + C. Because the exponent 3x has slope 3, you divide by that inner coefficient. Differentiating e^(3x)/3 gives (1/3) times 3 times e^(3x), which is e^(3x).

e3xdx=e3x3+C\int e^{3x}\,dx = \frac{e^{3x}}{3} + C

The substitution, step by step

The integrand is a composite: the natural exponential wrapped around 3x3x. That composite structure is the cue for u-substitution, with the inside function as uu.

u=3xdudx=3dx=du3u = 3x \quad\Longrightarrow\quad \frac{du}{dx} = 3 \quad\Longrightarrow\quad dx = \frac{du}{3}

Replace the exponent and the differential, then pull the constant 13\frac{1}{3} outside the integral.

e3xdx=eudu3=13eudu=13eu+C\int e^{3x}\,dx = \int e^{u}\cdot\frac{du}{3} = \frac{1}{3}\int e^{u}\,du = \frac{1}{3}e^{u} + C

Substituting u=3xu = 3x back gives the answer in the original variable.

e3xdx=e3x3+C\int e^{3x}\,dx = \frac{e^{3x}}{3} + C

The general pattern

ekxdx=1kekx+C\int e^{kx}\,dx = \frac{1}{k}e^{kx} + C for any nonzero constant kk. A linear exponent always divides by its own coefficient.

Why the factor of 1/3 appears

Differentiating the answer shows exactly where the 13\frac{1}{3} earns its place. The chain rule attaches a factor of 33 to the derivative of e3xe^{3x}.

ddx(e3x)=e3xddx(3x)=3e3x\frac{d}{dx}\left(e^{3x}\right) = e^{3x}\cdot\frac{d}{dx}(3x) = 3e^{3x}

So e3xe^{3x} by itself differentiates to three times too much. The 13\frac{1}{3} out front cancels that stray factor.

ddx(e3x3+C)=133e3x=e3x\frac{d}{dx}\left(\frac{e^{3x}}{3} + C\right) = \frac{1}{3}\cdot 3e^{3x} = e^{3x}

Common mistakes

  • Multiplying by 33 instead of dividing. Because differentiating e3xe^{3x} multiplies by 33, integrating must divide by 33. The answer is e3x3\frac{e^{3x}}{3}, not 3e3x3e^{3x}.
  • Leaving off the coefficient and writing e3x+Ce^{3x} + C, which differentiates to 3e3x3e^{3x}, not e3xe^{3x}.
  • Applying the power rule. The variable sits in the exponent, not the base, so e3xdx\int e^{3x}\,dx is not e3x+13x+1\frac{e^{3x+1}}{3x+1}. Exponentials integrate by dividing by the inner coefficient.

Every answer on this page is machine checked

An automated test differentiates the antiderivative above and confirms it returns the integrand. A wrong sign or a missing factor fails the build, so it cannot reach you.

Frequently asked questions

What is the integral of e^(3x) from 0 to 1?

01e3xdx=[e3x3]01=e313\int_0^1 e^{3x}\,dx = \left[\frac{e^{3x}}{3}\right]_0^1 = \frac{e^3 - 1}{3}. The 13\frac{1}{3} stays through the evaluation.

Is e^(3x)/3 the same as (1/3)e^(3x)?

Yes. e3x3\frac{e^{3x}}{3} and 13e3x\frac{1}{3}e^{3x} are two ways of writing the same expression, and both are correct answers for e3xdx\int e^{3x}\,dx.

How do you integrate e^(kx) in general?

ekxdx=1kekx+C\int e^{kx}\,dx = \frac{1}{k}e^{kx} + C for any nonzero constant kk. The substitution u=kxu = kx gives dx=dukdx = \frac{du}{k}, which is where the 1k\frac{1}{k} comes from.