
Robert J. answered 07/24/13
Certified High School AP Calculus and Physics Teacher
You can use partial fraction.
x^2/(x^2 + x-6)
= (x^2+x-6-x+6)/[(x+3)(x-2)]
= 1 - (x-6)/[(x+3)(x-2)]
Let (x-6)/[(x+3)(x-2)] = A/(x+3) + B/(x-2)
Multiply both sides by x^2+x-6,
- (x-6) = A(x-2) + B(x+3)
Let x = -3,
9 = -5A => A = -9/5
Let x = 2,
4 = 5B => B = 4/5
So, the integral becomes
∫1 - (9/5)/(x+3) + (4/5)/(x-2) dx
= x - (9/5)ln|x+3| + (4/5)ln|x-2| + c <==Answer