Summary
Highlights
A vector has both magnitude and direction. When adding two vectors that are parallel, simply add their magnitudes. For anti-parallel vectors, subtract the magnitudes and the direction is determined by the larger vector. Examples include forces directed east, west, north, and south.
When adding two vectors that are perpendicular to each other, like a force directed east and another north, the resultant vector's magnitude can be found using the Pythagorean theorem (hypotenuse of the right triangle formed by the vectors). The formula is: Resultant Force = sqrt(F1^2 + F2^2). The direction (angle) is found using the inverse tangent of (Y-component / X-component).
An example demonstrates adding a 50 Newton force directed west and a 120 Newton force directed south. The resultant force has a magnitude of 130 Newtons. The reference angle is calculated using arctan(120/50), and since the resultant is in Quadrant 3, the final angle is 180 degrees plus the reference angle.
Another example shows adding a 45 Newton force directed east and a 60 Newton force directed south. The resultant magnitude is 75 Newtons. The reference angle is found, and since the resultant is in Quadrant 4, the final angle is 360 degrees minus the reference angle.
A summary of how to determine the final angle based on the quadrant of the resultant vector is provided: Quadrant 1: angle = reference angle; Quadrant 2: angle = 180 - reference angle; Quadrant 3: angle = 180 + reference angle; Quadrant 4: angle = 360 - reference angle. The reference angle is always the acute angle between 0 and 90 degrees.
For vectors that are not parallel, anti-parallel, or perpendicular, the component method is used. This involves breaking each vector into its X and Y components using Fx = Fcos(theta) and Fy = Fsin(theta). The X components are summed, and the Y components are summed. These sums represent the resultant X and Y components.
Once the total X (sum of forces in x) and Y (sum of forces in y) components are found, the magnitude of the resultant vector is calculated using the Pythagorean theorem: Resultant Force = sqrt((Sum Fx)^2 + (Sum Fy)^2). The direction is then found using the inverse tangent of (Sum Fy / Sum Fx).
An example demonstrates adding two vectors (100 Newtons East and 150 Newtons at 30 degrees above the x-axis) using the component method. Each vector's x and y components are calculated, summed, and then used to find the magnitude (241.8 Newtons) and direction (18.1 degrees) of the final resultant vector.