Minimum of the Gamma Function $Gamma (x)$ for $x>0$. How to find $x_min$?What non-integer number has the smallest factorial?At which value (over $mathbbR^+$) is the gamma function strictly increasing?Explicit series for the minimum point of the Gamma function?Irrationality of $min$ and $arg,min$ of $Gamma|_[1, 2]$Relevance of the Gamma Function's local minimum at $xapprox 1.4616$How do you prove Gautschi's inequality for the gamma function?Limit for gamma functionCalculating the divisor, known to be small, of two Stirling approximations of the logarithmic Gamma function without overflowsBounding the Gamma FunctionMinimize the coefficient of asymptotic normalityDerivative of the Gamma functionOther forms for the derivative of the Gamma functionGeneralized gradient descent with constraintsNumerical methods for calculating derivative of gamma functionUsing the Weierstrass formula for the Gamma Function to find an expresision for $f(z)$

Redundant comparison & "if" before assignment

Drawing ramified coverings with tikz

How to bake one texture for one mesh with multiple textures blender 2.8

Can someone explain how this makes sense electrically?

Creature in Shazam mid-credits scene?

What are the purposes of autoencoders?

Why should universal income be universal?

Is this toilet slogan correct usage of the English language?

If a character has darkvision, can they see through an area of nonmagical darkness filled with lightly obscuring gas?

Aragorn's "guise" in the Orthanc Stone

Is there a working SACD iso player for Ubuntu?

Offered money to buy a house, seller is asking for more to cover gap between their listing and mortgage owed

Is a bound state a stationary state?

I am looking for the correct translation of love for the phrase "in this sign love"

250 Floor Tower

Does a 'pending' US visa application constitute a denial?

The screen of my macbook suddenly broken down how can I do to recover

Store Credit Card Information in Password Manager?

What was this official D&D 3.5e Lovecraft-flavored rulebook?

Non-trope happy ending?

Fear of getting stuck on one programming language / technology that is not used in my country

What is the evidence for the "tyranny of the majority problem" in a direct democracy context?

Freedom of speech and where it applies

Is it better practice to read straight from sheet music rather than memorize it?



Minimum of the Gamma Function $Gamma (x)$ for $x>0$. How to find $x_min$?


What non-integer number has the smallest factorial?At which value (over $mathbbR^+$) is the gamma function strictly increasing?Explicit series for the minimum point of the Gamma function?Irrationality of $min$ and $arg,min$ of $Gamma|_[1, 2]$Relevance of the Gamma Function's local minimum at $xapprox 1.4616$How do you prove Gautschi's inequality for the gamma function?Limit for gamma functionCalculating the divisor, known to be small, of two Stirling approximations of the logarithmic Gamma function without overflowsBounding the Gamma FunctionMinimize the coefficient of asymptotic normalityDerivative of the Gamma functionOther forms for the derivative of the Gamma functionGeneralized gradient descent with constraintsNumerical methods for calculating derivative of gamma functionUsing the Weierstrass formula for the Gamma Function to find an expresision for $f(z)$













17












$begingroup$


The $Gamma (x)$ function has just one minimum for $x>0$ . This result uses some
properties of the gamma function:



  • $Gamma ^prime prime (x)>0$ and $Gamma (x)>0$ for all $x>0$

  • $Gamma (1)=Gamma (2)=1$.

Observing the following graph (created in SWP) of $y=Gamma (x)$ this minimum is near $x=3/2$, but likely $min Gamma (x)neq Gamma left( 3/2right) =dfrac12Gamma left( 1/2right) =dfrac12sqrtpi $.



alt text



I think that it is not possible to find analytically the exact value of $x_min $, even by converting to an adequate problem in the interval $]0,1]$ and using the functional equation $Gamma (x+1)=xGamma (x)$ and the reflection formula



$Gamma (p)Gamma (p-1)=dfracpi sin pxqquad $( $0lt plt 1$)



