Study Guide

Cross product of vectors (HL only)

IB Mathematics: Analysis and Approaches HLΒ· 3.15 Cross product of vectorsΒ· 15 min read

1. Definition and Geometric Interpretationβ˜…β˜…β˜†β˜†β˜†HL only⏱ 5 min

Unlike the dot product (which returns a scalar), the cross product of two 3D vectors returns another 3D vector. This vector has a specific magnitude and direction defined relative to the two input vectors.

πŸ“˜ Definition

Cross Product

A vector perpendicular to both and with magnitude , where (for ) is the angle between and . Direction is given by the right-hand rule.

Example:

The cross product of any two parallel vectors is the zero vector, since .

πŸ“ Worked Example

Find the magnitude of the cross product of and , and state its direction.

  1. 1

    First find the angle between (x-axis) and (y-axis): , so .

  2. 2
    ∣aβƒ—Γ—bβƒ—βˆ£=∣aβƒ—βˆ£βˆ£bβƒ—βˆ£sin⁑θ=(2)(3)(1)=6|\vec{a} \times \vec{b}| = |\vec{a}||\vec{b}|\sin\theta = (2)(3)(1) = 6
  3. 3

    Apply the right-hand rule: index along x, middle along y, thumb points along the positive z-axis. Direction = positive z-axis.

2. Calculating Cross Product in Component Formβ˜…β˜…β˜…β˜†β˜†HL only⏱ 6 min

For vectors given in component form and , we use a 3x3 determinant to calculate the cross product:

aβƒ—Γ—bβƒ—=∣iβƒ—jβƒ—kβƒ—a1a2a3b1b2b3∣=(a2b3βˆ’a3b2)iβƒ—βˆ’(a1b3βˆ’a3b1)jβƒ—+(a1b2βˆ’a2b1)kβƒ—\vec{a} \times \vec{b} = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ a_1 & a_2 & a_3 \\ b_1 & b_2 & b_3 \end{vmatrix} = (a_2b_3 - a_3b_2)\vec{i} - (a_1b_3 - a_3b_1)\vec{j} + (a_1b_2 - a_2b_1)\vec{k}
πŸ“ Worked Example

Calculate where and .

  1. 1

    Substitute the components into the determinant formula:

  2. 2
    aβƒ—Γ—bβƒ—=∣iβƒ—jβƒ—kβƒ—123456∣\vec{a} \times \vec{b} = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ 1 & 2 & 3 \\ 4 & 5 & 6 \end{vmatrix}
  3. 3

    Expand the determinant along the first row:

  4. 4
    =iβƒ—(2β‹…6βˆ’3β‹…5)βˆ’jβƒ—(1β‹…6βˆ’3β‹…4)+kβƒ—(1β‹…5βˆ’2β‹…4)= \vec{i}(2 \cdot 6 - 3 \cdot 5) - \vec{j}(1 \cdot 6 - 3 \cdot 4) + \vec{k}(1 \cdot 5 - 2 \cdot 4)
  5. 5
    =βˆ’3iβƒ—+6jβƒ—βˆ’3kβƒ—= -3\vec{i} + 6\vec{j} - 3\vec{k}
  6. 6

    Check your result: the cross product must be perpendicular to both inputs. The dot product with is , which confirms correctness.

3. Key Algebraic Propertiesβ˜…β˜…β˜…β˜†β˜†HL only⏱ 4 min

Cross product follows these core properties that you will use to simplify expressions and solve problems:

  • Anti-commutativity:

  • Distributive over addition:

  • Scalar associativity:

  • Self cross product:

  • Unit vector products:

βœ“ Quick check

Test your understanding of cross product properties:

  1. What is the value of ?

    Reveal answer
    $-\vec{k}$ β€”

    Correct: cross product is anti-commutative, so .

  2. If , what does this tell us about and ?

    • They are perpendicular

    • They are parallel

    • They are unit vectors

    • They have equal magnitude

    Reveal answer
    They are parallel β€”

    Right! implies , so or , meaning vectors are parallel.

