Questions tagged [digamma-function]

The digamma function, usually represented by the Greek letter psi or digamma, is the logarithmic derivative of the [tag:gamma-function]. It is the first of the polygamma functions.

$\psi(z)$ is defined as $\psi(z) =\frac{\mathrm{d}}{\mathrm{d}z}\log\Gamma(z)= \frac{\Gamma'(z)}{\Gamma(z)}.$

It has a series expansion converging everywhere except for the negative integers $\psi(z+1) = -\gamma + \sum_{n=1}^\infty \frac{z}{n(n+z)},$ where $\gamma$ is the Euler-Mascheroni constant.

$\psi(z)$ is a special case of the function $\psi^{(n)}(z)$ where $n=0$.

210 questions
2
votes
1 answer

psi digamma function

Is well known that $$\psi(x)-\psi(-x)=-\pi \cot(\pi x) - \frac{1}{x}.$$ I am wondering if a similar property holds for the following function, $$D_{\beta,\gamma}(x) = \psi(\beta x)-\psi(-\gamma x),\ \beta,\gamma \in {\mathbb{Z}_{>0}},$$ i.e. if…
111
  • 747
2
votes
0 answers

Equation involving the psi function

I am trying to solve the following equation, and I can't simplify it even further. Is there any approximation or solution to this equation? $$\psi(r)+r\psi'(r)=\log r + 1$$ where $\psi$ is the Digamma function and $\psi'$is its derivative, and $r$…
Nooob
  • 81
1
vote
1 answer

Is there closed form of integral of gamma function with specific range

I like to know is there closed form of below integral $$\Gamma[20,a]=\int^{\infty}_{a}t^{19}e^{-t}dt $$ I can find closed form when integral range is 0 from inf. But it is not easy to search what i like to know. Thank you!
Kim
  • 179
0
votes
0 answers

Digamma equation for fitting

I have a digamma equation: ln(1/t) = psi(1/2 + h/2t) - psi(1/2). I would like to reorganize this equation to apply for experimental data fitting (h and t are data points, t is input and h is output). anyone can help to convert this equation to f(x)…
Zu S
  • 1
0
votes
2 answers

Gauss's Digamma Theorem generalization

This website shares a proof for Gauss' Digamma Theorem. Which is $$ ψ\left(\frac{p}{q}\right) = -\gamma - \frac{\pi}{2}\cot\left(\pi\frac{p}{q}\right) - \ln(q) + \frac{1}{2}\sum_{k=1}^{q-1} \cos\left(2\pi…
Nolord
  • 76
0
votes
1 answer

Is $\psi(x)-\log x$ strictly increasing for strictly positive $x$?

Let $\psi(x)$ be the digamma function. Is the function which takes $\psi(x)-\log x$ for $x>0$ strictly increasing, and how could one show this if it is the case (link etc.)?
0
votes
0 answers

How can I solve for $a$ in $\frac {k-\frac 32}a+\frac 1{2a^2}+\digamma(a)-\digamma(a+n)=0$, where $\digamma$ is the digamma function?

How can I solve for $a$ for this following equation? $$\frac {k-\frac 32}a+\frac 1{2a^2}+\digamma(a)-\digamma(a+n)=0,$$ where $\digamma$ represents the digamma function, i.e. it is defined as the logarithmic derivative of the gamma function.