
Krish B. answered 09/27/14
Tutor
4.9
(11)
Applied Math & Physics Tutor
Actually partial fraction decomposition isn't necessary for this problem! Just some tricky rearranging and trigonometric substitution:
First, the numerator is:
x2 - 4x + 4 = (x - 2)2
and the denominator is:
12 + 4x - x2 = 16 - (x2 - 4x + 4x) = 16 - (x-2)2 <-- and take this to the 3/2 power
We see a common (x - 2), so let's set u = x - 2, and since it's just a translation, du = dx. Putting all that in, we get:
∫ [ u2 du / (16 - u2)3/2 ]
Here's where the trigsub comes in. Let's set u = 4cosθ, so that du = -4sinθ dθ, and that
(16 - u2)3/2 = (16 - 16cos2θ)3/2 = 64sin3θ. I hope I didn't lose you in how I got those values.
The integrand is then:
[ u2 du / (16 - u2)3/2 ] = [ (16cos2θ)(-4sinθ) / 64sin3θ ] dθ = - cot2θ dθ = (1 - csc2θ) dθ
And there we have it! The integral is simply:
∫ (1 - csc2θ) dθ = θ + cotθ
Or, if we remember that u = x - 2 = 4cosθ => x = 2 + 4cosθ => θ = cos-1 [ (x-2) / 4 ]
=> cotθ = (x-2) / √[16 - (x-2)2]
The answer is cos-1 [ (x-2) / 4 ] + (x-2) / √[16 - (x-2)2]
Hope this helps! Ask me if more clarification on some steps are needed