Question Statement
Evaluate the integral:
∫x2+4x+3x3+4x2+9x+14dx
Background and Explanation
These problems involve integrating rational functions using partial fraction decomposition. When the degree of the numerator is less than the denominator (proper fraction), we decompose directly. When the degree of the numerator is greater (improper fraction), we first perform polynomial long division to separate the polynomial part from the proper rational remainder.
Solution
∫x2+4x+3x3+4x2+9x+14dx
Let I=∫x2+4x+3x3+4x2+9x+14 dx
Since the degree of the numerator (3) is greater than the degree of the denominator (2), this is an improper fraction. We use polynomial long division to convert it to a proper fraction.
Step 1: Polynomial Long Division
xx2+4x+3x3+4x2+9x+14x3+4x2+3x+146x+14
This gives:
x2+4x+3x3+4x2+9x+14=x+x2+4x+36x+14
Factor the denominator: x2+4x+3=(x+1)(x+3)
So the integral becomes:
∫x2+4x+3x3+4x2+9x+14dx=∫(x+(x+1)(x+3)6x+14)dx
=2x2+∫(x+1)(x+3)6x+14dx
Step 2: Partial Fraction Decomposition
Consider:
(x+1)(x+3)6x+14=x+1A+x+3B
Multiplying both sides by (x+1)(x+3):
6x+14=A(x+3)+B(x+1)
Step 3: Find constants A and B
Put x=−1 in equation (3):
6(−1)+14=A(−1+3)+B(0)
8=2A
A=4
Put x=−3 in equation (3):
6(−3)+14=A(0)+B(−3+1)
−4=−2B
B=2
Substituting back into equation (2):
(x+1)(x+3)6x+14=x+14+x+32
Step 4: Integration
Integrating both sides with respect to x:
∫(x+1)(x+3)6x+14dx=4∫x+11dx+2∫x+31dx
=4ln∣x+1∣+2ln∣x+3∣
Substituting into equation (1):
∫x2+4x+3x3+4x2+9x+14dx=2x2+4ln∣x+1∣+2ln∣x+3∣+C
- Partial Fraction Decomposition: (ax+b)(cx2+dx+e)P(x)=ax+bA+cx2+dx+eBx+C for irreducible quadratic factors
- Polynomial Long Division: DenominatorNumerator=Quotient+DenominatorRemainder when degree of numerator ≥ degree of denominator
- Heaviside Cover-Up Method: Substituting roots of linear factors to find partial fraction constants
- Coefficient Comparison: Equating coefficients of like powers of x to solve for unknown constants
- Standard Integrals: ∫x+a1dx=ln∣x+a∣+C and ∫xndx=n+1xn+1+C
Summary of Steps
- Perform polynomial long division to obtain x+x2+4x+36x+14
- Factor the denominator: (x+1)(x+3)
- Set up partial fractions: x+1A+x+3B
- Substitute x=−1 to find A=4
- Substitute x=−3 to find B=2
- Integrate term by term: ∫xdx+4∫x+11dx+2∫x+31dx
- Combine results: 2x2+4ln∣x+1∣+2ln∣x+3∣+C