Vector Algebra is a branch of mathematics that deals with vectors and their operations. A vector is a quantity that has both magnitude and direction, and vector algebra provides the tools to perform calculations and solve problems involving vectors.
Question 1: Find the magnitude and unit vector of
Magnitude: To find magnitude of a vector a, we use formula ∣∣v∣∣ =
\sqrt{a^2+b^2}
|\vec{a}| = \sqrt{(3)^2+(4)^2} = \sqrt{9 + 16} = \sqrt{25} = 5 Unit Vector:
\hat{a} = \frac{\vec{a}}{|\vec{a}|} = \frac{3\hat{i}+4{\vec{j}}}{5} = 0.6\hat{i}+0.8\hat{j}
Question 2: Find the Length of the vector
To find magnitude of a vector v = (a, b, c) we use formula ∣∣v∣∣ =
\sqrt{a^2+b^2+c^2} In the above vector a = 1, b = 2 and c = 3 so:
∣v∣∣ =
\sqrt{1^2+2^2+3^2}
= √14= 3.7417
Question 3: Calculate
Addition:
\vec{a} + \vec{b} = (3 + 5)\hat{i} + (4 - 2)\hat{j} = 8\hat{i} + 2\hat{j} Subtraction:
\vec{a} - \vec{b} = (3 - 5)\hat{i} + (4 - (-2))\hat{j} = -2\hat{i} + 6\hat{j}
Question 4: Calculate
To find the sum v of vectors v1 = (a1, b1, c1) and v2 = (a2, b2, c2) we use formula: v1 + v2 = (a1 + a2, b1 + b2, c1 + c2)
a1 = 1, b1 = −2, c1 = 3, a2 = −4 and b2 = 5, c2 = −6, therefore:
v = (a1 + a2, b1 + b2, c1 + c2)
= (1 − 4, −2 + 5, 3 − 6)
= (−3, 3, −3)To find the difference v of vectors v1=(a1,b1,c1) and v2=(a2,b2,c2) we use formula: v1 - v2 = (a1 - a2, b1 - b2, c1 + c2)
v = (a1 − a2, b1 − b2, c1 − c2)
= (1 + 4, −2 −5, 3 + 6)
= (5, −7, 9)
Question 5: Calculate
Scaling
\vec{a}
\vec{a} = 2(3\hat{i} + 4\hat{j}) = 6\hat{i} + 8\hat{j} Scaling
\vec{b}
-3\vec{b} = -3(5\hat{i} - 2\hat{j}) = -15\hat{i} + 6\hat{j}
Question 6: Find
\vec{a} \cdot \vec{b} = (1)(2) + (2)(−1) = 2 − 2 = 0
Question 7: Check if
Two vectors are collinear if
\vec{b} = k\vec{a} for some scalar k.Since
\vec{b} = 2\vec{a} , the vectors are collinear.
Question 8: Find the Angle between vectors
The angle between vectors a and b is given by cos(𝛉) =
\frac{\vec{a} \cdot \vec{b}}{|\vec{a}|{|\vec{b}|}} First we will find the dot product and magnitudes:
\vec{a} \cdot \vec{b} = 0
|\vec{a}| = \sqrt{1^2+1^2} =\sqrt2\\|\vec{b}| = \sqrt{1^2+(-1)^2}=\sqrt2 Angle:
cos(𝛉) =
\frac{0}{\sqrt{2}\cdot\sqrt{2}} = 0 𝛉 = 90°
Practice Questions
Question 1: Find the magnitude and unit vector of
Question 2: Find the length of the vector
Question 3: For
Question 4: Calculate
Question 5: Find the vector joining A(2, 5, 7) to B(6, −3, 2).
Question 6: Check if the vectors
Question 7: Compute
Question 8: Determine the angle between
Asnwer Key
- Magnitude of vector a: 25, Unit Vector:
-0.28\hat{i}+0.96\hat{j} - Length is √66
\vec{a} + \vec{b} = 3\hat{i} + 2\hat{j} ,\vec{a} - \vec{b} = 9\hat{i} - 6\hat{j} 4\vec{a} = 4\hat{i} + 12\hat{j}, -5\vec{b} = -10\hat{i} + 5\hat{j} - Position Vector from A to B: [4, −8, −5]
- Collinearity: True
- Dot Product: -7
- Angle between vectors: 110.61°