Question Statement
Evaluate the integral:
∫(x+2)23x+7dx
Background and Explanation
This problem involves integrating a rational function where the denominator contains a repeated linear factor (x+2)2. When dealing with repeated linear factors in partial fraction decomposition, we must include terms for each power of the repeated factor up to the highest power present.
Solution
Let I=∫(x+2)23x+7dx
To solve this integral, we use the method of partial fraction decomposition. Since the denominator has a repeated linear factor (x+2)2, we express the integrand as:
(x+2)23x+7=x+2A+(x+2)2B
Multiplying both sides of equation (1) by (x+2)2 to clear the denominators:
3x+7=A(x+2)+B
Finding the constant B:
Substitute x=−2 into equation (2) to eliminate the term containing A:
3(−2)+7−6+71=A(−2+2)+B=A(0)+B=B
Therefore, B=1.
Finding the constant A:
From equation (2), expand the right-hand side:
3x+7=Ax+2A+B
Comparing the coefficients of x on both sides:
3=A
Therefore, A=3.
Rewriting the integrand:
Substituting A=3 and B=1 back into equation (1):
(x+2)23x+7=x+23+(x+2)21
Integrating both sides:
Now we integrate the decomposed form with respect to x:
∫(x+2)23x+7dx=3∫x+21dx+∫(x+2)21dx=3ln(x+2)+∫(x+2)−2dx=3ln(x+2)+−2+1(x+2)−2+1+c=3ln(x+2)+−1(x+2)−1+c=3ln(x+2)−x+21+c
Thus, the final solution is:
I=3ln(x+2)−x+21+c
(Note: Technically, this should be written as 3ln∣x+2∣−x+21+c to account for the domain where x<−2)
- Partial Fraction Decomposition for repeated linear factors: (x−a)nP(x)=x−aA1+(x−a)2A2+⋯+(x−a)nAn
- Substitution method for finding constants in partial fractions (cover-up method for B)
- Coefficient comparison method for finding constants in partial fractions (for A)
- ∫x+a1dx=ln∣x+a∣+c
- Power rule for integration: ∫(x+a)ndx=n+1(x+a)n+1+c for n=−1
Summary of Steps
- Set up partial fractions: Express (x+2)23x+7 as x+2A+(x+2)2B for a repeated linear factor
- Clear denominators: Multiply through by (x+2)2 to get 3x+7=A(x+2)+B
- Find B: Substitute x=−2 (the root) to eliminate A, yielding B=1
- Find A: Expand and compare coefficients of x to get A=3
- Decompose: Rewrite the original fraction as x+23+(x+2)21
- Integrate term by term:
- Integrate x+23 to get 3ln(x+2)
- Integrate (x+2)−2 using the power rule to get −x+21
- Combine and add constant: Final answer is 3ln(x+2)−x+21+c