You can put this solution on YOUR website! The phrase "partial fractions" suggests that you are either in a Calculus class or in a Math class which is preparing you with some of the Algebra skills needed in Calculus. If I am wrong about all this then what follows may be either way too much or way off base.
What needs to be done is:
Multiply out the denominator
Divide out the fraction giving a quotient and a (proper) remainder fraction
Build a sum of partial fractions which add up to the remainder fraction.
1. Multiply out the denominator:
2. Divide.
1
_______
x^4 - 1 /x^4
x^4 - 1
-------
1
So
3. Build the partial fractions for . For this we need to factor the denominator:
There is potentially a fraction for each factor of the denominator. And the numerator for each denominator will be a polynomial of degree which is one less than the degree of its denominator. Here's the prototype:
If we were to add the fractions on the right, we should get the fraction on the left. Adding the fractions on the right requires that we get the denominators the same. This requires that the numerator and denominator of each fraction be multiplied by the product of the other two denominators:
For now I am going to focus on just the numerators. (We know the denominators will all work out to be ). Multiplying out the numerators we get:
The big mess needs to add up to . So in the expression above, the coefficients of the terms, the terms and the terms must all by zero since there are no x's in the desired numerator of 1. And the constant (x-less) terms must add up to 1: coefficients: A + C + D = 0 coefficients: B + C - D = 0 coefficients: -A + C + D = 0
Constants: -B + C - D = 1
The above equations are a system of 4 equations with 4 variables. There are a variety of ways to solve such a system (Substitution, Linear Combination (aka Elimination), and various matrix/determinant-based methods. The solution works out to be:
A = 0
B = -1/2
C = 1/4
D = 1/2
Substituting these into
we get:
which simplifies to:
Each term in the final expression on the right is in an integrable form.