Parametric, Polar & Vectors · Vector Operations
Cross Product
The cross product produces a vector perpendicular to both u and v. Its magnitude equals |u||v|sin θ (the area of the parallelogram formed by u and v).
Variables
| Symbol | Name | Unit |
|---|---|---|
| u1 | u x-component | — |
| u2 | u y-component | — |
| u3 | u z-component | — |
| v1 | v x-component | — |
| v2 | v y-component | — |
| v3 | v z-component | — |
Worked examples
Find ⟨1, 2, 3⟩ × ⟨4, 5, 6⟩.
- i: (2)(6) - (3)(5) = 12 - 15 = -3
- j: -[(1)(6) - (3)(4)] = -(6 - 12) = 6
- k: (1)(5) - (2)(4) = 5 - 8 = -3
Answer: ⟨-3, 6, -3⟩
Practice this and 135 more formulas in the CalcRef workspace — quizzes, reference tables, a 16-category unit converter, and an expression evaluator.