Vector Projection Calculator
Inputs
| a — x-component | 3 |
|---|---|
| a — y-component | 4 |
| a — z-component | 0 |
| b — x-component | 1 |
| b — y-component | 0 |
| b — z-component | 0 |
Vector Projection Calculator
Inputs
Vector a (projected)
Vector b (direction)
Results
Enter a value to see results.
Details
Step-by-step derivation
\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}
Recommended Next
Dot Product Calculator
Calculate the dot product of two n-dimensional vectors, the angle between them, and whether they are orthogonal. Enter components as comma-separated values.