Hello, future university students of the '68 generation and everyone preparing for TCAS!

When it comes to "3D Vectors," many of you might start feeling a bit overwhelmed by the thought of messy arrows and the complexities of the XYZ axes, right? But in reality, vectors are incredibly fun and useful in real life—whether it's designing 3D games, launching rockets into space, or even calculating the wind force when kicking a soccer ball! If it feels difficult at first, don't worry. We'll break it down step-by-step until you have that "Aha!" moment, guaranteed.

1. What is a vector? (Getting to know the basics)

In physics and mathematics, we divide quantities into two main types:
1. Scalar quantities: Just specifying the "magnitude" is enough to understand it, e.g., mass, temperature, time.
2. Vector quantities: You need to specify both "magnitude" and "direction" to be complete, e.g., velocity, force, displacement.

Vector Notation

We usually represent vectors with arrows, where the length of the arrow is the magnitude and the arrowhead indicates the direction.
Common symbols: \( \vec{u} \), \( \vec{v} \), or \( \vec{AB} \) (meaning the vector starting from point A and ending at point B).

Key Point: Two vectors are "equal" if and only if they have exactly the same magnitude and the exact same direction (they can be anywhere on the page, as long as they are the same length and point in the same direction).

Did you know? If we swap the head and the tail, such as from \( \vec{AB} \) to \( \vec{BA} \), we call it the "negative of the vector," written as \( -\vec{AB} \).

2. Vectors in the Cartesian Coordinate System (2D and 3D)

To make calculations easier, we place vectors directly onto the X, Y, and Z axes!

Vector Notation in 3D

We can write them in two main ways:
1. Matrix form: \( \begin{bmatrix} a \\ b \\ c \end{bmatrix} \), where \( a, b, c \) are the distances moved along the X, Y, and Z axes, respectively.
2. Unit vector form: \( a\vec{i} + b\vec{j} + c\vec{k} \) (Remember: \( \vec{i} \) pairs with X, \( \vec{j} \) with Y, and \( \vec{k} \) with Z).

Finding the Magnitude of a Vector

It's just like using Pythagoras! If \( \vec{u} = a\vec{i} + b\vec{j} + c\vec{k} \),
Magnitude of \( \vec{u} \): \( |\vec{u}| = \sqrt{a^2 + b^2 + c^2} \)

Common Mistake: Watch out for negative signs! When squaring, e.g., \( (-3)^2 \), it must always equal \( 9 \). Never leave it as a negative!

3. Addition, Subtraction, and Scalar Multiplication

Calculating vectors in the Cartesian coordinate system is very straightforward. You can just perform the operations directly!

If \( \vec{u} = \begin{bmatrix} 1 \\ 2 \\ 3 \end{bmatrix} \) and \( \vec{v} = \begin{bmatrix} 4 \\ 5 \\ 6 \end{bmatrix} \):
- Addition: \( \vec{u} + \vec{v} = \begin{bmatrix} 1+4 \\ 2+5 \\ 3+6 \end{bmatrix} = \begin{bmatrix} 5 \\ 7 \\ 9 \end{bmatrix} \)
- Scalar multiplication: If we multiply \( \vec{u} \) by 2, we get \( 2\vec{u} = \begin{bmatrix} 2(1) \\ 2(2) \\ 2(3) \end{bmatrix} = \begin{bmatrix} 2 \\ 4 \\ 6 \end{bmatrix} \)

Summary: Geometrically, vector addition/subtraction is "head-to-tail," while in Cartesian coordinates, it's "operating on corresponding positions."

4. Scalar Product (Dot Product) - Multiplying to get a "number"

The Dot Product is multiplying two vectors, and the result is a real number (a single scalar), not another vector!

Calculation Formulas:

1. Coordinate form: \( \vec{u} \cdot \vec{v} = u_1v_1 + u_2v_2 + u_3v_3 \)
2. Angle form: \( \vec{u} \cdot \vec{v} = |\vec{u}||\vec{v}|\cos\theta \)

Crucial Point to Remember (Appears on exams often!):
If \( \vec{u} \cdot \vec{v} = 0 \), it means the two vectors are perpendicular (\( \theta = 90^\circ \)).

Visualize it: The Dot Product is like seeing how much one vector "contributes" in the direction of another. If they are perpendicular, they don't contribute to each other at all, so the result is 0.

5. Vector Product (Cross Product) - Multiplying to get a "new vector"

The Cross Product (\( \vec{u} \times \vec{v} \)) results in a vector that is always perpendicular to both \( \vec{u} \) and \( \vec{v} \).

Calculation via Determinant (The easiest way):

Write it as \( \begin{vmatrix} \vec{i} & \vec{j} & \vec{k} \\ u_1 & u_2 & u_3 \\ v_1 & v_2 & v_3 \end{vmatrix} \) and solve for the determinant.

Interesting Properties:
- \( \vec{u} \times \vec{v} = -(\vec{v} \times \vec{u}) \) (Swap them and the direction reverses!)
- Magnitude \( |\vec{u} \times \vec{v}| = |\vec{u}||\vec{v}|\sin\theta \)
- If \( \vec{u} \times \vec{v} = \vec{0} \), it means the two vectors are parallel.

Applications:
- Area of a parallelogram: \( = |\vec{u} \times \vec{v}| \)
- Area of a triangle: \( = \frac{1}{2}|\vec{u} \times \vec{v}| \)

Common Mistake: Confusing Dot (uses \(\cos\)) with Cross (uses \(\sin\)). A good memory trick is "Cross-Sin," they sound quite similar!

Summary of "3D Vectors" for Exam Prep

1. Basics: Master finding the magnitude \( \sqrt{x^2+y^2+z^2} \) and understand head-to-tail addition/subtraction.
2. Dot Product (\( \cdot \)): Results in a number; used to find "angles" or check for "perpendicularity" (Dot = 0 means perpendicular).
3. Cross Product (\( \times \)): Results in a vector; used to find area or a vector perpendicular to a plane (Cross = 0 means parallel).
4. Unit Vector: A vector with a magnitude of 1, calculated as \( \frac{\vec{u}}{|\vec{u}|} \).

If you understand these 4 core concepts, you'll definitely have the vector section of the A-Level exam in the bag! Don't forget to practice lots of problems; accuracy comes with practice. Good luck, everyone!