1
$\begingroup$

How would I find the gamma function of i+1 or any other complex number?

Euler integral for i

I tried using integration by parts, but it just went on forever.

  • 0
    Use some Riemann sum to approximate it value. Probably the error can be evaluated (not sure anyway).2017-02-13

2 Answers 2

0

There is not a simpler closed form for $\Gamma(i+1)$ other than just writing $\Gamma(i+1)$. It does have a decimal expansion $0.498015668118356042713691117462...$ though.


If you want a numerical answer, Riemann Sums will do, or even Integration by Parts like you tried with error estimates. Stirling's Approximation would also help you for large values of $z$.

1

Here is the most basic solution:

\begin{align}\Gamma(i+1)&=\lim_{n\to\infty}\frac{n!e^{i\ln(n+1)}}{(1+i)(2+i)(3+i)\dots(n+i)}\\&=\lim_{n\to\infty}\frac{n!(\cos(\ln(n+1))+i\sin(\ln(n+1)))}{(1+i)(2+i)(3+i)\dots(n+i)}\end{align}

Pretty basic and doable with a basic calculator.

  • 0
    No particular reason it seems.2018-06-22
  • 0
    What **basic** calculator do you mean..?2018-09-15