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.

Inputs

Results

\begin{aligned} c_1 &= a_2 b_3 - a_3 b_2 \\ &= (2)(6) - (3)(5) \\ &= ? \end{aligned}
\begin{aligned} c_2 &= a_3 b_1 - a_1 b_3 \\ &= (3)(4) - (1)(6) \\ &= ? \end{aligned}
\begin{aligned} c_3 &= a_1 b_2 - a_2 b_1 \\ &= (1)(5) - (2)(4) \\ &= ? \end{aligned}
\begin{aligned} |\mathbf{c}| &= \sqrt{c_1^2 + c_2^2 + c_3^2} \\ &= \sqrt{(?)^2 + (?)^2 + (?)^2} \\ &= ? \end{aligned}
\begin{aligned} A &= |\mathbf{a} \times \mathbf{b}| \\ &= ? \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?