I need a closed-form solution for the following integral:
$$\int_{0}^{\infty}\frac{dt}{(t+a)^{m} (t +b)^{n}};\,\,a,b>0;\,\,m,n\geq1\,\text{are integers}$$
If $m$ and $n$ are non-integers, I can find solutions in books.
I tried with partial fraction decomposition. But it does not help as I get these integrals at some point: $\int_{0}^{\infty}\frac{dt}{(t+a)}$ and $\int_{0}^{\infty}\frac{dt}{(t +b)}$ which may not have solutions too.
Is there any other solution?
In what follows we suppose that $a\ne b$. Let $$F(X)= \frac{1}{(X+a)^m(X+b)^n}$$ and $I(n,m)=\int_0^\infty F(t)dt$. Now, for $x$ near $0$ we have $$\eqalign{F(x-a)&=\frac{1}{x^m(x+b-a)^n}=\frac{1}{(b-a)^nx^m}\left(1+\frac{x}{b-a}\right)^{-n}\cr &=\frac{1}{(b-a)^nx^m}\left(\sum_{k=0}^{m-1}\binom{-n}{k}\frac{x^k}{(b-a)^{k}}+\mathcal{O}(x^m)\right)\cr &=\sum_{k=0}^{m-1}\binom{n+k-1}{k}\frac{(-1)^k}{x^{m-k}(b-a)^{n+k}}+\mathcal{O}(1)}$$ So, the polar part of $F$ corresponding to the pole $-a$ is $$Q_{-a}(X)=\sum_{k=0}^{m-1}\binom{n+k-1}{k}\frac{(-1)^k}{(X+a)^{m-k}(b-a)^{n+k}}$$ Exchnageing $(a,m)$ and $(b,n)$ we get the polar part of $F$ corresponding to the pole $-b$ $$Q_{-b}(X)=\sum_{k=0}^{n-1}\binom{m+k-1}{k}\frac{(-1)^k}{(X+b)^{n-k}(a-b)^{m+k}}$$ This yields the partial fraction decomposition: $$ F(X)=\binom{n+m-2}{m-1}\frac{(-1)^{m-1}}{(b-a)^{n+m-1}}\left(\frac{1}{X+a}-\frac{1}{X+b}\right) +\sum_{k=0}^{m-2}\binom{n+k-1}{k}\frac{(-1)^k}{(X+a)^{m-k}(b-a)^{n+k}} +\sum_{k=0}^{n-2}\binom{m+k-1}{k}\frac{(-1)^k}{(X+b)^{n-k}(a-b)^{m+k}} $$ So, $$ I(n,m)=\binom{n+m-2}{m-1}\frac{(-1)^{m-1}}{(b-a)^{n+m-1}}\ln\left(\frac{b}{a}\right) +\sum_{k=0}^{m-2}\binom{n+k-1}{k}\frac{(-1)^k}{(m-k-1)a^{m-k-1}(b-a)^{n+k}} +\sum_{k=0}^{n-2}\binom{m+k-1}{k}\frac{(-1)^k}{(n-k-1)b^{n-k-1}(a-b)^{m+k}} $$