Show that
$$I=\int_{0}^{1}(1-\sqrt[k]{x})^ndx={1\over {k+n\choose n}}$$
My try:
$x=u^k$ then $dx=ku^{k-1}du$
$$I=k\int_{0}^{1}(1-u)^n u^{k-1}du$$
$v=1-u$ then $dv=-du$
$$I=k\int_{0}^{1}v^n(1-v)^{k-1}dv$$
Using the binomial theorem to expand and integrate term by term is tedious, can anyone show me another quick easy way please? Thank you.
Let $y=x^{1/k}$ \begin{align} \int\limits_{0}^{1} (1-x^{1/k})^{n} dx &= k\int\limits_{0}^{1} (1-y)^{n} y^{k-1} dy \\ &= k \mathrm{B}(k,n+1) \\ &= \frac{k\Gamma(k)\Gamma(n+1)}{\Gamma(k+n+1)} \\ &= \frac{k!n!}{(k+n)!} \\ &= {1\over {k+n\choose n}} \end{align}
We have used the beta and gamma functions.