Chapter 20
Adding and Subtracting Vectors Concept Explanation:
Vectors can be added or subtracted using component-wise operations. This means you can add or subtract the corresponding components of the vectors.
If you have two vectors:
Then:
Common Mistakes:
- Confusing Order of Operations: Ensure you are correctly adding or subtracting each component.
- Forgetting to Maintain Dimensions: Always check if the vectors are of the same dimensions.
Hard Questions:
Q1: Add and .
Step-by-Step Solution:
- Add the vectors component-wise:
Answer:
- The result is .
Q2: Subtract from .
Step-by-Step Solution:
- Subtract the vectors component-wise:
Answer:
- The result is .
Q3: Add and .
Step-by-Step Solution:
- Add the vectors component-wise:
Answer:
- The result is .
—-