題目
Problem
6. Find the unit tangent vector and the unit normal vector for the curve . (10%)
解答
解法一
思路
展開
- 設空間曲線向量函數為 。
- 單位切向量 的定義為: \mathbf{T}(t) = rac{\mathbf{r}'(t)}{|\mathbf{r}'(t)|}
- 單位法向量 的定義為: \mathbf{N}(t) = rac{\mathbf{T}'(t)}{|\mathbf{T}'(t)|}
- 計算步驟:
- 求出導數向量 ,計算其模長並求出 。
- 對 求導得到 ,計算其模長並求出 。
答題過程
展開
首先對曲線向量函數 求導:
計算其模長:
egin{align*} |\mathbf{r}'(t)| =&\, \sqrt{(-3\sin 3t)^2 + (3\cos 3t)^2 + 4^2} \[2mm] =&\, \sqrt{9(\sin^2 3t + \cos^2 3t) + 16} \[2mm] =&\, \sqrt{9 + 16} = \sqrt{25} = 5 \end{align*}因此,單位切向量 為:
\mathbf{T}(t) = rac{\mathbf{r}'(t)}{|\mathbf{r}'(t)|} = \left\langle -rac{3}{5}\sin 3t, rac{3}{5}\cos 3t, rac{4}{5} ight angle接著,對 關於 求導:
\mathbf{T}'(t) = \left\langle -rac{9}{5}\cos 3t, -rac{9}{5}\sin 3t, 0 ight angle計算其模長:
|\mathbf{T}'(t)| = \sqrt{\left(-rac{9}{5}\cos 3t ight)^2 + \left(-rac{9}{5}\sin 3t ight)^2 + 0^2} = rac{9}{5}最後,得到單位法向量 為:
\mathbf{N}(t) = rac{\mathbf{T}'(t)}{|\mathbf{T}'(t)|} = rac{\langle -rac{9}{5}\cos 3t, -rac{9}{5}\sin 3t, 0 angle}{rac{9}{5}} = \langle -\cos 3t, -\sin 3t, 0 angle寫為標準基底向量形式:
- 單位切向量 \mathbf{T}(t) = -rac{3}{5}\sin 3t\mathbf{i} + rac{3}{5}\cos 3t\mathbf{j} + rac{4}{5}\mathbf{k}
- 單位法向量