Answer: A โ (3, โ6)
\((6-3,\; 2-8) = (3, -6)\)
โ ๏ธ Option B is \(\vec{b} - \vec{a}\)! Order matters!
3
Which expression equals \(\vec{a} - \vec{b} + \vec{c}\)?
Medium
Answer: C
Subtracting \(\vec{b}\) is the same as adding \(-\vec{b}\).
B is a trap: \(\vec{a} - (\vec{b}+\vec{c}) = \vec{a} - \vec{b} - \vec{c}\) โ signs change inside parentheses!
Unit = direction only, no size โ divide by magnitude
\(\hat{v} = \dfrac{\vec{v}}{|\vec{v}|}\) Always length = 1
โ ๏ธ Check: \(|\hat{v}|\) must equal 1 โ use this to verify!
\(\vec{a} = (2, 3)\), \(\vec{b} = (4, -1)\)
\(\vec{a} \cdot \vec{b} = (2)(4) + (3)(-1) = 8 - 3 = 5\)
Since \(5 \ne 0\), the vectors are not perpendicular.
11
Compute \(\vec{a} \cdot \vec{b}\) for \(\vec{a} = (3, -2)\) and \(\vec{b} = (1, 4)\).
Easy
Answer: C โ โ5
\((3)(1) + (-2)(4) = 3 - 8 = -5\)
โ ๏ธ Option B is wrong โ dot product is a scalar, never a vector!
12
Which pair of vectors is perpendicular?
โก Key concept
Medium
Answer: B
\((3)(-4) + (4)(3) = -12 + 12 = 0\) โ Perpendicular!
A: same direction (parallel). C: also parallel. D: \(1+2=3 \ne 0\).
โ๏ธ Quick trick: swap components and negate one to get a perpendicular vector!
13
If \(\vec{a} \cdot \vec{b} > 0\), what can we conclude about angle \(\theta\) between them?
Medium
Answer: A โ acute angle
\(\vec{a}\cdot\vec{b} = |\vec{a}||\vec{b}|\cos\theta\). Since magnitudes > 0, dot > 0 means \(\cos\theta > 0\), so \(\theta < 90ยฐ\).
Memory: positive dot โ acute (pointing same-ish way)
\(\vec{a} = (k, 3)\) and \(\vec{b} = (2, -1)\) are perpendicular. Find \(k\).
โก Algebra + Vectors
Tricky
Answer: B โ k = 3/2
Perpendicular โ dot = 0:
\(2k + (3)(-1) = 0 \Rightarrow 2k - 3 = 0 \Rightarrow k = \frac{3}{2}\)
โค Mixed Challenges โ Don't Get Tricked!
BIG PICTURE โ 4 KEY FACTS
1. ADD/SUBTRACT: component-wise โ vector result
2. MAGNITUDE: โ(sum of squares) โ scalar โฅ 0
3. UNIT VECTOR: divide by magnitude โ length = 1
4. DOT PRODUCT: multiply + sum โ scalar; = 0 means โฅ
16
\(\vec{v} = (6, 8)\). Find the unit vector, then compute its magnitude.
โก Verify yourself
Medium
Answer: D โ 1 (always!)
\(|\vec{v}| = 10\), \(\hat{v} = (0.6, 0.8)\)
\(|\hat{v}| = \sqrt{0.36+0.64} = \sqrt{1} = 1\)
The whole point of a unit vector โ magnitude is always 1.
17
If \(|\vec{a}| = 5\) and \(|\vec{b}| = 4\), what is the maximum possible value of \(\vec{a} \cdot \vec{b}\)?
Tricky
Answer: B โ 20
\(\vec{a}\cdot\vec{b} = |\vec{a}||\vec{b}|\cos\theta\). Max when \(\cos\theta = 1\) (i.e., \(\theta = 0ยฐ\), same direction).
Max = \(5 \times 4 \times 1 = 20\)
Answer: C โ 5
Step 1: \(\vec{a}+\vec{b} = (3, 4)\)
Step 2: \(|(3,4)| = \sqrt{9+16} = 5\)
โ ๏ธ A is wrong! \(|\vec{a}+\vec{b}| \ne |\vec{a}|+|\vec{b}|\) in general โ Triangle Inequality!
19
Which vector is parallel to \(\vec{v} = (2, -6)\)?
โก Ratio test
Tricky
Answer: C โ (โ1, 3)
Parallel means one is a scalar multiple of the other.
\((-1, 3) = -\frac{1}{2}(2, -6)\) โ
A is perpendicular (dot = 12+12 = 24... no wait: \(2 \times 6 + (-6)(-2) = 12+12=24\ne0\)). Check ratios: \(\frac{-1}{2} = \frac{3}{-6} = -\frac{1}{2}\) โ
Answer: B โ |a|ยฒ
\(\vec{a}\cdot\vec{a} = |\vec{a}||\vec{a}|\cos 0ยฐ = |\vec{a}|^2 \times 1 = |\vec{a}|^2\)
Or component-wise: \((a_1^2 + a_2^2) = |\vec{a}|^2\)
โ๏ธ This is a useful shortcut: dot with itself = square of magnitude!