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$.
2026-03-25 11:32:29.1774438349
"Easy looking" indefinite integral to be performed
92 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
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.