Dot Product Calculator
Inputs
| Vector a (comma-separated) | 1, 2, 3 |
|---|---|
| Vector b (comma-separated) | 4, 5, 6 |
Dot Product Calculator
Inputs
Vector a
Vector b
Results
Enter a value to see results.
Details
orthogonal_yes
Step-by-step derivation
\begin{aligned} \mathbf{a} \cdot \mathbf{b} &= \sum_{i=1}^{n} a_i b_i \\ &= ? \end{aligned}
\begin{aligned} \cos\theta &= \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{a}||\mathbf{b}|} \\ &= \frac{?}{? \times ?} \\ &= ? \end{aligned}
\begin{aligned} \theta &= \arccos(\cos\theta) \\ &= \arccos(?) \\ &= ?° \end{aligned}
Recommended Next
Cross Product Calculator (3D Vectors)
Calculate the 3D cross product of two vectors: perpendicular result, magnitude, and parallelogram area. Includes step-by-step component derivations.