deema_master said:
ok,
about the series, i tried to replace the term (1/(1+z/v))^n by its series representation which is the binomial coefficient
http://mathworld.wolfram.com/BinomialCoefficient.html, please see (8), and i did the same for the other term, which is(1/(.5+z/v))^q, and then i continued with the integration.
I think I see the problem: you made a
fatal error, as did I also in post #2.
The problem lies with expanding ##(z/v+1)^{-n} (z/v + 1/2)^{-q}## using binomial series. For ##x, a > 0##, the series for ##(1+x/a)^{-p}## converges only if ##x < a##, so integrating it out to ##\infty## is not allowed, and probably produces nonsensical results. We can write ##(z/v + 1/2)^{-q} = 2^q (1 + z /(v/2))^{-q},## so we can expand it in a binomial series if ##z < v/2##. If ##z > v/2## we have ##(z/v + 1/2)^{-q} = 2^q [z/(v/2)]^{-q} (1 + (v/2)/z )^{-q},## which can be expanded in a binomial series. So, if ##C(u,v)## denotes the binomial coefficient we have
$$(z/v+ 1/2)^{-q} = \begin{cases}
2^q \sum_{j=0}^{\infty} C(-q,j) (2/v)^j z^j&\text{if} \;\; 0 < z < v/2 \\
v^q \sum_{j=0}^{\infty} C(-q,j) (v/2)^j z^{-j-q} &\text{if} \;\; v/2 < z < \infty
\end{cases}
$$
Similarly,
$$ (z/v+1)^{-n} = \begin{cases}
\sum_{k=0}^{\infty} C(-n,k)/v^k z^k & \text{if} \;\; 0 < z < v\\
v^n \sum_{k=0}^{\infty} C(-n,k) v^k z^{-k-n} & \text{if} \;\; v < z < \infty
\end{cases}$$
Therefore, we need to split up the integration region into three parts: ##0 < z < v/2##, ##v/2 < z < v## and ##z > v##. We have different series expansions in each part, and each part involves an integral like ##\int_a^b \exp(-cz) z^{p} \, dz##. If ##L \geq 1/2## the part for ##0 < z < v/2## involves only positive powers ##p##, so those integrals converge (that is give no problem at the lower limit ##z = 0##). The other two parts can involve some terms with ##p < 0##, but since ##z > v/2 > 0## there is no difficulty with convergence of those integrals either. For all these reasons our integrals ##\int_a^b \exp(-cz) z^{p} \, dz## can be evaluated in terms of the (non-elementary) incomplete gamma function. Therefore, the final answer involves three separate doubly-infinite series of incomplete gamma functions!
This is bordering on the un-doable, so again, numerical analysis is the preferred way to go.