向量投影計算機
輸入
| a — x 分量 | 3 |
|---|---|
| a — y 分量 | 4 |
| a — z 分量 | 0 |
| b — x 分量 | 1 |
| b — y 分量 | 0 |
| b — z 分量 | 0 |
向量投影計算機
輸入
向量 a(被投影者)
向量 b(方向)
結果
輸入數值即可顯示計算結果。
詳細資料
逐步推導
\begin{aligned} \operatorname{comp}_{\mathbf{b}}\mathbf{a} &= \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{b}|} \\ &= \frac{?}{?} \\ &= ? \end{aligned}
\begin{aligned} p_x &= \frac{\mathbf{a} \cdot \mathbf{b}}{\mathbf{b} \cdot \mathbf{b}}\, b_x \\ &= \frac{?}{{\text{?}}}(1) \\ &= ? \end{aligned}
\begin{aligned} p_y &= \frac{\mathbf{a} \cdot \mathbf{b}}{\mathbf{b} \cdot \mathbf{b}}\, b_y \\ &= \frac{?}{{\text{?}}}(0) \\ &= ? \end{aligned}
\begin{aligned} p_z &= \frac{\mathbf{a} \cdot \mathbf{b}}{\mathbf{b} \cdot \mathbf{b}}\, b_z \\ &= \frac{?}{{\text{?}}}(0) \\ &= ? \end{aligned}
\begin{aligned} r_x &= a_x - p_x \\ &= 3 - (?) \\ &= ? \end{aligned}
\begin{aligned} r_y &= a_y - p_y \\ &= 4 - (?) \\ &= ? \end{aligned}
\begin{aligned} r_z &= a_z - p_z \\ &= 0 - (?) \\ &= ? \end{aligned}