I understand that this is well- discussed in many places. I have even looked at this paper Efficient Recursive Methods for Partial Fraction Expansion of General Rational Functions.
So probably I may write following as $$\frac{1}{(t+a)^{m} (t +b)^{n}}=\sum_{L=1}^{m}\frac{c_{1L}}{(t+a)^{L}}+\sum_{L=1}^{n}\frac{c_{2L}}{(t+b)^{L}};\,\,a,b>0;\,\,m,n>1$$
Please correct me if this is wrong !
I really did not understand how to write $c_{1L}$ and $c_{2L}$ in mathematical forms.
Can someone help me to write $\frac{1}{(t+a)^{m} (t +b)^{n}}$ in general form with the partial fraction decomposition?
It's convenient to do the substitutions $t = s - a$, $b = r + a$, making this $$ \dfrac{1}{s^m (s+r)^n} = \sum_{L=1}^m \frac{c_{1L}}{s^L} + \sum_{L=1}^n \frac{c_{2L}}{(s+r)^L}$$ The principal part of this at $s=0$ is $\sum_{L=1}^m c_{1L}/s^L$. Now by the binomial series $$(s+r)^{-n} = r^{-n} (1+s/r)^{-n} =\sum_{k=0}^\infty {-n \choose k} s^k r^{-n-k}$$ and thus $c_{1L}$ is the coefficient of $s^{m-L}$ here, i.e. $$ c_{1L} = {-n \choose m-L} r^{-n-m+L} = {-n \choose m-L} (b-a)^{-n-m+L} $$ Interchanging $m$ and $n$, $a$ and $b$, $$ c_{2L} = {-m \choose n-L} (a-b)^{-n-m+L} $$