跳到主要内容

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

Author

SUN

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}

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)

Characteristic equation det(AλI)=0\det(A - \lambda I) = 0:

xλabxλ=(xλ)2ab=0λ=x±ab\begin{vmatrix} x - \lambda & a \\ b & x - \lambda \end{vmatrix} = (x - \lambda)^2 - ab = 0 \Rightarrow \lambda = x \pm \sqrt{ab}

Eigenvectors for λ1=x+ab\lambda_1 = x + \sqrt{ab}:

[ababab][v11v12]=[00]abv11+av12=0V1=[ab]\begin{bmatrix} -\sqrt{ab} & a \\ b & -\sqrt{ab} \end{bmatrix} \begin{bmatrix} v_{11} \\ v_{12} \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} \Rightarrow -\sqrt{ab}v_{11} + av_{12} = 0 \Rightarrow V_1 = \begin{bmatrix} \sqrt{a} \\ \sqrt{b} \end{bmatrix}

Eigenvectors for λ2=xab\lambda_2 = x - \sqrt{ab}:

[ababab][v21v22]=[00]abv21+av22=0V2=[ab]\begin{bmatrix} \sqrt{ab} & a \\ b & \sqrt{ab} \end{bmatrix} \begin{bmatrix} v_{21} \\ v_{22} \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} \Rightarrow \sqrt{ab}v_{21} + av_{22} = 0 \Rightarrow V_2 = \begin{bmatrix} \sqrt{a} \\ -\sqrt{b} \end{bmatrix}

For V1V_1 and V2V_2 to be orthogonal:

V1V2=(a)(a)+(b)(b)=ab=0a=bV_1 \cdot V_2 = (\sqrt{a})(\sqrt{a}) + (\sqrt{b})(-\sqrt{b}) = a - b = 0 \Rightarrow a = b