Question Statement
Evaluate the integral:
∫x3+2x2+x1dx
Background and Explanation
This problem involves integrating a rational function where the denominator is a cubic polynomial. The key technique is partial fraction decomposition, which requires factoring the denominator first. You will need to express the rational function as a sum of simpler fractions with unknown constants, then solve for those constants using substitution and coefficient comparison.
Solution
First, factor the denominator to identify the structure of the partial fractions:
∫x3+2x2+x1dx=∫x(x2+2x+1)1dx=∫x(x+1)21dx
Since the denominator contains a distinct linear factor x and a repeated linear factor (x+1)2, we set up the partial fraction decomposition as:
\begin{equation*}
\frac{1}{x(x+1)^{2}}=\frac{A}{x}+\frac{B}{x+1}+\frac{C}{(x+1)^{2}}
\end{equation*}
To find the constants A, B, and C, multiply both sides of equation (1) by x(x+1)2 to clear the denominators:
\begin{equation*}
1=A(x+1)^{2}+B(x)(x+1)+C(x)
\end{equation*}
Finding A: Substitute x=0 into equation (2):
111=A(0+1)2+B(0)(0+1)+C(0)=A(1)+0+0=A
Finding C: Substitute x=−1 into equation (2):
111−1=A(−1+1)2+B(−1)(−1+1)+C(−1)=A(0)+B(−1)(0)+C(−1)=−C=C
Finding B: Expand equation (2) and compare coefficients. First, expand the right side:
111=A(x2+2x+1)+B(x2+x)+C(x)=Ax2+2Ax+A+Bx2+Bx+Cx=(A+B)x2+(2A+B+C)x+A
Comparing the coefficients of x2 on both sides:
00−1=A+B=1+B(since A=1)=B
Now substitute A=1, B=−1, and C=−1 back into equation (1):
x(x+1)21=x1+x+1−1+(x+1)2−1=x1−x+11−(x+1)21
Integrate both sides with respect to x:
∫x(x+1)21dx=∫x1dx−∫x+11dx−∫(x+1)21dx=ln∣x∣−ln∣x+1∣−∫(x+1)−2dx=ln∣x∣−ln∣x+1∣−−2+1(x+1)−2+1+C=ln∣x∣−ln∣x+1∣−−1(x+1)−1+C=ln∣x∣−ln∣x+1∣+x+11+C
(Note: The absolute value bars ensure the logarithms are defined for all valid x in the domain, and C represents the constant of integration.)
- Factoring: x3+2x2+x=x(x+1)2
- Partial Fraction Decomposition (for repeated linear factors):
x(x+1)21=xA+x+1B+(x+1)2C
- Substitution Method: Plugging in strategic values of x (roots of factors) to solve for constants
- Coefficient Comparison: Equating coefficients of like powers of x after expanding
- Integration Rules:
- ∫u1du=ln∣u∣
- ∫undu=n+1un+1 for n=−1 (power rule)
Summary of Steps
- Factor the denominator completely: x3+2x2+x=x(x+1)2
- Set up the partial fraction decomposition with three terms (one for x, two for the repeated factor (x+1))
- Clear denominators by multiplying both sides by x(x+1)2
- Solve for constants:
- Substitute x=0 to find A=1
- Substitute x=−1 to find C=−1
- Compare x2 coefficients to find B=−1
- Rewrite the integrand as: x1−x+11−(x+1)21
- Integrate each term separately using basic integration rules to obtain the final answer: ln∣x∣−ln∣x+1∣+x+11+C