4.5.3 · D5Linear Algebra (Full)
Question bank — Cross product — formula, geometric meaning (area), right-hand rule
Prerequisites you should be comfortable with first: the parent note Cross Product, plus Dot Product, Determinants, and Orthogonality.
True or false — justify
The cross product is only defined for vectors in .
True — the vector-valued cross product is special to 3D; in 2D or higher the perpendicular direction isn't unique or isn't a single vector.
for all vectors.
False — it is anticommutative: ; only the magnitude (area) is symmetric, the direction flips.
If , then either or .
False — it is also zero when and are parallel (or antiparallel), since gives zero area even for two nonzero vectors.
is always perpendicular to .
True — since it is perpendicular to both and , it is perpendicular to any linear combination of them, including their sum (see Orthogonality).
The magnitude can be larger than .
False — the maximum of is , reached exactly when ; always.
equals .
False — the cross product is not associative; regrouping generally changes the result, so parentheses genuinely matter here.
Swapping the order of a cross product changes the area it reports.
False — swapping only reverses the direction; the length is unchanged, so the reported area is identical.
for every vector .
True — a vector is parallel to itself, angle , so and there is no parallelogram (zero area).
The identity holds for all .
True — this is Lagrange's identity; it packages and links the Dot Product and cross product cleanly.
Spot the error
"Cross product outputs a number measuring how much two vectors align."
Wrong twice: it outputs a vector, and it measures how much they fail to align (perpendicularity/area), not alignment — that's the dot product's job.
"The middle component of is ."
Sign error — the middle component is ; the cofactor in the determinant expansion carries a minus sign (pattern ).
"Since area is symmetric, and are the same vector."
The area is symmetric but the vector is not — the two results point in opposite directions; equal magnitude, flipped sign.
"."
That's the dot product's magnitude — cross uses (max when perpendicular), dot uses (max when parallel). "coS together, Sin sideways."
"To find the triangle's area, I take ."
That gives the parallelogram area; the triangle is half of it, so you must multiply by .
"The right-hand rule is a separate fact you must add on top of the formula."
The sign pattern of the component formula already encodes one perpendicular direction; the right-hand rule is just the geometric picture of that same algebraic choice.
" means the vectors are perpendicular."
Backwards — perpendicular vectors give the maximum magnitude; zero magnitude means they are parallel (or one is the zero vector).
"."
Wrong sign — the cyclic order gives , so reversing to .
Why questions
Why does demanding perpendicularity to both inputs give two equations rather than one?
Each perpendicularity condition, and , is one linear equation; with two vectors you get two, leaving a whole line of solutions in three unknowns (see Orthogonality).
Why is the cross product a vector while the dot product is a scalar?
They answer different questions: dot asks "how much do they point the same way?" (one number), cross asks "what perpendicular direction and how much area?" — direction needs a vector to express it.
Why does (not ) appear in the magnitude?
The height of the parallelogram above base is ; base times height gives area , so the perpendicular component of is what matters.
Why can't we define a genuine vector cross product in 2D?
In 2D the "perpendicular to the plane" direction leaves the plane, so no single 2D vector can be perpendicular to two planar vectors — you'd need the third dimension to hold the result.
Why does the formula automatically produce a perpendicular vector without us imposing it at the end?
Because we derived it from the two perpendicularity equations; substituting the result back makes every term cancel, so orthogonality is built in, not checked afterward.
Why does the scalar triple product give a volume?
gives the base parallelogram's area as a perpendicular vector; dotting with projects onto that height direction, so area × height = volume (see Scalar Triple Product and Area and Volume).
Why is torque written rather than ?
Torque needs a rotation axis and turning strength — a direction and a magnitude — which only the vector cross product supplies; a scalar couldn't tell you which way it spins (see Torque and Angular Momentum).
Why does the determinant mnemonic with in the top row actually work?
Expanding that determinant along the top row reproduces the three components exactly, signs included, so the notation is a memory aid for the same algebra.
Edge cases
What is when (vectors parallel, same direction)?
The zero vector — means no parallelogram, hence zero area and no defined perpendicular direction.
What is when (antiparallel)?
Still the zero vector — ; the two vectors lie on one line, spanning no area.
What happens to if one input is the zero vector?
The result is ; the formula's every term contains a component of that vector, and geometrically a zero-length side spans no parallelogram.
At what angle is maximal, and what is that maximum?
At , where , giving the maximum value — the "most perpendicular" configuration.
If you scale one input, , what happens to the result?
It scales by the same factor: ; if the direction also flips because area and orientation both respond to the sign.
Does change if you slide 's tail (translate it) without rotating it?
No — the cross product depends only on the vectors' directions and lengths, not on where they are placed; vectors are free of position.
Connections
- Dot Product — the partner operation these traps constantly contrast with
- Determinants — source of the sign pattern people get wrong
- Scalar Triple Product — where "area vector" becomes "volume"
- Area and Volume — the parallelogram/triangle factor-of-two trap
- Orthogonality — why two perpendicularity conditions give a whole line of solutions
- Torque and Angular Momentum — why physics needs a vector, not a scalar