Welcome to the World of Vectors!

Welcome! Today, we are going to explore Vectors. If you have ever followed a map or played a video game where a character moves around the screen, you have already seen vectors in action. In this chapter, we will learn that a vector is more than just a number—it is a set of instructions that tells us how far to go and in which direction.

Don't worry if this seems a bit "out there" at first. By the end of these notes, you will see that vectors are just a handy way to organize information about movement and position.

1. What is a Vector? (The "What" and "Where")

In math, we usually deal with Scalars. A scalar is just a size (magnitude). For example, "5 kilograms" or "20 degrees Celsius" are scalars. They don't have a direction.

A Vector, however, has two parts: Magnitude (how big it is) and Direction (where it is going).

Analogy: If I tell you "Run 100 meters," that is a scalar. You might run in circles! But if I tell you "Run 100 meters East," that is a vector because I gave you a distance and a direction.

Key Terms to Remember:

Magnitude: The length or size of the vector.
Direction: The pathway along which the vector points.

Did you know? In the movie Despicable Me, the villain "Vector" explains his name by saying he has "both direction and magnitude!" He was actually being mathematically accurate.

2. How We Write Vectors (Notation)

There are a few ways to write a vector so we don't confuse it with a regular number:

1. Bold letters: Like v or a.
2. Underlined letters: Since we can't "write" in bold with a pen, we usually write \( \underline{v} \).
3. With an arrow: From point A to point B, written as \( \vec{AB} \).

The Column Vector

This is the most common way you will see vectors in Year 5. It looks like a tall bracket with two numbers inside:

\( \mathbf{v} = \begin{pmatrix} x \\ y \end{pmatrix} \)

The top number (x) tells you how many steps to move horizontally (right is positive, left is negative).
The bottom number (y) tells you how many steps to move vertically (up is positive, down is negative).

Example: \( \begin{pmatrix} 3 \\ -2 \end{pmatrix} \) means "Move 3 units right and 2 units down."

3. Adding and Subtracting Vectors

Adding vectors is actually very simple! You just add the top numbers together and the bottom numbers together. It's like adding two sets of instructions to get one final destination.

Adding Vectors

If \( \mathbf{a} = \begin{pmatrix} 2 \\ 3 \end{pmatrix} \) and \( \mathbf{b} = \begin{pmatrix} 4 \\ 1 \end{pmatrix} \), then:
\( \mathbf{a} + \mathbf{b} = \begin{pmatrix} 2+4 \\ 3+1 \end{pmatrix} = \begin{pmatrix} 6 \\ 4 \end{pmatrix} \)

Subtracting Vectors

Just like adding, but you subtract the components:
\( \mathbf{a} - \mathbf{b} = \begin{pmatrix} 2-4 \\ 3-1 \end{pmatrix} = \begin{pmatrix} -2 \\ 2 \end{pmatrix} \)

Quick Review: Think of vector addition as a "journey." If you follow the first set of instructions, and then follow the second set immediately after, where do you end up? That's your resultant vector.

4. Scalar Multiplication

This sounds fancy, but it just means "making the vector longer or shorter." When we multiply a vector by a regular number (a scalar), we multiply both the top and bottom numbers.

Example: If \( \mathbf{v} = \begin{pmatrix} 3 \\ -1 \end{pmatrix} \), then \( 2\mathbf{v} = \begin{pmatrix} 2 \times 3 \\ 2 \times -1 \end{pmatrix} = \begin{pmatrix} 6 \\ -2 \end{pmatrix} \).

Multiplying by 2 makes the vector twice as long but keeps it pointing in the same direction.

Important Tip: If you multiply by a negative number, the vector flips and points in the exact opposite direction!

5. Magnitude (How long is the vector?)

Sometimes we need to know the exact length of the arrow. To find the magnitude of vector \( \mathbf{v} = \begin{pmatrix} x \\ y \end{pmatrix} \), we use a formula that looks exactly like Pythagoras' Theorem.

The symbol for magnitude is two vertical lines: \( |\mathbf{v}| \).
The formula is: \( |\mathbf{v}| = \sqrt{x^2 + y^2} \)

Step-by-Step Example:

Find the magnitude of \( \mathbf{v} = \begin{pmatrix} 3 \\ 4 \end{pmatrix} \):
1. Square the x value: \( 3^2 = 9 \)
2. Square the y value: \( 4^2 = 16 \)
3. Add them together: \( 9 + 16 = 25 \)
4. Take the square root: \( \sqrt{25} = 5 \)
The magnitude (length) is 5 units.

6. Common Mistakes to Avoid

- Mixing up x and y: Always remember—the top is "left/right" and the bottom is "up/down." Memory Aid: "X is a cross (across), Y is to the sky."
- Forgetting signs: If a vector says \( -3 \) on top, you must move left. If it says \( -3 \) on bottom, you must move down.
- Adding diagonally: Never add the top number to the bottom number. They must stay in their own "lanes."

7. Summary Checklist

Key Takeaway: Vectors are arrows that represent movement.
Key Takeaway: Column vectors use \( \begin{pmatrix} x \\ y \end{pmatrix} \) to show horizontal and vertical change.
Key Takeaway: To add vectors, add the "top" and "bottom" separately.
Key Takeaway: Use Pythagoras (\( \sqrt{x^2 + y^2} \)) to find the length (magnitude) of a vector.

Great job! You've just covered the essentials of vectors. Keep practicing drawing them on grid paper, and they will become second nature in no time!