Integrating Exponential Functions
Integrating Exponential Functions
Basic Antiderivative
- The antiderivative of ex is simply ex+C.
Antiderivative with Constant Multiple in Exponent
- The antiderivative of e2x is 2e2x+C, where 2 is the derivative of 2x.
- This technique works only when dividing by a constant, not a variable.
Example
- The antiderivative of e5x is 5e5x+C.
Proof using u-substitution
- Let u=5x. Then dxdu=5, so du=5dx.
- Solving for dx, we get dx=5du.
- Substituting into the integral, we have ∫e5xdx=∫eu5du=51∫eudu.
- The antiderivative of eu is eu+C, so we have 51eu+C.
- Substituting back u=5x, we get 51e5x+C.
Example with Substitution
- Integrate ∫x3ex4dx.
- Let u=x4. Then dxdu=4x3, so du=4x3dx.
- Solving for dx, we get dx=4x3du.
- Substituting, we have ∫x3ex4dx=∫x3eu4x3du=41∫eudu.
- The antiderivative of eu is eu+C, so we have 41eu+C.
- Substituting back u=x4, we get 41ex4+C.
Another Example with Substitution
- Integrate ∫ex1−exdx.
- Let u=1−ex. Then dxdu=−ex, so du=−exdx.
- Solving for dx, we get dx=−exdu.
- Substituting, we have ∫ex1−exdx=∫exu−exdu=−∫udu=−∫u21du.
- Integrating, we get −32u23+C.
- Substituting back u=1−ex, we get 3−2(1−ex)23+C.
Example with Natural Logarithm
- Integrate ∫ex−eex+edx.
- Let u=ex−e. Then dxdu=ex+e, so du=(ex+e)dx.
- Solving for dx, we get dx=ex+edu.
- Substituting, we have ∫ex−eex+edx=∫uex+eex+edu=∫u1du.
- The antiderivative of u1 is ln∣u∣+C, so we have ln∣u∣+C.
- Substituting back u=ex−e, we get ln∣ex−e∣+C.
Example with Negative Exponents
- Integrate ∫x3ex21dx.
- Let u=x21=x−2. Then dxdu=−2x−3=x3−2, so du=x3−2dx.
- Solving for dx, we get dx=−2x3du.
- Substituting, we have ∫x3ex21dx=∫x3eu−2x3du=2−1∫eudu.
- The antiderivative of eu is eu+C, so we have 2−1eu+C.
- Substituting back u=x21, we get 2−1ex21+C.
Splitting Fractions
- Integrate ∫exe3x+4ex+5dx.
- Split the fraction: ∫exe3x+ex4ex+ex5dx=∫e2x+4+5e−xdx.
- Using the rule xbxa=xa−b, we subtract the exponents.
- The antiderivative of e2x is 2e2x.
- The antiderivative of 4 is 4x.
- The antiderivative of 5e−x is −15e−x=−5e−x.
- So the final answer is 2e2x+4x−5e−x+C.