This problem requires integrating a rational function where the denominator can be factored as a difference of squares. The method of partial fraction decomposition is used to break the complex fraction into simpler terms that can be integrated individually using basic logarithmic rules.
Solution
We begin by recognizing that the denominator x2−9 is a difference of squares, which factors into (x−3)(x+3). This allows us to use partial fraction decomposition.
Let:
I=∫x2−91dx=∫(x)2−(3)21dx=∫(x−3)(x+3)1dx
To decompose the integrand, we set up partial fractions:
(x−3)(x+3)1=x−3A+x+3B
Multiplying both sides by (x−3)(x+3) to clear the denominators:
1=A(x+3)+B(x−3)
Finding constant A:
Put x−3=0, which means x=3, in equation (2):
111A=A(3+3)+B(3−3)=A(6)+B(0)=6A=61
Finding constant B:
Put x+3=0, which means x=−3, in equation (2):
111B=A(−3+3)+B(−3−3)=A(0)+B(−6)=−6B=−61
Substituting back:
Putting the values of A and B into equation (1):
(x−3)(x+3)1=x−361+x+3−61=6(x−3)1−6(x+3)1
Integrating:
Now we integrate both sides with respect to x:
(Note: Absolute value bars are included since the logarithm is only defined for positive arguments, and the domain of the original integrand excludes x=±3.)