跳到主要内容

京都大学 情報学研究科 通信情報システム専攻 2022年8月実施 専門基礎A [A-1]

Author

SUN, 祭音Myyura

Description

Answer all the following questions.

(1)

Find all the local maxima and minima, and corresponding xx and yy with respect to function f(x,y)f(x,y). Let xx and yy be real numbers.

f(x,y)=x3x2y+xy2xf(x,y)=x^3-x^2y+xy^2-x

(2)

Let DD be a domain bounded by y=xy=\sqrt{x} and y=xy=x, where x0x\ge 0. Compute the following integral II.

I=DeydxdyI=\iint_D e^{-y}\,dx\,dy

(3)

Find the length of the curve given as follows.

y=x3/2(0x43)y=x^{3/2}\quad \left(0\le x\le \frac{4}{3}\right)

(4)

Find the eigenvectors of matrix AA, and show the conditions on which they become orthogonal to each other. Let xx be a real number.

A=(xabx)A=\begin{pmatrix} x & a\\ b & x \end{pmatrix}

题目描述

回答全部问题。

  1. 对实数 x,yx,y,求函数

    f(x,y)=x3x2y+xy2xf(x,y)=x^3-x^2y+xy^2-x

    的所有局部极大值、局部极小值及其对应的 (x,y)(x,y)

  2. DDx0x\ge0 时曲线 y=xy=\sqrt xy=xy=x 围成的区域,计算

    I=Deydxdy.I=\iint_D e^{-y}\,dx\,dy.
  3. 求曲线

    y=x3/2,0x43y=x^{3/2},\qquad 0\le x\le\frac43

    的弧长。

  4. 对矩阵

    A=(xabx),A=\begin{pmatrix}x&a\\b&x\end{pmatrix},

    求其特征向量,并给出这些特征向量彼此正交的条件,其中 xx 为实数。

Kai

(1)

To find critical points, set partial derivatives to zero:

{fx=3x22yx+y21=0fy=x2+2xy=x(2yx)=0\begin{cases} f_x = 3x^2 - 2yx + y^2 - 1 = 0 \\ f_y = -x^2 + 2xy = x(2y - x) = 0 \end{cases}

From fy=0f_y = 0, we have x=0x = 0 or x=2yx = 2y.

  • If x=0x = 0, then y21=0y=±1y^2 - 1 = 0 \Rightarrow y = \pm 1. Points: (0,1),(0,1)(0, 1), (0, -1).
  • If x=2yx = 2y, then 3(2y)22y(2y)+y21=09y2=1y=±133(2y)^2 - 2y(2y) + y^2 - 1 = 0 \Rightarrow 9y^2 = 1 \Rightarrow y = \pm \frac{1}{3}. Points: (23,13),(23,13)(\frac{2}{3}, \frac{1}{3}), (-\frac{2}{3}, -\frac{1}{3}).

Second-order partial derivatives:

fxx=6x2y,fxy=2x+2y,fyy=2xf_{xx} = 6x - 2y, \quad f_{xy} = -2x + 2y, \quad f_{yy} = 2x

Hessian determinant H=fxxfyy(fxy)2H = f_{xx}f_{yy} - (f_{xy})^2:

  • For (0,1):H=(2)(0)(2)2=4<0(0, 1): H = ( -2)(0) - (2)^2 = -4 < 0 (Saddle point)
  • For (0,1):H=(2)(0)(2)2=4<0(0, -1): H = (2)(0) - (-2)^2 = -4 < 0 (Saddle point)
  • For (23,13):H=(103)(43)(23)2=4>0(\frac{2}{3}, \frac{1}{3}): H = (\frac{10}{3})(\frac{4}{3}) - (-\frac{2}{3})^2 = 4 > 0. Since fxx=103>0f_{xx} = \frac{10}{3} > 0, it is a local minimum:
f(23,13)=(23)3(23)2(13)+(23)(13)223=49f(\frac{2}{3}, \frac{1}{3}) = (\frac{2}{3})^3 - (\frac{2}{3})^2(\frac{1}{3}) + (\frac{2}{3})(\frac{1}{3})^2 - \frac{2}{3} = -\frac{4}{9}
  • For (23,13):H=(103)(43)(23)2=4>0(-\frac{2}{3}, -\frac{1}{3}): H = (-\frac{10}{3})(-\frac{4}{3}) - (\frac{2}{3})^2 = 4 > 0. Since fxx=103<0f_{xx} = -\frac{10}{3} < 0, it is a local maximum:
f(23,13)=(23)3(23)2(13)+(23)(13)2(23)=49\begin{aligned} f(-\frac{2}{3}, -\frac{1}{3}) &= (-\frac{2}{3})^3 - (-\frac{2}{3})^2(-\frac{1}{3}) \\ &+ (-\frac{2}{3})(-\frac{1}{3})^2 - (-\frac{2}{3}) \\ &= \frac{4}{9} \end{aligned}

(2)

The domain DD is bounded by y=xy = \sqrt{x} and y=xy = x, which intersect at (0,0)(0, 0) and (1,1)(1, 1). For 0y10 \le y \le 1, the range of xx is y2xyy^2 \le x \le y.

I=DeydA=01y2yeydxdy=01(yy2)eydyI = \iint_D e^{-y} dA = \int_0^1 \int_{y^2}^y e^{-y} dx dy = \int_0^1 (y - y^2) e^{-y} dy

Using integration by parts:

(yy2)eydy=(yy2)ey+(12y)eydy=(y2y)ey(12y)ey+(2)eydy=(y2y1+2y+2)ey=(y2+y+1)ey\begin{aligned} \int (y - y^2) e^{-y} dy &= -(y - y^2)e^{-y} + \int (1 - 2y) e^{-y} dy\\ &= (y^2 - y)e^{-y} - (1 - 2y)e^{-y} + \int (-2) e^{-y} dy\\ &= (y^2 - y - 1 + 2y + 2)e^{-y} \\ &= (y^2 + y + 1)e^{-y} \end{aligned}

Evaluating from 0 to 1:

I=[(y2+y+1)ey]01=3e11I = \left[ (y^2 + y + 1)e^{-y} \right]_0^1 = 3e^{-1} - 1

(3)

The arc length LL for y=x3/2y = x^{3/2} from x=0x=0 to x=4/3x=4/3:

y=32x1/21+(y)2=1+94xy' = \frac{3}{2}x^{1/2} \Rightarrow 1 + (y')^2 = 1 + \frac{9}{4}x
L=04/31+94xdxL = \int_0^{4/3} \sqrt{1 + \frac{9}{4}x} dx

