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.

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}

Embed this calculator

Preview

Paste this code into your page to show the calculator.

Share this calculation

Anyone who opens this link sees your values already filled in.

200+ calculators · 10 languages · 100% free

Was this calculator helpful?

No

How can we improve this calculator?