Find partial fractions of $\frac{x^2-1}{x^4+1}$

71 Views Asked by At

I tried to figure out how WA found the partial fractions of $\frac{x^2-1}{x^4+1}$:

enter image description here

Help is Appreciated.

1

There are 1 best solutions below

1
On BEST ANSWER

It comes from $(x^2+x\sqrt{2}+1)(x^2-x\sqrt{2}+1) =(x^2+1)^2-(x\sqrt{2})^2 =x^4+2x^2+1-2x^2 =x^4+1 $ so that $\frac{x^2-1}{x^4+1} =\frac{x^2-1}{(x^2+x\sqrt{2}+1)(x^2-x\sqrt{2}+1)} $.

Then use partial fractions.