Question Statement
Evaluate the integral:
∫(x+1)(x−1)25x2−5x+2dx
Background and Explanation
This problem involves integrating a rational function where the denominator contains both distinct and repeated linear factors. The method of partial fraction decomposition is used to break the complex fraction into simpler terms that can be integrated individually using standard logarithmic and power rules.
Solution
Let I=∫(x+1)(x−1)25x2−5x+2dx
We begin by decomposing the rational function into partial fractions. Since the denominator has a distinct factor (x+1) and a repeated factor (x−1)2, we use the form:
(x+1)(x−1)25x2−5x+2=x+1A+x−1B+(x−1)2C
Multiplying both sides by (x+1)(x−1)2 to clear the denominators:
5x2−5x+2=A(x−1)2+B(x+1)(x−1)+C(x+1)
Finding constant A:
Put x=−1 in equation (2):
5(−1)2−5(−1)+25(1)+5+25+5+2123=A(−1−1)2+B(−1+1)(−1−1)+C(−1+1)=A(−2)2+B(0)(−2)+C(0)=4A+0+0=4A=A
Finding constant C:
Put x=1 in equation (2):
5(1)2−5(1)+25−5+221=A(1−1)2+B(1+1)(1−1)+C(1+1)=A(0)+B(2)(0)+C(2)=0+0+2C=C
Finding constant B:
From equation (2), we expand and collect like terms:
5x2−5x+25x2−5x+25x2−5x+2=A(x2−2x+1)+B(x2−1)+C(x+1)=Ax2−2Ax+A+Bx2−B+Cx+C=(A+B)x2+(−2A+C)x+(A−B+C)
Comparing the coefficient of x2 on both sides:
552=A+B=3+B=B
Rewriting the integrand:
Substituting A=3, B=2, and C=1 into equation (1):
(x+1)(x−1)25x2−5x+2=x+13+x−12+(x−1)21
Integrating term by term:
∫(x+1)(x−1)25x2−5x+2dx=3∫x+11dx+2∫x−11dx+∫(x−1)21dx=3ln(x+1)+2ln(x−1)+∫(x−1)−2dx=3ln(x+1)+2ln(x−1)+−2+1(x−1)−2+1+c=3ln(x+1)+2ln(x−1)+−1(x−1)−1+c=3ln(x+1)+2ln(x−1)−x−11+c
Therefore, the final answer is:
3ln(x+1)+2ln(x−1)−x−11+c
(Note: In practice, absolute value signs are often included as ln∣x+1∣ and ln∣x−1∣ to ensure the logarithms are defined for all valid x in the domain.)
-
Partial Fraction Decomposition for distinct and repeated linear factors:
(x−a)(x−b)2P(x)=x−aA+x−bB+(x−b)2C
-
Substitution method (Heaviside cover-up method) for finding constants by plugging in roots of the denominator factors
-
Coefficient comparison method for finding remaining constants by equating coefficients of corresponding powers of x
-
Standard integration formulas:
- ∫x1dx=ln∣x∣+c
- ∫(x−a)ndx=n+1(x−a)n+1+c for n=−1
Summary of Steps
- Set up the partial fraction decomposition with appropriate terms for the distinct factor (x+1) and repeated factor (x−1)2
- Clear denominators by multiplying both sides by (x+1)(x−1)2
- Find A by substituting x=−1 (the root of x+1) into the cleared equation
- Find C by substituting x=1 (the root of x−1) into the cleared equation
- Find B by expanding the right side and comparing coefficients of x2 (or substitute another convenient x-value)
- Rewrite the original integrand using the found constants A=3, B=2, C=1
- Integrate each term separately: two logarithmic terms and one power rule term
- Combine results and add the constant of integration c