Question Statement
Given the vectors:
- Uβ=2iββ7jβ
- Vβ=iββ6jβ
- Wβ=βiβ+jβ
Find the following vectors:
(i) Uβ+VββWβ
(ii) 2Uββ3Vβ+4Wβ
(iii) 21βUβ+21βVβ+21βWβ
Background and Explanation
In this problem, you are asked to perform vector operations, including addition, subtraction, and scalar multiplication.
- Vector Addition/Subtraction: You simply add or subtract the components of vectors in each direction (i.e., x and y components) to find the resulting vector.
- Scalar Multiplication: When a vector is multiplied by a scalar, you multiply both its x and y components by the scalar.
- These operations follow the rules of algebra, but applied to vectors, which have both magnitude and direction.
Solution
(i) Uβ+VββWβ
-
Write the vectors in component form:
- Uβ=2i^β7j^β
- Vβ=i^β6j^β
- Wβ=βi^+j^β
-
Perform the vector addition and subtraction:
Uβ+VββWβ=(2i^β7j^β)+(i^β6j^β)β(βi^+j^β)
-
Simplify:
Combine the i-components:
2i^+i^+i^=4i^
Combine the j-components:
β7j^ββ6j^ββj^β=β14j^β
So, the result is:
Uβ+VββWβ=4i^β14j^β
(ii) 2Uββ3Vβ+4Wβ
-
Perform scalar multiplication on each vector:
- 2Uβ=2(2i^β7j^β)=4i^β14j^β
- β3Vβ=β3(i^β6j^β)=β3i^+18j^β
- 4Wβ=4(βi^+j^β)=β4i^+4j^β
-
Add the results:
(4i^β14j^β)+(β3i^+18j^β)+(β4i^+4j^β)
-
Simplify:
Combine the i-components:
4i^β3i^β4i^=β3i^
Combine the j-components:
β14j^β+18j^β+4j^β=8j^β
So, the result is:
2Uββ3Vβ+4Wβ=β3i^+8j^β
(iii) 21βUβ+21βVβ+21βWβ
-
Perform scalar multiplication on each vector:
- 21βUβ=21β(2i^β7j^β)=i^β27βj^β
- 21βVβ=21β(i^β6j^β)=21βi^β3j^β
- 21βWβ=21β(βi^+j^β)=β21βi^+21βj^β
-
Add the results:
(i^β27βj^β)+(21βi^β3j^β)+(β21βi^+21βj^β)
-
Simplify:
Combine the i-components:
i^+21βi^β21βi^=i^
Combine the j-components:
β27βj^ββ3j^β+21βj^β=β6j^β
So, the result is:
21βUβ+21βVβ+21βWβ=i^β6j^β
-
Vector Addition/Subtraction:
Uβ+Vβ=(x1β+x2β)i^+(y1β+y2β)j^β
UββWβ=(x1ββx2β)i^+(y1ββy2β)j^β
-
Scalar Multiplication:
cUβ=c(xi^+yj^β)=(cx)i^+(cy)j^β
Summary of Steps
- For vector addition or subtraction, combine the i and j components separately.
- For scalar multiplication, multiply each component of the vector by the scalar.
- Perform the operations step-by-step and simplify the components to get the final result.