Chapter 5: Problem 32
Evaluate the integrals by any method. $$\int_{1}^{2} \sqrt{5 x-1} d x$$
Short Answer
Expert verified
The integral evaluates to \( \frac{38}{15} \).
Step by step solution
01
Choose a Substitution
To evaluate the integral \( \int_{1}^{2} \sqrt{5x-1} \, dx \), a substitution method is appropriate. Let's choose \( u = 5x - 1 \). Then the derivative is \( du = 5 \, dx \), which implies \( dx = \frac{1}{5} \, du \).
02
Change the Limits of Integration
Since we have a substitution, we need to change the limits according to the new variable \( u \). When \( x = 1 \), \( u = 5(1) - 1 = 4 \). When \( x = 2 \), \( u = 5(2) - 1 = 9 \). Thus, the new limits of integration are from 4 to 9.
03
Substitute and Transform the Integral
Substitute \( u \) and \( dx = \frac{1}{5} \, du \) into the integral to get: \[ \int_{4}^{9} \sqrt{u} \cdot \frac{1}{5} \, du = \frac{1}{5} \int_{4}^{9} u^{1/2} \, du. \]
04
Integrate the Transformed Integral
Integrate \( \int u^{1/2} \, du \) using the power rule, which gives: \[ \frac{1}{5} \left[ \frac{u^{3/2}}{3/2} \right]_{4}^{9}. \] This simplifies to \( \frac{1}{5} \cdot \frac{2}{3} \left[ u^{3/2} \right]_{4}^{9} \).
05
Evaluate the Definite Integral
Compute the expression at the transformed limits: \( \frac{2}{15} \left[ (9)^{3/2} - (4)^{3/2} \right] \). Calculate \( 9^{3/2} = 27 \) and \( 4^{3/2} = 8 \), resulting in \( \frac{2}{15} (27 - 8) = \frac{2}{15} \times 19 = \frac{38}{15} \).
06
Final Answer
The evaluated integral is \( \frac{38}{15} \).
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.
Substitution Method
The substitution method is a powerful tool for evaluating integrals, especially when dealing with more complicated functions. The idea is to simplify the integral by substituting a part of it with a new variable. In our exercise, we choose the substitution \( u = 5x - 1 \). This choice is strategic because it transforms the integral into a simpler form. By solving for \( dx \) with the substitution equation, \( dx = \frac{1}{5} \, du \), we adjust the integral accordingly.
- Choosing \( u \) correctly can make or break the ease of solving an integral, as it simplifies the expression.
- Always take the derivative of \( u \) to express \( dx \) in terms of \( du \).
Power Rule in Integration
The power rule in integration is one of the fundamental techniques for finding the integral of a function. This rule states that for any function \( u^n \), the integral is given by:\[\int u^n \, du = \frac{u^{n+1}}{n+1} + C\]where \( C \) is the constant of integration. In our exercise, the integrand after substitution is \( u^{1/2} \).
- Applying the power rule, \( \int u^{1/2} \, du = \frac{u^{3/2}}{3/2} \), which simplifies nicely.
- Remember, the power rule only works if \( n eq -1 \).
Limits of Integration
When performing a substitution in a definite integral, changing the limits of integration is critical. These new limits must be in terms of the variable you've substituted to. In the given exercise, when \( x = 1 \), the corresponding \( u \) value is calculated as \( u = 5(1) - 1 = 4 \). Similarly, when \( x = 2 \), \( u = 5(2) - 1 = 9 \). Thus, the limits transform from \( x = 1 \) and \( x = 2 \) to \( u = 4 \) and \( u = 9 \).
- Alter the limits using the substitution formula to get them in terms of \( u \).
- This step is necessary for completing the integral within the specified boundaries.