Intuition The one core idea
Two arrows lying in a flat sheet of paper together sweep out a slanted patch, and they also pick out one special direction — the way that points straight out of the sheet. The cross product is a single machine that reads two arrows and hands you back both the size of that patch and that out-of-sheet direction, packed into one new arrow.
Everything in the parent note is built from a small pile of ideas. This page unpacks that pile from nothing. We go in order, so each symbol you meet was already earned on the line before.
A vector is an arrow : it has a length (how big) and a direction (which way it points). We draw it as an arrow and name it with a little arrow on top, like A .
A plain number — say the temperature 20 — has only size. A vector has size and a heading, like "20 metres, north-east and slightly up".
WHY the topic needs it: the cross product eats two vectors and makes a third. If you are not fully comfortable that an arrow carries a direction, nothing after this makes sense.
Intuition The arrow-hat notation
When you see A , read it out loud as "the vector A". The hat-arrow is just a reminder: this thing has a direction, do not treat it like an ordinary number.
See Vectors — addition, components, unit vectors for the full story of arrows.
The magnitude (length) of A is written as A — the same letter with the hat removed — or as ∣ A ∣ with two vertical bars. It is always a plain number, and it is never negative (an arrow can't have negative length).
So A is the arrow; A is just how long that arrow is. In the parent note the magnitude formula ∣ A × B ∣ = A B sin θ multiplies two lengths A and B — those are these hat-free numbers.
A vs A
Why it trips people: they look almost identical.
Fix: hat-arrow = the full arrow (direction included). No hat = just its length, a bare number.
To do arithmetic with arrows we first agree on three reference directions.
A unit vector is an arrow of length exactly 1 . We mark it with a hat (a little roof), like i ^ . It carries direction but no "size" of its own — it is a pure pointer.
Definition The standard axes
i ^ points along the x -axis (think: right ).
j ^ points along the y -axis (think: up the page ).
k ^ points along the z -axis (think: straight out of the page toward you ).
These three are mutually perpendicular (each at 9 0 ∘ to the others) and form a right-handed set — a phrase we make precise in §6.
WHY the topic needs it: the parent's whole component machine is written in terms of i ^ , j ^ , k ^ , and the famous cycle i ^ × j ^ = k ^ only makes sense once you can picture these three pointers.
Once we have axes, any arrow can be described by how far it reaches along each axis .
Writing A = A x i ^ + A y j ^ + A z k ^ means: "start at the origin, walk A x steps along i ^ , then A y steps along j ^ , then A z steps along k ^ — you land at the tip of A ." The numbers A x , A y , A z are the components of A .
Each component is a plain (possibly negative) number: negative just means "walk the other way along that axis".
Worked example Reading components
A = 2 i ^ + 3 j ^ + k ^ means A x = 2 , A y = 3 , A z = 1 . This is exactly Example 1's first vector in the parent note.
WHY the topic needs it: the determinant formula in §4 of the parent is nothing but bookkeeping on these six numbers A x , A y , A z , B x , B y , B z .
Two arrows are placed tail-to-tail when their starting points sit on top of each other. Only then does the angle between them have a clear meaning.
θ
θ (Greek letter "theta") is the amount of turn between the two arrows, measured from A to B through the smaller opening. It runs from 0 ∘ (same direction) up to 18 0 ∘ (opposite directions).
WHY the topic needs it: the magnitude A B sin θ depends entirely on this angle. Big spread → big cross product; no spread → zero.
Here is a tool entering the story, so we say exactly why this tool and not another.
sin θ measures here
Put A flat as a base. B leans off it at angle θ . Drop a straight line from the tip of B down to the base line. The height of that drop is B sin θ — the part of B that sticks across (perpendicular to) A .
Ask: "how much of B points across A , not along it?" The answer is B sin θ . That across-ness is precisely the "spread" the cross product measures.
Common mistake Sin vs Cos — the eternal mix-up
Why it feels right: the dot product uses cos θ , so the hand reaches for cos by habit.
Fix: cos θ measures the part of B that lies along A (alignment → dot). sin θ measures the part across A (spread → cross). "Sin for Spin."
θ = 0 : arrows aligned, sin 0 = 0 → no spread → cross product zero.
θ = 9 0 ∘ : fully across, sin 9 0 ∘ = 1 → maximum spread.
The alignment cousin cos θ is developed in Dot product — formula, projection, work calculation .
Two lines or arrows are perpendicular when they meet at exactly 9 0 ∘ — a perfect corner, like the edge of a page against its bottom.
The cross product's direction is perpendicular to both input arrows at once. In three dimensions there are two such directions (straight out of the page, or straight into it). The right-hand rule picks which one.
Intuition Right-hand rule (curl version)
Lay your right hand flat, fingers pointing along A . Curl your fingers toward B through the small angle θ . Your thumb now sticks out — that is the direction of A × B .
WHY the topic needs it: a rotating door, a spinning wheel and a facing surface all need an axis direction . A bare number can't say "this way". The perpendicular arrow can — which is the whole reason the cross product returns a vector at all. This same handedness reappears in Angular momentum — L = r × p and Magnetic force — F = qv × B .
× symbol
Between two vectors, A × B (read "A cross B") means the cross-product machine, not ordinary multiplication. Its output is itself an arrow: it has both a length (A B sin θ ) and a direction (perpendicular, right-hand rule).
Compare: A × B with plain numbers is just A times B . A × B with arrows is a whole new arrow. The hats tell you which world you are in.
Slide B 's tail to A 's tip and slide A 's tail to B 's tip; the four arrows enclose a slanted four-sided patch called a parallelogram . Its area is base × height = A × ( B sin θ ) = A B sin θ .
WHY: the parent's Example 2 (triangle area) is exactly this fact in action.
The 3 × 3 grid i ^ A x B x j ^ A y B y k ^ A z B z is a bookkeeping shortcut . Expanding it along the top row (with the + , − , + sign pattern) reproduces the component cross-product formula automatically.
You do not need to master determinants to use this — the parent note walks the pattern — but the full mechanics live in Determinants — 3×3 expansion . The one rule to carry from here: the middle (j ^ ) term always takes a minus sign .
Vector = arrow with length and direction
Magnitude A = length only
Unit vectors i j k = pointers of length 1
Determinant grid shortcut
Angle theta between two arrows
sin theta = across-ness = spread
Right-hand rule = which perpendicular
Parallelogram and triangle area
Test yourself — cover the right side and answer before revealing.
What does the arrow-hat in A tell you? This thing has a direction; don't treat it as an ordinary number.
What is A (no hat)? The magnitude — the length of the arrow, a plain non-negative number.
Which axis does k ^ point along? The z -axis — straight out of the page toward you.
What do the components A x , A y , A z record? How far the arrow reaches along i ^ , j ^ and k ^ respectively.
Why must the two vectors be tail-to-tail before measuring θ ? Only then is the angle between them well-defined.
Does the cross product use sin θ or cos θ , and why? sin θ — it measures the "across" (perpendicular) part, i.e. the spread.
What does it mean for two arrows to be perpendicular? They meet at exactly 9 0 ∘ .
The right-hand rule picks which of the two possible perpendicular directions? Fingers along
A , curl to
B , thumb gives
A × B .
Is A × B a number or a vector? A vector (arrow) — it has both a length and a direction.
Geometric meaning of ∣ A × B ∣ ? Area of the parallelogram spanned by
A and
B .
Which term in the determinant expansion always gets a minus sign? The middle (j ^ ) term.