Vector Forces: Composition and Decomposition
Vector Subtraction
Subtracting Vectors
Since we know how to add vectors, subtracting them is straightforward. Subtracting a vector is the same as adding its opposite. Just as in scalar arithmetic where is the same as , subtracting vector from vector is the same as adding to .
The vector has the same magnitude as but points in the exact opposite direction.
This simple rule is the key to both graphical and algebraic subtraction. Let's see how it works.
Graphical Subtraction
To subtract vectors graphically, we use the same tip-to-tail method we used for addition, but with a slight modification. First, you draw vector . Then, you find the opposite of vector by drawing a vector of the same length but pointing 180 degrees in the other direction. Finally, you place the tail of at the tip of . The resultant vector, , goes from the tail of to the tip of .
Another way to think about this visually is to ask: what vector do I need to add to to get ? If you place the tails of and at the same origin, the vector that points from the tip of to the tip of is the resultant vector . This is often called the triangle rule for subtraction.
This helps students visualize subtraction.
This second method is particularly useful for finding a displacement vector. If an object moves from a point defined by position vector to a point defined by position vector , the displacement vector is .
Algebraic Subtraction
Subtracting vectors by their components is even more direct. Just as with addition, you operate on the corresponding components. To find , you subtract the components of from the components of .
Let's use an example. Suppose a boat is moving with velocity meters per second relative to the water, and the river current has a velocity of m/s.
What is the boat's velocity relative to the river bank? That's simple addition. But what if we want to know the velocity of the water relative to the boat? We would need to calculate .
v_relative = <2 - 10, -1 - 5>
v_relative = <-8, -6>
From the perspective of someone on the boat, the water seems to be rushing backward at 8 m/s and sideways at 6 m/s. This calculation is crucial in fields like aviation and marine navigation to determine relative motion.
Let's check your understanding of these concepts.
Subtracting vector B from vector A is equivalent to which of the following operations?
If vectors and are drawn with their tails at the same origin, how is the resultant vector represented?
Vector subtraction is a fundamental operation that builds on the principles of vector addition. By treating subtraction as the addition of an opposite vector, we can solve a wide range of problems involving changes in position, velocity, or force.