4. Geometric Applicationsβ˜…β˜…β˜…β˜…β˜†HL only⏱ 5 min

The magnitude of the cross product has a direct geometric meaning: it equals the area of the parallelogram spanned by the two input vectors. This leads to a range of practical applications in 3D geometry.

πŸ“˜ Definition

Area Formulas

Area of parallelogram with adjacent sides = . Area of triangle with adjacent sides = . Cross product also gives a normal vector perpendicular to a plane containing the two vectors.

πŸ“ Worked Example

Find the area of triangle ABC with vertices at A(1, 0, 0), B(0, 2, 0), C(0, 0, 3).

  1. 1

    Find two sides of the triangle starting from the same vertex A:

  2. 2
    ABβƒ—=(βˆ’1,2,0),ACβƒ—=(βˆ’1,0,3)\vec{AB} = (-1, 2, 0), \quad \vec{AC} = (-1, 0, 3)
  3. 3

    Calculate the cross product:

  4. 4
    ABβƒ—Γ—ACβƒ—=∣iβƒ—jβƒ—kβƒ—βˆ’120βˆ’103∣=6iβƒ—+3jβƒ—+2kβƒ—\vec{AB} \times \vec{AC} = \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ -1 & 2 & 0 \\ -1 & 0 & 3 \end{vmatrix} = 6\vec{i} + 3\vec{j} + 2\vec{k}
  5. 5

    Find the magnitude of the cross product:

  6. 6
    ∣ABβƒ—Γ—ACβƒ—βˆ£=62+32+22=7|\vec{AB} \times \vec{AC}| = \sqrt{6^2 + 3^2 + 2^2} = 7
  7. 7

    Area of the triangle is half the magnitude:

  8. 8
    Area=72=3.5 square units\text{Area} = \frac{7}{2} = 3.5 \text{ square units}

5. Common Pitfalls

Wrong move:

Forgetting the negative sign on the term when expanding the cross product determinant

Why:

The cofactor of the middle element in the first row of a determinant has a negative sign, which is often missed

Correct move:

Always use the pattern: when expanding the cross product determinant

Wrong move:

Confusing cross product with dot product, giving a scalar result instead of a vector

Why:

Cross product produces a vector, while dot product produces a scalar, mixing them leads to lost marks

Correct move:

Always check the question: questions asking for perpendicular vectors or area use cross product, questions asking for angles use dot product

Wrong move:

Forgetting to halve the cross product magnitude when calculating triangle area

Why:

Cross product magnitude gives the area of the full parallelogram, not half for the triangle

Correct move:

Always confirm the shape you are calculating area for, remember

Wrong move:

Claiming means one vector is the zero vector

Why:

Cross product is zero for any two parallel vectors, not just when one is zero

Correct move:

If , conclude that and are parallel (collinear if they share a common point)

Wrong move:

Using cross product to find a perpendicular vector for two 2D vectors

Why:

Cross product is only defined for two 3D vectors

Correct move:

For a 2D vector , a perpendicular vector is simply , no cross product needed

6. Quick Reference Cheatsheet

Concept

Formula

Magnitude of cross product

Component form calculation

Anti-commutativity

Parallel vectors condition

Area of parallelogram

Area of triangle

Normal vector to a plane

for two vectors in the plane

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2021 Β· 1

    Find area of a triangle

  • 2022 Β· 1

    Check collinearity of points

  • 2023 Β· 2

    Find normal to a plane

Going deeper

What's Next

Now that you have mastered the cross product of vectors, you can apply this core HL tool to more advanced 3D geometry problems involving lines and planes. Cross product is the foundation for finding equations of planes, calculating the angle between two planes, finding distances from points to planes, and calculating volumes of parallelepipeds using the scalar triple product, which combines dot product and cross product. Mastery of cross product calculations is essential for almost all 3D geometry questions that appear in Paper 1 and Paper 2 of IB AA HL, so it is important to practice expanding determinants and checking your results for perpendicularity.