Question:



a) Which is the best way to find $min_[1,2]Gamma (x)$ and does $x_min $ lay in $[1,3/2]$ or in $[3/2,2]$?



b) Is there some useful series expansion of $Gamma (x)$?



c) Which numeric method do you suggest?




Edit: Due to the shape of $Gamma (x)$ I thought on the one-dimensional Davies-Swann-Campey method of direct search for unconstrained optimization, which approximates a function near a minimum by successive approximating quadratic polynomials.










share|cite|improve this question











$endgroup$







  • 2




    $begingroup$
    A general rule of thumb in numerical computing: it's easier to compute (simple) roots of functions to the full precision of your environment than to compute extrema.
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:18










  • $begingroup$
    wolframalpha.com/input/?i=min+Gamma%28x%29+from+0+to+3
    $endgroup$
    – Memming
    May 9 '12 at 15:33






  • 1




    $begingroup$
    computation results in 1935 nature.com/nature/journal/v135/n3422/abs/135917b0.html
    $endgroup$
    – Memming
    May 9 '12 at 15:46










  • $begingroup$
    @Memming Thanks for the link.
    $endgroup$
    – Américo Tavares
    May 9 '12 at 15:48










  • $begingroup$
    So as it's not simple to compute the value analytically, it's worth stating that $left(frac3320cdotfracpi^4110 , fracpi^4110right)$ is an approximation to $(x,y)_textmin$ with an error of $mathcalO(10^-4)$ in the first and even less in the second variable.
    $endgroup$
    – Nikolaj-K
    Mar 1 '13 at 11:04
















17












$begingroup$


The $Gamma (x)$ function has just one minimum for $x>0$ . This result uses some
properties of the gamma function:



  • $Gamma ^prime prime (x)>0$ and $Gamma (x)>0$ for all $x>0$

  • $Gamma (1)=Gamma (2)=1$.

Observing the following graph (created in SWP) of $y=Gamma (x)$ this minimum is near $x=3/2$, but likely $min Gamma (x)neq Gamma left( 3/2right) =dfrac12Gamma left( 1/2right) =dfrac12sqrtpi $.



alt text



I think that it is not possible to find analytically the exact value of $x_min $, even by converting to an adequate problem in the interval $]0,1]$ and using the functional equation $Gamma (x+1)=xGamma (x)$ and the reflection formula



$Gamma (p)Gamma (p-1)=dfracpi sin pxqquad $( $0lt plt 1$)



Question:



a) Which is the best way to find $min_[1,2]Gamma (x)$ and does $x_min $ lay in $[1,3/2]$ or in $[3/2,2]$?



b) Is there some useful series expansion of $Gamma (x)$?



c) Which numeric method do you suggest?




Edit: Due to the shape of $Gamma (x)$ I thought on the one-dimensional Davies-Swann-Campey method of direct search for unconstrained optimization, which approximates a function near a minimum by successive approximating quadratic polynomials.










share|cite|improve this question











$endgroup$







  • 2




    $begingroup$
    A general rule of thumb in numerical computing: it's easier to compute (simple) roots of functions to the full precision of your environment than to compute extrema.
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:18










  • $begingroup$
    wolframalpha.com/input/?i=min+Gamma%28x%29+from+0+to+3
    $endgroup$
    – Memming
    May 9 '12 at 15:33






  • 1




    $begingroup$
    computation results in 1935 nature.com/nature/journal/v135/n3422/abs/135917b0.html
    $endgroup$
    – Memming
    May 9 '12 at 15:46










  • $begingroup$
    @Memming Thanks for the link.
    $endgroup$
    – Américo Tavares
    May 9 '12 at 15:48










  • $begingroup$
    So as it's not simple to compute the value analytically, it's worth stating that $left(frac3320cdotfracpi^4110 , fracpi^4110right)$ is an approximation to $(x,y)_textmin$ with an error of $mathcalO(10^-4)$ in the first and even less in the second variable.
    $endgroup$
    – Nikolaj-K
    Mar 1 '13 at 11:04














