Simplify Your Workflow: Search MiniWebtool.
Add Extension
See also
Dot Product CalculatorVector CalculatorAngle Between Vectors CalculatorUnit Vector CalculatorVector Projection CalculatorVector Magnitude CalculatorCurl Calculator
Home Page > Math > Linear Algebra > Cross Product Calculator

Cross Product Calculator

Calculate the cross product (vector product) of two 3D vectors using the determinant formula. Get step-by-step expansion, the perpendicular result vector, its magnitude (parallelogram area), direction verification, and an interactive 3D visualization.

Cross Product Calculator
Examples:
LIVE 3D PREVIEW
Vector ax, y, z
ร—
Vector bx, y, z

Embed Cross Product Calculator Widget

About Cross Product Calculator

The Cross Product Calculator computes the vector product of two 3D vectors using the determinant formula. Enter the components of two vectors to instantly get the resulting perpendicular vector, its magnitude (parallelogram area), the angle between the input vectors, step-by-step determinant expansion, perpendicularity verification, and an interactive 3D diagram you can rotate by dragging.

The Cross Product Formula

The cross product of two 3D vectors \(\vec{a} = \langle a_1, a_2, a_3 \rangle\) and \(\vec{b} = \langle b_1, b_2, b_3 \rangle\) is defined as the determinant:

$$\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}$$

Expanding by cofactors along the first row gives:

$$\vec{a} \times \vec{b} = \hat{i}(a_2 b_3 - a_3 b_2) - \hat{j}(a_1 b_3 - a_3 b_1) + \hat{k}(a_1 b_2 - a_2 b_1)$$

Real-World Applications

๐Ÿ”ง
Torque
ฯ„ = r ร— F calculates rotational force
๐ŸŒŠ
Angular Momentum
L = r ร— p in rotational mechanics
๐ŸŽฎ
Surface Normals
3D rendering uses normals for lighting
โœˆ
Electromagnetism
F = qv ร— B for Lorentz force
๐Ÿ“
Area Calculation
|aร—b| gives parallelogram/triangle area
๐Ÿ—
Structural Engineering
Moment of forces about a point

Key Formulas

PropertyFormulaDescription
Cross Product\(\vec{a} \times \vec{b} = \langle a_2 b_3 - a_3 b_2,\; a_3 b_1 - a_1 b_3,\; a_1 b_2 - a_2 b_1 \rangle\)Component form of the cross product
Magnitude\(|\vec{a} \times \vec{b}| = |\vec{a}||\vec{b}|\sin\theta\)Equals the parallelogram area
Anti-commutativity\(\vec{a} \times \vec{b} = -(\vec{b} \times \vec{a})\)Swapping order reverses the direction
Perpendicularity\((\vec{a} \times \vec{b}) \cdot \vec{a} = 0\)Result is always perpendicular to both inputs
Parallel test\(\vec{a} \times \vec{b} = \vec{0} \iff \vec{a} \| \vec{b}\)Zero cross product means vectors are parallel
Triangle area\(A = \frac{1}{2}|\vec{a} \times \vec{b}|\)Half the parallelogram area

Cross Product vs. Dot Product

Cross Product (a ร— b)

Produces a vector perpendicular to both inputs. Only defined in 3D. Magnitude equals the parallelogram area. Zero when vectors are parallel. Maximum when vectors are perpendicular. Anti-commutative: a ร— b = -(b ร— a).

Dot Product (a ยท b)

Produces a scalar value. Works in any dimension. Measures alignment between vectors. Zero when vectors are perpendicular. Maximum when vectors are parallel. Commutative: a ยท b = b ยท a.

Key Properties

Anti-commutative
\(\vec{a} \times \vec{b} = -(\vec{b} \times \vec{a})\) โ€” order matters
Distributive
\(\vec{a} \times (\vec{b} + \vec{c}) = \vec{a} \times \vec{b} + \vec{a} \times \vec{c}\)
Scalar Factor
\((k\vec{a}) \times \vec{b} = k(\vec{a} \times \vec{b})\)
Self Cross
\(\vec{a} \times \vec{a} = \vec{0}\) โ€” always zero
Not Associative
\(\vec{a} \times (\vec{b} \times \vec{c}) \neq (\vec{a} \times \vec{b}) \times \vec{c}\)
Lagrange Identity
\(|\vec{a} \times \vec{b}|^2 = |\vec{a}|^2 |\vec{b}|^2 - (\vec{a} \cdot \vec{b})^2\)

Understanding the Right-Hand Rule

The direction of the cross product follows the right-hand rule: point your right hand's fingers along the first vector \(\vec{a}\), curl them toward the second vector \(\vec{b}\), and your thumb indicates the direction of \(\vec{a} \times \vec{b}\). This is why the cross product is anti-commutative โ€” reversing the order reverses the thumb direction, giving \(\vec{b} \times \vec{a} = -(\vec{a} \times \vec{b})\).

