CLASSICAL-MECHANICS

From î×ĵ=k̂ to Volumes: The Cross Product in Components

IKey Formulas

Formula Name Description
i^×j^=k^, j^×k^=i^, k^×i^=j^\hat{i}\times\hat{j}=\hat{k},\ \hat{j}\times\hat{k}=\hat{i},\ \hat{k}\times\hat{i}=\hat{j} Cyclic unit products Right-handed cycle; reverse flips sign; self-product is 00
A×B=(AyBzAzBy)i^+(AzBxAxBz)j^+(AxByAyBx)k^\mathbf{A}\times\mathbf{B}=(A_yB_z-A_zB_y)\hat{i}+(A_zB_x-A_xB_z)\hat{j}+(A_xB_y-A_yB_x)\hat{k} Component formula Each component skips its own axis
A×B=ABsinθ\lvert\mathbf{A}\times\mathbf{B}\rvert=\lvert\mathbf{A}\rvert\lvert\mathbf{B}\rvert\sin\theta Magnitude Area of the spanned parallelogram
V=A(B×C)V=\mathbf{A}\cdot(\mathbf{B}\times\mathbf{C}) Scalar triple product Signed volume of the parallelepiped

IIInteractive Visualizations

Visualization 1 — Area from the angle between vectors

Why does A×B=ABsinθ\lvert\mathbf{A}\times\mathbf{B}\rvert=\lvert\mathbf{A}\rvert\lvert\mathbf{B}\rvert\sin\theta peak at 9090^\circ and vanish when the two vectors line up?

💡 Parallel vectors span no area — this is why i^×i^=0\hat{i}\times\hat{i}=\mathbf{0}.

Visualization 2 — The cross product is perpendicular to both

The component formula returns a vector at a right angle to both A\mathbf{A} and B\mathbf{B} — a normal to the plane they span.

💡 Normalizing A×B\mathbf{A}\times\mathbf{B} gives a unit normal n^=±A×BA×B\hat{n}=\pm\dfrac{\mathbf{A}\times\mathbf{B}}{\lvert\mathbf{A}\times\mathbf{B}\rvert} — the standard way to orient a surface.

Visualization 3 — Volume as base area times height

Shearing the slant edge A\mathbf{A} sideways leaves the volume unchanged — only its height along the base normal counts.

💡 B×C\mathbf{B}\times\mathbf{C} builds the base area; dotting with A\mathbf{A} extracts the height.

IIIQuiz Questions

Question 1

Let A=2i^3j^+7k^\mathbf{A}=2\hat{i}-3\hat{j}+7\hat{k} and B=5i^+j^+2k^\mathbf{B}=5\hat{i}+\hat{j}+2\hat{k}.

What is the i^\hat{i} component of A×B\mathbf{A}\times\mathbf{B}, given by AyBzAzByA_yB_z-A_zB_y?

Correct! (3)(2)(7)(1)=67=13(-3)(2)-(7)(1)=-6-7=-13.

Not quite. Use AyBzAzByA_yB_z-A_zB_y and watch the sign of Ay=3A_y=-3.

Show solution

Solution:

The i^\hat{i} component is AyBzAzByA_yB_z-A_zB_y with Ay=3A_y=-3, Bz=2B_z=2, Az=7A_z=7, By=1B_y=1:

AyBzAzBy=(3)(2)(7)(1)=67=13A_yB_z - A_zB_y = (-3)(2) - (7)(1) = -6 - 7 = -13

So the i^\hat{i} component is 13-13. (The full result is A×B=13i^+31j^+17k^\mathbf{A}\times\mathbf{B}=-13\hat{i}+31\hat{j}+17\hat{k}.)

Question 2

Using the right-handed cycle i^×j^=k^\hat{i}\times\hat{j}=\hat{k}, j^×k^=i^\hat{j}\times\hat{k}=\hat{i}, k^×i^=j^\hat{k}\times\hat{i}=\hat{j}, what is j^×i^\hat{j}\times\hat{i}?

Correct! Reversing the order flips the sign: j^×i^=k^\hat{j}\times\hat{i}=-\hat{k}.

Not quite. The cross product is anti-commutative — reversing order flips the sign.

Show solution

Solution:

The cross product is anti-commutative: B×A=(A×B)\mathbf{B}\times\mathbf{A}=-(\mathbf{A}\times\mathbf{B}). Since i^×j^=k^\hat{i}\times\hat{j}=\hat{k}, reversing the order flips the sign:

j^×i^=(i^×j^)=k^\hat{j}\times\hat{i} = -(\hat{i}\times\hat{j}) = -\hat{k}

It is not zero — the two unit vectors are perpendicular, not parallel.

Question 3

A parallelepiped has edge vectors A=(1,0,4)\mathbf{A}=(1,0,4), B=(2,0,0)\mathbf{B}=(2,0,0), and C=(0,3,0)\mathbf{C}=(0,3,0). What is its volume, V=A(B×C)V=\lvert\mathbf{A}\cdot(\mathbf{B}\times\mathbf{C})\rvert?

Correct! Base area 66 times height 44 gives volume 2424.

Not quite. Compute B×C=(0,0,6)\mathbf{B}\times\mathbf{C}=(0,0,6), then dot with A\mathbf{A}.

Show solution

Solution:

First compute the base B×C\mathbf{B}\times\mathbf{C} with B=(2,0,0)\mathbf{B}=(2,0,0), C=(0,3,0)\mathbf{C}=(0,3,0):

B×C=(0003, 0020, 2300)=(0,0,6)\mathbf{B}\times\mathbf{C} = (0\cdot0-0\cdot3,\ 0\cdot0-2\cdot0,\ 2\cdot3-0\cdot0) = (0,0,6)

Then take the dot product with A=(1,0,4)\mathbf{A}=(1,0,4):

A(B×C)=(1)(0)+(0)(0)+(4)(6)=24\mathbf{A}\cdot(\mathbf{B}\times\mathbf{C}) = (1)(0)+(0)(0)+(4)(6) = 24

The volume is 24=24\lvert 24\rvert = 24. (Base area =6=6, height =4=4.)

Question 4

True or False: To find a unit vector perpendicular to a plane containing two non-parallel vectors A\mathbf{A} and B\mathbf{B}, you can compute ±A×BA×B\pm\dfrac{\mathbf{A}\times\mathbf{B}}{\lvert\mathbf{A}\times\mathbf{B}\rvert}, and the ±\pm reflects that two opposite directions are both perpendicular.

Correct! The normalized cross product gives a unit normal, with two opposite choices.

Not quite. The cross product is perpendicular to both vectors; normalizing gives a unit normal.

Show solution

Solution:

True. The cross product A×B\mathbf{A}\times\mathbf{B} is perpendicular to both A\mathbf{A} and B\mathbf{B}, hence normal to the plane they span. Dividing by its magnitude makes it a unit vector:

n^=±A×BA×B\hat{n} = \pm\frac{\mathbf{A}\times\mathbf{B}}{\lvert\mathbf{A}\times\mathbf{B}\rvert}

The ±\pm appears because a plane has two opposite unit normals — both are valid perpendicular directions. (This requires A\mathbf{A} and B\mathbf{B} to be non-parallel, so that A×B0\mathbf{A}\times\mathbf{B}\neq\mathbf{0}.)

Solved: 0 / 4