Welcome to Basic Operations on Vectors!

In this chapter, we are going to learn how to "do math" with vectors. If you’ve ever followed a set of directions—like "walk 10 steps forward, then 5 steps right"—you are already using vector operations! We will look at how to add vectors together, how to subtract them, and what happens when we "scale" them up or down.

Vectors are more than just numbers; they represent movement and direction. Understanding these operations is the "bread and butter" of vectors and will help you solve much bigger problems in Mechanics and Pure Math later on. Don't worry if it feels a bit different from normal arithmetic at first—we'll take it step by step!


1. Adding Vectors: The "Journey" Analogy

When we add two vectors together, we are essentially finding the "shortcut" from the start of the first movement to the end of the last movement. The result of adding vectors is called the Resultant Vector.

A. Adding Algebraically (The Easy Way!)

If you have vectors written in column form or i, j notation, adding them is as simple as adding the horizontal (top) parts and the vertical (bottom) parts separately. Think of it like keeping your "left/right" instructions separate from your "up/down" instructions.

Example: 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 \\ 2 \end{pmatrix} \)

In i, j notation:
\( (2\mathbf{i} + 3\mathbf{j}) + (4\mathbf{i} - \mathbf{j}) = 6\mathbf{i} + 2\mathbf{j} \)

B. Adding Diagrammatically: The Triangle Law

To add vectors on a drawing, we use the Tip-to-Tail method. Imagine you are walking along path \( \mathbf{a} \), and then immediately walking along path \( \mathbf{b} \).

  1. Draw the first vector \( \mathbf{a} \).
  2. Start the second vector \( \mathbf{b} \) exactly where the first one ended (the "tip" of \( \mathbf{a} \)).
  3. The resultant \( \mathbf{a} + \mathbf{b} \) is the straight line drawn from the very start to the very end.

Did you know? This forms a triangle, which is why we call it the Triangle Law of Vector Addition. It doesn't matter which vector you draw first; \( \mathbf{a} + \mathbf{b} \) will give you the same final destination as \( \mathbf{b} + \mathbf{a} \)!

Quick Review:

Key Takeaway: To add vectors, add the "top" numbers together and the "bottom" numbers together. Geometrically, place them Tip-to-Tail.


2. Scalar Multiplication: Scaling and Stretching

In vector math, a scalar is just a regular number (like 2, 5, or -0.5). When we multiply a vector by a scalar, we are scaling it.

How it works:

Imagine a vector is a piece of elastic. Multiplying by 2 stretches it to double its length. Multiplying by 0.5 shrinks it to half its length. The direction stays the same as long as the number is positive.

Algebraic Rule: Multiply every component of the vector by that number.
If \( \mathbf{a} = \begin{pmatrix} 3 \\ -2 \end{pmatrix} \), then \( 3\mathbf{a} = \begin{pmatrix} 3 \times 3 \\ 3 \times -2 \end{pmatrix} = \begin{pmatrix} 9 \\ -6 \end{pmatrix} \).

What about negative numbers?

If you multiply a vector by a negative number, the vector reverses direction (it does a 180-degree turn).
Example: If \( \mathbf{a} \) points North, then \( -\mathbf{a} \) points South with the exact same length.

Memory Aid: A scalar acts like a "volume knob"—it can make the vector louder (longer) or quieter (shorter), and the minus sign is like the "reverse" button.

Quick Review:

Key Takeaway: Multiplying by a scalar changes the length of the vector. If the scalar is negative, the vector points in the opposite direction. Vectors that are multiples of each other are parallel.


3. Subtracting Vectors

Subtracting a vector is the same as adding its negative. Geometrically, it's like going forward on the first path and then going backwards on the second path.

Algebraic Rule: \( \mathbf{a} - \mathbf{b} = \begin{pmatrix} a_1 - b_1 \\ a_2 - b_2 \end{pmatrix} \)

Example:
If \( \mathbf{a} = \begin{pmatrix} 5 \\ 10 \end{pmatrix} \) and \( \mathbf{b} = \begin{pmatrix} 2 \\ 4 \end{pmatrix} \)
Then \( \mathbf{a} - \mathbf{b} = \begin{pmatrix} 5 - 2 \\ 10 - 4 \end{pmatrix} = \begin{pmatrix} 3 \\ 6 \end{pmatrix} \)

Common Mistake to Avoid:

When subtracting in i, j notation, be very careful with double negatives!
\( (5\mathbf{i} + 2\mathbf{j}) - (2\mathbf{i} - 3\mathbf{j}) = 5\mathbf{i} - 2\mathbf{i} + 2\mathbf{j} - (-3\mathbf{j}) = 3\mathbf{i} + 5\mathbf{j} \).
Don't forget that "minus a minus" becomes a plus!


4. Geometrical Interpretation of Operations

In your exam, you might see a grid or a shape (like a parallelogram) and be asked to express one side in terms of vectors a and b. This is where your "Tip-to-Tail" knowledge becomes vital.

The Displacement Rule:
The vector \( \vec{AB} \) (the path from point A to point B) can be found using Position Vectors (vectors from the origin \( O \)):
\( \vec{AB} = \mathbf{b} - \mathbf{a} \) (where b is the position of B and a is the position of A).

Think of it like this: To get from A to B, you can go backwards from A to the start (\( -\mathbf{a} \)) and then forwards from the start to B (\( +\mathbf{b} \)).

Quick Review:

Key Takeaway: Vector subtraction is often used to find the displacement between two points. Always remember: Destination minus Start (\( \mathbf{b} - \mathbf{a} \)).


Summary Checklist

Before moving on to the next chapter, make sure you feel confident with these "Golden Rules":

  • Addition: Add across the rows. Visually, this is "Tip-to-Tail".
  • Subtraction: Subtract the components. Visually, it is adding a reversed vector.
  • Scaling: Multiply both \( x \) and \( y \) by the scalar. This changes the length.
  • Parallelism: If one vector is a scalar multiple of another (e.g., \( \mathbf{a} = 3\mathbf{b} \)), they are parallel.
  • Notation: Always underline your vectors when writing by hand (e.g., a) so you don't confuse them with regular numbers!

Great job! Vectors can feel abstract at first, but once you master these basic operations, you have the tools to navigate any vector problem. Keep practicing these small steps!