跳到主要内容

筑波大学 理工情報生命学術院 システム情報工学研究群 社会工学学位プログラム 2019年8月実施 微积分

Author

思齐塾, 祭音Myyura

Description

実関数 g(t)=(1+t)exp(t2)g(t) = (1 + t) \exp(-t^2) に対して、以下のAおよびBの各問いに答えよ。

A. (1) g(t)g(t) の最大値と最小値が存在する場合にはそれぞれの値を求め、存在しない場合は存在しないことを示せ。

(2) 極限 limtg(t)\lim_{t \to \infty} g(t)limtg(t)\lim_{t \to -\infty} g(t) を求めよ。

(3) z=g(t)z = g(t) のグラフを描け。

B. (1) 0texp(t2)dt\int_0^{\infty} t \exp(-t^2) dt を求めよ。

(2) 00exp((x2+y2))dxdy\int_0^{\infty} \int_0^{\infty} \exp(-(x^2 + y^2)) dxdy を、 x=rcosθ,y=rsinθx = r \cos\theta, y = r \sin\theta とおいて求めよ。

(3) g(t)dt\int_{-\infty}^{\infty} g(t) dt を求めよ。

题目描述

给定实函数

g(t)=(1+t)et2.g(t)=(1+t)e^{-t^2}.

完成 A、B 两部分。

A.

  1. 分别判断 g(t)g(t) 的最大值和最小值是否存在;存在时求出其值,不存在时给出证明。

  2. limt+g(t)limtg(t).\lim_{t\to+\infty}g(t) \quad\text{和}\quad \lim_{t\to-\infty}g(t).
  3. 画出 z=g(t)z=g(t) 的图像。

B.

  1. 计算

    0tet2dt.\int_0^\infty t e^{-t^2}\,dt.
  2. 按题目指定使用极坐标代换

    x=rcosθ,y=rsinθ,x=r\cos\theta,\qquad y=r\sin\theta,

    计算第一象限上的二重广义积分

    00e(x2+y2)dxdy.\int_0^\infty\int_0^\infty e^{-(x^2+y^2)}\,dx\,dy.
  3. 计算

    +g(t)dt.\int_{-\infty}^{+\infty}g(t)\,dt.

Kai

A. (1) g(t)=(1+t)et2g(t) = (1+t)e^{-t^2}

g(t)=et2+(1+t)(2t)et2=et2(12t2t2)=et2(2t22t+1)g'(t) = e^{-t^2} + (1+t)(-2t)e^{-t^2} = e^{-t^2}(1 - 2t - 2t^2) = e^{-t^2}(-2t^2 -2t + 1)

g(t)=0g'(t) = 0 のとき、 2t22t+1=0-2t^2 - 2t + 1 = 0 t=2±44(2)(1)4=2±124=2±234=1±32t = \frac{2 \pm \sqrt{4 - 4(-2)(1)}}{-4} = \frac{2 \pm \sqrt{12}}{-4} = \frac{2 \pm 2\sqrt{3}}{-4} = \frac{-1 \pm \sqrt{3}}{2} t1=132<0,t2=1+32>0t_1 = \frac{-1 - \sqrt{3}}{2} < 0, t_2 = \frac{-1 + \sqrt{3}}{2} > 0 g(t1)=(1+132)e(132)2=(132)e(1+23+34)=(132)e(4+234)=(132)e(1+32)g(t_1) = (1 + \frac{-1-\sqrt{3}}{2}) e^{-(\frac{-1-\sqrt{3}}{2})^2} = (\frac{1-\sqrt{3}}{2}) e^{-(\frac{1+2\sqrt{3}+3}{4})} = (\frac{1-\sqrt{3}}{2}) e^{-(\frac{4+2\sqrt{3}}{4})} = (\frac{1-\sqrt{3}}{2})e^{-(1+\frac{\sqrt{3}}{2})} g(t2)=(1+1+32)e(1+32)2=(1+32)e(123+34)=(1+32)e(4234)=(1+32)e(132)g(t_2) = (1 + \frac{-1+\sqrt{3}}{2}) e^{-(\frac{-1+\sqrt{3}}{2})^2} = (\frac{1+\sqrt{3}}{2}) e^{-(\frac{1-2\sqrt{3}+3}{4})} = (\frac{1+\sqrt{3}}{2}) e^{-(\frac{4-2\sqrt{3}}{4})} = (\frac{1+\sqrt{3}}{2})e^{-(1-\frac{\sqrt{3}}{2})} 最大値は g(t2)=(1+32)e(132)g(t_2) = (\frac{1+\sqrt{3}}{2})e^{-(1-\frac{\sqrt{3}}{2})} 最小値は g(t1)=(132)e(1+32)g(t_1) = (\frac{1-\sqrt{3}}{2})e^{-(1+\frac{\sqrt{3}}{2})}

(2) limt(1+t)et2=limt1+tet2=limt12tet2=0\lim_{t \to \infty} (1+t)e^{-t^2} = \lim_{t \to \infty} \frac{1+t}{e^{t^2}} = \lim_{t \to \infty} \frac{1}{2te^{t^2}} = 0 (L'Hopital's rule) limt(1+t)et2=limt1+tet2=limt12tet2=0\lim_{t \to -\infty} (1+t)e^{-t^2} = \lim_{t \to -\infty} \frac{1+t}{e^{t^2}} = \lim_{t \to -\infty} \frac{1}{2te^{t^2}} = 0 (L'Hopital's rule)

(3) グラフの概形:t<1t<-1 で負の値を取り、t>1t>-1 で値がプラスになる。t=0t=0 のとき g(t)=1g(t)=1 であり、limtg(t)=0\lim_{t\to\infty}g(t)=0 に収束する。

B. (1) 0tet2dt=[12et2]0=0(12)=12\int_0^{\infty} t e^{-t^2} dt = [-\frac{1}{2} e^{-t^2}]_0^{\infty} = 0 - (-\frac{1}{2}) = \frac{1}{2}

(2) 00e(x2+y2)dxdy=0π20er2rdrdθ=0π2[12er2]0dθ=0π212dθ=12[θ]0π2=π4\int_0^{\infty} \int_0^{\infty} e^{-(x^2 + y^2)} dxdy = \int_0^{\frac{\pi}{2}} \int_0^{\infty} e^{-r^2} r dr d\theta = \int_0^{\frac{\pi}{2}} [-\frac{1}{2} e^{-r^2}]_0^{\infty} d\theta = \int_0^{\frac{\pi}{2}} \frac{1}{2} d\theta = \frac{1}{2} [\theta]_0^{\frac{\pi}{2}} = \frac{\pi}{4}

(3) (1+t)et2dt=et2dt+tet2dt=et2dt+0\int_{-\infty}^{\infty} (1+t)e^{-t^2} dt = \int_{-\infty}^{\infty} e^{-t^2} dt + \int_{-\infty}^{\infty} t e^{-t^2} dt = \int_{-\infty}^{\infty} e^{-t^2} dt + 0 et2dt=π\int_{-\infty}^{\infty} e^{-t^2} dt = \sqrt{\pi} よって、 g(t)dt=π\int_{-\infty}^{\infty} g(t) dt = \sqrt{\pi}