Question Statement
Evaluate the integral:
∫x2+x−621−8xdx
Background and Explanation
This problem involves integrating a rational function where the degree of the numerator is less than the degree of the denominator. The key technique is partial fraction decomposition, which breaks the complex fraction into simpler terms of the form x−aA that integrate directly to logarithmic functions.
Solution
Let I denote the integral:
I=∫x2+x−621−8xdx
Step 1: Factor the denominator
Factor the quadratic expression in the denominator by splitting the middle term:
x2+x−6=x2+3x−2x−6=x(x+3)−2(x+3)=(x+3)(x−2)
Thus, the integral becomes:
I=∫(x+3)(x−2)21−8xdx
Step 2: Set up partial fraction decomposition
Express the rational function as the sum of two simpler fractions:
(x+3)(x−2)21−8x=x+3A+x−2B
Multiply both sides by (x+3)(x−2) to eliminate the denominators:
21−8x=A(x−2)+B(x+3)
Step 3: Solve for the constants A and B
To find A, substitute x=−3 (which makes the B term equal to zero):
21−8(−3)21+2445A=A(−3−2)+B(−3+3)=A(−5)+B(0)=−5A=−9
To find B, substitute x=2 (which makes the A term equal to zero):
21−8(2)21−165B=A(2−2)+B(2+3)=A(0)+B(5)=5B=1
Step 4: Rewrite and evaluate the integral
Substitute A=−9 and B=1 back into the partial fraction form:
(x+3)(x−2)21−8x=x+3−9+x−21
Now integrate term by term:
I=∫(x+3−9+x−21)dx=−9∫x+31dx+∫x−21dx=−9ln(x+3)+ln(x−2)+c
- Partial Fraction Decomposition: For distinct linear factors, (x−a)(x−b)px+q=x−aA+x−bB
- Heaviside Cover-up Method: Substituting strategic values of x to eliminate variables and solve for constants
- Logarithmic Integration: ∫x−a1dx=ln∣x−a∣+C (presented here as ln(x−a) per the source)
Summary of Steps
- Factor the denominator: Decompose x2+x−6 into (x+3)(x−2)
- Set up partial fractions: Write (x+3)(x−2)21−8x=x+3A+x−2B
- Clear denominators: Multiply through by (x+3)(x−2) to obtain 21−8x=A(x−2)+B(x+3)
- Find A: Substitute x=−3 to get A=−9
- Find B: Substitute x=2 to get B=1
- Separate the integral: Rewrite as −9∫x+31dx+∫x−21dx
- Integrate: Apply logarithmic integration to obtain −9ln(x+3)+ln(x−2)+c