I have to perform complex partial fraction decomposition of the following term:
$$\frac{k^4}{(a \, k^3-1)^2}$$
where $a$ is a real positive number.
and I would like to know if it is possible to reduce it to a sum of fractions of the type $\frac{A}{k\pm z}$,$\frac{B \, k}{k^2\pm z}$,$\frac{C \, k}{k^2-y}$ or similar. Where $z$ is a complex number and $y$ is a real number.
If it is not possible to reduce it to the kind of fraction I listed above other type of decomposition might work too.
Any hint on the process, or any reference would be nice.
Thanks in advance
I would start by making the change of variable $ak^{3} = x^{3}$, which transforms the expression into
$$ a^{3/4}\frac{x^{4}}{(x^{3} - 1)^{2}}.$$
Now we factorise the denominator. This is easy since we have a difference of two cubes.
$$ x^{3} - 1 = (x-1)(x^{2} + x + 1).$$
Notice that the quadratic is irreducible over the reals. Then (ignoring the constant $a^{3/4}$) we have
$$ \frac{x^{4}}{(x-1)^{2}(x^{2} + x + 1)} = \frac{A}{x - 1} + \frac{B}{(x-1)^{2}} + \frac{Cx + D}{x^{2} + x + 1} + \frac{Ex + F}{(x^{2} + x + 1)^{2}}.$$