Question Statement
Evaluate the integral:
∫(x+2)(x+3)3x+7dx
Background and Explanation
This problem involves integrating a proper rational function where the degree of the numerator (1) is less than the degree of the denominator (2). We use partial fraction decomposition to break the complex fraction into simpler terms that can be integrated using standard logarithmic rules.
Solution
Let I=∫(x+2)(x+3)3x+7dx.
We begin by expressing the integrand as a sum of partial fractions. Since the denominator contains two distinct linear factors (x+2) and (x+3), we write:
(x+2)(x+3)3x+7=x+2A+x+3B
To determine the constants A and B, we multiply both sides of equation (1) by the common denominator (x+2)(x+3):
3x+7=A(x+3)+B(x+2)
Finding the constant A:
We substitute x=−2 into equation (2). This choice eliminates the B term because (−2+2)=0:
3(−2)+7−6+71A=A(−2+3)+B(−2+2)=A(1)+B(0)=A+0=1
Finding the constant B:
We substitute x=−3 into equation (2). This choice eliminates the A term because (−3+3)=0:
3(−3)+7−9+7−22=A(−3+3)+B(−3+2)=A(0)+B(−1)=0+B(−1)=B
Rewriting the integrand:
Substituting A=1 and B=2 back into equation (1):
(x+2)(x+3)3x+7=x+21+x+32
Performing the integration:
Now we integrate both sides with respect to x:
∫(x+2)(x+3)3x+7dx=∫x+21dx+2∫x+31dx=ln(x+2)+2ln(x+3)+c
Therefore, the final answer is:
ln(x+2)+2ln(x+3)+c
- Partial Fraction Decomposition for distinct linear factors: (x−a)(x−b)px+q=x−aA+x−bB
- Heaviside Cover-up Method: Substituting the roots of the denominator (x=−2 and x=−3) to isolate and solve for constants A and B
- Standard Integral: ∫x+a1dx=ln(x+a)+C
Summary of Steps
- Set up partial fraction decomposition: (x+2)(x+3)3x+7=x+2A+x+3B
- Clear denominators to obtain: 3x+7=A(x+3)+B(x+2)
- Substitute x=−2 to find A=1
- Substitute x=−3 to find B=2
- Rewrite the integral as: ∫x+21dx+2∫x+31dx
- Integrate each term to obtain the final result: ln(x+2)+2ln(x+3)+c