Quantcast

V3 - Vector Cross Product

vCalc Reviewed
Last modified by
on
Jun 14, 2023, 4:52:27 PM
Created by
on
Jan 7, 2015, 11:41:13 PM
`vecW = vecV "x" vecU `
`(V)"Vector V"`
`(U)"Vector U"`
Tags
UUID
aab7dd10-96c6-11e4-a9fb-bc764e2038f2

The Vector Cross Product (V x U) computes the resulting vector (W) that is normal to the plane defined /attachments/aab7dd10-96c6-11e4-a9fb-bc764e2038f2/V3 - V X U.png by two vectors (V and U) in three dimensional space.

INSTRUCTIONS: Enter the following:

  • (V): Enter the x, y and z components of V
  • (U): Enter the x, y and z components of U

Vector Cross Product (W): The calculator returns the cross product vector (e.g. 1,-2,1)

The Math / Science

The cross product of two vectors create a third vector that is orthogonal (90 degrees) from both original vectors.  This is know as a normal vector to the plane created by vectors U and V.  For this reason, a single normal vector is often used to define a plane.  To compute the cross product of two vectors, compute the determinant of the following:

                 | i        j        k |
   V x U =  |Vx     Vy     Vz|
                 |Ux    Uy     Uz|

 

   V x U = (Vy⋅ Uz -  Uy⋅ Vz), -1(Vx ⋅ Uz - Ux ⋅ Vz), (Vx ⋅ Uy - Ux⋅Vy)


3D Vector Functions

References


This equation, V3 - Vector Cross Product, is used in 4 pages
  • Comments
  • Attachments
  • Stats
No comments
This site uses cookies to give you the best, most relevant experience. By continuing to browse the site you are agreeing to our use of cookies.