The magnitude \(|\vec{a} \times \vec{b}| = |\vec{a}||\vec{b}|\sin\theta\) represents the area of the parallelogram formed by the two vectors. When the vectors are parallel (\(\theta = 0ยฐ\) or \(180ยฐ\)), the area collapses to zero. When they are perpendicular (\(\theta = 90ยฐ\)), the area is maximized at \(|\vec{a}| \times |\vec{b}|\).

How to Use the Cross Product Calculator

  1. Enter Vector a: Type the three components (x, y, z) separated by commas โ€” for example, 2, 3, 4. You can also click a quick example to auto-fill both vectors.
  2. Enter Vector b: Type the three components of the second vector in the same format.
  3. Watch the live preview: The 3D preview updates in real time, showing both vectors, the cross product vector, and the parallelogram.
  4. Click Calculate: Press the button to get full results including the perpendicular result vector, parallelogram area, angle, step-by-step determinant expansion, and the interactive 3D diagram.
  5. Explore the diagram: Drag to rotate the 3D view, toggle layers (parallelogram, cross product vector, axes, labels) for different visualizations.

FAQ

What is the cross product of two vectors?
The cross product (also called vector product) of two 3D vectors a and b produces a new vector that is perpendicular to both a and b. It is computed using the determinant of a 3ร—3 matrix with unit vectors i, j, k in the first row. The magnitude of the result equals the area of the parallelogram formed by the two vectors.
How do you calculate the cross product using the determinant method?
Set up a 3ร—3 matrix with i-hat, j-hat, k-hat in row 1, components of vector a in row 2, and components of vector b in row 3. Then expand along the first row: i(aโ‚‚bโ‚ƒ โˆ’ aโ‚ƒbโ‚‚) โˆ’ j(aโ‚bโ‚ƒ โˆ’ aโ‚ƒbโ‚) + k(aโ‚bโ‚‚ โˆ’ aโ‚‚bโ‚). This gives the three components of the cross product vector.
Why is the cross product only defined in 3D?
The cross product as a vector operation is only defined in 3 dimensions (and 7 dimensions) because only in these spaces can you find a unique vector perpendicular to two given vectors. In 2D there is no out-of-plane direction, and in higher dimensions the perpendicular space has more than one dimension.
What is the geometric meaning of the cross product magnitude?
The magnitude |a ร— b| equals the area of the parallelogram formed by vectors a and b. Half this value gives the triangle area. This is widely used in physics (torque = r ร— F) and computer graphics (calculating surface normals for lighting).
What is the right-hand rule for cross products?
The right-hand rule determines the direction of the cross product: point your fingers along vector a, curl them toward vector b, and your thumb points in the direction of a ร— b. This means the cross product is anti-commutative โ€” a ร— b equals โˆ’(b ร— a).

Reference this content, page, or tool as:

"Cross Product Calculator" at https://MiniWebtool.com/cross-product-calculator/ from MiniWebtool, https://MiniWebtool.com/

by miniwebtool team. Updated: 2026-04-10

You can also try our AI Math Solver GPT to solve your math problems through natural language question and answer.

Linear Algebra:

Top & Updated:

Instagram User ID LookupRandom Name Picker WheelRandom PickerImage ResizerFacebook User ID LookupLine CounterSort NumbersRSD Calculator - Relative Standard DeviationFPS ConverterMAC Address GeneratorRemove SpacesWord to Phone Number Converterโฌ› Aspect Ratio Calculator๐Ÿ“ท OCR / Image to TextSun Position CalculatorSun, Moon & Rising Sign Calculator ๐ŸŒž๐ŸŒ™โœจERA CalculatorRandom Quote GeneratorMAC Address Lookup๐Ÿ–ฑ๏ธ Click CounterMerge VideosSlope and Grade CalculatorJob FinderPercent Off CalculatorSquare Root (โˆš) CalculatorWeight Loss CalculatorRandom Truth or Dare GeneratorCm to Feet and Inches ConverterSHA256 Hash GeneratorSum CalculatorBatting Average CalculatorVertical Jump CalculatorMP3 LooperAdd Text to ImageRandom Credit Card GeneratorRandom Poker Hand GeneratorRandom Superpower GeneratorFeet and Inches to Cm ConverterNumber of Digits CalculatorRandom Fake Address GeneratorBitwise CalculatorRoman Numerals ConverterInvisible Text GeneratorRandom IMEI GeneratorSalary Conversion CalculatorPhone Number ExtractorAudio SplitterNumber to Word ConverterRandom Writing Prompt GeneratorImage SplitterRandom Birthday GeneratorText FormatterLog Base 10 CalculatorIP Subnet CalculatorBinary to Gray Code ConverterJulian Date ConverterCaffeine Overdose CalculatorBolt Torque CalculatorLunar Calendar ConverterName RandomizerOctal CalculatorCompound Growth CalculatorRandom Activity GeneratorHalfway Date CalculatorRandom Movie PickerFile Size ConvertereBay Fee CalculatorEmail ExtractorSHA512 Hash GeneratorYouTube Channel StatisticsQuotient and Remainder CalculatorImage CompressorDecimal to BCD ConverterStair CalculatorLeap Years ListLong Division CalculatorFirst n Digits of PiRandom Meal GeneratorWAR CalculatorVideo CompressorOutlier CalculatorHebrew Calendar ConverterBCD to Decimal ConverterWord Ladder GeneratorRandom Loadout GeneratorFlip Video๐Ÿ“… Date CalculatorMaster Number CalculatorOPS CalculatorBcrypt Hash Generator / CheckerCompare Two StringsMD5 Hash GeneratorMultiple Fraction CalculatorSlugging Percentage CalculatorAPI TesterPercent Growth Rate CalculatorAI Language DetectorRandom Number PickerList of Prime NumbersBreak Line by Characters๐Ÿ” Plagiarism CheckerSocial Media Username CheckerDMS to Decimal Degrees ConverterAdd Prefix and Suffix to TextRandomize NumbersIP Address to Hex ConverterArc Length CalculatorDay of the Year Calculator - What Day of the Year Is It Today?Bingo Card GeneratorBroken Link Checker๐ŸŽฐ Gacha Pity CalculatorMultiplication Calculator๐Ÿ”Š Tone GeneratorAstrological Element Balance CalculatorIs it a Prime Number?What is my Zodiac Sign?Percent to PPM ConverterOn Base Percentage CalculatorVideo to Image ExtractorYouTube Tag ExtractorModulo CalculatorGray Code to Binary ConverterAcreage CalculatorVideo SplitterTime Duration CalculatorURL ExtractorSmall Text Generator โฝแถœแต’แต–สธ โฟ แต–แตƒหขแต—แต‰โพCone Flat Pattern (Template) GeneratorMercury Retrograde CalendarNumber ExtractorRemove AccentRandom Chord GeneratorDecibel (dB) CalculatorRandom Tournament Bracket GeneratorSocial Media Post Time OptimizerGreat Circle Distance CalculatorLED Resistor CalculatorName Number CalculatorList RandomizerRandom Emoji GeneratorRandom Object GeneratorWord Scramble GeneratorDay of Year CalendarEstimation CalculatorBattery Life CalculatorRatio CalculatorConnect the Dots GeneratorWHIP CalculatorRandom Math Problem GeneratorSaturn Return CalculatorHeight Percentile CalculatorProportion CalculatorChinese Gender PredictorIP Address to Binary ConverterSquare Numbers ListBinary to BCD ConverterLove Compatibility CalculatorMAC Address AnalyzerGolden Ratio CalculatorRandom Line PickerLottery Number GeneratorText Case ConverterRemove Line BreaksPercentage Increase CalculatorRandom User-Agent GeneratorImage EnhancerFraction CalculatorImage CropperMagic 8-BallRatio to Percentage CalculatorAmortization CalculatorTaco Bar CalculatorBackronym Generator๐Ÿ“Š Bar Graph MakerAngel Number CalculatorPipe Flow CalculatorAdjust Video SpeedScientific Notation to Decimal ConverterWhitespace VisualizerAm I Overweight?HTML CompressorNumber Pattern FinderRandom Video Thumbnail GeneratorFirst n Digits of eLbs to Kg ConverterStandard Error CalculatorWhat is my Lucky Number?Color InverterInvisible Character RemoverReverse VideoRandom Excuse GeneratorPER Calculator๐Ÿ’ง Dew Point CalculatorSigma Notation Calculator (Summation)Effect Size CalculatorMcg to Mg ConverterNumber RandomizerRandom Chess Opening GeneratorAI ParaphraserAI Punctuation AdderSort Lines AlphabeticallyHex to BCD ConverterBCD to Binary ConverterBCD to Hex ConverterMedian CalculatorAverage CalculatorPVIFA CalculatorHypotenuse CalculatorRemove Audio from VideoActual Cash Value CalculatorLog Base 2 CalculatorRoot Mean Square CalculatorSum of Positive Integers CalculatorSHA3-256 Hash GeneratorAI Sentence ExpanderHex to Decimal ConverterRandom Group GeneratorConvolution CalculatorRandom String GeneratorRemove Leading Trailing SpacesMarkup CalculatorPVIF CalculatorDecimal to Hex ConverterInstagram Font GeneratorSocial Media Image Size GuideTikTok Money CalculatorTwitter/X Character CounterTwitter/X Timestamp ConverterYouTube Watch Time CalculatorTwitch Earnings CalculatorYouTube Shorts Monetization CalculatorFacebook Ad Cost CalculatorSocial Media ROI CalculatorCTR CalculatorROAS CalculatorInfluencer ROI CalculatorForce CalculatorAcceleration CalculatorVelocity CalculatorMomentum CalculatorProjectile Motion CalculatorKinetic Energy CalculatorPotential Energy CalculatorWork and Power CalculatorDensity CalculatorPressure CalculatorIdeal Gas Law CalculatorFree Fall CalculatorTorque CalculatorHorsepower CalculatorDilution CalculatorChemical Equation BalancerStoichiometry CalculatorPercent Yield CalculatorEmpirical Formula CalculatorBoiling Point CalculatorTitration CalculatorMole/Gram/Particle ConverterIrregular Polygon Area CalculatorFrustum CalculatorTorus Calculator3D Distance CalculatorCircumscribed Circle (Circumcircle) CalculatorInscribed Circle (Incircle) CalculatorAngle Bisector CalculatorTangent Line to Circle CalculatorHeron's Formula CalculatorCoordinate Geometry Distance CalculatorVolume of Revolution CalculatorSurface of Revolution CalculatorParametric Curve GrapherRiemann Sum CalculatorTrapezoidal Rule CalculatorSimpson's Rule CalculatorImproper Integral CalculatorL'Hรดpital's Rule CalculatorMaclaurin Series CalculatorPower Series CalculatorSeries Convergence Test CalculatorInfinite Series Sum CalculatorAverage Rate of Change CalculatorInstantaneous Rate of Change CalculatorRelated Rates SolverOptimization Calculator (Calculus)Gradient Calculator (Multivariable)Divergence CalculatorCurl CalculatorLine Integral CalculatorSurface Integral CalculatorJacobian Matrix CalculatorNewton's Method CalculatorRREF Calculator (Row Echelon Form)Matrix Inverse CalculatorMatrix Multiplication CalculatorDot Product CalculatorCross Product CalculatorVector Magnitude CalculatorUnit Vector CalculatorAngle Between Vectors CalculatorNull Space CalculatorColumn Space CalculatorCramer's Rule CalculatorMatrix Diagonalization CalculatorQR Decomposition CalculatorCholesky Decomposition CalculatorMatrix Power CalculatorCharacteristic Polynomial CalculatorBayes' Theorem CalculatorF-Test / F-Distribution CalculatorHypergeometric Distribution CalculatorNegative Binomial Distribution CalculatorGeometric Distribution CalculatorExponential Distribution CalculatorWeibull Distribution CalculatorBeta Distribution CalculatorSpearman Rank Correlation CalculatorFisher's Exact Test CalculatorContingency Table CalculatorOdds Ratio CalculatorBernoulli Equation CalculatorSurfboard Volume CalculatorTennis Grip Size CalculatorBackpack Size CalculatorCelsius to Fahrenheit ConverterFahrenheit to Celsius ConverterKm to Miles ConverterMiles to Km ConverterMM to Inches ConverterInches to MM ConverterStone to Kg ConverterKg to Stone ConverterLiters to Gallons ConverterGallons to Liters ConverterML to Oz ConverterOz to ML ConverterSquare Meters to Square Feet ConverterSquare Feet to Square Meters ConverterCubic Feet to Cubic Yards ConverterCubic Meters to Cubic FeetKnots to MPH ConverterMPH to KMH / KMH to MPHMg to Ml ConverterAI Text SummarizerAI TranslatorAI Story GeneratorAI Poem GeneratorAI Song Lyrics GeneratorIndian Land Unit ConverterTola to Gram ConverterPX to REM ConverterPT to PX ConverterMerge PDFSplit PDFCompress PDFPDF to JPGJPG to PDFRotate PDFDelete PDF PagesAdd Page Numbers to PDFProtect PDFReorder PDF PagesPDF Word CounterPDF Page ExtractorPDF to Text ExtractorUnlock PDF (Owner-Password Removal)PDF Flatten ToolAI Rap Lyrics GeneratorAI Cover Letter GeneratorAI Resume Bullet GeneratorAI LinkedIn Headline & Bio GeneratorAI Instagram Caption GeneratorAI YouTube Title & Description GeneratorAI Video Script GeneratorAI Product Description GeneratorAI Press Release GeneratorAI Wedding Speech GeneratorAI Thank-You Note GeneratorAI Dream InterpreterRandom Question GeneratorWould You Rather GeneratorNever Have I Ever GeneratorIcebreaker Question GeneratorCharades GeneratorPictionary Word GeneratorHangman Word GeneratorTrivia Question GeneratorRandom Fact GeneratorRandom Joke GeneratorDad Joke GeneratorPickup Line GeneratorCompliment GeneratorDaily Affirmation GeneratorJournal Prompt GeneratorDrawing Idea GeneratorFortune Cookie GeneratorFantasy Name Generator