More explanation:
You can do a partial fraction expansion in the regular way by putting:
1/x^3 1/(1-x^2) = A/x^3 + B/x^2 + C/x + D/(x-1) + E/(x+1)
If you multiply both sides by x^3 (1-x^2), you get polynomials on both sides (the left hand side is just 1, of course). You can then equate te coeffiecent of all powers of x and then you get equations for the coefficients which you can solve.
This method is generally known as the "stupid high school method"
If we use some intelligent thinking, we can simplify things considerably. Instead of equating the coefficents of each power of x, you could choose certain values for x and then demand that both sides are equal. The clever values to choose are those values for which many terms vanish. If you choose x = 1, then only one term survives and you can then solve for D, if you choose x = -1, you get a single equation for E.
But this method does not allow you to get single equations for A, B, and C separately, so, it doesn't get rid of the need to solve simultaneous equations completely.
Sometimes you can use symmetries to simplify the problem. E.g. in this case the function is an odd function of x (i.e. it changes sign if you change the sign of x). This then implies that B = 0 and that the last to terms transform into each otther up to a minus sign. That then implies that D = E.
You can simplify things a lot more by proceeding in the following way. You can ask yourself what would happen if you take your rational function and would subtract from it all the singular terms in the expansion around the singular points. Then what you are left with doesn't have any singularities anymore, and must therefore be a polynomial. But if the degree of the numerator of the rational functon is less than the degree of the numerator the rational function tends to zero at infinity and so do the singular terms, so that difference must be zero. You must, of course, consider all the singular points in the complex plane.
So, you do a series expansion around x = 0, around x = 1 and
around x = -1, add up all the singular terms and then you got your partial fractions expansion. Since we're dealing with fractions, you only need to use the formula for te geometric series. In case the expansion starts at 1/(x-a) (e.g. in this case we have terms that will start with 1/(x-1)). yu only need to find the coefficient of that term. Then you can multiply the functon by x-a and take the limit for x to a. This is the equivalent of putting x = a in the undetermined constants method above.
Exercise for you:
Integrate 1/(x^6 + 1)