This topic covers the fundamental operations and applications of vectors in both two and three dimensions. Students learn to manipulate vectors using colum
Topic Synopsis
This topic covers the fundamental operations and applications of vectors in both two and three dimensions. Students learn to manipulate vectors using column notation and unit vectors (i, j, k), calculate magnitudes and directions, and apply vector addition and scalar multiplication to solve problems in pure mathematics and mechanics.
Key Concepts & Core Principles
- Vector notation: column vectors (e.g., \begin{pmatrix} a \\ b \end{pmatrix}) and i, j, k components (e.g., ai + bj + ck).
- Magnitude of a vector: |v| = √(x² + y²) in 2D, |v| = √(x² + y² + z²) in 3D.
- Unit vectors: a vector of length 1 in the direction of v, given by v/|v|.
- Scalar (dot) product: a·b = |a||b|cosθ = a₁b₁ + a₂b₂ + a₃b₃, used to find angles and test perpendicularity.
- Vector equation of a line: r = a + λb, where a is a position vector and b is a direction vector.
Exam Tips & Revision Strategies
- Always draw a quick sketch for vector addition problems to visualize the triangle or parallelogram law.
- Ensure you are comfortable switching between column vector notation and i, j, k notation as questions may use either.
- When finding the distance between two points, clearly state the position vectors first to avoid sign errors.
- Check if a vector is a unit vector by verifying if its magnitude is 1.
Common Misconceptions & Mistakes to Avoid
- Confusing position vectors with displacement vectors.
- Errors in signs when calculating the vector between two points (b - a).
- Forgetting to square all components when calculating magnitude in 3D.
- Incorrectly applying the scalar multiplication to only one component of a vector.
- Misinterpreting the direction of a vector in magnitude/direction form.
Examiner Marking Points
- Correct use of column vector notation and unit vector notation (i, j, k).
- Accurate calculation of vector magnitude using the formula |a| = sqrt(x^2 + y^2 + z^2).
- Correct application of the triangle and parallelogram laws for vector addition.
- Correct calculation of the distance between two points using position vectors.
- Correct identification of parallel vectors (one being a scalar multiple of another).
- Correct use of position vectors OB - OA = AB = b - a.