17












17








17


6



$begingroup$


The $Gamma (x)$ function has just one minimum for $x>0$ . This result uses some
properties of the gamma function:



  • $Gamma ^prime prime (x)>0$ and $Gamma (x)>0$ for all $x>0$

  • $Gamma (1)=Gamma (2)=1$.

Observing the following graph (created in SWP) of $y=Gamma (x)$ this minimum is near $x=3/2$, but likely $min Gamma (x)neq Gamma left( 3/2right) =dfrac12Gamma left( 1/2right) =dfrac12sqrtpi $.



alt text



I think that it is not possible to find analytically the exact value of $x_min $, even by converting to an adequate problem in the interval $]0,1]$ and using the functional equation $Gamma (x+1)=xGamma (x)$ and the reflection formula



$Gamma (p)Gamma (p-1)=dfracpi sin pxqquad $( $0lt plt 1$)



Question:



a) Which is the best way to find $min_[1,2]Gamma (x)$ and does $x_min $ lay in $[1,3/2]$ or in $[3/2,2]$?



b) Is there some useful series expansion of $Gamma (x)$?



c) Which numeric method do you suggest?




Edit: Due to the shape of $Gamma (x)$ I thought on the one-dimensional Davies-Swann-Campey method of direct search for unconstrained optimization, which approximates a function near a minimum by successive approximating quadratic polynomials.










share|cite|improve this question











$endgroup$




The $Gamma (x)$ function has just one minimum for $x>0$ . This result uses some
properties of the gamma function:



  • $Gamma ^prime prime (x)>0$ and $Gamma (x)>0$ for all $x>0$

  • $Gamma (1)=Gamma (2)=1$.

Observing the following graph (created in SWP) of $y=Gamma (x)$ this minimum is near $x=3/2$, but likely $min Gamma (x)neq Gamma left( 3/2right) =dfrac12Gamma left( 1/2right) =dfrac12sqrtpi $.



alt text



I think that it is not possible to find analytically the exact value of $x_min $, even by converting to an adequate problem in the interval $]0,1]$ and using the functional equation $Gamma (x+1)=xGamma (x)$ and the reflection formula



$Gamma (p)Gamma (p-1)=dfracpi sin pxqquad $( $0lt plt 1$)



Question:



a) Which is the best way to find $min_[1,2]Gamma (x)$ and does $x_min $ lay in $[1,3/2]$ or in $[3/2,2]$?



b) Is there some useful series expansion of $Gamma (x)$?



c) Which numeric method do you suggest?




Edit: Due to the shape of $Gamma (x)$ I thought on the one-dimensional Davies-Swann-Campey method of direct search for unconstrained optimization, which approximates a function near a minimum by successive approximating quadratic polynomials.







calculus approximation gamma-function numerical-methods special-functions






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Aug 29 '10 at 10:20







Américo Tavares

















asked Aug 24 '10 at 21:59









Américo TavaresAmérico Tavares

32.5k1181206




