72 total
By the end of this topic, you should be able to:
The magnitude of a vector is simply its length. Think of it like measuring how long an arrow is when you draw a vector.
When you have a vector, it has two parts:
The magnitude tells you the total distance from the start point to the end point of the vector.
We use special symbols called modulus signs to show the magnitude of a vector. These look like vertical bars on either side of the vector name.
Examples of notation:
Think of the vertical bars like brackets that say "find the length of this vector."
For any vector written as (xy), where x is the horizontal component and y is the vertical component, the magnitude is calculated using:
∣vector∣=x2+y2In words: Take the x-component, square it. Take the y-component, square it. Add these two squares together. Then find the square root of the total.
Why this formula works:
This formula comes from Pythagoras' theorem. Imagine a right-angled triangle where:
The magnitude is the length of that hypotenuse, so we use: hypotenuse² = base² + height²
To find the magnitude of a vector:
Step 1: Identify the x-component and y-component of the vector
Step 2: Square each component (multiply it by itself)
Step 3: Add the two squared values together
Step 4: Find the square root of the sum
Step 5: Simplify if possible
Find the magnitude of vector AB=(34)
Solution:
Step 1: x = 3, y = 4
Step 2: x² = 3² = 9 and y² = 4² = 16
Step 3: x² + y² = 9 + 16 = 25
Step 4: ∣AB∣=25=5
Answer: The magnitude is 5
Sign in to view full notes