5

I know how to find the integral below, but I would like to know if there is any clever or general formula for the integral, since my method involves simple polynomial division...

$\int \frac{1}{1+\sqrt[n]x}dx$

Thanks.

1 Answers1

4

$$\int \frac{1}{1+\sqrt[n]x}dx = \sum_{k=0}^{\infty}(-1)^k \int x^{\frac{k}{n}}dx= \sum_{k=0}^{\infty}(-1)^k \frac {n\,x^{\frac{k}{n}+1}}{k+n} = nx\Phi(-x^\frac{1}{n},1,n), $$

where $\Phi(z,s,\alpha)$ is the LerchPhi function

$$ \Phi(z, s, \alpha) = \sum_{n=0}^\infty \frac { z^n} {(n+\alpha)^s}. $$

Start wearing purple
  • 53,234
  • 13
  • 164
  • 223