跳到主要内容

広島大学 先進理工系科学研究科 情報科学プログラム 2017年8月実施 専門科目I 問題2

Author

samparker

Description

(1) α>0\alpha > 0 とする時、関数 f(x)=xαexf(x) = x^{\alpha} e^{-x}[0,)[0, \infty) における最大値を求めよ。

(2) 以下の広義積分が x>0x > 0 において収束することを示せ。

Γ(x)=0tx1etdt\Gamma(x) = \int_0^{\infty} t^{x-1} e^{-t} dt

(3) 極限 limx+0xΓ(x)\lim_{x \to +0} x \Gamma(x) を求めよ。


(1) For α>0\alpha > 0, find the maximum of the function f(x)=xαexf(x) = x^{\alpha} e^{-x} on [0,)[0, \infty).

(2) Show the following improper integral converges on x>0x > 0:

Γ(x)=0tx1etdt\Gamma(x) = \int_0^{\infty} t^{x-1} e^{-t} dt

(3) Find the limit:

limx+0xΓ(x)\lim_{x \to +0} x \Gamma(x)

Kai

(1)

f(x)=0αxα1exxαex=0ex(αxα1xα)=0x=α\begin{aligned} &f'(x) = 0 \\ &\Rightarrow \alpha x^{\alpha - 1} e^{-x} - x^{\alpha} e^{-x} = 0 \\ &\Rightarrow e^{-x} (\alpha x^{\alpha - 1} - x^{\alpha}) = 0 \\ &\Rightarrow x = \alpha \end{aligned}

Note that f(x)>0f'(x) > 0 when x<αx < \alpha and f(x)<0f'(x) < 0 when x>αx > \alpha. Therefore, the maximum of f(x)f(x) is f(α)=ααeαf(\alpha) = \alpha^{\alpha} e^{-\alpha}.

(2)

Let’s divide the integral in a sum of two terms,

Γ(x)=01tx1etdt+1tx1etdt\Gamma(x) = \int_0^{1} t^{x-1} e^{-t} dt + \int_1^{\infty} t^{x-1} e^{-t} dt

For the first term, since the function ete^{-t} is decreasing, it's maximum on the interval [0,1][0, 1] is attained at t=0t = 0, hence

01tx1etdt<01tx1dt.\int_0^{1} t^{x-1} e^{-t} dt < \int_0^1 t^{x-1} dt.

But for x>0x > 0, this last integral converges to 1/x1/x.

For the second term, since the exponential grows faster than any polynomial, for every xx we can take NNN \in \mathbb{N} so big that tNet/2>tx1t \geq N \Rightarrow e^{t/2} > t^{x-1} so

1tx1etdt=1Ntx1etdt+Ntx1etdt<1Ntx1etdt+Net/2etdt=1Ntx1etdt+Net/2dt<\begin{aligned} \int_1^{\infty} t^{x-1} e^{-t} dt &= \int_1^{N} t^{x-1} e^{-t} dt + \int_N^{\infty} t^{x-1} e^{-t} dt \\ &< \int_1^{N} t^{x-1} e^{-t} dt + \int_N^{\infty} e^{t/2} e^{-t} dt \\ &= \int_1^{N} t^{x-1} e^{-t} dt + \int_N^{\infty} e^{-t/2} dt \\ &< \infty \end{aligned}

which completes the proof.

(3)

Γ(x+1)=0txetdt=[ettx]0+x0tx1etdt=x0tx1etdt=xΓ(x)\begin{aligned} \Gamma(x+1) &= \int_0^{\infty} t^{x} e^{-t} dt \\ &= \left[- e^{-t} t^x \right]_0^{\infty} + x \int_{0}^{\infty} t^{x-1} e^{-t} dt \\ &= x \int_{0}^{\infty} t^{x-1} e^{-t} dt \\ &= x \Gamma(x) \end{aligned}
limx+0xΓ(x)=limx+0Γ(x+1)=Γ(1)=1\lim_{x \to +0} x \Gamma(x) = \lim_{x \to +0} \Gamma(x+1) = \Gamma(1) = 1