京都大学 情報学研究科 通信情報システム専攻 2022年8月実施 専門基礎A [A-1]
Author
SUN
Description
Answer all the following questions.
(1)
Find all the local maxima and minima, and corresponding x and y with respect to function f(x,y). Let x and y be real numbers.
f(x,y)=x3−x2y+xy2−x
(2)
Let D be a domain bounded by y=x and y=x, where x≥0. Compute the following integral I.
I=∬De−ydxdy
(3)
Find the length of the curve given as follows.
y=x3/2(0≤x≤34)
(4)
Find the eigenvectors of matrix A, and show the conditions on which they become orthogonal to each other. Let x be a real number.
A=(xbax)
Kai
(1)
To find critical points, set partial derivatives to zero:
{fx=3x2−2yx+y2−1=0fy=−x2+2xy=x(2y−x)=0
From fy=0, we have x=0 or x=2y.
- If x=0, then y2−1=0⇒y=±1. Points: (0,1),(0,−1).
- If x=2y, then 3(2y)2−2y(2y)+y2−1=0⇒9y2=1⇒y=±31. Points: (32,31),(−32,−31).
Second-order partial derivatives:
fxx=6x−2y,fxy=−2x+2y,fyy=2x
Hessian determinant H=fxxfyy−(fxy)2:
- For (0,1):H=(−2)(0)−(2)2=−4<0 (Saddle point)
- For (0,−1):H=(2)(0)−(−2)2=−4<0 (Saddle point)
- For (32,31):H=(310)(34)−(−32)2=4>0. Since fxx=310>0, it is a local minimum:
f(32,31)=(32)3−(32)2(31)+(32)(31)2−32=−94
- For (−32,−31):H=(−310)(−34)−(32)2=4>0. Since fxx=−310<0, it is a local maximum:
f(−32,−31)=(−32)3−(−32)2(−31)+(−32)(−31)2−(−32)=94
(2)
The domain D is bounded by y=x and y=x, which intersect at (0,0) and (1,1).
For 0≤y≤1, the range of x is y2≤x≤y.
I=∬De−ydA=∫01∫y2ye−ydxdy=∫01(y−y2)e−ydy
Using integration by parts:
∫(y−y2)e−ydy=−(y−y2)e−y+∫(1−2y)e−ydy=(y2−y)e−y−(1−2y)e−y+∫(−2)e−ydy=(y2−y−1+2y+2)e−y=(y2+y+1)e−y
Evaluating from 0 to 1:
I=[(y2+y+1)e−y]01=3e−1−1
(3)
The arc length L for y=x3/2 from x=0 to x=4/3:
y′=23x1/2⇒1+(y′)2=1+49x
L=∫04/31+49xdx
Let u=1+49x, then du=49dx.
When x=0,u=1; when x=4/3,u=4.
L=∫14u⋅94du=94[32u3/2]14=278(43/2−13/2)=278(8−1)=2756
(4)
Characteristic equation det(A−λI)=0:
x−λbax−λ=(x−λ)2−ab=0⇒λ=x±ab
Eigenvectors for λ1=x+ab:
[−abba−ab][v11v12]=[00]⇒−abv11+av12=0⇒V1=[ab]
Eigenvectors for λ2=x−ab:
[abbaab][v21v22]=[00]⇒abv21+av22=0⇒V2=[a−b]
For V1 and V2 to be orthogonal:
V1⋅V2=(a)(a)+(b)(−b)=a−b=0⇒a=b