Vector Multiplication:
From: | To: |
Vector multiplication can produce either a scalar (dot product) or another vector (cross product). The dot product measures the similarity between vectors, while the cross product produces a vector perpendicular to both input vectors.
The calculator performs two types of vector multiplication:
Where:
Dot Product: Measures how much two vectors point in the same direction. Used in projections and calculating angles between vectors.
Cross Product: Produces a vector perpendicular to both input vectors. Used in torque calculations and finding normal vectors.
Steps: Select operation type (dot or cross), enter components for both vectors, and click Calculate. Results will show either a scalar value or vector components.
Q1: When should I use dot product vs cross product?
A: Use dot product for projection/angle calculations. Use cross product when you need a perpendicular vector or calculating torque.
Q2: What does a dot product of zero mean?
A: Vectors are perpendicular (90° angle between them).
Q3: What does a cross product of zero mean?
A: Vectors are parallel (0° angle between them).
Q4: Can I use 2D vectors with this calculator?
A: Yes, just set the z-components to 0.
Q5: How is the cross product direction determined?
A: By the right-hand rule - point fingers along first vector, curl toward second vector, thumb points in cross product direction.