Question Statement
Evaluate the integral:
∫(x+1)(x2+4)9x2+3x+29dx
Background and Explanation
This problem requires partial fraction decomposition to break down a complex rational function into simpler fractions that can be integrated individually. You should be familiar with equating coefficients and standard integration formulas involving logarithms and inverse tangent functions.
Solution
We begin by decomposing the rational function into partial fractions. Since the denominator contains a linear factor (x+1) and an irreducible quadratic factor (x2+4), we set up the decomposition as:
(x+1)(x2+4)9x2+3x+29=x+1A+x2+4Bx+C
Finding the constants A, B, and C:
Multiply both sides of equation (1) by (x+1)(x2+4) to clear the denominators:
9x2+3x+29=A(x2+4)+(Bx+C)(x+1)
Step 1: Find A using the cover-up method
Substitute x=−1 into equation (2) to eliminate the term with B and C:
9(−1)2+3(−1)+299(1)−3+299−3+2935A=A((−1)2+4)+(B(−1)+C)(−1+1)=A(1+4)+(−B+C)(0)=5A=5A=7
Step 2: Find B and C by comparing coefficients
Expand the right side of equation (2):
9x2+3x+299x2+3x+29=Ax2+4A+Bx2+Bx+Cx+C=(A+B)x2+(B+C)x+(4A+C)
Comparing coefficients of x2:
99B=A+B=7+B=2
Comparing coefficients of x:
33C=B+C=2+C=1
Step 3: Rewrite the integrand
Substituting A=7, B=2, and C=1 back into equation (1):
(x+1)(x2+4)9x2+3x+29=x+17+x2+42x+1
Step 4: Integrate term by term
Now we integrate both sides with respect to x:
∫(x+1)(x2+4)9x2+3x+29dx=7∫x+11dx+∫x2+42x+1dx
Split the second integral:
=7ln(x+1)+∫(x2+42x+x2+41)dx
=7ln(x+1)+∫x2+42xdx+∫x2+41dx
For the first integral, notice that the numerator is the derivative of the denominator (dxd(x2+4)=2x), so:
∫x2+42xdx=ln(x2+4)
For the second integral, use the standard arctangent formula with a=2:
∫x2+41dx=∫(x)2+(2)21dx=21tan−1(2x)
Final Answer:
Combining all terms and adding the constant of integration:
=7ln(x+1)+ln(x2+4)+21tan−1(2x)+c
- Partial Fraction Decomposition: (x−a)(x2+bx+c)P(x)=x−aA+x2+bx+cBx+C
- Logarithmic Integration: ∫f(x)f′(x)dx=ln∣f(x)∣+c (used for x2+42x)
- Arctangent Integration: ∫x2+a21dx=a1tan−1(ax)+c
- Coefficient Comparison Method: Equating coefficients of like powers of x after expanding
Summary of Steps
- Set up partial fractions: Express the integrand as x+1A+x2+4Bx+C
- Find A: Substitute x=−1 to get A=7
- Find B and C: Expand and compare coefficients of x2 and x to get B=2 and C=1
- Decompose: Rewrite the integrand as x+17+x2+42x+x2+41
- Integrate:
- ∫x+17dx=7ln(x+1)
- ∫x2+42xdx=ln(x2+4) (recognize derivative of denominator)
- ∫x2+41dx=21tan−1(2x) (arctan formula)
- Combine: Add all results and include constant of integration c