Question Statement
Evaluate the integral:
β«(x+1)2(xβ2)2x2β6x2+25β,dx
Background and Explanation
This is an example of a rational function that can be solved using partial fraction decomposition. The integrand involves a fraction where the denominator is a product of squared binomials, which suggests that we can decompose it into simpler fractions for easier integration.
We need to express the given function as a sum of partial fractions, each of which will be easier to integrate individually.
Solution
Step 1: Set up the partial fraction decomposition
We aim to decompose the integrand into the form:
(x+1)2(xβ2)2x2β6x2+25β=x+1Aβ+(x+1)2Bβ+xβ2Cβ+(xβ2)2Dβ
Here, A, B, C, and D are constants that we need to determine.
Step 2: Multiply both sides by the common denominator
Multiply both sides of the equation by (x+1)2(xβ2)2 to eliminate the denominators:
x2β6x2+25=A(x+1)(xβ2)2+B(xβ2)2+C(xβ2)(x+1)2+D(x+1)2
This results in the equation:
x2β6x2+25=A(x+1)(xβ2)2+B(xβ2)2+C(xβ2)(x+1)2+D(x+1)2(ii)
Step 3: Substitute convenient values of x to solve for constants
For x=β1:
Substituting x=β1 into equation (ii), we get:
(β1)2β6(β1)2+25=B(β1β2)2
Simplifying:
1β6+25=B(3)2β9B=18βB=2
For x=2:
Substituting x=2 into equation (ii), we get:
(2)2β6(2)2+25=D(2+1)2
Simplifying:
4β24+25=D(3)2β9D=9βD=1
Step 4: Compare coefficients of powers of x
We now compare the coefficients of x3 and constant terms to solve for A and C.
From the comparison of x3-terms:
1=A+CβA=1βC
Next, comparing the constant term:
25=4A+4Bβ2C+D
Substituting B=2 and D=1:
25=4A+8β2C+1β25=4Aβ2C+9
Simplifying:
25β9=4Aβ2Cβ16=4Aβ2C
Now substitute A=1βC:
16=4(1βC)β2Cβ16=4β4Cβ2Cβ16=4β6C
Solving for C:
12=β6CβC=β2
Now substitute C=β2 into A=1βC:
A=1β(β2)=3
Step 5: Write the partial fractions
Now we can write the integral as:
β«(x+1)2(xβ2)2x2β6x2+25β,dx=β«[x+13β+(x+1)22ββxβ22β+(xβ2)21β],dx
Step 6: Integrate each term
Now we can integrate each term individually:
β«x+13β,dx=3lnβ£x+1β£
β«(x+1)22β,dx=βx+12β
β«xβ2β2β,dx=β2lnβ£xβ2β£
β«(xβ2)21β,dx=xβ21β
Step 7: Combine the results
Combining the results of the individual integrals, we get:
3lnβ£x+1β£βx+12ββ2lnβ£xβ2β£+xβ21β+C
- Partial Fraction Decomposition: This method allows us to decompose complex rational expressions into simpler fractions that are easier to integrate.
- Basic Integration: The integral of x1β is lnβ£xβ£, and the integral of (xβa)21β is βxβa1β.
Summary of Steps
- Set up the partial fraction decomposition.
- Multiply both sides by (x+1)2(xβ2)2 to eliminate denominators.
- Substitute values of x (like x=β1 and x=2) to solve for constants A, B, C, and D.
- Compare coefficients of powers of x to find any remaining constants.
- Substitute the constants back into the partial fractions.
- Integrate each term.
- Combine the results and include the constant of integration.