Yahoo 知識+ 將於 2021 年 5 月 4 日 (美國東岸時間) 停止服務,而 Yahoo 知識+ 網站現已轉為僅限瀏覽模式。其他 Yahoo 資產或服務,或你的 Yahoo 帳戶將不會有任何變更。你可以在此服務中心網頁進一步了解 Yahoo 知識+ 停止服務的事宜,以及了解如何下載你的資料。

Nick S
Lv 5
Nick S 發問於 Science & MathematicsMathematics · 1 十年前

Gamma Functions and Gaussian-like function forms?

This isn't for a class, but it's simply something interesting I thought of.

Take a Gaussian:

Int_(-infinity, infinity) Exp[-x^2] dx

Now of course this evaluates to Sqrt(pi)

What if we let y = x^2 and took the Gaussian in y? It goes to 2*Gamma[5/4]...y=x^3? 2*Gamma[7/6]. This pattern follows all the way to at least n = 100, for y = x^n...

Now, this is something I'd like to know a starting point on (I know this should probably be done using induction, and I have the n=1 case done, as Sqrt(pi) = 2*Gamma[3/2]; What I need a starting point on is how to carry out the inductive step)

For any natural number n, prove that

Int_(-infinity, infinity) Exp[-x^(2n)] dx = 2 * Gamma[(2*n+1)/(2*n)]

Further, is there a finite natural number n > 1 such that this result is expressible in simple closed form (i.e. an exact numerical expression, and not in terms of the Gamma function)

更新:

Would you mind explaining the step where you say "if x = 1/2n" ?

In any case, thank you so much, scythian...that made things a lot clearer...

1 個解答

相關度
  • 1 十年前
    最愛解答

    Right off, it should be noted that Γ(n+1) = n Γ(n), so that Γ(1+1/2n) = (1/2n) Γ(1/2n). Unfortunately, Γ(1/2n) has a value in terms of elementary constants only if n = 1. I will get back to you with the rest of the problem when I get time later on.

    The Gamma function can be found by the definite integral:

    Γ(n) = ∫ (0 to ∞) t^(x-1) e^(-t) dt

    We make the substitution t = x^2n, which also runs from 0 to ∞

    dt = 2n x^(2n-1) dx = 2n (t^(1/2n))^(2n-1) dx, so that we have:

    Γ(x) = ∫ (0 to ∞) t^(x-1) 2n (t^(1/2n))^(2n-1) e^(-x^2n) dx

    (1/2n)Γ(x) = ∫ (0 to ∞) t^(x-1/2n) e^(-x^2n) dx

    (SEE THE TERM t^(x-1/2n), WHAT CAN WE DO TO MAKE THIS GO AWAY?)

    So, if x = 1/2n, we have:

    (1/2n)Γ(1/2n) = Γ((2n+1)/2n) = ∫ (0 to ∞) e^(-x^2n) dx

    2 Γ((2n+1)/2n) = ∫ (-∞ to ∞) e^(-x^2n) dx

    which is the expression you seek.

還有問題嗎?立即提問即可得到解答。