Welcome to the 3rd Dimension!

In your previous maths journey, you’ve mostly worked in 2-D (the flat world of \(x\) and \(y\)). Now, we’re adding the \(z\)-axis to explore Vectors and 3-D Space. This isn't just for exams; it’s the math behind how 3-D video games work, how GPS satellites find your phone, and how architects design complex buildings. Don't worry if it feels hard to visualize at first—we'll use plenty of analogies to bring these flat equations into the real world!


1. The Scalar Product (Dot Product)

The scalar product is a way of multiplying two vectors to get a single number (a scalar). It tells us how much one vector "goes in the same direction" as another.

The Two Ways to Calculate It

1. Component Form: If \(\mathbf{a} = \begin{pmatrix} a_1 \\ a_2 \\ a_3 \end{pmatrix}\) and \(\mathbf{b} = \begin{pmatrix} b_1 \\ b_2 \\ b_3 \end{pmatrix}\), then:
\(\mathbf{a} \cdot \mathbf{b} = a_1b_1 + a_2b_2 + a_3b_3\)

2. Geometric Form:
\(\mathbf{a} \cdot \mathbf{b} = |\mathbf{a}| |\mathbf{b}| \cos \theta\)
(Where \(\theta\) is the angle between the two vectors).

Why is this useful?

The most important trick is testing for perpendicular vectors. If two vectors are at \(90^\circ\) to each other, \(\cos 90^\circ = 0\), so their scalar product is always zero. This is your "Go-To" test in almost every exam question!

Quick Review Box:
• \(\mathbf{a} \cdot \mathbf{b} = 0 \implies\) Vectors are perpendicular.
• \(\mathbf{a} \cdot \mathbf{b} = |\mathbf{a}||\mathbf{b}| \implies\) Vectors are parallel (going the same way).
• To find the angle between vectors, rearrange to: \(\cos \theta = \frac{\mathbf{a} \cdot \mathbf{b}}{|\mathbf{a}| |\mathbf{b}|}\)

Key Takeaway: The scalar product turns vectors into a number and is the "Perpendicular Detector."


2. The Vector Product (Cross Product)

While the scalar product gives you a number, the vector product gives you a new vector. This new vector is special because it is perpendicular to both of the original vectors.

The Calculation

The formula for \(\mathbf{a} \times \mathbf{b}\) looks a bit scary, but it follows a pattern. If \(\mathbf{a} = \begin{pmatrix} a_1 \\ a_2 \\ a_3 \end{pmatrix}\) and \(\mathbf{b} = \begin{pmatrix} b_1 \\ b_2 \\ b_3 \end{pmatrix}\):
\(\mathbf{a} \times \mathbf{b} = \begin{pmatrix} a_2b_3 - a_3b_2 \\ a_3b_1 - a_1b_3 \\ a_1b_2 - a_2b_1 \end{pmatrix}\)

Memory Aid: Think of it like a "shoelace" pattern. To find the top (\(x\)) component, ignore the top row of your vectors and cross-multiply the remaining \(y\) and \(z\) values.

Direction: The Right-Hand Rule

If you point your right index finger in the direction of \(\mathbf{a}\) and your middle finger toward \(\mathbf{b}\), your thumb points in the direction of \(\mathbf{a} \times \mathbf{b}\).

Did you know? If \(\mathbf{a} \times \mathbf{b} = 0\), it means the vectors are parallel. They don't "sweep out" any area between them!

Key Takeaway: Use the vector product when you need a vector that is at right angles to two other lines or a plane.


3. Equations of Planes

Think of a plane as an infinite, flat sheet of paper floating in 3-D space. To "pin it down," we need a normal vector (\(\mathbf{n}\)), which is a flagpole sticking straight out of the sheet.

The Vector Equation

The standard form is \((\mathbf{r} - \mathbf{a}) \cdot \mathbf{n} = 0\).
• \(\mathbf{r}\) is any point on the plane.
• \(\mathbf{a}\) is a specific known point on the plane.
• \(\mathbf{n}\) is the normal vector.

The Cartesian Equation

This is often easier to work with: \(n_1x + n_2y + n_3z + d = 0\).
The numbers in front of \(x, y, z\) are just the components of your normal vector \(\mathbf{n}\)!

Common Mistake to Avoid: Students often forget that \(d\) is calculated by doing \(-\mathbf{a} \cdot \mathbf{n}\). It isn't just a random number!

Key Takeaway: To find the equation of a plane, you must find its normal vector. If you have two vectors in the plane, use the vector product to find the normal.


4. Intersecting Planes and Lines

In Further Maths, we often look at how three planes meet. Imagine three walls of a room meeting at a corner.

Arrangements of Three Planes

  1. A Single Point: The planes meet like the corner of a box. (The equations have one unique solution).
  2. A Sheaf: All three planes meet along a single line (like the spine of a book).
  3. A Prismatic Intersection: The planes meet in pairs forming three parallel lines, but never all three at once. Think of a triangular Toblerone box.

Step-by-Step for Exams:
1. Set up the three equations as a matrix system \(\mathbf{Mx} = \mathbf{V}\).
2. Find the determinant of \(\mathbf{M}\).
3. If \(\text{det}(\mathbf{M}) \neq 0\), they meet at a unique point.
4. If \(\text{det}(\mathbf{M}) = 0\), they are either a sheaf or prismatic (check for consistency!).

Key Takeaway: The determinant of the matrix tells you the "geometric story" of how the planes meet.


5. Lines in 3-D Space

A line in 3-D is defined by a point it passes through (\(\mathbf{a}\)) and a direction it travels in (\(\mathbf{d}\)).

Vector Equation

\(\mathbf{r} = \mathbf{a} + t\mathbf{d}\)
Think of \(t\) as "time." At \(t=0\), you are at point \(\mathbf{a}\). As \(t\) increases, you travel along direction \(\mathbf{d}\).

Skew Lines

In 2-D, lines are either parallel or they must cross. In 3-D, they can be skew. Imagine one airplane flying at 30,000 feet going North, and another at 20,000 feet going East. They aren't parallel, but they will never hit each other. These are skew lines.

Quick Review Box:
Parallel: Direction vectors are multiples of each other.
Intersecting: You can find a value for \(t\) and \(s\) that makes the positions equal.
Skew: Not parallel AND no intersection.

Key Takeaway: Always check the direction vectors first. If they aren't multiples, the lines are either intersecting or skew.


6. Angles and Distances

This is where the exam marks are! You will be asked to find the shortest "gap" between things.

Angle Between a Line and a Plane

Be careful here! If you use the scalar product between the line's direction and the plane's normal, you get the angle with the normal. To get the angle with the plane, you must calculate \(90^\circ - \text{angle}\) (or use \(\sin \theta\) instead of \(\cos \theta\)).

Shortest Distances

  • Point to a Plane: The shortest route is always along the normal.
  • Skew Lines: The shortest distance is a "bridge" that is perpendicular to both lines. Use the vector product of the two direction vectors to find the direction of this bridge!

Encouragement: These formulas can look long, but they are all based on the same idea: finding the perpendicular direction!

Key Takeaway: "Shortest distance" always means "Perpendicular distance." Look for the normal vector!