32.5k1181206







  • 2




    $begingroup$
    A general rule of thumb in numerical computing: it's easier to compute (simple) roots of functions to the full precision of your environment than to compute extrema.
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:18










  • $begingroup$
    wolframalpha.com/input/?i=min+Gamma%28x%29+from+0+to+3
    $endgroup$
    – Memming
    May 9 '12 at 15:33






  • 1




    $begingroup$
    computation results in 1935 nature.com/nature/journal/v135/n3422/abs/135917b0.html
    $endgroup$
    – Memming
    May 9 '12 at 15:46










  • $begingroup$
    @Memming Thanks for the link.
    $endgroup$
    – Américo Tavares
    May 9 '12 at 15:48










  • $begingroup$
    So as it's not simple to compute the value analytically, it's worth stating that $left(frac3320cdotfracpi^4110 , fracpi^4110right)$ is an approximation to $(x,y)_textmin$ with an error of $mathcalO(10^-4)$ in the first and even less in the second variable.
    $endgroup$
    – Nikolaj-K
    Mar 1 '13 at 11:04













  • 2




    $begingroup$
    A general rule of thumb in numerical computing: it's easier to compute (simple) roots of functions to the full precision of your environment than to compute extrema.
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:18










  • $begingroup$
    wolframalpha.com/input/?i=min+Gamma%28x%29+from+0+to+3
    $endgroup$
    – Memming
    May 9 '12 at 15:33






  • 1




    $begingroup$
    computation results in 1935 nature.com/nature/journal/v135/n3422/abs/135917b0.html
    $endgroup$
    – Memming
    May 9 '12 at 15:46










  • $begingroup$
    @Memming Thanks for the link.
    $endgroup$
    – Américo Tavares
    May 9 '12 at 15:48










  • $begingroup$
    So as it's not simple to compute the value analytically, it's worth stating that $left(frac3320cdotfracpi^4110 , fracpi^4110right)$ is an approximation to $(x,y)_textmin$ with an error of $mathcalO(10^-4)$ in the first and even less in the second variable.
    $endgroup$
    – Nikolaj-K
    Mar 1 '13 at 11:04








2




2




$begingroup$
A general rule of thumb in numerical computing: it's easier to compute (simple) roots of functions to the full precision of your environment than to compute extrema.
$endgroup$
– J. M. is not a mathematician
Aug 24 '10 at 22:18




$begingroup$
A general rule of thumb in numerical computing: it's easier to compute (simple) roots of functions to the full precision of your environment than to compute extrema.
$endgroup$
– J. M. is not a mathematician
Aug 24 '10 at 22:18












$begingroup$
wolframalpha.com/input/?i=min+Gamma%28x%29+from+0+to+3
$endgroup$
– Memming
May 9 '12 at 15:33




$begingroup$
wolframalpha.com/input/?i=min+Gamma%28x%29+from+0+to+3
$endgroup$
– Memming
May 9 '12 at 15:33




1




1




$begingroup$
computation results in 1935 nature.com/nature/journal/v135/n3422/abs/135917b0.html
$endgroup$
– Memming
May 9 '12 at 15:46




$begingroup$
computation results in 1935 nature.com/nature/journal/v135/n3422/abs/135917b0.html
$endgroup$
– Memming
May 9 '12 at 15:46












$begingroup$
@Memming Thanks for the link.
$endgroup$
– Américo Tavares
May 9 '12 at 15:48




$begingroup$
@Memming Thanks for the link.
$endgroup$
– Américo Tavares
May 9 '12 at 15:48












$begingroup$
So as it's not simple to compute the value analytically, it's worth stating that $left(frac3320cdotfracpi^4110 , fracpi^4110right)$ is an approximation to $(x,y)_textmin$ with an error of $mathcalO(10^-4)$ in the first and even less in the second variable.
$endgroup$
– Nikolaj-K
Mar 1 '13 at 11:04





$begingroup$
So as it's not simple to compute the value analytically, it's worth stating that $left(frac3320cdotfracpi^4110 , fracpi^4110right)$ is an approximation to $(x,y)_textmin$ with an error of $mathcalO(10^-4)$ in the first and even less in the second variable.
$endgroup$
– Nikolaj-K
Mar 1 '13 at 11:04











2 Answers
2






active

oldest

votes


















8












$begingroup$

There indeed is no closed-form for the gamma function's minimum; what you can do instead, however, is to find the positive root of the digamma function (the logarithmic derivative of the gamma function), which should be available in your computing environment.






share|cite|improve this answer









