This topic covers the use of position vectors in two and three dimensions to represent the location of points relative to an origin. It includes the calcul
Topic Synopsis
This topic covers the use of position vectors in two and three dimensions to represent the location of points relative to an origin. It includes the calculation of displacement vectors between two points and the application of the distance formula in both 2D and 3D space.
Key Concepts & Core Principles
- A position vector is a vector that starts at the origin O and ends at a point P; it is written as \(\vec{OP}\) or \(\mathbf{p}\).
- The vector from point A to point B is given by \(\vec{AB} = \mathbf{b} - \mathbf{a}\), where \(\mathbf{a}\) and \(\mathbf{b}\) are the position vectors of A and B respectively.
- The distance between two points A and B is the magnitude of \(\vec{AB}\): \(|\vec{AB}| = |\mathbf{b} - \mathbf{a}| = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}\) (in 2D) or with an extra \(z\) term in 3D.
- Position vectors can be expressed in component form (e.g., \(\begin{pmatrix} x \\ y \end{pmatrix}\)) or in terms of unit vectors \(\mathbf{i}, \mathbf{j}, \mathbf{k}\).
- The origin O has position vector \(\mathbf{0}\) (zero vector).
Exam Tips & Revision Strategies
- Always write down the position vectors clearly before attempting to find the displacement vector.
- Use the distance formula carefully in 3D; ensure all three coordinate differences are squared and added.
- Check if the question requires the answer in column vector form or i, j, k notation.
Common Misconceptions & Mistakes to Avoid
- Confusing the position vector of a point with the displacement vector between two points.
- Incorrectly subtracting vectors (e.g., calculating a - b instead of b - a for AB).
- Forgetting to square the differences when calculating distance.
- Errors in signs when subtracting coordinates with negative values.
Examiner Marking Points
- Correct use of column vector notation or i, j, k unit vector notation.
- Correct application of the displacement vector formula AB = b - a.
- Correct application of the distance formula d² = (x₁ – x₂)² + (y₁ – y₂)² in 2D.
- Correct application of the distance formula d² = (x₁ – x₂)² + (y₁ – y₂)² + (z₁ – z₂)² in 3D.