Fatskills
Practice. Master. Repeat.
Study Guide: IB Maths AA Analysis and Approaches How to Solve: IB AA HL – Vectors (Dot, Cross Product, Equations of Lines/Planes, Intersections)
Source: https://www.fatskills.com/ib-exams/chapter/ib-maths-aa-analysis-and-approaches-how-to-solve-ib-aa-hl-vectors-dot-cross-product-equations-of-linesplanes-intersections

IB Maths AA Analysis and Approaches How to Solve: IB AA HL – Vectors (Dot, Cross Product, Equations of Lines/Planes, Intersections)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~5 min read

How to Solve: IB AA HL – Vectors (Dot, Cross Product, Equations of Lines/Planes, Intersections)

Complete Guide


Introduction

"Mastering vectors unlocks 10–15% of your IB AA HL exam—solve intersection problems in physics, chemistry, and economics with confidence, and turn a 5 into a 7."


WHAT YOU NEED TO KNOW FIRST

  1. Basic vector operations (addition, scalar multiplication, magnitude).
  2. Parametric equations (how to express lines in 2D/3D).
  3. Coordinate geometry (points, distances, angles in 3D space).

KEY TERMS & FORMULAS

1. Dot Product (Scalar Product)

Formula: ? ·-= |?| |?| cosθ - ?, ? = vectors - θ = angle between them - MEMORISE THIS: Also given as ? ·-= a₁b₁ + a₂b₂ + a₃b₃ (component form).

When to use: - Finding angles between vectors. - Checking if vectors are perpendicular (? ·-= 0).


2. Cross Product (Vector Product)

Formula: ? ×-= |?| |?| sinθ ?̂ - = unit vector perpendicular to both-and? (right-hand rule). - MEMORISE THIS: Component form: ? ×-= (a₂b₃ – a₃b₂, a₃b₁ – a₁b₃, a₁b₂ – a₂b₁)

When to use: - Finding a vector perpendicular to two others. - Calculating area of a parallelogram (|? × ?|).


3. Equation of a Line in 3D

Formula: ? =-+ t? - ? = position vector of any point on the line. - ? = position vector of a fixed point on the line. - ? = direction vector. - t = scalar parameter.

MEMORISE THIS: Also written as: (x, y, z) = (x₀, y₀, z₀) + t(a, b, c)


4. Equation of a Plane

Formula: ? · (? – ?) = 0 - ? = normal vector (perpendicular to the plane). - ? = position vector of any point on the plane. - ? = position vector of a fixed point on the plane.

MEMORISE THIS: Also written as: ax + by + cz = d (where ? = (a, b, c) and d =-· ?).


5. Distance from a Point to a Plane

Formula: Distance = |? · (? – ?)| / |?| - ? = position vector of the point. - ?, ? = normal vector and fixed point on the plane.

Given on exam sheet.


6. Intersection of Two Lines

Method:
1. Set parametric equations equal.
2. Solve for parameters t and s.
3. Check if solution exists (if not, lines are skew).


7. Intersection of a Line and a Plane

Method:
1. Substitute line equation into plane equation.
2. Solve for t.
3. Plug t back into line equation to find intersection point.


STEP-BY-STEP METHOD

Step 1: Identify What You’re Solving For

  • Angle between vectors? → Use dot product.
  • Perpendicular vector? → Use cross product.
  • Equation of a line/plane? → Use given point + direction/normal vector.
  • Intersection? → Set equations equal and solve.

Step 2: Write Down Given Information

  • Points, vectors, equations.
  • Label everything clearly.

Step 3: Choose the Right Formula

  • Match the problem to the formula list above.

Step 4: Substitute and Solve

  • Plug numbers into the formula.
  • Solve step-by-step (no skipping algebra).

Step 5: Check Units and Reasonableness

  • Angles between 0° and 180°.
  • Distances ≥ 0.
  • Cross product should be perpendicular to both vectors.

WORKED EXAMPLES

Example 1 – Basic: Dot Product & Angle

Problem: Find the angle between vectors ? = (2, –1, 3) and ? = (1, 4, –2).

