討論位置向量的問題範例
向量是數學和物理學中的一個基本概念,它表示具有方向和大小的物理量。在各種應用中,向量常用於描述位置、速度、力以及許多其他參數。在各種類型的向量中,位置向量在決定空間中某一點的位置方面起著至關重要的作用。
位置向量定義
位置向量是描述座標系中某一點相對於原點位置的向量。通常,位置向量以笛卡爾座標形式表示為:
\[ \mathbf{r} = x\mathbf{i} + y\mathbf{j} + z\mathbf{k} \]
這裡,\(\mathbf{r}\) 是位置向量,\(x\)、\(y\) 和 \(z\) 分別是其沿 \(x\)、\(y\) 和 \(z\) 軸的分量,而 \(\mathbf{i}\)、\(\mathbf{j}\) 和分別是平行於坐標向量的單位。在二維空間中,\(z\) 分量通常不存在,因此位置向量變成:
\[ \mathbf{r} = x\mathbf{i} + y\mathbf{j} \]
位置向量應用
例如,在物理學中,位置向量在描述物體的運動中起著至關重要的作用。物體相對於原點(參考點)的位置可以用位置向量來表示。此外,在機械工程中,力和力矩的計算也常用到位置向量。
位置向量的範例及討論
問題 1
假設三維空間中有兩個點,點 A 的座標為 (1, 2, 3),點 B 的座標為 (4, 0, -2)。求點 A 和點 B 的位置向量。此外,求連接點 A 和點 B 的向量。
討論:
點 A 的位置向量:
\[ \mathbf{r_A} = 1\mathbf{i} + 2\mathbf{j} + 3\mathbf{k} \]
點 B 的位置向量:
\[ \mathbf{r_B} = 4\mathbf{i} + 0\mathbf{j} – 2\mathbf{k} \]
接下來,為了找到連接點 A 和點 B 的向量(稱為 \(\mathbf{AB}\)),我們需要從點 B 的位置向量中減去點 A 的位置向量:
\[ \mathbf{AB} = \mathbf{r_B} – \mathbf{r_A} \]
因此,代入上述兩個位置向量:
\[ \mathbf{AB} = (4\mathbf{i} + 0\mathbf{j} – 2\mathbf{k}) – (1\mathbf{i} + 2\mathbf{j} + 3\mathbf{k}) \]
\[ \mathbf{AB} = (4 – 1)\mathbf{i} + (0 – 2)\mathbf{j} + (-2 – 3)\mathbf{k} \]
\[ \mathbf{AB} = 3\mathbf{i} – 2\mathbf{j} – 5\mathbf{k} \]
因此,連接點 A 到點 B 的向量是 \( 3\mathbf{i} – 2\mathbf{j} – 5\mathbf{k} \)。
問題 2
若點 P 位於二維平面 \((2, 3)\) 上,求位置向量 \(\mathbf{r_P}\) 的長度(範數)。
討論:
點 P 的位置向量:
\[ \mathbf{r_P} = 2\mathbf{i} + 3\mathbf{j} \]
位置向量 \(\mathbf{r_P}\) 的長度可以使用向量範數(或長度)公式計算:
\[ \| \mathbf{r_P} \| = \sqrt{x^2 + y^2} \]
代入 \(x\) 和 \(y\) 的值:
\[ \| \mathbf{r_P} \| = \sqrt{2^2 + 3^2} \]
\[ \| \mathbf{r_P} \| = \sqrt{4 + 9} \]
\[ \| \mathbf{r_P} \| = \sqrt{13} \]
因此,位置向量 \(\mathbf{r_P}\) 的長度為 \(\sqrt{13}\)。
問題 3
假設點 Q 位於 \( (5, -4, 2) \)。求位置向量 \(\mathbf{r_Q}\) 與 \(x\) 軸之間的夾角。
討論:
點 Q 的位置向量:
\[ \mathbf{r_Q} = 5\mathbf{i} – 4\mathbf{j} + 2\mathbf{k} \]
為了求向量 \(\mathbf{r_Q}\) 與 \(x\) 軸之間的夾角,我們可以使用點積的概念。首先,我們求 \(\mathbf{r_Q}\) 與 \(\mathbf{i}\) 之間的點積:
\[ \mathbf{r_Q} \cdot \mathbf{i} = 5\mathbf{i} \cdot \mathbf{i} + (-4\mathbf{j} \cdot \mathbf{i}) + 2\mathbf{k} \cdot \mathbf{i} \]
由於 \(\mathbf{i} \cdot \mathbf{i} = 1\), \(\mathbf{j} \cdot \mathbf{i} = 0\), 且 \(\mathbf{k} \cdot \mathbf{i} = 0\), 則:
\[ \mathbf{r_Q} \cdot \mathbf{i} = 5 \]
\(\mathbf{r_Q}\) 的範數:
\[ \| \mathbf{r_Q} \| = \sqrt{5^2 + (-4)^2 + 2^2} \]
\[ \| \mathbf{r_Q} \| = \sqrt{25 + 16 + 4} \]
\[ \| \mathbf{r_Q} \| = \sqrt{45} \]
\[ \| \mathbf{r_Q} \| = 3\sqrt{5} \]
\(\mathbf{i}\) 的範數為 1,因為 \(\mathbf{i}\) 是單位向量。
利用點積公式求角 \(\theta\):
\[ \mathbf{r_Q} \cdot \mathbf{i} = \| \mathbf{r_Q} \| \| \mathbf{i} \| \cos\θ\]
\[ 5 = 3\sqrt{5} \cos\theta \]
\[ \cos\theta = \frac{5}{3\sqrt{5}} \]
\[ \cos\theta = \frac{5}{3\sqrt{5}} \cdot \frac{\sqrt{5}}{\sqrt{5}} \]
\[ \cos\theta = \frac{5\sqrt{5}}{15} \]
\[ \cos\theta = \frac{\sqrt{5}}{3} \]
因此,位置向量 \(\mathbf{r_Q}\) 與 \(x\) 軸之間的夾角 \(\theta\) 為:
\[ \theta = \cos^{-1} \left(\frac{\sqrt{5}}{3}\right) \]
結論
位置向量在科學和工程中扮演著至關重要的角色,尤其是在座標空間中繪製物件位置圖時。以上範例展示如何計算位置向量、其長度以及它們與座標軸之間的夾角。理解這些基本概念對於解決數學和物理中涉及空間和座標的各種問題至關重要。