$$\int^1 _0 \frac{x^{m-1}(1-x)^{n-1}dx}{(a+x)^{m+n}} = \frac{\beta(m,n)}{a^n(a+1)^m}$$ While solving the above integral I tried making $a + x = t$ as one of the substitution but it turned out to be useless. I also tried substituting $(1-x)^{n-1} = t$ and $x^{m-1} = t$ but still could not prove the above result.
The substitution seems to be quite unconventional in this case, help me with this question.
Try $u=(a+1)\frac{x}{a+x}$, then $\frac{1-x}{a+x}=\frac{1-u}a$ and $\mathrm{d}x=\frac{a(a+1)}{(a+1-u)^2}\,\mathrm{d}u$. Furthermore, $a+x=\frac{a(a+1)}{a+1-u}$. Thus, $$ \begin{align} \int_0^1\frac{x^{m-1}(1-x)^{n-1}\,\mathrm{d}x}{(a+x)^{m+n}} &=\int_0^1\frac{u^{m-1}}{(a+1)^{m-1}}\frac{(1-u)^{n-1}}{a^{n-1}}\frac{\mathrm{d}u}{a(a+1)}\\ \end{align} $$