Study Notes
Vectors are mathematical objects used to represent quantities that have both magnitude and direction, such as force or velocity. Scalar quantities have only magnitude, like mass or temperature. Vectors can be added using the parallelogram rule or the 'nose to tail' method, and they can be multiplied by scalars to change their magnitude and direction. Addition of Vectors — combining vectors by adding their corresponding components or using the nose-to-tail method. Example: a + b = (a1 + b1, a2 + b2). Subtraction of Vectors — subtracting vectors by subtracting their corresponding components or adding the negative of a vector. Example: a - b = a + (-b). Multiplication of Vectors by a Scalar — multiplying each component of a vector by a scalar. Example: 2x = (2x1, 2x2). Parallel Vectors — vectors that have the same direction and their components are in the same ratio. Example: a is parallel to b if a = kb for some scalar k. Magnitude of a Vector — the length of a vector calculated using Pythagoras' Theorem. Example: |a| = sqrt(a1^2 + a2^2).
Exam Tips
Key Definitions to Remember
- Vectors have both magnitude and direction.
- Scalars have only magnitude.
- Parallel vectors have the same direction and proportional components.
Common Confusions
- Confusing vectors with scalars.
- Mixing up vector addition and scalar multiplication.
Typical Exam Questions
- How do you add vectors a and b? Use the nose-to-tail method or add corresponding components.
- What is the result of multiplying vector x by -3? The vector -3x, which reverses direction and triples magnitude.
- How do you find the magnitude of vector a? Use Pythagoras' Theorem: |a| = sqrt(a1^2 + a2^2).
What Examiners Usually Test
- Understanding of vector addition and subtraction.
- Ability to multiply vectors by scalars.
- Knowledge of how to determine if vectors are parallel.