Exponential and logarithmic functions show up constantly in integration problems. Their integrals follow clean, predictable patterns, and once you know the core formulas and when to apply substitution, these problems become very manageable.
Integration Techniques for Exponential and Logarithmic Functions
Integrals of exponential functions
The natural exponential function is its own antiderivative, which makes it one of the simplest functions to integrate:
โซexdx=ex+C
For exponential functions with a base other than e, you divide by the natural log of the base:
โซaxdx=lnaaxโ+C,a>0,a๎ =1
For example, โซ2xdx=ln22xโ+C and โซ10xdx=ln1010xโ+C.
Constants pull out front as usual:
- โซkโ
exdx=kโ
ex+C
- โซkโ
axdx=lnakโ
axโ+C
When an exponential is multiplied by x, you need integration by parts (which you may or may not have covered yet depending on your course). The results are:
- โซxโ
exdx=(xโ1)โ
ex+C
- โซxโ
axdx=lnaxโ
axโโ(lna)2axโ+C
Integration of logarithmic expressions
You can't integrate lnx by a simple formula the way you can with ex. Instead, the result comes from integration by parts, but the formula itself is worth memorizing:
โซlnxdx=xlnxโx+C
Constants factor out as expected:
- โซkโ
lnxdx=k(xlnxโx)+C
For logarithms with a base other than e, use the change of base identity logaโx=lnalnxโ to convert, then integrate:
โซlogaโxdx=lnaxlnxโxโ+C,a>0,a๎ =1
When a logarithm is multiplied by x, integration by parts gives:
- โซxโ
lnxdx=2x2โlnxโ4x2โ+C
Substitution for exponential and logarithmic integrals
Many exponential and logarithmic integrals aren't in their basic form. That's where u-substitution comes in. The key idea: let u equal whatever is "inside" the function (the exponent, or the argument of the logarithm), then rewrite everything in terms of u.
Example 1: Exponential substitution
Evaluate โซe2xdx.
- Let u=2x, so du=2dx, which means dx=2duโ.
- Rewrite: โซe2xdx=โซeuโ
2duโ=21โโซeudu.
- Integrate and substitute back: 21โeu+C=21โe2x+C.
Example 2: Logarithmic substitution
Evaluate โซln(3x)dx.
- Let u=3x, so du=3dx, which means dx=3duโ.
- Rewrite: โซln(3x)dx=โซlnuโ
3duโ=31โโซlnudu.
- Integrate and substitute back: 31โ(ulnuโu)+C=31โ(3xln(3x)โ3x)+C.
This simplifies to xln(3x)โx+C.
Compositions that simplify directly: Watch for cases where exponential and logarithmic functions cancel each other out. Since elnx=x, you get:
โซelnxdx=โซxdx=2x2โ+C
Fundamental Concepts of Integration
A few background ideas tie everything together:
- An indefinite integral represents a family of antiderivatives, all differing by a constant C.
- A definite integral calculates the net area under a curve between two bounds.
- The Fundamental Theorem of Calculus connects differentiation and integration: if F is an antiderivative of f, then โซabโf(x)dx=F(b)โF(a).
- The exponential function ex and the natural logarithm lnx are inverses of each other. This relationship is why compositions like elnx=x and ln(ex)=x simplify so cleanly, and it's the reason these two function types keep appearing together in integration problems.