Question Statement
Evaluate the integral:
∫(x+1)2(x2+1)xdx
Background and Explanation
These problems involve integrating rational functions using partial fraction decomposition. For Q11, we first use substitution to simplify the integrand into a rational function in a new variable. For Q12, we directly decompose the rational function into simpler fractions that can be integrated using standard formulas.
Solution
∫(x+1)2(x2+1)xdx
Step 1: Partial Fraction Setup
Consider:
(x+1)2(x2+1)x=x+1A+(x+1)2B+x2+1Cx+D
Multiplying both sides by (x+1)2(x2+1):
x=A(x+1)(x2+1)+B(x2+1)+(Cx+D)(x+1)2
Step 2: Finding B
Put x+1=0 (i.e., x=−1) in equation (2):
−1=A(0)(2)+B(2)+(−C+D)(0)
−1=2B
2−1=B
Step 3: Expanding and Comparing Coefficients
From equation (2):
x=A(x3+x2+x+1)+B(x2+1)+(Cx+D)(x2+2x+1)
Expanding the right side:
x=Ax3+Ax2+Ax+A+Bx2+B+Cx3+2Cx2+Cx+Dx2+2Dx+D
Grouping by powers:
x=(A+C)x3+(A+B+2C+D)x2+(A+C+2D)x+(A+B+D)
Comparing coefficients of x3:
0=A+C
Comparing coefficients of x2:
0=A+B+2C+D
Comparing coefficients of x:
1=A+C+2D
Using equation (3) (A+C=0) in the x coefficient equation:
1=0+2D
21=D
Step 4: Finding A and C
Putting values of B=−21 and D=21 in the x2 coefficient equation:
0=A−21+2C+21
0=A+2C
Subtracting equation (3) from equation (5):
0=A+2C0=A+C0=C
Putting C=0 in equation (3):
0=A+0
0=A
Step 5: Writing the Decomposition
Putting values of A=0, B=−21, C=0, and D=21 in equation (1):
(x+1)2(x2+1)x=x+10+(x+1)2−21+x2+10⋅x+21
Simplifying:
(x+1)2(x2+1)x=2(x+1)2−1+2(x2+1)1
Step 6: Integration
Integrating both sides with respect to x:
∫(x+1)2(x2+1)xdx=2−1∫(x+1)21dx+21∫x2+11dx
Evaluating:
=2−1∫(x+1)−2dx+21tan−1(x)
=2−1⋅−2+1(x+1)−2+1+21tan−1(x)+C
=2−1⋅−1(x+1)−1+21tan−1(x)+C
=2(x+1)1+21tan−1x+C
- Substitution Rule: ∫f(g(x))g′(x)dx=∫f(t)dt where t=g(x)
- Partial Fraction Decomposition:
- For repeated linear factors: (x−a)2(x−b)P(x)=x−aA+(x−a)2B+x−bC
- For irreducible quadratic factors: (x−a)2(x2+b2)P(x)=x−aA+(x−a)2B+x2+b2Cx+D
- Integration Formulas:
- ∫x1dx=ln∣x∣+C
- ∫xndx=n+1xn+1+C (for n=−1)
- ∫x2+11dx=tan−1x+C
Summary of Steps
- Set up partial fractions: x+1A+(x+1)2B+x2+1Cx+D
- Find B=−21 by putting x=−1
- Expand and compare coefficients of x3, x2, and x to find A=0, C=0, D=21
- Rewrite the integrand as 2(x+1)2−1+2(x2+1)1
- Integrate using power rule and arctangent formula