Upon completing this lesson, you will be able to:
Since vectors have both magnitude and direction, the rules for their addition and multiplication are different from those for scalars.
Multiplying a vector $\vec{A}$ by a positive scalar $c$ results in a new vector $c\vec{A}$ that has the same direction as $\vec{A}$ but a magnitude that is $c$ times larger.
If $c$ is negative, the resulting vector $-c\vec{A}$ has a magnitude that is $|c|$ times larger, but its direction is reversed by $180^\circ$.

The sum of two vectors $\vec{A}$ and $\vec{B}$ is a resultant vector $\vec{R} = \vec{A} + \vec{B}$. Graphically, this can be found using two primary methods:


Vector subtraction is defined as adding the negative:
$\vec{A} - \vec{B} = \vec{A} + (-\vec{B})$

While graphical methods are useful for visualization, analytical methods are required for accurate calculations. We use a rectangular coordinate system (typically $x$ and $y$) to represent vectors in terms of their components.
We define two special vectors called unit vectors:

Any vector $\vec{F}$ can be expressed as the sum of its two rectangular components, $F_x$ and $F_y$. Using the unit vectors $\mathbf{i}$ and $\mathbf{j}$, we can write the vector in Cartesian vector form:
$$ \vec{F} = F_x \mathbf{i} + F_y \mathbf{j} $$
This notation makes vector addition simple.
If $\vec{A} = A_x \mathbf{i} + A_y \mathbf{j}$ and $\vec{B} = B_x \mathbf{i} + B_y \mathbf{j}$, then:
$$ \vec{R} = \vec{A} + \vec{B} = (A_x + B_x)\mathbf{i} + (A_y + B_y)\mathbf{j} $$
