67 total
By the end of this topic, you should be able to:
A vector is a quantity that has both a size (called magnitude) and a direction. We write vectors in two main ways:
Column vector form: v=(34) This means: move 3 units in the x-direction (horizontal) and 4 units in the y-direction (vertical).
i and j notation: v=3i+4j Here, i means "1 unit in the x-direction" and j means "1 unit in the y-direction". They are called unit vectors along the axes.
Both forms mean exactly the same thing — just different ways of writing it.
💡 Think of it like directions on a map: "Go 3 steps East and 4 steps North." That's a vector!
The magnitude of a vector is its length — how far it actually travels, regardless of direction.
If a vector is v=(xy), then its magnitude is written as ∣v∣ and calculated using the Pythagorean theorem:
∣v∣=x2+y2
💡 Why Pythagoras? Because the x and y components form a right-angled triangle, and the vector itself is the hypotenuse (the longest side).
Example 1: Find the magnitude of v=(34)
∣v∣=32+42=9+16=25=5
So the magnitude is 5 units.
Example 2: Find the magnitude of w=−5i+12j
∣w∣=(−5)2+122=25+144=169=13
So the magnitude is 13 units.
⚠️ Important: Always square the number before adding — squaring a negative gives a positive, so (−5)2=25, not −25.
Sign in to view full notes