0

I have a fractional function $\frac{1}{x(1+x^{n-1})}$. using PFD: $\frac{A}{(1+x^{n-1})}+ \frac{B}{x}$, that means $Ax+(1+x^{n-1})B=1$.

For this to hold, we need $A=0, B=0, B=1$, which is of course impossible.

Does that mean that this fraction cannot be decomposed? I remember reading that all fractions of polynomials can be decomposed.

user56834
  • 12,925

1 Answers1

1

A and B can be polynomials.

In this case, $A=-x^{n-2},B=1$ Works.

marty cohen
  • 107,799
  • Of course, I didn't realize that. That gives $\frac{-x^{n-2}}{1+ x^{n-1}}$. I'm not sure how to integrate that, though? – user56834 Apr 17 '17 at 13:36