Problem 1
Question
Find \(a+b, a-b, 4 a+5 b, 4 a-5 b,\) and \(\|a\|\) $$\mathbf{a}=\langle 2,-3\rangle, \quad \mathbf{b}=\langle 1,4\rangle$$
Step-by-Step Solution
Verified Answer
1) \(a+b = \langle 3, 1 \rangle\); 2) \(a-b = \langle 1, -7 \rangle\); 3) \(4a+5b = \langle 13, 8 \rangle\); 4) \(4a-5b = \langle 3, -32 \rangle\); 5) \(\|a\| = \sqrt{13}\).
1Step 1: Calculate a+b
To find \(a+b\), add the corresponding components of the vectors \(\mathbf{a}\) and \(\mathbf{b}\). \(\mathbf{a} = \langle 2, -3 \rangle\) and \(\mathbf{b} = \langle 1, 4 \rangle\) so, \[ a+b = \langle 2+1, -3+4 \rangle = \langle 3, 1 \rangle.\]
2Step 2: Calculate a-b
To find \(a-b\), subtract the components of \(\mathbf{b}\) from \(\mathbf{a}\).\[ a-b = \langle 2-1, -3-4 \rangle = \langle 1, -7 \rangle.\]
3Step 3: Calculate 4a+5b
First, multiply each component of \(\mathbf{a}\) by 4 and each component of \(\mathbf{b}\) by 5, then add the results.\[ 4\mathbf{a} = \langle 8, -12 \rangle, \ 5\mathbf{b} = \langle 5, 20 \rangle\]\[ 4a+5b = \langle 8+5, -12+20 \rangle = \langle 13, 8 \rangle.\]
4Step 4: Calculate 4a-5b
Multiply each component of \(\mathbf{a}\) by 4 and each component of \(\mathbf{b}\) by 5, then subtract the second from the first.\[ 4\mathbf{a} = \langle 8, -12 \rangle, \ 5\mathbf{b} = \langle 5, 20 \rangle\]\[ 4a-5b = \langle 8-5, -12-20 \rangle = \langle 3, -32 \rangle.\]
5Step 5: Calculate \(\|a\|\)
The magnitude \(\|\mathbf{a}\|\) is calculated using the formula \(\sqrt{x^2 + y^2}\).For \(\mathbf{a} = \langle 2, -3 \rangle\): \[ \|a\| = \sqrt{2^2 + (-3)^2} = \sqrt{4 + 9} = \sqrt{13}.\]
Key Concepts
Vector AdditionVector SubtractionScalar MultiplicationMagnitude of a Vector
Vector Addition
Vector addition involves combining two vectors to create a new vector. When you add vectors, simply add their corresponding components. For example, consider vectors \( \mathbf{a} = \langle 2, -3 \rangle \) and \( \mathbf{b} = \langle 1, 4 \rangle \).
To compute \( \mathbf{a} + \mathbf{b} \), do the following:
This method can be visualized as two arrows joined head-to-tail to form a diagonal of a parallelogram.
To compute \( \mathbf{a} + \mathbf{b} \), do the following:
- Add the first components: \(2 + 1 = 3\)
- Add the second components: \(-3 + 4 = 1\)
This method can be visualized as two arrows joined head-to-tail to form a diagonal of a parallelogram.
Vector Subtraction
Vector subtraction is the process of finding the difference between two vectors. This is done by subtracting the corresponding components. For instance, if you have vectors \( \mathbf{a} = \langle 2, -3 \rangle \) and \( \mathbf{b} = \langle 1, 4 \rangle \), then the subtraction \( \mathbf{a} - \mathbf{b} \) is calculated by:
This can also be seen as reversing the direction of \( \mathbf{b} \) and then performing vector addition.
- Subtract the first components: \(2 - 1 = 1\)
- Subtract the second components: \(-3 - 4 = -7\)
This can also be seen as reversing the direction of \( \mathbf{b} \) and then performing vector addition.
Scalar Multiplication
In scalar multiplication, a vector is multiplied by a scalar (a real number), scaling the size of the vector while retaining its direction. Given vector \( \mathbf{a} = \langle 2, -3 \rangle \), multiplying by scalar 4 involves:
Similarly, scaling \( \mathbf{b} = \langle 1, 4 \rangle \) by 5 gives \( \langle 5, 20 \rangle \).
After scalar multiplication, you can proceed with vector addition or subtraction as discussed earlier.
- Multiply the first component: \(4 \cdot 2 = 8\)
- Multiply the second component: \(4 \cdot (-3) = -12\)
Similarly, scaling \( \mathbf{b} = \langle 1, 4 \rangle \) by 5 gives \( \langle 5, 20 \rangle \).
After scalar multiplication, you can proceed with vector addition or subtraction as discussed earlier.
Magnitude of a Vector
The magnitude of a vector, also known as its length, is found using the Pythagorean theorem. For vector \( \mathbf{a} = \langle 2, -3 \rangle \), the magnitude \( \|\mathbf{a}\| \) is calculated by:
- Square each component: \(2^2 = 4\), \((-3)^2 = 9\)
- Add the squares: \(4 + 9 = 13\)
- Take the square root: \(\sqrt{13}\)
Other exercises in this chapter
Problem 1
Find the absolute value. $$|3-4 i|$$
View solution Problem 1
Find (a) the dot product of the two vectors and (b) the angle between the two vectors. $$\langle- 2,5\rangle, \quad\langle 3,6\rangle$$
View solution Problem 1
Solve \(\triangle A B C\). $$\alpha=41^{\circ}, \quad \gamma=77^{\circ}, \quad a=10.5$$
View solution Problem 2
Find the exact values of the remaining parts of triangle \(A B C\). $$y=30^{\circ}, \quad a=2 \sqrt{3}, \quad c=2$$
View solution