Solution:
1. Dot product:-·-= (2)(1) + (–1)(4) + (3)(–2) = 2 – 4 – 6 = –8.
2. Magnitudes: |?| = √(2² + (–1)² + 3²) = √14. |?| = √(1² + 4² + (–2)²) = √21.
3. Angle formula: cosθ = (? · ?) / (|?| |?|) = –8 / (√14 √21).
4. Simplify: √14 √21 = √(14 × 21) = √294 = 7√6. cosθ = –8 / (7√6).
5. θ = cos⁻¹(–8 / (7√6)) ≈ 114.1°.

What we did and why: - Used dot product to find the angle between two vectors. - Remembered to take the inverse cosine at the end.


Example 2 – Medium: Equation of a Plane

Problem: Find the equation of the plane passing through A(1, 2, –1) with normal vector ? = (3, –2, 5).

Solution:
1. Plane equation:-· (? – ?) = 0.
2. Substitute: (3, –2, 5) · ((x, y, z) – (1, 2, –1)) = 0.
3. Expand: 3(x – 1) – 2(y – 2) + 5(z + 1) = 0.
4. Simplify: 3x – 3 – 2y + 4 + 5z + 5 = 0 → 3x – 2y + 5z + 6 = 0.

What we did and why: - Used the normal vector to write the plane equation. - Expanded and simplified carefully to avoid sign errors.


Example 3 – Exam-Style: Line-Plane Intersection

Problem: Find where the line ? = (1, –2, 3) + t(2, 1, –1) intersects the plane 2x + y – z = 4.

Solution:
1. Line parametric equations: x = 1 + 2t, y = –2 + t, z = 3 – t.
2. Substitute into plane equation: 2(1 + 2t) + (–2 + t) – (3 – t) = 4.
3. Simplify: 2 + 4t – 2 + t – 3 + t = 4 → 6t – 3 = 4 → 6t = 7 → t = 7/6.
4. Find intersection point: x = 1 + 2(7/6) = 10/3, y = –2 + 7/6 = –5/6, z = 3 – 7/6 = 11/6.
5. Final answer: (10/3, –5/6, 11/6).

What we did and why: - Substituted the line into the plane equation to find t. - Plugged t back into the line to get the exact point.


COMMON MISTAKES

  1. MISTAKE: Forgetting to take the inverse cosine for angles. WHY IT HAPPENS: Confusing dot product with angle formula. CORRECT APPROACH: Always use θ = cos⁻¹(? ·-/ (|?| |?|)).

  2. MISTAKE: Mixing up dot and cross product. WHY IT HAPPENS: Both involve multiplication but give different results. CORRECT APPROACH: Dot product → scalar. Cross product → vector.

  3. MISTAKE: Sign errors in plane equations. WHY IT HAPPENS: Expanding brackets incorrectly. CORRECT APPROACH: Double-check each term (e.g., –2(y – 2) = –2y + 4).

  4. MISTAKE: Assuming two lines intersect without solving. WHY IT HAPPENS: Skipping the parameter check. CORRECT APPROACH: Solve for t and s; if no solution, lines are skew.

  5. MISTAKE: Using the wrong normal vector for planes. WHY IT HAPPENS: Confusing direction vector with normal vector. CORRECT APPROACH: Normal vector is perpendicular to the plane.


EXAM TRAPS

  1. TRAP: Giving a vector answer when a scalar is needed (or vice versa). HOW TO SPOT IT: Check if the question asks for a "vector" or "angle/scalar." HOW TO AVOID IT: Read the question carefully—dot product gives scalars, cross product gives vectors.

  2. TRAP: Forgetting to simplify fractions in final answers. HOW TO SPOT IT: Examiners deduct for unsimplified answers. HOW TO AVOID IT: Always simplify (e.g., 10/6 → 5/3).

  3. TRAP: Misapplying the right-hand rule for cross product. HOW TO SPOT IT: Direction of the resulting vector matters in 3D. HOW TO AVOID IT: Use your right hand—index finger (?), middle finger (?), thumb (? × ?).


1-MINUTE RECAP

"Listen up—this is your last-minute vectors cheat sheet. Dot product gives a scalar, cross product gives a vector. For lines, use-=-+ t?. For planes, use-· (? – ?) = 0. To find intersections, substitute and solve. Always check if your answer makes sense—angles between 0° and 180°, distances positive. If stuck, write down every formula you know and match it to the problem. You’ve got this!