題目
Problem
9. Let . In what direction does increase most rapidly at the point ? What is the maximum rate of increase? (10%)
解答
解法一
思路
展開
- 根據多變數函數的性質,函數在某點處增加最快的方向為該點處的梯度向量 方向(若要求單位方向向量,需將其單位化)。
- 函數在該點處的最大增加率為梯度向量的模長 。
- 第一步:求偏導函數並列出梯度 :
- 第二步:將點 代入求值。
- 第三步:計算梯度向量的模長,並寫出單位方向向量。
答題過程
展開
給定函數為:
我們對各變數求偏導函數:
egin{align*} f_x(x, y, z) =&\, 2xz e^y + z^2 \[2mm] f_y(x, y, z) =&\, x^2 z e^y \[2mm] f_z(x, y, z) =&\, x^2 e^y + 2xz \end{align*}將給定點 (其中 )代入偏導函數中:
egin{align*} f_x(1, \ln 2, 2) =&\, 2(1)(2)(2) + 2^2 = 8 + 4 = 12 \[2mm] f_y(1, \ln 2, 2) =&\, 1^2 (2)(2) = 4 \[2mm] f_z(1, \ln 2, 2) =&\, 1^2 (2) + 2(1)(2) = 2 + 4 = 6 \end{align*}因此,在點 處的梯度向量為:
1. 函數增加最快的方向
函數增加最快的方向即為梯度向量的方向。我們通常將其表示為單位方向向量 :
egin{align*} \mathbf{u} =&\, rac{ abla f(1, \ln 2, 2)}{| abla f(1, \ln 2, 2)|} \[4mm] =&\, rac{\langle 12, 4, 6 angle}{\sqrt{12^2 + 4^2 + 6^2}} \[4mm] =&\, rac{\langle 12, 4, 6 angle}{\sqrt{144 + 16 + 36}} = rac{\langle 12, 4, 6 angle}{\sqrt{196}} = rac{\langle 12, 4, 6 angle}{14} \[4mm] =&\, \left\langle rac{6}{7}, rac{2}{7}, rac{3}{7} ight angle \end{align*}寫成標準基底形式為 rac{6}{7}\mathbf{i} + rac{2}{7}\mathbf{j} + rac{3}{7}\mathbf{k}。
2. 最大增加率 (Maximum Rate of Increase)
最大增加率為梯度向量的模長: