Partial fractions with complex numb

Miike012
Messages
1,009
Reaction score
0
How do I turn 1/(x4+1) into partial fractions?

This is what I did. Let me know if this is correct

1/(x4+1) = 1/[(x^2+i)(x^2-i)] = (Ax+B)/(x2+i) + (Cx + D)/(x2-1)

Then I set x = 0

1 = (D-B)i .. My first equation would be D-B = 0.

Is that correct so far?
 
Last edited:
Physics news on Phys.org
No need to use complex numbers. x^4+1=(x^2+1)^2-2x^2=(x^2+1+\sqrt{2}x)(x^2+1-\sqrt{2}x)

This is a very messy integral to do by hand, by the way.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top