Vector Addition
The addition of two vectors is not quite as straightforward as the addition of two scalar quantities. Because vectors have both a magnitude and a direction, one cannot simply add the magnitudes of two vectors to obtain their sum. For instance, if one proceeds \( 5 \) miles south and then \( 5 \) miles north, the total distance traveled is indeed \( 10 \) miles (as distance is a scalar), but the total displacement is zero. The south and north displacements are each vector quantities, and the opposite directions cause the individual displacements to cancel each other out.
Geometrically, vectors are added so that the displacements represented by each of the two vectors sum together to give a total displacement from the initial point of the first vector to the terminal point of the second vector.
In practice, this is accomplished by first decomposing each vector into some given components (such as into Cartesian coordinates) and then adding the components together.
Given \( \vec{V} = (v_x, v_y, v_z) \) and \( \vec{W} = (w_x, w_y, w_z) \), the sum \( \vec{V} + \vec{W} \) is given by
\[ \vec{V} + \vec{W} = (v_x + w_x, v_y + w_y, v_z + w_z). \]
The sum is known as the resultant vector or simply resultant.
Triangle Law of Vector Addition
Parallelogram Law of Vector Addition
Solved Examples
Suppose \( \vec{A} = (1, 6, -3) \) and \( \vec{B} = (2, -3, 1) \). What is \( \vec{A} + \vec{B}?\)
We have
\[ \vec{A} + \vec{B} = \big(1 + 2, 6 + (-3), -3 + 1\big) =(3, 3, -2).\ _\square \]
\( \vec{A} \) has magnitude \( 2 \sqrt{2} \) and makes an angle of \( 45^\circ \) with the \( x \)-axis, while \( \vec{B} \) has magnitude \( 2 \big(\sqrt{3} - 1\big) \) and makes an angle of \( 90^\circ \). Find the angle that \( \vec{A} + \vec{B} \) makes with the \( x \)-axis.
Decomposing the two vectors into Cartesian components yields \( \vec{A} = (2, 2) \) and \( \vec{B} = \big(0, 2\sqrt{3} - 2\big). \) Thus \( \vec{A} + \vec{B} = \big(2, 2\sqrt{3} \big) \). Straightforward trigonometry then gives that the angle with the \( x \)-axis is \( 60^\circ \). \(_\square\)
Two vectors of equal magnitude \(x\) have a resultant equal to \(x.\) Find the angle between the two vectors.
Solution to be added.