Here are the solutions to the integrals using partial fractions.
3.1 Use partial fractions to calculate ∫2x3−x2−6x(x+3)(x−4)dx.
Step 1: Simplify the numerator and factor the denominator.
The numerator is (x+3)(x−4)=x2−x−12.
The denominator is 2x3−x2−6x=x(2x2−x−6).
Factor the quadratic 2x2−x−6:
2x2−x−6=2x2−4x+3x−6=2x(x−2)+3(x−2)=(2x+3)(x−2).
So the integrand is x(2x+3)(x−2)x2−x−12.
Step 2: Set up the partial fraction decomposition.
x(2x+3)(x−2)x2−x−12=xA+2x+3B+x−2C
Multiply both sides by x(2x+3)(x−2):
x2−x−12=A(2x+3)(x−2)+Bx(x−2)+Cx(2x+3)
Step 3: Solve for the constants A, B, and C.
- Set x=0:
02−0−12=A(2(0)+3)(0−2)+B(0)(0−2)+C(0)(2(0)+3)
−12=A(3)(−2)⟹−12=−6A⟹A=2.
- Set x=2:
22−2−12=A(2(2)+3)(2−2)+B(2)(2−2)+C(2)(2(2)+3)
4−2−12=0+0+C(2)(7)⟹−10=14C⟹C=−1410=−75.
- Set x=−23:
(−23)2−(−23)−12=A(…)+B(−23)(−23−2)+C(…)
49+23−12=B(−23)(−27)
49+6−48=B(421)
−433=421B⟹B=−2133=−711.
Step 4: Integrate the partial fractions.
∫(x2−7(2x+3)11−7(x−2)5)dx
=2∫x1dx−711∫2x+31dx−75∫x−21dx
=2ln∣x∣−711⋅21ln∣2x+3∣−75ln∣x−2∣+C
2 \ln|x| - \frac{11{14} \ln|2x+3| - \frac{5}{7} \ln|x-2| + C}
3.2 Use partial fractions to calculate ∫(x−2)(x2+3x+4)3x2+16x+26dx.
Step 1: Check the irreducibility of the quadratic factor.
For the quadratic factor x2+3x+4, the discriminant is Δ=b2−4ac=32−4(1)(4)=9−16=−7.
Since the discriminant is negative, x2+3x+4 is irreducible over real numbers.
Step 2: Set up the partial fraction decomposition.
(x−2)(x2+3x+4)3x2+16x+26=x−2A+x2+3x+4Bx+C
Multiply both sides by (x−2)(x2+3x+4):
3x2+16x+26=A(x2+3x+4)+(Bx+C)(x−2)
Step 3: Solve for the constants A, B, and C.
-
Set x=2:
3(2)2+16(2)+26=A(22+3(2)+4)+(B(2)+C)(2−2)
12+32+26=A(4+6+4)+0
70=14A⟹A=5.
-
Expand the right side and equate coefficients:
3x2+16x+26=Ax2+3Ax+4A+Bx2−2Bx+Cx−2C
3x2+16x+26=(A+B)x2+(3A−2B+C)x+(4A−2C)
Equating coefficients of x2:
A+B=3⟹5+B=3⟹B=−2.
Equating constant terms:
4A−2C=26⟹4(5)−2C=26⟹20−2C=26⟹−2C=6⟹C=−3.
(To verify, check the coefficient of x: 3A−2B+C=3(5)−2(−2)+(−3)=15+4−3=16. This matches the left side.)
Step 4: Integrate the partial fractions.
∫(x−25+x2+3x+4−2x−3)dx
=5∫x−21dx−∫x2+3x+42x+3dx
The first integral is 5ln∣x−2∣.
For the second integral, I2=∫x2+3x+42x+3dx:
Notice that the numerator 2x+3 is the derivative of the denominator x2+3x+4.
Let u=x2+3x+4, then du=(2x+3)dx.
I2=∫u1du=ln∣u∣=ln(x2+3x+4)
(Since x2+3x+4 has a negative discriminant and a positive leading coefficient, it is always positive, so absolute value is not strictly needed).
Step 5: Combine the results.
5ln∣x−2∣−ln(x2+3x+4)+C
3 done, 2 left today. You're making progress.