Summary
Vectors are mathematical objects used to represent quantities that have both magnitude and direction. They can be used to describe displacements, positions, and directions in space. Vectors can be added, subtracted, and multiplied by scalars to form new vectors or calculate quantities like the dot product.
- Displacement Vector — A vector that represents a movement from one point to another. Example: Walking 100 m on a bearing of 045° from point A to B.
- Components of a Vector — The projections of a vector along the coordinate axes. Example: A vector with x and y components of 5√2 each.
- Scalar — A quantity used to scale a vector. Example: If vector b is twice the size of vector a, then b = 2a.
- Magnitude of a Vector — The size or length of a vector. Example: Calculated using the square root of the sum of the squares of its components.
- Unit Vector — A vector with a magnitude of 1. Example: â = a/|a|, where |a| is the magnitude of vector a.
- Position Vector — A vector that represents the position of a point relative to an origin. Example: P(x, y, z) represented as xi + yj + zk.
- Scalar Product (Dot Product) — A product of two vectors resulting in a scalar. Example: a · b = |a| × |b| × cos(θ).
- Vector Equation of a Line — An equation representing all points on a line. Example: r = a + tb, where a is a point on the line and b is the direction vector.
Exam Tips
Key Definitions to Remember
- Displacement Vector
- Components of a Vector
- Scalar
- Magnitude of a Vector
- Unit Vector
- Position Vector
- Scalar Product (Dot Product)
- Vector Equation of a Line
Common Confusions
- Mixing up vector direction with magnitude
- Confusing scalar multiplication with vector addition
- Misunderstanding the difference between dot product and cross product
Typical Exam Questions
- What is the magnitude of vector AB? Use the Pythagorean theorem to calculate.
- How do you find the unit vector in the direction of vector a? Divide vector a by its magnitude.
- What is the dot product of vectors a and b? Use the formula a · b = |a| × |b| × cos(θ).
What Examiners Usually Test
- Understanding of vector addition and subtraction
- Ability to calculate the magnitude and direction of vectors
- Application of the dot product in finding angles between vectors
- Formulating and interpreting vector equations of lines