Welcome to the World of Vectors!

Hi there! Today we are diving into Vectors. If you’ve ever followed directions like "walk 10 meters toward the big oak tree," you’ve already used a vector! In this chapter, we will learn how to describe movement and position using both numbers and drawings. Vectors are a vital tool for Paper 1, helping us bridge the gap between simple geometry and complex problem-solving. Don't worry if it feels a bit "abstract" at first—once you see how they work on a grid, it will all click into place!

1. What exactly is a Vector?

In math, we usually deal with scalars. A scalar is just a number that tells us "how much" of something there is (like 5kg or 20°C). A vector is special because it has two things: magnitude (size) and direction.

Analogy: If I tell you a car is traveling at 60 mph, that’s a scalar (speed). If I tell you a car is traveling at 60 mph due North, that’s a vector (velocity)!

Notation: How we write them

In your exam, vectors are usually written in two ways:
1. Column Vectors: \( \mathbf{a} = \begin{pmatrix} x \\ y \end{pmatrix} \). The top number tells you how far to move across (left/right), and the bottom number tells you how far to move up or down.
2. Unit Vector Form: \( \mathbf{a} = x\mathbf{i} + y\mathbf{j} \). Here, \( \mathbf{i} \) is just a fancy way of saying "one unit right" and \( \mathbf{j} \) means "one unit up."

Quick Review: \( \begin{pmatrix} 3 \\ -2 \end{pmatrix} \) is the same as \( 3\mathbf{i} - 2\mathbf{j} \). It means move 3 units right and 2 units down.

Key Takeaway: A vector tells you exactly how to get from point A to point B.

2. Magnitude and Direction

Sometimes we need to know exactly how long a vector is and what angle it’s pointing at.

Finding Magnitude (Length)

To find the magnitude of a vector \( \mathbf{a} = \begin{pmatrix} x \\ y \end{pmatrix} \), we use our old friend, Pythagoras' Theorem! We write magnitude as \( |\mathbf{a}| \).
Formula: \( |\mathbf{a}| = \sqrt{x^2 + y^2} \)

Example: For the vector \( \mathbf{v} = 3\mathbf{i} + 4\mathbf{j} \), the magnitude is \( \sqrt{3^2 + 4^2} = \sqrt{25} = 5 \).

Finding Direction (The Angle)

We usually measure the direction as an angle \( \theta \) from the positive x-axis (the horizontal line pointing right). We use Trigonometry for this:
Formula: \( \tan \theta = \frac{y}{x} \)

Common Mistake to Avoid: Always draw a quick sketch! If your vector is \( \begin{pmatrix} -3 \\ 2 \end{pmatrix} \), your calculator might give you a weird negative angle. A sketch helps you see if the angle should be obtuse or acute.

Key Takeaway: Magnitude is the distance; Direction is the angle. Think of it as the "as the crow flies" path.

3. Adding, Subtracting, and Scaling

Working with vectors is actually very simple arithmetic—you just keep the \( x \) and \( y \) parts separate.

Vector Addition and Subtraction

To add two vectors, just add their components:
\( \begin{pmatrix} 2 \\ 3 \end{pmatrix} + \begin{pmatrix} 1 \\ 4 \end{pmatrix} = \begin{pmatrix} 2+1 \\ 3+4 \end{pmatrix} = \begin{pmatrix} 3 \\ 7 \end{pmatrix} \)

Geometrical Interpretation: Adding vectors is like "chaining" them. If you follow vector \( \mathbf{a} \), and then from that spot you follow vector \( \mathbf{b} \), the result is the shortcut from the very start to the very end. This is called the Resultant Vector.

Scalar Multiplication

If you multiply a vector by a number (a scalar), you just multiply both parts.
Example: \( 2 \times \begin{pmatrix} 3 \\ -1 \end{pmatrix} = \begin{pmatrix} 6 \\ -2 \end{pmatrix} \).
This just makes the vector twice as long but keeps it pointing in the same direction.

Did you know? If two vectors are parallel, one will always be a scalar multiple of the other. For example, \( \begin{pmatrix} 1 \\ 2 \end{pmatrix} \) and \( \begin{pmatrix} 10 \\ 20 \end{pmatrix} \) are parallel!

Key Takeaway: Add components to combine movements; multiply to stretch or shrink the path.

4. Position Vectors and Distance

A Position Vector is a vector that starts at the origin \( O(0,0) \). We usually write it as \( \vec{OA} \).

Finding the vector between two points

If you know the position of point A (\( \mathbf{a} \)) and point B (\( \mathbf{b} \)), the vector to get from A to B is:
\( \vec{AB} = \mathbf{b} - \mathbf{a} \)

Memory Aid: "Second minus First." To get \( \vec{AB} \), you take the position of the second letter and subtract the first.

Distance between two points

The distance between point A and point B is simply the magnitude of the vector \( \vec{AB} \).
Step-by-step:
1. Find the vector \( \vec{AB} = \begin{pmatrix} x_2 - x_1 \\ y_2 - y_1 \end{pmatrix} \).
2. Use Pythagoras: \( \text{Distance} = \sqrt{(x_2-x_1)^2 + (y_2-y_1)^2} \).

Key Takeaway: Position vectors tell you where points are relative to the center. Subtracting them tells you how to get from one point to another.

5. Vectors in the Real World (Forces)

In the applied side of Paper 1, you might see vectors representing forces. A force is a vector because it matters how hard you push (magnitude) and which way you push (direction).

If multiple forces are acting on an object, the Resultant Force is found by simply adding all the individual force vectors together. If the resultant vector is \( \begin{pmatrix} 0 \\ 0 \end{pmatrix} \), the object is in equilibrium (it's not going anywhere!).

Quick Review Box:
Vector: Has magnitude and direction.
Magnitude: \( \sqrt{x^2 + y^2} \).
Parallel: One is a multiple of the other (e.g., \( \mathbf{a} = k\mathbf{b} \)).
Unit Vectors: \( \mathbf{i} \) (Right) and \( \mathbf{j} \) (Up).
Distance: Magnitude of the difference between position vectors.

Final Tip: Vectors are your friends! Whenever you get stuck, draw a sketch on a set of axes. It almost always makes the answer obvious. Good luck!