3

what is the value $$ \int_{a}^{\infty} \frac{\log^{n}(x)}{x^{2}}\mathrm{d}x $$

'a' is a positive integer and so is 'n'

my gues with a change of variable $ x=e^{t} $ is that this integral would be related to the incomplete gamma function $$ \Gamma (n.\log(a)) $$

Jose Garcia
  • 8,506

2 Answers2

2

Hint

Integrate by parts using $u=\log^n(x)$, $dv=\frac{dx}{x^2}$. You will arrive to a splendid recurrence relation.

I am sure that you can take from here.

0

Mathematica gave:

$$\int_{a}^{\infty} \frac{\log^{n}(x)}{x^{2}}\mathrm{d}x=\Gamma(n+1,\log(a))$$

mike
  • 5,604