Question #de09a

1 Answer
Apr 2, 2017

14ln|x|18lnx2+4+D

Explanation:

The first step is to make all polynomial fractions into proper fractions, meaning that the degree of the denominator must exceed that of the numerator. But this you already have.

The next step is to factorise the polynomial in the denominator as much as possible. In this case a possible factorisation is
x3+4x=x(x2+4).

If we stick with real numbers, the last factor has no real roots (check this), so we keep it as it is.

Next we do partial fractions, and make the ansatz
1x(x2+4)=Ax+Bx+Cx2+4,
where A,B and C are constants.
(see the link below for why the second factor has Bx+C in the denominator).

Multiply both sides by the denominator in the left hand side to get
1=A(x2+4)+Bx2+Cx.
Now for this to hold for any x, all the coefficients of the x2-terms must match on both sides, and similarly for x-terms and constant terms.

Then we get a system of equations
1=4A
0=Cx
0=(A+B)x2.
Solving for the constants, we get that A=14, C=0, B=A=14.

Thus we have shown that
1x(x2+4)=14x14xx2+4.

The right hand side we can integrate using standard integrals. The indeterminate integral (unique up to a constant) is then
14x14xx2+4dx=14ln|x|14(12lnx2+4)+D,
where D is yet another constant. This is the answer.

Note 1: http://www.purplemath.com/modules/partfrac2.htm has a lot of good examples and presents some alternative methods.

Note 2: ln() is the logarithm for base e, Euler's number, and denotes absolute value.