How can I decompose this 6th-degree polynomial fraction into partial fractions?

224 Views Asked by At

How can I use partial-fraction decomposition for this fraction? $$f(x)\equiv\dfrac{-x^{5}+2x^{4}-3x^{3}+4x^{2}-5x+6}{7(x^{6}-x^{5}+x^{4}-x^{3}+x^{2}-x+1)}.$$

1

There are 1 best solutions below

1
On

Note that the denominator is a factor of $x^7+1$, the other factor being $x+1$. So the zeros of the denominator are at $x=\,$e$^{\pm\text i(2k+1)\pi}$ ($k=0,1,2$). Pairing off the complex conjugates gives$$f(x)\equiv\sum_{k=0}^2\frac{a_kx+b_k}{x^2-2x\cos\frac17(2k+1)\pi+1},$$where $a_k$ and $b_k$ are real constants to be determined. Substituting in six values of $x$ (e.g. $x=0$) will give six linear equations in the constants, enabling them to be determined.

On further thought, it's best to simplify first by multiplying numerator and denominator by $x+1$, to get$$f(x)\equiv\frac{-1}{7(x+1)}+ \frac1{x^7+1}.$$Then it's easier to calculate $f(x)$ at the substituted values.