Problem 21
Question
Use partial fractions to find the indefinite integral. $$ \int \frac{3}{x^{2}+x-2} d x $$
Step-by-Step Solution
Verified Answer
The solution to \(\int \frac{3}{x^{2}+x-2} dx\) is \(ln |x - 1| - ln |x+2| + C\).
1Step 1: Factor the quadratic
Firstly, it's important to factor the denominator in the integral. To do this, find two numbers that multiplied are equal to -2 (c in the quadratic equation), and added are equal to 1 (b in the quadratic equation). The equation \(x^2+x-2\) factors into \((x-1)(x+2)\). So, we rewrite the integral: \[\int \frac{3}{(x-1)(x+2)} dx \]
2Step 2: Decomposition into Partial Fractions
Now, we need to decompose the fraction into partial fractions. We write \[\frac{3}{(x-1)(x+2)} = \frac{A}{x-1} + \frac{B}{x+2}\]Cross-multiplying gives:\[3 = A(x + 2) + B(x - 1)\]Setting \(x = 1\), we get \(A=1\). Setting \(x = -2\), we find \(B=1\). Therefore, we may write the integral: \[\int \frac{1}{x-1} dx + \int \frac{1}{x+2} dx \]
3Step 3: Integral computation
The integrals we have are now straightforward to compute. The antiderivative of \(\frac{1}{x-a}\) is \(ln |x-a|\). So the integral of \(\frac{1}{x-1}\) is \(ln |x - 1|\) and the integral of \(\frac{1}{x+2}\) is \(ln |x+2|\). Thus the integral of interest is: \[\int \frac{1}{x-1} dx + \int \frac{1}{x+2} dx = ln |x - 1| - ln |x+2| + C \]where \(C\) is the constant of integration.
Other exercises in this chapter
Problem 21
Determine whether the improper integral diverges or converges. Evaluate the integral if it converges. $$ \int_{-\infty}^{\infty} 2 x e^{-3 x^{2}} d x $$
View solution Problem 21
Approximate the integral using (a) the Trapezoidal Rule and (b) Simpson's Rule for the indicated value of \(n\). (Round your answers to three significant digits
View solution Problem 21
Find the indefinite integral. (Hint: Integration by parts is not required for all the integrals.) $$ \int t \ln (t+1) d t $$
View solution Problem 22
Determine whether the improper integral diverges or converges. Evaluate the integral if it converges. $$ \int_{-\infty}^{\infty} x^{2} e^{-x^{3}} d x $$
View solution