Question Statement
Evaluate the integral:
∫ x 2 + x − 12 4 x + 9 d x
Background and Explanation
This problem involves integrating a proper rational function (where the degree of the numerator is less than the denominator). The standard approach is to factor the denominator and apply partial fraction decomposition to split the integrand into simpler rational functions that can be integrated using logarithmic rules.
Solution
Let I = ∫ x 2 + x − 12 4 x + 9 d x
First, factor the quadratic expression in the denominator by splitting the middle term:
x 2 + x − 12 = x 2 + 4 x − 3 x − 12 = x ( x + 4 ) − 3 ( x + 4 ) = ( x + 4 ) ( x − 3 )
Thus, the integral becomes:
I = ∫ ( x + 4 ) ( x − 3 ) 4 x + 9 d x
We express the integrand as the sum of two partial fractions with unknown constants A and B :
( x + 4 ) ( x − 3 ) 4 x + 9 = x + 4 A + x − 3 B
Multiplying both sides by ( x + 4 ) ( x − 3 ) to eliminate denominators:
4 x + 9 = A ( x − 3 ) + B ( x + 4 )
To find A : Substitute x = − 4 into equation (2) (this eliminates the B term):
4 ( − 4 ) + 9 − 16 + 9 − 7 A = A ( − 4 − 3 ) + B ( − 4 + 4 ) = A ( − 7 ) + B ( 0 ) = − 7 A = 1
To find B : Substitute x = 3 into equation (2) (this eliminates the A term):
4 ( 3 ) + 9 12 + 9 21 B = A ( 3 − 3 ) + B ( 3 + 4 ) = A ( 0 ) + B ( 7 ) = 7 B = 3
Substituting A = 1 and B = 3 back into equation (1):
( x + 4 ) ( x − 3 ) 4 x + 9 = x + 4 1 + x − 3 3
Integrating both sides with respect to x :
∫ ( x + 4 ) ( x − 3 ) 4 x + 9 d x ∫ x 2 + x − 12 4 x + 9 d x = ∫ x + 4 1 d x + 3 ∫ x − 3 1 d x = ln ( x + 4 ) + 3 ln ( x − 3 ) + c
(Note: The answer can also be written as ln ( x + 4 ) ( x − 3 ) 3 + c using logarithm properties.)
Factoring quadratics: Splitting the middle term to find common factors
Partial fraction decomposition for distinct linear factors:
( x − a ) ( x − b ) p x + q = x − a A + x − b B
Heaviside cover-up method: Substituting strategic values of x to solve for unknown constants
Logarithmic integration:
∫ x − a 1 d x = ln ∣ x − a ∣ + C
Summary of Steps
Factor the denominator: Rewrite x 2 + x − 12 as ( x + 4 ) ( x − 3 )
Set up partial fractions: Express ( x + 4 ) ( x − 3 ) 4 x + 9 as x + 4 A + x − 3 B
Clear denominators: Multiply through by ( x + 4 ) ( x − 3 ) to obtain 4 x + 9 = A ( x − 3 ) + B ( x + 4 )
Solve for A : Substitute x = − 4 to get A = 1
Solve for B : Substitute x = 3 to get B = 3
Decompose the integrand: Rewrite as x + 4 1 + x − 3 3
Integrate term by term: Apply ∫ u 1 d u = ln ∣ u ∣ + C to each fraction
State final answer: ln ( x + 4 ) + 3 ln ( x − 3 ) + c