- Learning Outcomes
- Integrals of Exponential Functions
- Example: Finding an Antiderivative of an Exponential Function
- Try It
- Example: Square Root of an Exponential Function
- Try It
- Example: Using Substitution with an Exponential Function
- Try It
- Example: Finding a Price–Demand Equation
- example: Evaluating a Definite Integral Involving an Exponential Function
- Try It
- Example: Growth of Bacteria in a Culture
- Try It
- Fruit Fly Population Growth
- Try It
- example: Evaluating a Definite Integral Using Substitution
- Try It
Learning Outcomes
- Integrate functions involving exponential functions
The exponential function is perhaps the most efficient function in terms of the operations of calculus. The exponential function, [latex]y={e}^{x},[/latex] is its own derivative and its own integral.
Integrals of Exponential Functions
Exponential functions can be integrated using the following formulas.
The nature of the antiderivative of [latex]{e}^{x}[/latex] makes it fairly easy to identify what to choose as [latex]u[/latex]. If only one [latex]e[/latex] exists, choose the exponent of [latex]e[/latex] as [latex]u[/latex]. If more than one [latex]e[/latex] exists, choose the more complicated function involving [latex]e[/latex] as [latex]u[/latex].
Example: Finding an Antiderivative of an Exponential Function
Find the antiderivative of the exponential function [latex]e^{-x}[/latex].
Use substitution, setting [latex]u=\text{−}x,[/latex] and then [latex]du=-1dx.[/latex] Multiply the du equation by −1, so you now have [latex]\text{−}du=dx.[/latex] Then,
[latex]\begin{array}{cc}{\displaystyle\int {e}^{\text{−}x}dx}\hfill & =\text{−}{\displaystyle\int {e}^{u}du}\hfill \\ \\ & =\text{−}{e}^{u}+C\hfill \\ & =\text{−}{e}^{\text{−}x}+C.\hfill \end{array}[/latex]
Try It
Find the antiderivative of the function using substitution: [latex]{x}^{2}{e}^{-2{x}^{3}}.[/latex]
Let [latex]u[/latex] equal the exponent on [latex]e[/latex].
[latex]\displaystyle\int {x}^{2}{e}^{-2{x}^{3}}dx=-\frac{1}{6}{e}^{-2{x}^{3}}+C[/latex]
Watch the following video to see the worked solution to the above Try It.
You can view the transcript for this segmented clip of “5.6.1” here (opens in new window).
A common mistake when dealing with exponential expressions is treating the exponent on [latex]e[/latex] the same way we treat exponents in polynomial expressions. We cannot use the power rule for the exponent on [latex]e[/latex]. This can be especially confusing when we have both exponentials and polynomials in the same expression, as in the previous checkpoint. In these cases, we should always double-check to make sure we’re using the right rules for the functions we’re integrating.
Example: Square Root of an Exponential Function
Find the antiderivative of the exponential function [latex]{e}^{x}\sqrt{1+{e}^{x}}.[/latex]
First rewrite the problem using a rational exponent:
Using substitution, choose [latex]u=1+{e}^{x}.u=1+{e}^{x}.[/latex] Then, [latex]du={e}^{x}dx.[/latex] We have (Figure 1)
Then
Figure 1. The graph shows an exponential function times the square root of an exponential function.
Try It
Find the antiderivative of [latex]{e}^{x}{(3{e}^{x}-2)}^{2}.[/latex]
Let [latex]u=3{e}^{x}-2u=3{e}^{x}-2.[/latex]
[latex]\displaystyle\int {e}^{x}{(3{e}^{x}-2)}^{2}dx=\frac{1}{9}{(3{e}^{x}-2)}^{3}[/latex]
Watch the following video to see the worked solution to the above Try It.
You can view the transcript for this segmented clip of “5.6.1” here (opens in new window).
Example: Using Substitution with an Exponential Function
Use substitution to evaluate the indefinite integral [latex]\displaystyle\int 3{x}^{2}{e}^{2{x}^{3}}dx.[/latex]
Here we choose to let [latex]u[/latex] equal the expression in the exponent on [latex]e[/latex]. Let [latex]u=2{x}^{3}[/latex] and [latex]du=6{x}^{2}dx..[/latex] Again, du is off by a constant multiplier; the original function contains a factor of 3[latex]x[/latex]2, not 6[latex]x[/latex]2. Multiply both sides of the equation by [latex]\frac{1}{2}[/latex] so that the integrand in [latex]u[/latex] equals the integrand in [latex]x[/latex]. Thus,
Integrate the expression in [latex]u[/latex] and then substitute the original expression in [latex]x[/latex] back into the [latex]u[/latex] integral:
Try It
Evaluate the indefinite integral [latex]\displaystyle\int 2{x}^{3}{e}^{{x}^{4}}dx.[/latex]
Let [latex]u={x}^{4}.[/latex]
[latex]\displaystyle\int 2{x}^{3}{e}^{{x}^{4}}dx=\frac{1}{2}{e}^{{x}^{4}}[/latex]
As mentioned at the beginning of this section, exponential functions are used in many real-life applications. The number e is often associated with compounded or accelerating growth, as we have seen in earlier sections about the derivative. Although the derivative represents a rate of change or a growth rate, the integral represents the total change or the total growth. Let’s look at an example in which integration of an exponential function solves a common business application.
A price–demand function tells us the relationship between the quantity of a product demanded and the price of the product. In general, price decreases as quantity demanded increases. The marginal price–demand function is the derivative of the price–demand function and it tells us how fast the price changes at a given level of production. These functions are used in business to determine the price–elasticity of demand, and to help companies determine whether changing production levels would be profitable.
Example: Finding a Price–Demand Equation
Find the price–demand equation for a particular brand of toothpaste at a supermarket chain when the demand is 50 tubes per week at $2.35 per tube, given that the marginal price—demand function, [latex]{p}^{\prime }(x),[/latex] for [latex]x[/latex] number of tubes per week, is given as
If the supermarket chain sells 100 tubes per week, what price should it set?
To find the price–demand equation, integrate the marginal price–demand function. First find the antiderivative, then look at the particulars. Thus,
Using substitution, let [latex]u=-0.01x[/latex] and [latex]du=-0.01dx.[/latex] Then, divide both sides of the du equation by −0.01. This gives
The next step is to solve for C. We know that when the price is $2.35 per tube, the demand is 50 tubes per week. This means
Now, just solve for C:
Thus,
If the supermarket sells 100 tubes of toothpaste per week, the price would be
The supermarket should charge $1.99 per tube if it is selling 100 tubes per week.
Watch the following video to see the worked solution to Example: Finding a Price–Demand Equation.
You can view the transcript for this segmented clip of “5.6.1” here (opens in new window).
example: Evaluating a Definite Integral Involving an Exponential Function
Evaluate the definite integral [latex]{\displaystyle\int }_{1}^{2}{e}^{1-x}dx.[/latex]
Again, substitution is the method to use. Let [latex]u=1-x,[/latex] so [latex]du=-1dx[/latex] or [latex]\text{−}du=dx.[/latex] Then [latex]\displaystyle\int {e}^{1-x}dx=\text{−}\displaystyle\int {e}^{u}du.[/latex] Next, change the limits of integration. Using the equation [latex]u=1-x,[/latex] we have
The integral then becomes
See Figure 2.
Figure 2. The indicated area can be calculated by evaluating a definite integral using substitution.
Try It
Evaluate [latex]{\displaystyle\int }_{0}^{2}{e}^{2x}dx.[/latex]
Let [latex]u=2x[/latex]
[latex]\frac{1}{2}{\displaystyle\int }_{0}^{4}{e}^{u}du=\frac{1}{2}({e}^{4}-1)[/latex]
Example: Growth of Bacteria in a Culture
Suppose the rate of growth of bacteria in a Petri dish is given by [latex]q(t)={3}^{t},[/latex] where [latex]t[/latex] is given in hours and [latex]q(t)[/latex] is given in thousands of bacteria per hour. If a culture starts with 10,000 bacteria, find a function [latex]Q(t)[/latex] that gives the number of bacteria in the Petri dish at any time [latex]t[/latex]. How many bacteria are in the dish after 2 hours?
We have
[latex]Q(t)=\int {3}^{t}dt=\frac{{3}^{t}}{\text{ln}3}+C.[/latex]
Then, at [latex]t=0[/latex] we have [latex]Q(0)=10=\frac{1}{\text{ln}3}+C,[/latex] so [latex]C\approx 9.090[/latex] and we get
[latex]Q(t)=\frac{{3}^{t}}{\text{ln}3}+9.090.[/latex]
At time [latex]t=2,[/latex] we have
After 2 hours, there are 17,282 bacteria in the dish.
Try It
From (Figure), suppose the bacteria grow at a rate of [latex]q(t)={2}^{t}.[/latex] Assume the culture still starts with 10,000 bacteria. Find [latex]Q(t).[/latex] How many bacteria are in the dish after 3 hours?
Use the procedure from (Figure) to solve the problem.
[latex]Q(t)=\frac{{2}^{t}}{\text{ln}2}+8.557.[/latex] There are 20,099 bacteria in the dish after 3 hours.
Fruit Fly Population Growth
Suppose a population of fruit flies increases at a rate of [latex]g(t)=2{e}^{0.02t},[/latex] in flies per day. If the initial population of fruit flies is 100 flies, how many flies are in the population after 10 days?
Let [latex]G(t)[/latex] represent the number of flies in the population at time [latex]t[/latex]. Applying the net change theorem, we have
There are 122 flies in the population after 10 days.
Try It
Suppose the rate of growth of the fly population is given by [latex]g(t)={e}^{0.01t},[/latex] and the initial fly population is 100 flies. How many flies are in the population after 15 days?
example: Evaluating a Definite Integral Using Substitution
Evaluate the definite integral using substitution: [latex]{\displaystyle\int }_{1}^{2}\dfrac{{e}^{1\text{/}x}}{{x}^{2}}dx.[/latex]
This problem requires some rewriting to simplify applying the properties. First, rewrite the exponent on [latex]e[/latex] as a power of [latex]x[/latex], then bring the [latex]x[/latex]2 in the denominator up to the numerator using a negative exponent. We have
Let [latex]u={x}^{-1},[/latex] the exponent on [latex]e[/latex]. Then
Bringing the negative sign outside the integral sign, the problem now reads
Next, change the limits of integration:
Notice that now the limits begin with the larger number, meaning we must multiply by −1 and interchange the limits. Thus,
Try It
Evaluate the definite integral using substitution: [latex]{\displaystyle\int }_{1}^{2}\frac{1}{{x}^{3}}{e}^{4{x}^{-2}}dx.[/latex]
Let [latex]u=4{x}^{-2}[/latex]
[latex]{\displaystyle\int }_{1}^{2}\frac{1}{{x}^{3}}{e}^{4{x}^{-2}}dx=\frac{1}{8}\left[{e}^{4}-e\right][/latex]