Exercises — Cross product — formula, geometric meaning (area), right-hand rule
Quick reminders you will lean on (all proven in the parent):
Here "" means the cross product (output is a vector), never ordinary multiplication. "" means the Dot Product (output is a number).
Level 1 — Recognition
L1·Q1
Without computing components, state the type (scalar or vector) and one guaranteed geometric fact about for , .
Recall Solution — L1·Q1
What: the cross product outputs a vector (three numbers), not a scalar. One guaranteed fact: that vector is perpendicular to both and . That is the definition — we do not need to compute anything to know it. Its length would additionally equal the area of the parallelogram the two vectors span, but the "perpendicular vector" fact is the surest instant answer.
L1·Q2
Fill the standard-basis products: , , , and
Recall Solution — L1·Q2
Cyclic order (see figure): going forward around the cycle gives a plus sign.

L1·Q3
For , what is ? Why?
Recall Solution — L1·Q3
What: . Why: the angle between a vector and itself is , so , giving magnitude . Geometrically, two identical arrows span a parallelogram of zero width — no area, no flap, nothing to stand up out of.
Level 2 — Application
L2·Q1
Compute for , , and verify perpendicularity to .
Recall Solution — L2·Q1
What: apply the component formula, one slot at a time.
- First slot: .
- Middle slot (watch the sign): .
- Third slot: . Verify (why?): a genuine cross product must be perpendicular to , i.e. the dot product is zero:
L2·Q2
Find the area of the parallelogram spanned by and .
Recall Solution — L2·Q2
What/Why: area , so first cross, then take length.
- First: .
- Middle: .
- Third: . Area .
L2·Q3
Find the area of the triangle with vertices , , .
Recall Solution — L2·Q3
Why edges from one vertex? A triangle is exactly half the parallelogram built on two of its edges (see figure). Pick as the corner.

Level 3 — Analysis
L3·Q1
Two vectors satisfy , , and . Without knowing components, find .
Recall Solution — L3·Q1
Which tool and why? We are not given components, so the component formula is useless. But we are given lengths and a dot product — exactly the ingredients of Lagrange's identity, which links the two products: This is the tool because it converts "how parallel" (dot) into "how perpendicular" (cross) using only magnitudes. Sanity: , so , , and ✓
L3·Q2
Show that for all . What does this say geometrically about area?
Recall Solution — L3·Q2
What we use: the cross product distributes over addition (it is linear in each slot), and . Geometric meaning: sliding the tip of one edge along the direction of the other edge (that is, replacing by ) does not change the parallelogram's area — it is a shear. Base and height are untouched (see figure), so the flap has the same area, hence the same cross product.

L3·Q3
If but neither nor is the zero vector, what must be true about and ? Cover all cases.
Recall Solution — L3·Q3
Why: . Since and , the only way the product vanishes is . happens at and at — both cases:
- : the vectors point the same way (parallel).
- : they point opposite ways (antiparallel). Either way the two arrows lie on one line — they are parallel (collinear) and span no area, so there is no flap and the perpendicular arrow has zero length.
Level 4 — Synthesis
L4·Q1
Compute the volume of the parallelepiped built on , , using the Scalar Triple Product .
Recall Solution — L4·Q1
Which tool and why? Volume of a box on three edges is : the cross gives a vector whose length is the base area and whose direction is perpendicular to the base; dotting with then measures how far sticks out along that perpendicular — i.e. the height. Base area × height = volume. Volume . (Makes sense: these are three unit "staircase" edges enclosing a unit box.)
L4·Q2
Find a unit vector perpendicular to both and .
Recall Solution — L4·Q2
Plan: cross gives a perpendicular vector; divide by its length to make it unit-long (Orthogonality). Note: is also perpendicular and unit-length — there are exactly two answers, one for each side of the plane. The cross product's right-hand rule picks the one written above.
L4·Q3
A force N acts at the point m from a pivot. Find the torque and interpret its direction.
Recall Solution — L4·Q3
Why cross product? Torque and Angular Momentum: torque measures the twisting effect, which depends on the perpendicular part of the force and the direction of the rotation axis — precisely what a cross product encodes. Direction: along (out of the -plane). By the right-hand rule, curling from (along ) toward (along ) points the thumb up — the object spins counterclockwise in the -plane. Magnitude N·m .
Level 5 — Mastery
L5·Q1
Prove the anticommutative law from the component formula (not the right-hand picture).
Recall Solution — L5·Q1
What we do: compute by swapping the roles of and in each slot, and compare. By the formula, the first component of is which is exactly times the first component of . The same swap flips the middle slot: , and the third: . Every component negates, so Why it matches geometry: swapping the two vectors reverses the curl direction of the right hand, so the thumb flips — same area, opposite direction. Algebra and picture agree.
L5·Q2
For , , verify Lagrange's identity numerically, then read off between them.
Recall Solution — L5·Q2
Left side: Right side: , , . Angle: means , so and . Check: . ✓
L5·Q3
Prove that for any the vector lies in the plane of and — and confirm with the "BAC–CAB" identity Test it on , , .
Recall Solution — L5·Q3
Why it lies in that plane: the identity writes as — a combination of only and . Any such combination lives in the plane those two span. So the triple product is coplanar with and , never poking out of their plane. Numeric test:
- Inner cross: .
- Outer cross: (parallel!).
- Right side: , , so Both sides give , and indeed trivially lies in the plane.
Recap ladder
Grade yourself: could you do one problem cleanly at each level?
L1 output type & basis products
L2 compute & area
L3 relate to dot
L4 build with it
L5 prove structure
Connections
- Dot Product — the partner; joined to the cross via Lagrange's identity.
- Determinants — the component formula is a determinant expansion.
- Scalar Triple Product — used in L4·Q1 for volume.
- Area and Volume — parallelogram, triangle, parallelepiped measures.
- Orthogonality — building unit normals (L4·Q2) and why cross gives perpendicularity.
- Torque and Angular Momentum — in L4·Q3.