1

The expression I'd like to simplify is $\frac{\Gamma{[1+q\cdot x]}}{\Gamma{[1+x]^{q}}}$, If somebody could give me a hint I will appreciate it.

Thanks in advance

2 Answers2

0

I don't know how helpful this will be, but you could use $\Gamma\left( 1+z \right)=z\Gamma\left( z \right),\,B\left( a,\,b\right) =\frac{\Gamma\left( a \right)\Gamma\left( b \right)}{\Gamma\left( a+b \right)}$ to write $$\frac{\Gamma\left( 1+qx \right)}{\Gamma^q\left( 1+x \right)}=\frac{qx^{1-q}}{\prod_{j=1}^{q-1}B\left( jx,\,x\right)}.$$

J.G.
  • 115,835
  • Thanks, using the relation $\Gamma[1+z]=z\Gamma[z]$ and the property $\Gamma[z]=z^{z-1/2}e^{-z}\sqrt(2\pi)$ I have simplified the relation in a convenient form for my problem:

    $\frac{\Gamma[1+qz]}{\Gamma[1+z]^{q}}=z^{\frac{1}{2}(1-q)}q^{qz-\frac{1}{2}}(2\pi)^{\frac{1}{2}(1-q)}$

    – Bhagwan rajneesh Mar 30 '17 at 15:16
  • @N.Sobrino That's of course only approximate, but for large $z$ it'll give you a suiutable asymptotic form. I hadn't realised that was the context you sought. – J.G. Mar 30 '17 at 15:36
0

Do you know a simplification for the special case $$\frac{(3n)!}{n!^3}\quad?$$ Actually, I think that is probably the simplest way to write it.

You could say: in $(a+b+c)^{3n}$, take the coefficient of the term $a^nb^nc^n$. You can try to do something similar in your general case.

GEdgar
  • 111,679