Chapter 7: Problem 65
Evaluate each definite integral. $$ \int_{1}^{4} e^{\sqrt{x}} d x $$
Short Answer
Expert verified
The integral evaluates to \(2(e^2 + e - 1)\).
Step by step solution
01
Recognize the Integral
The integral to evaluate is \( \int_{1}^{4} e^{\sqrt{x}} \, dx \). This is a definite integral from \(x = 1\) to \(x = 4\).
02
Identify the Substitution
Notice that the integrand \( e^{\sqrt{x}} \) involves a function of \( x \) inside the exponential. A good technique is substitution. Let's set \( u = \sqrt{x} \), which implies \( x = u^2 \).
03
Find the Derivative and Differential
Differentiate \( u = \sqrt{x} \) to find \( dx \) in terms of \( du \). The derivative \( \frac{du}{dx} = \frac{1}{2\sqrt{x}} = \frac{1}{2u} \). Therefore, \( dx = 2u \, du \).
04
Change the Limits of Integration
When \( x = 1 \), \( u = \sqrt{1} = 1 \). When \( x = 4 \), \( u = \sqrt{4} = 2 \). So, the new limits for \( u \) are 1 to 2.
05
Rewrite the Integral
Substitute \( u \) and \( dx \) in the integral: \( \int_{1}^{4} e^{\sqrt{x}} \, dx = \int_{1}^{2} e^{u} \cdot 2u \, du \). Simplify to \( 2 \int_{1}^{2} ue^{u} \, du \).
06
Integration by Parts
To solve \( \int ue^{u} \ du \), use integration by parts: \( \int u \, dv = uv - \int v \, du \). Let \( u = u \) and \( dv = e^{u} \, du \), then \( du = du \) and \( v = e^{u} \).
07
Apply Integration by Parts
Apply the formula: \[ \int ue^{u} \, du = ue^{u} - \int e^{u} \, du = ue^{u} - e^{u} + C \]
08
Evaluate the Definite Integral
Now evaluate \( 2 \times ( ue^u - e^u ) \) from 1 to 2: \[ 2 \left[ (2e^2 - e^2) - (1e^1 - e^1) \right] \] Simplify inside the brackets to get \( 2 \left[ e^2 - (1 - e) \right] = 2 \left[ e^2 - 1 + e \right] \).
09
Final Calculation
Compute the result: \( 2(e^2 + e - 1) \). This is the final value of the definite integral.
Unlock Step-by-Step Solutions & Ace Your Exams!
-
Full Textbook Solutions
Get detailed explanations and key concepts
-
Unlimited Al creation
Al flashcards, explanations, exams and more...
-
Ads-free access
To over 500 millions flashcards
-
Money-back guarantee
We refund you if you fail your exam.
Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
Integration by Parts
Integration by parts is a powerful technique deriving from the product rule for differentiation. It's particularly useful when the integrand is a product of two functions. The formula for integration by parts is:\[ \int u \, dv = uv - \int v \, du \]In our example, after substituting variables, we arrive at the integrand \( ue^u \). Here, choose \( u = u \) and \( dv = e^u \, du \). This allows us to differentiate \( u \) to get \( du \), and integrate \( e^u \) to obtain \( v = e^u \).Applying the integration by parts formula results in:
- \( \int ue^u \, du = ue^u - \int e^u \, du = ue^u - e^u + C \)
Substitution Method
The substitution method, also known as \emph{u-substitution}, helps solve integrals by simplifying the integrand into a form that is easier to integrate. By replacing complex inner functions with a single variable, we can often turn intricate integrals into simpler, more standard forms.In the problem, the original integrand \( e^{\sqrt{x}} \) suggested a substitution. We set \( u = \sqrt{x} \), making it possible to replace \( x \) with \( u^2 \). Then, differentiate \( u = \sqrt{x} \) to find the corresponding differential:
- \( dx = 2u \, du \)
- Original integral limits change. When \( x = 1 \), \( u = 1 \). When \( x = 4 \), \( u = 2 \).
- The integral \( \int_{1}^{4} e^{\sqrt{x}} \, dx \) transforms into \( 2 \int_{1}^{2} ue^{u} \, du \).
Calculating Limits of Integration
When performing definite integrals, setting up the correct limits post-substitution is crucial. Computing limits correctly ensures the integral you've transformed stays consistent with its bounds.Once substitution is made with \( u = \sqrt{x} \), the need arises to convert the original bounds of integration to this new variable. Calculating these limits involves simply substituting old limits into the substitution expression:
- For initial \( x = 1 \), find \( u = \sqrt{1} = 1 \).
- For terminal \( x = 4 \), compute \( u = \sqrt{4} = 2 \).