Today’s opening problem was physical: a wrench on a stubborn bolt. Where do you push, and which way, to turn it hardest? Push along the handle and nothing turns at all; push perpendicular to it, out at the end, and the bolt gives. The turning effect — torque — depends on two vectors, and it is one: it points along the bolt’s axis, perpendicular to both the handle and your push. What multiplication takes two vectors and produces a third, perpendicular to both? That is the cross product — the product that points.
The formula looks like a tongue-twister; the pattern is a cycle (), and it exists only in three-space. For and — one vector along each of the first two axes — the product is , straight up the third. Two directions in, the missing direction out.
Self-check: is really perpendicular to
both? Test with the tool from The Dot Product: and . Both zero, both perpendicular. This check works on every cross product you will ever compute — dot your answer with each original vector, and anything nonzero means an arithmetic slip. A self-marking computation is a gift; take it every time.
The magnitude is an area
The direction is perpendicular; the size has its own meaning:
That is precisely the height factor of the parallelogram with sides and — so the magnitude of the cross product is that parallelogram’s area. Where the dot product’s rewarded agreement, rewards perpendicularity: the cross product of parallel vectors is the zero vector (no parallelogram at all), and the wrench turns hardest when your push meets the handle at .
The properties earned an Always, Sometimes, Never round: — never, unless the result is zero; reversing the order flips the answer’s direction. Not commutative — the first product you have ever met that cares about order, which is exactly why it can encode orientation. Dot and Cross Product Practice has areas, torque, and normals; Equations of Planes is where “a vector perpendicular to two others” stops being a curiosity and becomes the whole method.
Curriculum connection
C2.6
perform the operation of cross product on two vectors represented in Cartesian form in three-space [i.e., using ], determine the magnitude of the cross product (i.e., using ), and describe applications of the cross product (e.g., determining a vector orthogonal to two given vectors; determining the turning effect [or torque] when a force is applied to a wrench at different angles) Sample problem: Explain how you maximize the torque when you use a wrench and how the inclusion of a ratchet in the design of a wrench helps you to maximize the torque.
Link to original
C2.7
determine, through investigation, properties of the cross product (e.g., investigate whether it is commutative, distributive, or associative; investigate the cross product of collinear vectors) Sample problem: Investigate algebraically the relationship between the cross product of the vectors and and the cross product of scalar multiples of and . Does this relationship apply to any two vectors?
Link to original
C2.8
solve problems involving dot product and cross product (e.g., determining projections, the area of a parallelogram, the volume of a parallelepiped), including problems arising from real-world applications (e.g., determining work, torque, ground speed, velocity, force) Sample problem: Investigate the dot products and for any two vectors and in three-space. What property of the cross product does this verify?
Link to original