$endgroup$








  • 1




    $begingroup$
    For instance, the computation in Mathematica goes something like x /. FindRoot[PolyGamma[x], x, 1, WorkingPrecision -> 20] which yields the result 1.4616321449683623413 .
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:11










  • $begingroup$
    Thanks, you have answered to a), b) and confirmed that it is not possible to find analytically the gamma function's minimum! Since I have no access to Mathematica I will try to use PARI.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 22:31






  • 1




    $begingroup$
    Américo: As for question b.), there are series expansions (see DLMF for instance), but none of them seem to be practical so I'd steer away from them. I believe PARI/GP has a digamma/polygamma function somewhere, just check the docs.
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:42










  • $begingroup$
    @Mangaldan: I will check. Also I intend to study further the subject of series expansions for the present situation.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 23:03











  • $begingroup$
    I'm actually trying to discourage you from looking at the series expansions (well okay, let's make an exception for Stirling); but if you think you can glean new insights, dig in: dlmf.nist.gov/5.7
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 23:17


















4












$begingroup$

According to MathWorld the minimum of the Gamma function for positive $x$ is 1.46163...; in particular I guess this is enough to deduce that it is smaller than $3/2$. You can follow the links along to find some references where this is proved.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Yes, it is enough. Thanks! In this case I have not checked before in MathWorld, although usualy I search many things there.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 22:35











Your Answer





StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");

StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













draft saved

draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3245%2fminimum-of-the-gamma-function-gamma-x-for-x0-how-to-find-x-min%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown

























2 Answers
2






active

oldest

votes








2 Answers
2






active

oldest

votes









active

oldest

votes






active

oldest

votes









8












$begingroup$

There indeed is no closed-form for the gamma function's minimum; what you can do instead, however, is to find the positive root of the digamma function (the logarithmic derivative of the gamma function), which should be available in your computing environment.






share|cite|improve this answer









$endgroup$








  • 1




    $begingroup$
    For instance, the computation in Mathematica goes something like x /. FindRoot[PolyGamma[x], x, 1, WorkingPrecision -> 20] which yields the result 1.4616321449683623413 .
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:11










  • $begingroup$
    Thanks, you have answered to a), b) and confirmed that it is not possible to find analytically the gamma function's minimum! Since I have no access to Mathematica I will try to use PARI.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 22:31






  • 1




    $begingroup$
    Américo: As for question b.), there are series expansions (see DLMF for instance), but none of them seem to be practical so I'd steer away from them. I believe PARI/GP has a digamma/polygamma function somewhere, just check the docs.
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:42










  • $begingroup$
    @Mangaldan: I will check. Also I intend to study further the subject of series expansions for the present situation.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 23:03











  • $begingroup$
    I'm actually trying to discourage you from looking at the series expansions (well okay, let's make an exception for Stirling); but if you think you can glean new insights, dig in: dlmf.nist.gov/5.7
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 23:17















8












$begingroup$

There indeed is no closed-form for the gamma function's minimum; what you can do instead, however, is to find the positive root of the digamma function (the logarithmic derivative of the gamma function), which should be available in your computing environment.






share|cite|improve this answer









$endgroup$








  • 1




    $begingroup$
    For instance, the computation in Mathematica goes something like x /. FindRoot[PolyGamma[x], x, 1, WorkingPrecision -> 20] which yields the result 1.4616321449683623413 .
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:11










  • $begingroup$
    Thanks, you have answered to a), b) and confirmed that it is not possible to find analytically the gamma function's minimum! Since I have no access to Mathematica I will try to use PARI.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 22:31






  • 1




    $begingroup$
    Américo: As for question b.), there are series expansions (see DLMF for instance), but none of them seem to be practical so I'd steer away from them. I believe PARI/GP has a digamma/polygamma function somewhere, just check the docs.
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:42










  • $begingroup$
    @Mangaldan: I will check. Also I intend to study further the subject of series expansions for the present situation.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 23:03











  • $begingroup$
    I'm actually trying to discourage you from looking at the series expansions (well okay, let's make an exception for Stirling); but if you think you can glean new insights, dig in: dlmf.nist.gov/5.7
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 23:17













