"Easy looking" indefinite integral to be performed

92 Views Asked by At

In my work, I am confronted with the following indefinite integral, which looks like it should be performed easily, although I (nor Maple) can find it. I would appreciate any help finding it explicitly. $$ \int{\left(1-\frac{1}{x}\right)}^p\,{\rm{d}}x, $$ where $p$ is a real number, and where we consider $x<0$.

2

There are 2 best solutions below

0
On BEST ANSWER

Call the integral $J$. The substitution $s = 1/x$ gives you $$ J = - \int (1-s)^p s^{-2}\; ds $$

For $0 < |s| < 1$ the integrand has the binomial series expansion

$$ \sum_{k=0}^\infty {p \choose k} (-1)^k s^{k-2} $$ We integrate the $k=0$ and $k=1$ terms separately, and obtain

$$ \eqalign{J &= \frac{1}{s} + p \ln(s) + \sum_{k=2}^\infty (-1)^{k+1} {p \choose k} \frac{s^{k-1}}{k-1} + c\cr &= \frac{1}{s} + p \ln(s) -{p\choose 2}s\; {\mbox{$_3$F$_2$}(1,1,2-p;\,2,3;\,s)} +c }$$ where ${}_3F_2$ is a generalized hypergeometric function.

0
On

For positive integer $p$,

$$\int\left(1-x^{-1}\right)^pdx=\sum_{k=0}^p\int\binom pk(-x)^{-k}dx=x-p\log x+\sum_{k=2}^p\binom pk\frac{(-x)^{1-k}}{k-1}$$

which doesn't seem to have a simpler form.

For fractional $p$, you will obtain an infinite series by means of the generalized binomial theorem.