Beta function is defined as:
$$B(x,y)=\int_0^1 t^{x-1}(1-t)^{y-1}dt$$
for $\Re(x) , \Re(y)>0$, I want to show that:$\frac{B(x,y)}{c^y}=\int_0^\infty \frac{t^{x-1}dt}{(c+t)^{x+y}}$.
I thought of changing variables to $s=\frac{c}{t}-c$, but only for the case $c>0$, then I get the following integral: $$\int_0^\infty\frac{1}{(s+c)^{x+y}}c^xs^{y-1}c^{1-y}ds$$ which looks similar to what I need to show but not quite, any advice as to what change of variables will yield the appropriate integral?
Thanks. The reference of the question is question 8 on page 47 of the book: Special Functions by Andrews et al.
It isn't mentioned if $c>0$ or not, so I assume it can be negative.