8












8








8





$begingroup$

There indeed is no closed-form for the gamma function's minimum; what you can do instead, however, is to find the positive root of the digamma function (the logarithmic derivative of the gamma function), which should be available in your computing environment.






share|cite|improve this answer









$endgroup$



There indeed is no closed-form for the gamma function's minimum; what you can do instead, however, is to find the positive root of the digamma function (the logarithmic derivative of the gamma function), which should be available in your computing environment.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Aug 24 '10 at 22:09









J. M. is not a mathematicianJ. M. is not a mathematician

61.4k5152290




61.4k5152290







  • 1




    $begingroup$
    For instance, the computation in Mathematica goes something like x /. FindRoot[PolyGamma[x], x, 1, WorkingPrecision -> 20] which yields the result 1.4616321449683623413 .
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:11










  • $begingroup$
    Thanks, you have answered to a), b) and confirmed that it is not possible to find analytically the gamma function's minimum! Since I have no access to Mathematica I will try to use PARI.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 22:31






  • 1




    $begingroup$
    Américo: As for question b.), there are series expansions (see DLMF for instance), but none of them seem to be practical so I'd steer away from them. I believe PARI/GP has a digamma/polygamma function somewhere, just check the docs.
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:42










  • $begingroup$
    @Mangaldan: I will check. Also I intend to study further the subject of series expansions for the present situation.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 23:03











  • $begingroup$
    I'm actually trying to discourage you from looking at the series expansions (well okay, let's make an exception for Stirling); but if you think you can glean new insights, dig in: dlmf.nist.gov/5.7
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 23:17












  • 1




    $begingroup$
    For instance, the computation in Mathematica goes something like x /. FindRoot[PolyGamma[x], x, 1, WorkingPrecision -> 20] which yields the result 1.4616321449683623413 .
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:11










  • $begingroup$
    Thanks, you have answered to a), b) and confirmed that it is not possible to find analytically the gamma function's minimum! Since I have no access to Mathematica I will try to use PARI.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 22:31






  • 1




    $begingroup$
    Américo: As for question b.), there are series expansions (see DLMF for instance), but none of them seem to be practical so I'd steer away from them. I believe PARI/GP has a digamma/polygamma function somewhere, just check the docs.
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 22:42










  • $begingroup$
    @Mangaldan: I will check. Also I intend to study further the subject of series expansions for the present situation.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 23:03











  • $begingroup$
    I'm actually trying to discourage you from looking at the series expansions (well okay, let's make an exception for Stirling); but if you think you can glean new insights, dig in: dlmf.nist.gov/5.7
    $endgroup$
    – J. M. is not a mathematician
    Aug 24 '10 at 23:17







1




1




$begingroup$
For instance, the computation in Mathematica goes something like x /. FindRoot[PolyGamma[x], x, 1, WorkingPrecision -> 20] which yields the result 1.4616321449683623413 .
$endgroup$
– J. M. is not a mathematician
Aug 24 '10 at 22:11




$begingroup$
For instance, the computation in Mathematica goes something like x /. FindRoot[PolyGamma[x], x, 1, WorkingPrecision -> 20] which yields the result 1.4616321449683623413 .
$endgroup$
– J. M. is not a mathematician
Aug 24 '10 at 22:11












$begingroup$
Thanks, you have answered to a), b) and confirmed that it is not possible to find analytically the gamma function's minimum! Since I have no access to Mathematica I will try to use PARI.
$endgroup$
– Américo Tavares
Aug 24 '10 at 22:31




$begingroup$
Thanks, you have answered to a), b) and confirmed that it is not possible to find analytically the gamma function's minimum! Since I have no access to Mathematica I will try to use PARI.
$endgroup$
– Américo Tavares
Aug 24 '10 at 22:31




1




1




