Defining Vector Subtraction

Cover Image for Defining Vector Subtraction

Vector Subtraction

We've explored vector addition and its key properties. Now, leveraging the close relationship between vector addition and scalar addition (and the connection between addition and subtraction), we can define vector subtraction using a combination of vector addition and negative vectors.

The core idea is that subtracting a number is the same as adding its negative. We'll apply this same principle to vectors.

Rethinking Subtraction as Addition

Consider the scalar subtraction 949 - 4. We can rewrite this as the addition of 9 and the negative of 4:

9 - 4 \= 9 + (-4)

Recall from the previous article that 4-4 is the additive inverse of 44.

Defining Vector Subtraction

We apply this same idea to vectors X\overrightarrow{X} and Y\overrightarrow{Y}. We define vector subtraction as:

\overrightarrow{X} - \overrightarrow{Y} \= \overrightarrow{X} + (-\overrightarrow{Y})

In words: Subtracting vector Y\overrightarrow{Y} from vector X\overrightarrow{X} is the same as adding the negative of vector Y\overrightarrow{Y} to vector X\overrightarrow{X}.

Visualizing Vector Subtraction

To visualize this, let's consider two position vectors X\overrightarrow{X} and Y\overrightarrow{Y} starting at the origin OO.

To perform the subtraction XY\overrightarrow{X} - \overrightarrow{Y}:

  1. Find the negative of Y\overrightarrow{Y} ( Y-\overrightarrow{Y}): This is a vector with the same magnitude as Y\overrightarrow{Y} but pointing in the opposite direction.
  2. Add X\overrightarrow{X} and Y-\overrightarrow{Y} using the head-to-tail method: Place the tail of Y-\overrightarrow{Y} at the head of X\overrightarrow{X}. The resultant vector, which goes from the tail of X\overrightarrow{X} to the head of Y-\overrightarrow{Y}, is the vector XY\overrightarrow{X} - \overrightarrow{Y}.

Alternative Visual Interpretation

There is an alternative way to visualise vector subtraction. The vector XY\overrightarrow{X} - \overrightarrow{Y} can also be viewed as the vector that points from the head of Y\overrightarrow{Y} to the head of X\overrightarrow{X}, when these vectors have been placed tail-to-tail.

...

Log in or sign up to see more