Chapter 8: Problem 45
Evaluate the integrals. $$\int \frac{1}{x^{3 / 2}-\sqrt{x}} d x$$
Short Answer
Expert verified
\( \ln|x-1| + C \).
Step by step solution
01
Identify the Integrand
We have the integral \( \int \frac{1}{x^{3 / 2} - \sqrt{x}} \ dx \). First, observe the terms in the denominator: \(x^{3/2}\) and \(\sqrt{x}\). We should simplify these if possible.
02
Simplify the Denominator
Rewrite the denominator. Notice that \( x^{3/2} = (x^{1/2})^3 \) and \( \sqrt{x} = x^{1/2} \). Factor out the common term \( x^{1/2} \) to get \( x^{1/2}(x - 1) \). Now, the integrand becomes \( \frac{1}{x^{1/2}(x-1)} \).
03
Substitute for Simplicity
Perform the substitution \( u = x^{1/2} \), which implies \( x = u^2 \) and \( dx = 2u \, du \). The integral becomes \( \int \frac{2u}{u(u^2 - 1)} \, du \) or simplified \( \int \frac{2}{u^2 - 1} \, du \).
04
Partial Fraction Decomposition
Decompose \( \frac{2}{u^2 - 1} \) into partial fractions. We have \( u^2 - 1 = (u-1)(u+1) \). So, express \( \frac{2}{(u-1)(u+1)} \) as \( \frac{A}{u-1} + \frac{B}{u+1} \). Solve for \( A \) and \( B \) to get \( A = 1 \) and \( B = 1 \).
05
Integrate Using Partial Fractions
Now, integrate \( \frac{1}{u-1} + \frac{1}{u+1} \) to get \( \ln|u-1| + \ln|u+1| + C \). Use the property of logarithms \( \ln|a| + \ln|b| = \ln|a \cdot b| \) to combine the logs: \( \ln|u^2-1| + C \).
06
Substitute Back
Substitute back \( u = x^{1/2} \), so \( u^2 - 1 = x - 1 \). Thus, the integral becomes \( \ln|x-1| + C \).
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 technique in calculus used to simplify integrals by transforming them into a form that is easier to evaluate. In this method, you replace a complicated part of the integrand with a single variable, making the integral more manageable.
In our example, the substitution used is:
In our example, the substitution used is:
- Letting \( u = x^{1/2} \), which turns \( x \) into \( u^2 \) and transforms the differential \( dx \) into \( 2u \, du \).
Partial Fraction Decomposition
Partial fraction decomposition is a technique used to break down complicated algebraic fractions into simpler ones, which can then be integrated individually. This is particularly useful for rational functions, where the numerator is of a lower degree than the denominator.
In our exercise:
In our exercise:
- The integral simplifies to \( \frac{2}{u^2 - 1} \), where the denominator can be factored as \( (u-1)(u+1) \).
- \( A = 1 \)
- \( B = 1 \)
Logarithmic Integration
Logarithmic integration comes into play when integrating functions like \( \frac{1}{x} \), leading to results involving logarithms. This method is applied when dealing with partial fraction decompositions, as in the current example.
After decomposing into partial fractions, the integral:
The property of logarithms, \( \ln|a| + \ln|b| = \ln|a \cdot b| \), allows us to combine these results:
After decomposing into partial fractions, the integral:
- \( \int \left( \frac{1}{u-1} + \frac{1}{u+1} \right) \, du \)
- \( \ln|u-1| + \ln|u+1| + C \)
The property of logarithms, \( \ln|a| + \ln|b| = \ln|a \cdot b| \), allows us to combine these results:
- \( \ln|u^2 - 1| + C \)