跳到主要内容

広島大学 先進理工系科学研究科 情報科学プログラム 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)

题目描述

  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).

考点

  • 局部极值:通过导数符号判断 xαexx^\alpha e^{-x} 的单调区间及全局最大值。
  • 广义积分:分别控制积分在 00 附近和无穷远处的行为,以证明 Γ(x)\Gamma(x)x>0x>0 时收敛。
  • 伽马函数:利用分部积分建立 Γ(x+1)=xΓ(x)\Gamma(x+1)=x\Gamma(x) 的递推关系。
  • 极限:借助伽马函数递推关系与 Γ(1)\Gamma(1)x0+x\to0^+ 时的极限。

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