Let u=1+94xu = 1 + \frac{9}{4}x, then du=94dxdu = \frac{9}{4}dx. When x=0,u=1x=0, u=1; when x=4/3,u=4x=4/3, u=4.

L=14u49du=49[23u3/2]14=827(43/213/2)=827(81)=5627\begin{aligned} L &= \int_1^4 \sqrt{u} \cdot \frac{4}{9} du = \frac{4}{9} \left[ \frac{2}{3}u^{3/2} \right]_1^4 \\ &= \frac{8}{27}(4^{3/2} - 1^{3/2}) = \frac{8}{27}(8 - 1) \\ &= \frac{56}{27} \end{aligned}

(4)

The characteristic equation is

det(AλI)=xλabxλ=(xλ)2ab=0.\det(A-\lambda I) =\begin{vmatrix}x-\lambda&a\\b&x-\lambda\end{vmatrix} =(x-\lambda)^2-ab=0.

If ab0ab\ne0, put s=abs=\sqrt{ab} (over C\mathbb C). Then

λ±=x±s.\lambda_\pm=x\pm s.

For λ+=x+s\lambda_+=x+s,

(sabs)(v1v2)=0,sv1+av2=0,\begin{pmatrix}-s&a\\b&-s\end{pmatrix} \begin{pmatrix}v_1\\v_2\end{pmatrix}=0, \qquad -sv_1+av_2=0,

and for λ=xs\lambda_-=x-s,

(sabs)(v1v2)=0,sv1+av2=0.\begin{pmatrix}s&a\\b&s\end{pmatrix} \begin{pmatrix}v_1\\v_2\end{pmatrix}=0, \qquad sv_1+av_2=0.

Therefore

Eλ+=span{[as]},Eλ=span{[as]}.E_{\lambda_+}=\operatorname{span}\left\{\begin{bmatrix}a\\s\end{bmatrix}\right\}, \qquad E_{\lambda_-}=\operatorname{span}\left\{\begin{bmatrix}a\\-s\end{bmatrix}\right\}.

If a=b=0a=b=0, the eigenspace for λ=x\lambda=x is R2\mathbb R^2. If ab=0ab=0 but (a,b)(0,0)(a,b)\ne(0,0), the only eigenvalue is xx and its eigenspace is span{(1,0)T}\operatorname{span}\{(1,0)^T\} for a0a\ne0, or span{(0,1)T}\operatorname{span}\{(0,1)^T\} for b0b\ne0.

For two real eigenvectors we need ab>0ab>0. Their inner product is

[as] ⁣T[as]=a2ab=a(ab),\begin{bmatrix}a\\s\end{bmatrix}^{\!T} \begin{bmatrix}a\\-s\end{bmatrix} =a^2-ab=a(a-b),

so they are orthogonal exactly when a=b0a=b\ne0. When a=b=0a=b=0, any orthogonal basis is an eigenbasis. Hence AA has an orthogonal real eigenbasis if and only if a=ba=b.