Integrating Exponential Functions

Integrating Exponential Functions

Basic Antiderivative

  • The antiderivative of exe^x is simply ex+Ce^x + C.

Antiderivative with Constant Multiple in Exponent

  • The antiderivative of e2xe^{2x} is e2x2+C\frac{e^{2x}}{2} + C, where 2 is the derivative of 2x2x.
  • This technique works only when dividing by a constant, not a variable.
Example
  • The antiderivative of e5xe^{5x} is e5x5+C\frac{e^{5x}}{5} + C.
Proof using u-substitution
  • Let u=5xu = 5x. Then dudx=5\frac{du}{dx} = 5, so du=5dxdu = 5 dx.
  • Solving for dxdx, we get dx=du5dx = \frac{du}{5}.
  • Substituting into the integral, we have e5xdx=eudu5=15eudu\int e^{5x} dx = \int e^u \frac{du}{5} = \frac{1}{5} \int e^u du.
  • The antiderivative of eue^u is eu+Ce^u + C, so we have 15eu+C\frac{1}{5}e^u + C.
  • Substituting back u=5xu = 5x, we get 15e5x+C\frac{1}{5} e^{5x} + C.

Example with Substitution

  • Integrate x3ex4dx\int x^3 e^{x^4} dx.
  • Let u=x4u = x^4. Then dudx=4x3\frac{du}{dx} = 4x^3, so du=4x3dxdu = 4x^3 dx.
  • Solving for dxdx, we get dx=du4x3dx = \frac{du}{4x^3}.
  • Substituting, we have x3ex4dx=x3eudu4x3=14eudu\int x^3 e^{x^4} dx = \int x^3 e^u \frac{du}{4x^3} = \frac{1}{4} \int e^u du.
  • The antiderivative of eue^u is eu+Ce^u + C, so we have 14eu+C\frac{1}{4} e^u + C.
  • Substituting back u=x4u = x^4, we get 14ex4+C\frac{1}{4} e^{x^4} + C.

Another Example with Substitution

  • Integrate ex1exdx\int e^x \sqrt{1 - e^x} dx.
  • Let u=1exu = 1 - e^x. Then dudx=ex\frac{du}{dx} = -e^x, so du=exdxdu = -e^x dx.
  • Solving for dxdx, we get dx=duexdx = \frac{du}{-e^x}.
  • Substituting, we have ex1exdx=exuduex=udu=u12du\int e^x \sqrt{1 - e^x} dx = \int e^x \sqrt{u} \frac{du}{-e^x} = -\int \sqrt{u} du = -\int u^{\frac{1}{2}} du.
  • Integrating, we get 23u32+C- \frac{2}{3} u^{\frac{3}{2}} + C.
  • Substituting back u=1exu = 1 - e^x, we get 23(1ex)32+C\frac{-2}{3}(1 - e^x)^{\frac{3}{2}} + C.

Example with Natural Logarithm

  • Integrate ex+eexedx\int \frac{e^x + e}{e^x - e} dx.
  • Let u=exeu = e^x - e. Then dudx=ex+e\frac{du}{dx} = e^x + e, so du=(ex+e)dxdu = (e^x + e) dx.
  • Solving for dxdx, we get dx=duex+edx = \frac{du}{e^x + e}.
  • Substituting, we have ex+eexedx=ex+euduex+e=1udu\int \frac{e^x + e}{e^x - e} dx = \int \frac{e^x + e}{u} \frac{du}{e^x + e} = \int \frac{1}{u} du.
  • The antiderivative of 1u\frac{1}{u} is lnu+C\ln|u| + C, so we have lnu+C\ln|u| + C.
  • Substituting back u=exeu = e^x - e, we get lnexe+C\ln|e^x - e| + C.

Example with Negative Exponents

  • Integrate e1x2x3dx\int \frac{e^{\frac{1}{x^2}}}{x^3} dx.
  • Let u=1x2=x2u = \frac{1}{x^2} = x^{-2}. Then dudx=2x3=2x3\frac{du}{dx} = -2x^{-3} = \frac{-2}{x^3}, so du=2x3dxdu = \frac{-2}{x^3} dx.
  • Solving for dxdx, we get dx=x32dudx = \frac{x^3}{-2} du.
  • Substituting, we have e1x2x3dx=eux3x32du=12eudu\int \frac{e^{\frac{1}{x^2}}}{x^3} dx = \int \frac{e^u}{x^3} \frac{x^3}{-2} du = \frac{-1}{2} \int e^u du.
  • The antiderivative of eue^u is eu+Ce^u + C, so we have 12eu+C\frac{-1}{2} e^u + C.
  • Substituting back u=1x2u = \frac{1}{x^2}, we get 12e1x2+C\frac{-1}{2} e^{\frac{1}{x^2}} + C.

Splitting Fractions

  • Integrate e3x+4ex+5exdx\int \frac{e^{3x} + 4e^x + 5}{e^x} dx.
  • Split the fraction: e3xex+4exex+5exdx=e2x+4+5exdx\int \frac{e^{3x}}{e^x} + \frac{4e^x}{e^x} + \frac{5}{e^x} dx = \int e^{2x} + 4 + 5e^{-x} dx.
  • Using the rule xaxb=xab\frac{x^a}{x^b} = x^{a-b}, we subtract the exponents.
  • The antiderivative of e2xe^{2x} is e2x2\frac{e^{2x}}{2}.
  • The antiderivative of 4 is 4x4x.
  • The antiderivative of 5ex5e^{-x} is 5ex1=5ex\frac{5e^{-x}}{-1} = -5e^{-x}.
  • So the final answer is e2x2+4x5ex+C\frac{e^{2x}}{2} + 4x - 5e^{-x} + C.