Study Notes
Vectors are mathematical objects that have both a magnitude and a direction, used to describe translations in 2D space. Scalars, on the other hand, have only magnitude and no direction.
- Vector — a quantity with both magnitude and direction Example: force, velocity, displacement
- Scalar — a quantity with only magnitude Example: mass, volume, temperature
- Addition of Vectors — combining vectors using the parallelogram rule or nose-to-tail method Example: a + b
- Multiplication of Vectors — scaling vectors by multiplying with a scalar Example: 2x or -3x
- Column Vector — a way to represent vectors using vertical and horizontal components Example: [5, 3] for a vector with horizontal component 5 and vertical component 3
- Parallel Vectors — vectors that have the same direction and proportional components Example: [2, 4] and [4, 8] are parallel
- Magnitude of a Vector — the length of a vector calculated using Pythagoras' Theorem Example: |a| for vector a
Exam Tips
Key Definitions to Remember
- Vector: A quantity with both magnitude and direction
- Scalar: A quantity with only magnitude
- Column Vector: A representation of a vector using vertical and horizontal components
Common Confusions
- Mixing up vectors and scalars
- Forgetting that multiplying a vector by a negative scalar reverses its direction
Typical Exam Questions
- How do you add two vectors? Use the nose-to-tail method or add corresponding components.
- What happens when you multiply a vector by a scalar? Each component of the vector is multiplied by the scalar.
- How can you tell if two vectors are parallel? They have the same direction and proportional components.
What Examiners Usually Test
- Understanding of vector addition and subtraction
- Ability to multiply vectors by scalars
- Calculation of vector magnitude using Pythagoras' Theorem