I'm looking for a solution or approximation to the following indefinite integral $$\int x^{-a} \Gamma\left( b, c x^{-d} + e \right) dx.$$
I've tried Mathematica, but it does not converge to a solution. Is there a way to solve it?
I'm looking for a solution or approximation to the following indefinite integral $$\int x^{-a} \Gamma\left( b, c x^{-d} + e \right) dx.$$
I've tried Mathematica, but it does not converge to a solution. Is there a way to solve it?
*Could this be workable ? *
$$I=\int x^{-a} \Gamma\left( b, c x^{-d} + e \right) \,dx$$ Let $c x^{-d}=t$ and $\alpha=\frac{a-d-1}{d}$ to make $$I=-\frac 1 d \,c^{\frac{1-a}{d}}\int t^\alpha \,\,\Gamma (b,t+e)\,dt$$ Expand as a series of $e$ around $e=0$ $$\Gamma (b,t+e)=\sum_{n=0}^\infty A_n\, e^n$$ where
$$A_n=-\frac{(n-1) (t+n-b-1)\,A_{n-1}+(n-2)\,A_{n-2}}{n(n-1)t }$$ with $$A_0=\Gamma (b,t) \qquad \qquad A_1=-e^{-t}\, t^{b-1}$$