505,064 views
12 votes
12 votes
Find the indefinite integral 1/x^2-8x+39 dx

User Roman Kuzmin
by
2.4k points

1 Answer

16 votes
16 votes

Complete the square in the denominator:


x^2 - 8x + 39 = x^2 - 8x + 16 + 23 = (x-4)^2 + 23

Then in the integral, substitute
x - 4 = √(23) \tan(t) and
dx = √(23) \sec^2(t) \, dt.


\displaystyle \int (dx)/(x^2 - 8x + 39) = \int (√(23) \sec^2(t) \, dt)/(\left(√(23)\tan(t)\right)^2 + 23) = \frac1{√(23)} \int (\sec^2(t))/(\tan^2(t)+1) \, dt

Recall that tan²(x) + 1 = sec²(x) for all x (such that cos(x) ≠ 0, anyway). Then the integral reduces to the trival


\displaystyle \frac1{√(23)} \int dt = \frac1{√(23)} t + C

and putting the result back in terms of x, we get


\displaystyle \int (dx)/(x^2 - 8x + 39) = \boxed{\frac1{√(23)} \tan^(-1)\left((x-4)/(√(23))\right) + C}

If you want to proceed via partial fractions, there's more work involved. We can use the complete-square expression to easily find the roots of the denominator:


(x-4)^2 + 23 = 0 \implies (x-4)^2 = -23 \implies x - 4 = \pm i √(23) \implies x = 4 \pm i √(23)

Then we factorize


x^2 - 8x + 39 = \left(x - 4 - i√(23)\right) \left(x - 4 + i √(23)\right)

and the PFD would be


\frac1{x^2-8x+39} = \frac a{x - 4 - i√(23)} + \frac b{x - 4 + i√(23)}

Solve for the coefficients:


1 = a\left(x - 4 + i√(23)\right) + b\left(x - 4 - i√(23)\right)


\implies \begin{cases}a+b = 0 \\ \left(-4+i√(23)\right) a - \left(4+i√(23)\right) b = 1 \end{cases} \implies a = \frac i{2√(23)}, b=-\frac i{2√(23)}

Then the integral is


\displaystyle \int (dx)/(x^2-8x+39) = \frac i{2√(23)} \ln\left|x - 4 - i√(23)\right| - \frac i{2√(23)} \ln\left|x - 4 + i√(23)\right| + C

and we can condense the logarithms to


\displaystyle \int (dx)/(x^2-8x+39) = \frac i{2√(23)} \ln(\left|x - 4 - i√(23))/(\left|x - 4 + i√(23)\right|) + C

Now we fight the urge to be discouraged by the presence of imaginary numbers in this result. The two antiderivatives are one and the same!

For any complex number z, the following identity holds:


\tan^(-1)(z) = -\frac i2 \ln \left((i-z)/(i+z)\right)

With some rewriting, we have for instance


\frac i{2√(23)} \ln(\left|x - 4 - i√(23)\right|)/(\left|x - 4 + i√(23)\right|) = -\frac1{√(23)} * -\frac i2 \ln \left|((x-4)/(√(23)) - i)/((x-4)/(√(23)) + i)\right| \\\\ = -\frac1{√(23)} \tan^(-1)\left(-(x-4)/(√(23))\right) \\\\ = \frac1{√(23)} \tan^(-1)\left((x-4)/(√(23))\right)

Admittedly, I skip over a bunch of details, but the point is that both methods end with the same result, but the first method is much simpler to follow and execute, in my opinion.

User Retendo
by
3.5k points