$begingroup$
Américo: As for question b.), there are series expansions (see DLMF for instance), but none of them seem to be practical so I'd steer away from them. I believe PARI/GP has a digamma/polygamma function somewhere, just check the docs.
$endgroup$
– J. M. is not a mathematician
Aug 24 '10 at 22:42




$begingroup$
Américo: As for question b.), there are series expansions (see DLMF for instance), but none of them seem to be practical so I'd steer away from them. I believe PARI/GP has a digamma/polygamma function somewhere, just check the docs.
$endgroup$
– J. M. is not a mathematician
Aug 24 '10 at 22:42












$begingroup$
@Mangaldan: I will check. Also I intend to study further the subject of series expansions for the present situation.
$endgroup$
– Américo Tavares
Aug 24 '10 at 23:03





$begingroup$
@Mangaldan: I will check. Also I intend to study further the subject of series expansions for the present situation.
$endgroup$
– Américo Tavares
Aug 24 '10 at 23:03













$begingroup$
I'm actually trying to discourage you from looking at the series expansions (well okay, let's make an exception for Stirling); but if you think you can glean new insights, dig in: dlmf.nist.gov/5.7
$endgroup$
– J. M. is not a mathematician
Aug 24 '10 at 23:17




$begingroup$
I'm actually trying to discourage you from looking at the series expansions (well okay, let's make an exception for Stirling); but if you think you can glean new insights, dig in: dlmf.nist.gov/5.7
$endgroup$
– J. M. is not a mathematician
Aug 24 '10 at 23:17











4












$begingroup$

According to MathWorld the minimum of the Gamma function for positive $x$ is 1.46163...; in particular I guess this is enough to deduce that it is smaller than $3/2$. You can follow the links along to find some references where this is proved.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Yes, it is enough. Thanks! In this case I have not checked before in MathWorld, although usualy I search many things there.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 22:35
















4












$begingroup$

According to MathWorld the minimum of the Gamma function for positive $x$ is 1.46163...; in particular I guess this is enough to deduce that it is smaller than $3/2$. You can follow the links along to find some references where this is proved.






share|cite|improve this answer









$endgroup$












  • $begingroup$
    Yes, it is enough. Thanks! In this case I have not checked before in MathWorld, although usualy I search many things there.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 22:35














4












4








4





$begingroup$

According to MathWorld the minimum of the Gamma function for positive $x$ is 1.46163...; in particular I guess this is enough to deduce that it is smaller than $3/2$. You can follow the links along to find some references where this is proved.






share|cite|improve this answer









$endgroup$



According to MathWorld the minimum of the Gamma function for positive $x$ is 1.46163...; in particular I guess this is enough to deduce that it is smaller than $3/2$. You can follow the links along to find some references where this is proved.







share|cite|improve this answer












share|cite|improve this answer



share|cite|improve this answer










answered Aug 24 '10 at 22:08









damianodamiano

1,7161010




1,7161010











  • $begingroup$
    Yes, it is enough. Thanks! In this case I have not checked before in MathWorld, although usualy I search many things there.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 22:35

















  • $begingroup$
    Yes, it is enough. Thanks! In this case I have not checked before in MathWorld, although usualy I search many things there.
    $endgroup$
    – Américo Tavares
    Aug 24 '10 at 22:35
















$begingroup$
Yes, it is enough. Thanks! In this case I have not checked before in MathWorld, although usualy I search many things there.
$endgroup$
– Américo Tavares
Aug 24 '10 at 22:35





$begingroup$
Yes, it is enough. Thanks! In this case I have not checked before in MathWorld, although usualy I search many things there.
$endgroup$
– Américo Tavares
Aug 24 '10 at 22:35


















draft saved

draft discarded
















































Thanks for contributing an answer to Mathematics Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid


  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.

Use MathJax to format equations. MathJax reference.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3245%2fminimum-of-the-gamma-function-gamma-x-for-x0-how-to-find-x-min%23new-answer', 'question_page');

);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye

random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer