1. Graphical Method (Tip-to-Tail)
* Draw the vectors: Draw the first vector, and then draw the second vector with its tail at the tip of the first vector.
* Complete the parallelogram: If necessary, complete the parallelogram formed by the two vectors.
* Draw the resultant: The resultant vector is the diagonal of the parallelogram, drawn from the tail of the first vector to the tip of the second vector.
2. Component Method
* Find the components: Break down each vector into its horizontal (x) and vertical (y) components.
* Add the components: Add the x-components of the two vectors together to find the x-component of the resultant. Do the same for the y-components.
* Construct the resultant: The resultant vector has the x-component you just calculated and the y-component you just calculated.
Example:
Let's say you have two vectors:
* Vector A: 3 units to the right and 4 units up (represented as (3, 4))
* Vector B: 2 units to the left and 1 unit down (represented as (-2, -1))
Graphical Method:
* Draw Vector A. Then, from the tip of A, draw Vector B.
* Complete the parallelogram.
* The diagonal of the parallelogram, starting from the tail of A, represents the resultant vector.
Component Method:
* Vector A: x-component = 3, y-component = 4
* Vector B: x-component = -2, y-component = -1
* Resultant: x-component = 3 + (-2) = 1, y-component = 4 + (-1) = 3
* The resultant vector is (1, 3).
Key Points:
* Vector addition is commutative: A + B = B + A
* Vector addition is associative: (A + B) + C = A + (B + C)
* Vector addition is geometric: It takes into account both the magnitude and direction of the vectors.
Let me know if you'd like a more detailed explanation or would like to see a visual representation of this!