Derivative of the Gamma Function

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 24K views
Unit
Messages
181
Reaction score
0
A very vague question:

What is the derivative of the gamma function?
Here's what I've got, using differentiation under the integral. Can anybody tell me if I'm on the right track? What does my answer mean?

[tex]\Gamma(z) = \int_0^{\infty} t^{z - 1} \: e^{-t} \; dt[/tex]

The integrand can be expressed as a function [itex]f(z, t) = t^{z - 1} \: e^{-t}[/itex]:

[tex]\frac{d}{dz} \int_{y_0}^{y_1} f(z, t) \; dt = \int_{y_0}^{y_1} \frac{\partial}{\partial z} f(z, t) \; dt[/tex]

Because [itex]e^{-t}[/itex] is a constant of sorts (correct me if I'm wrong), with respect to the partial derivative to z, all this turns into

[tex]\frac{d}{dz} \Gamma(z) = \int_0^{\infty} t^{z-1} \: e^{-t} \: \ln(t) \; dt[/tex]

But this is useless! Does anybody have any thoughts?

(I'm trying to find all the extrema of the gamma function, ... they look like the follow an exponential curve and I want to see if there is an expression for it)
 
Physics news on Phys.org
Unit said:
[tex]\frac{d}{dz} \Gamma(z) = \int_0^{\infty} t^{z-1} \: e^{-t} \: \ln(t) \; dt[/tex]

But this is useless!

nevertheless correct. [tex]\Gamma'[/tex] cannot be written in simpler ways. You often see [tex]\Psi(x) = \Gamma'(x)/\Gamma(x)[/tex] called the digamma function.

(I'm trying to find all the extrema of the gamma function, ... they look like the follow an exponential curve and I want to see if there is an expression for it)

These extrema are for negative x, right? But the integral form converges only for positive x, so it is of no use in this.
 
Yeah, although it would be cool if THIS non-analytical function could have an analytical derivative... alas... :'(
 
wait, n1person, are you hinting that there exist OTHER non-analytical functions that could have an analytical derivative?

p.s. thank you both for your replies :smile:
 
Derivative of the Gamma Function...


Unit said:
What is the derivative of the gamma function?

Derivative to the gamma function according to Mathematica 6:
[tex]\frac{d}{dz} \Gamma(z) = \Gamma(z) \cdot \psi^{(m)}(z)} = \left( \int_0^\infty t^{z-1} e^{-t} \, dt \right) \left( \int_0^{\infty}\left(\frac{e^{-t}}{t} - \frac{e^{-zt}}{1 - e^{-t}}\right) \, dt \right) \; \; \; m = 0[/tex]

[tex]\boxed{\frac{d}{dz} \Gamma(z) = \left( \int_0^\infty t^{z-1} e^{-t} \, dt \right) \left( \int_0^{\infty}\left(\frac{e^{-t}}{t} - \frac{e^{-zt}}{1 - e^{-t}}\right) \, dt \right) \; \; \; m = 0}[/tex]

[tex]\Gamma(z)[/tex] - Gamma function
[tex]\psi^{(m)}(z)[/tex] - Polygamma function
The m^th derivative of the digamma function.
[/Color]
Reference:
http://en.wikipedia.org/wiki/Gamma_function"
http://en.wikipedia.org/wiki/Digamma_function"
http://en.wikipedia.org/wiki/Polygamma_function"
 
Last edited by a moderator:
Well any function that is used to define an anti-derivative/integral of an analytical function would have an analytical derivative, right?
[tex] \operatorname{erf}(x) = \frac{2}{\sqrt{\pi}}\int_0^x e^{-t^2} dt.[/tex]

so the derivative of error function;

[tex] \frac{\rm d}{{\rm d}x}\,\mathrm{erf}(x)=\frac{2}{\sqrt{\pi}}\,e^{-x^2}.[/tex]