京都大学 情報学研究科 知能情報学専攻 2021年2月実施 基礎科目 F1-2
Author
祭音Myyura (co-authored with GPT 5.6 SOL)
Description
Q.1
Given
z=2y−x4y2,y=cosx,
compute ∂z/∂x and ∂z/∂y. Using these
results, determine dz/dx.
Q.2
Evaluate
∫−10(1−x1+1−x)dx.
Q.3
Find the maximum rate of change of
f(x,y)=x2+y3
at (1,1) and the direction in which this maximum rate occurs.
题目描述
-
已知 z=2y−x4y2、y=cosx,求
∂z/∂x、∂z/∂y,并据此求 dz/dx。
-
计算
∫−10(1−x1+1−x)dx.
-
求 f(x,y)=x2+y3 在 (1,1) 处的最大变化率及其方向。
Kai
Q.1
Treating x and y as independent variables,
∂x∂z=−4x3y2,∂y∂z=2−2x4y.
Since dy/dx=−sinx, the chain rule gives
dxdz=∂x∂z+∂y∂zdxdy=−4x3cos2x−(2−2x4cosx)sinx.
Therefore,
dxdz=−4x3cos2x−2sinx+2x4sinxcosx.
Q.2
An antiderivative is
−log(1−x)−32(1−x)3/2.
Hence
∫−10(1−x1+1−x)dx=log2+32(23/2−1)=log2+342−2.
Q.3
The gradient is
∇f(x,y)=(x2+y3x,2x2+y33y2).
At (1,1),
∇f(1,1)=(21,223).
The maximum directional derivative is the gradient norm:
∥∇f(1,1)∥=21+89=426.
It occurs in the unit direction of the gradient,
u=∥∇f(1,1)∥∇f(1,1)=131(2,3).