Question Statement
Q7. Evaluate the integral:
∫(2x+1)(x2+x+1)7x2+7x+4dx
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
Let I=∫(2x+1)(x2+x+1)7x2+7x+4dx
Consider the partial fraction decomposition:
(2x+1)(x2+x+1)7x2+7x+4=2x+1A+x2+x+1Bx+C
Multiplying both sides by (2x+1)(x2+x+1):
7x2+7x+4=A(x2+x+1)+(Bx+C)(2x+1)
Step 1: Find A using substitution
Put 2x+1=0⇒x=2−1 in equation (2):
7(2−1)2+7(2−1)+4=A((2−1)2+(2−1)+1)+(B(2−1)+C)(0)
7(41)−27+4=A(41−21+1)+0
47−14+16=A(41−2+4)
49=A(43)
A=3
Step 2: Find B by comparing coefficients
Comparing coefficients of x2 in equation (2):
7=A+2B
7=3+2B
4=2B
B=2
Step 3: Find C by comparing coefficients
From the expansion of equation (2):
7x2+7x+4=(A+2B)x2+(A+B+2C)x+(A+C)
Comparing constant terms:
4=A+C
4=3+C
C=1
(Note: The integration of the resulting partial fractions 2x+13+x2+x+12x+1 would proceed using substitution, but the provided solution transitions to a different problem at this stage.)
- 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
- Set up partial fraction decomposition: 2x+1A+x2+x+1Bx+C
- Multiply through by the denominator to clear fractions
- Substitute x=−21 (root of 2x+1) to find A=3
- Compare x2 coefficients to find B=2
- Compare constant terms to find C=1
- Decomposition yields: 2x+13+x2+x+12x+1 (ready for integration)