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)}.$$
Asked
Active
Viewed 223 times
1
-
the denominator has no real zeros – Dr. Sonnhard Graubner Jan 15 '17 at 14:44
-
you must do parfrac with complex numbers – Dr. Sonnhard Graubner Jan 15 '17 at 14:51
-
@Dr.SonnhardGraubner Yes. I have to do with complex numbers. But, how do I solve it? – k2532184 Jan 15 '17 at 14:56
1 Answers
1
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.
John Bentin
- 18,454
-
Can you explain more acurately how you have found the zeros of the denominator x and the expression f(x). Can you help me to find the six linear equations in the constants. Thanks – k2532184 Jan 15 '17 at 15:32