Welcome to the World of Vectors!
In this chapter, we are going to explore Vectors. While you might be used to dealing with normal numbers (like "5 kg" or "10 meters"), vectors add a whole new dimension to your math skills—literally! We use vectors to describe things that have both a size and a specific direction.
Whether you’re aiming to be a pilot, a video game designer, or an engineer, vectors are the secret language you'll need to describe how things move through space. Don't worry if this seems a bit "out there" at first; we'll break it down step-by-step!
Note: This topic is part of the Higher Tier syllabus.
1. Scalar vs. Vector: What's the Difference?
Before we dive in, let’s clear up a common point of confusion. In math, we have two types of quantities:
1. Scalars: These only have a size (magnitude). Examples: Time, Temperature, Mass.
2. Vectors: These have both Magnitude (how big it is) and Direction (where it is going). Examples: Force, Velocity, Displacement.
The "Treasure Map" Analogy:
If I tell you "The treasure is 100 meters away," that is a scalar. You’ll be walking in circles forever! But if I say "Walk 100 meters North-East," that is a vector. You have the distance (magnitude) and the direction.
Did you know?
Your phone’s GPS uses vectors constantly to calculate exactly which way you are facing and how fast you are moving toward your destination!
Key Takeaway: A vector is a "journey" from one point to another.
2. Vector Notation: How to Write Them
Because vectors are special, we write them in special ways so we don't confuse them with regular numbers. You will see them written in three main ways:
1. Bold letters: Like \(\mathbf{a}\) or \(\mathbf{b}\). (In your exam, since you can't write in bold, you should underline them like this: a).
2. Two capital letters with an arrow: Like \(\vec{AB}\). This means the vector starts at point A and ends at point B.
3. Column Vectors: This is a way of writing a vector using coordinates: \(\binom{x}{y}\).
Understanding Column Vectors
In the column vector \(\binom{x}{y}\):
- The top number (x) tells you how many units to move right (positive) or left (negative).
- The bottom number (y) tells you how many units to move up (positive) or down (negative).
Example: The vector \(\binom{3}{-2}\) means "move 3 squares right and 2 squares down."
Common Mistake to Avoid:
Don't put a fraction line in the middle of a column vector! It’s not a fraction; it’s a set of instructions for a journey.
3. Scalar Multiplication
What happens if we multiply a vector by a normal number (a scalar)? It changes the size (magnitude) but keeps the same direction (or goes the exact opposite way).
If \(\mathbf{a} = \binom{2}{3}\), then \(2\mathbf{a} = \binom{2 \times 2}{2 \times 3} = \binom{4}{6}\).
This new vector is twice as long as the original but points in the same direction.
Negative Vectors:
If you multiply a vector by \(-1\), the direction flips! If \(\mathbf{a}\) goes from A to B, then \(-\mathbf{a}\) goes from B to A.
Quick Review:
- Multiplying by a number \(> 1\) makes the vector longer.
- Multiplying by a number between \(0\) and \(1\) makes it shorter.
- A negative number reverses the direction.
4. Adding and Subtracting Vectors
Adding vectors is just like following a "chain" of instructions. If you take journey \(\mathbf{a}\) and then take journey \(\mathbf{b}\), the total journey is \(\mathbf{a} + \mathbf{b}\).
Adding Column Vectors
This is very simple! You just add the top numbers together and the bottom numbers together.
If \(\mathbf{a} = \binom{2}{5}\) and \(\mathbf{b} = \binom{3}{-1}\):
\(\mathbf{a} + \mathbf{b} = \binom{2+3}{5+(-1)} = \binom{5}{4}\)
The Triangle Law
Imagine points A, B, and C. If you go from A to B (\(\vec{AB}\)) and then from B to C (\(\vec{BC}\)), it’s the same as going straight from A to C.
\(\vec{AB} + \vec{BC} = \vec{AC}\)
Key Takeaway: Adding vectors is like finding a shortcut for a journey.
5. Calculating the Modulus (Magnitude)
The modulus of a vector is just a fancy word for its length. We use vertical bars to show this: \(|\mathbf{a}|\).
To find the length of a vector \(\binom{x}{y}\), we use our old friend Pythagoras' Theorem!
The Formula:
\(|\binom{x}{y}| = \sqrt{x^2 + y^2}\)
Example: Find the magnitude of \(\binom{5}{-3}\).
1. Square the x: \(5^2 = 25\)
2. Square the y: \((-3)^2 = 9\) (Remember: a negative squared is always positive!)
3. Add them: \(25 + 9 = 34\)
4. Square root it: \(\sqrt{34} \approx 5.83\)
Memory Aid:
Think of the vector as the "hypotenuse" (the sloped side) of a right-angled triangle. The \(x\) and \(y\) are just the base and the height!
6. Vector Proofs and Geometry
One of the most powerful things you can do with vectors is prove things about shapes without actually measuring them.
Parallel Vectors
Two vectors are parallel if one is a scalar multiple of the other.
For example, \(\mathbf{a}\) and \(3\mathbf{a}\) are parallel. \(\binom{2}{1}\) and \(\binom{10}{5}\) are parallel because \(\binom{10}{5} = 5 \times \binom{2}{1}\).
Collinear Points
If two vectors are parallel and they share a common point (like \(\vec{AB}\) and \(\vec{BC}\)), then all three points (A, B, and C) must lie on a single straight line. We call this being collinear.
Step-by-Step for Geometric Proofs:
1. Express the "paths" between points using the vectors given in the diagram (usually \(\mathbf{a}\) and \(\mathbf{b}\)).
2. Simplify your expressions by collecting like terms.
3. If one vector path is a multiple of another, you've proved they are parallel!
Key Takeaway: If \(\vec{PQ} = k \vec{RS}\) (where \(k\) is a number), then \(PQ\) and \(RS\) are parallel.
Summary Checklist
Before you finish, make sure you can:
- [ ] Write a journey as a column vector \(\binom{x}{y}\).
- [ ] Add and subtract vectors by combining their \(x\) and \(y\) components.
- [ ] Calculate the magnitude (length) using \(\sqrt{x^2 + y^2}\).
- [ ] Identify parallel vectors by checking if one is a multiple of the other.
- [ ] Find the resultant (the single vector that replaces two or more other vectors).
Vectors can feel like a different language at first, but once you start seeing them as "instructions for a journey," everything starts to click. Keep practicing!