Cross Product Calculator
Calculate the cross product of two 3D vectors.
About Cross Product Calculator
The cross product of two vectors produces a vector perpendicular to both. Its magnitude equals the area of the parallelogram they span.
$$\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix}$$
How to use this calculator
- Enter the three components of the first vector, \(a_1\), \(a_2\), and \(a_3\).
- Enter the three components of the second vector, \(b_1\), \(b_2\), and \(b_3\).
- Click calculate to compute the cross product \(\vec{a} \times \vec{b}\).
- Read the resulting vector, which will have three components and be perpendicular to both original vectors.
The formula explained
The formula computes the cross product of two vectors in 3D using a determinant setup. The result is a vector whose direction is perpendicular to both input vectors, and whose size depends on the angle between them.
- \(a_1, a_2, a_3\) = the x, y, and z components of the first vector
- \(b_1, b_2, b_3\) = the x, y, and z components of the second vector
- \(\vec{a} \times \vec{b}\) = the cross product vector
- \(\hat{i}, \hat{j}, \hat{k}\) = unit vectors in the x, y, and z directions
Step by step method
- Write the determinant form with \(\hat{i}\), \(\hat{j}\), and \(\hat{k}\) on the first row.
- Expand the determinant to get \((a_2b_3-a_3b_2)\hat{i} - (a_1b_3-a_3b_1)\hat{j} + (a_1b_2-a_2b_1)\hat{k}\).
- Combine the three components into one vector.
Worked example
Problem. Find \(\vec{a} \times \vec{b}\) for \(\vec{a} = \langle 2, 3, 4 \rangle\) and \(\vec{b} = \langle 1, 0, 5 \rangle\).
- Use the component formula: \(\langle a_2b_3-a_3b_2,\; a_3b_1-a_1b_3,\; a_1b_2-a_2b_1 \rangle\).
- Substitute the numbers: \(\langle 3\cdot 5 - 4\cdot 0,\; 4\cdot 1 - 2\cdot 5,\; 2\cdot 0 - 3\cdot 1 \rangle = \langle 15, -6, -3 \rangle\).
- So the cross product is \(\langle 15, -6, -3 \rangle\).
Answer. \(\vec{a} \times \vec{b} = \langle 15, -6, -3 \rangle\)
Tips and common mistakes
- The cross product is not commutative, so \(\vec{a} \times \vec{b} = -(\vec{b} \times \vec{a})\).
- If the vectors are parallel, the cross product is the zero vector because there is no perpendicular direction with area.
Frequently asked questions
How do I use a cross product calculator for two 3D vectors?+
Enter the three components of the first vector and the three components of the second vector. The calculator applies the determinant formula to return the vector that is perpendicular to both inputs.
What does the cross product formula mean?+
For vectors a and b, the cross product uses the determinant with i, j, and k to compute a new vector. Its components are based on the pairs of coordinates from the two vectors, and the result follows the right hand rule for direction.
What happens if the two vectors are parallel or one vector is zero?+
If the vectors are parallel, or if either vector is the zero vector, the cross product is the zero vector. That is because there is no unique perpendicular direction when the vectors do not span a plane.
How do I interpret the result of the cross product?+
The result is a 3D vector perpendicular to both original vectors. Its magnitude equals the area of the parallelogram formed by the two vectors, so a larger magnitude means a larger associated area.
What is the difference between cross product and dot product?+
The dot product gives a scalar and measures how much two vectors point in the same direction. The cross product gives a vector, and it measures perpendicularity through both direction and magnitude.
More Mathematics Tools
Explore related calculators in this category
Absolute Value Calculator
Calculate the absolute value of any number. Use this free calculator for fast, accurate answers, complete with the formula and a worked example.
Absolute Value Equation Solver
Solve equations of the form |ax + b| = c.
Adding Fractions Calculator
Add two fractions with step-by-step simplification.
One-Way ANOVA Calculator
Perform one-way ANOVA on multiple groups.
You Might Also Like
Popular tools from other categories
AC to DC Converter Calculator
Convert AC voltage to DC voltage for different rectifier configurations. Free online calculator with instant, step-by-step results.
Acid-Base Titration Calculator
Calculate concentration from titration data. Get quick, accurate results with this free online calculator, including formulas and worked examples.
ABV Calculator
Calculate alcohol by volume from original and final gravity. Free calculator with instant calculations, the underlying formula, and an easy-to-follow example.
Amortization Schedule Calculator - Free Online
Free Generate a complete amortization schedule. Step-by-step solutions and formulas included. Free, accurate results with step-by-step explanations.
Can't Find the Right Calculator?
Try our AI Math Solver, type any problem in plain English and get instant step-by-step solutions.