Understanding Vectors: Representation and Magnitude
A vector is a quantity that has both magnitude and direction. It can be represented in column notation and as a directed line segment.
To represent a vector in column notation, we write it as:
v = [x, y], where x is the horizontal component and y is the vertical component.
For example, a vector v that moves 3 units right and 4 units up can be represented as:
v = [3, 4].
To find the magnitude of a vector, we use Pythagoras' theorem. The magnitude |v| is calculated as:
|v| = √(x² + y²).
For our example vector v = [3, 4]:
|v| = √(3² + 4²) = √(9 + 16) = √25 = 5.
Thus, the magnitude of vector v is 5 units.
Key points to remember
- A vector has both magnitude and direction.
- Column notation for vector: v = [x, y].
- Magnitude of vector: |v| = √(x² + y²).
- Use Pythagoras' theorem to find magnitude.
- Represent vectors as directed line segments.
Worked example
Given vector a = [6, 8], find its magnitude.
|a| = √(6² + 8²) = √(36 + 64) = √100 = 10.