Problem 32
Question
Use partial fractions to find the indefinite integral. $$ \int \frac{3 x}{x^{2}-6 x+9} d x $$
Step-by-Step Solution
Verified Answer
The indefinite integral of the given function is \(3 \ln |x - 3| + \frac{9}{x - 3} + C\).
1Step 1. Factorize the denominator
We can rewrite the denominator \(x^{2} - 6x + 9\) in the form of \((x - a)^{2}\), where \(a\) is a real number. So the denominator becomes \((x - 3)^{2}\). The integral now looks as follows: \[\int \frac{3x}{(x - 3)^{2}} dx \]
2Step 2. Divide numerator by the denominator to obtain partial fractions
Because the numerator's degree is less than the denominator's, we will not perform long division. Immediately proceed to partial fraction decomposition. The integral now becomes:\[\int \frac{3}{x - 3} dx - \int \frac{9}{(x - 3)^{2}} dx\]
3Step 3. Evaluate the integral
We can now integrate term by term using the rules of integral calculus. The first integral is easy to compute because it is of the form \(\int \frac{1}{x} dx\), which is \(ln|x|\). The second integral is the integral of a square root in the denominator, and it is also known. This gives the following calculation:\[3 \int \frac{1}{x - 3} dx - 9 \int \frac{1}{(x - 3)^{2}} dx = 3 \ln |x - 3| + \frac{9}{x - 3} + C\]The 'C' denotes the constant of integration. This is because indefinite integration represents a family of functions, and all of these functions will differentiate to give the original function.
Other exercises in this chapter
Problem 32
Determine whether the improper integral diverges or converges. Evaluate the integral if it converges, and check your results with the results obtained by using
View solution Problem 32
Use a program similar to the Simpson's Rule program on page 906 with \(n=6\) to approximate the indicated normal probability. The standard normal probability de
View solution Problem 32
Find the indefinite integral. (Hint: Integration by parts is not required for all the integrals.) $$ \int \frac{\ln 2 x}{x^{2}} d x $$
View solution Problem 33
Consider the region satisfying the inequalities. Find the area of the region. $$ y \leq \frac{1}{x^{2}}, y \geq 0, x \geq 1 $$
View solution