Geometric Vectors and Magnitudes
Geometric Vectors and Magnitudes
In mathematics and physics, many quantities have both a size and a direction. For example, a wind blowing east at 20 km/h is not described fully by the number 20 alone. It also needs a direction. Quantities like this are called vectors.
A geometric vector is often drawn as an arrow. The arrow shows three important ideas:
- its starting point,
- its direction, and
- its length, which is called its magnitude.
This lesson explains how to represent vectors geometrically, how to calculate their magnitudes, and how to recognize when two vectors are equivalent.
1. What is a geometric vector?
A geometric vector is a directed line segment. If a vector goes from point \(A\) to point \(B\), we write it as \(\overrightarrow{AB}\).
The vector \(\overrightarrow{AB}\) tells us how to move from \(A\) to \(B\). It does not mainly describe the location of the arrow on the page. What matters most is:
- how far it goes, and
- which way it points.
For example, an arrow 5 units to the right represents the same vector no matter where it is drawn, as long as its length and direction stay the same.
2. Magnitude of a vector
The magnitude of a vector is its length. If \(\vec{v}\) is a vector, its magnitude is written as \(|\vec{v}|\) or sometimes \(\|\vec{v}\|\).
If a vector lies in a 2D plane and has horizontal change \(x\) and vertical change \(y\), then its magnitude is found using the Pythagorean theorem:
$$ |\vec{v}| = \sqrt{x^2 + y^2} $$If a vector lies in 3D space and has components \((x,y,z)\), then its magnitude is:
$$ |\vec{v}| = \sqrt{x^2 + y^2 + z^2} $$This formula comes from extending the Pythagorean theorem into three dimensions.
3. Representing vectors using coordinates
If a vector starts at \(A(x_1,y_1)\) and ends at \(B(x_2,y_2)\), then the vector from \(A\) to \(B\) is:
$$ \overrightarrow{AB} = (x_2-x_1,\; y_2-y_1) $$In 3D, if \(A(x_1,y_1,z_1)\) and \(B(x_2,y_2,z_2)\), then:
$$ \overrightarrow{AB} = (x_2-x_1,\; y_2-y_1,\; z_2-z_1) $$These coordinate differences tell us how much movement happens in each direction.
4. Equivalent vectors
Two vectors are equivalent if they have the same magnitude and the same direction, even if they begin at different points.
For instance, a vector 3 units right and 2 units up is equivalent to any other vector that also moves 3 units right and 2 units up.
This means vectors can be shifted around in space without changing what they represent, as long as their length and direction do not change.
5. Important difference: vector vs magnitude
- A vector has both size and direction.
- A magnitude is only the size of the vector.
For example, if a force is represented by the vector \((6,8)\), then the vector tells us the direction and movement in the plane, while its magnitude tells us only how strong or long it is.
6. Finding magnitude from coordinates
If a vector is written as \(\vec{v}=(a,b)\), then:
$$ |\vec{v}| = \sqrt{a^2+b^2} $$If a vector is written as \(\vec{v}=(a,b,c)\), then:
$$ |\vec{v}| = \sqrt{a^2+b^2+c^2} $$Always square each component first, add them, and then take the square root.
Worked Example 1: Magnitude of a 2D vector
Find the magnitude of \(\vec{v}=(3,4)\).
Step 1: Use the 2D magnitude formula.
$$ |\vec{v}| = \sqrt{3^2+4^2} $$Step 2: Square each number.
$$ |\vec{v}| = \sqrt{9+16} $$Step 3: Add and simplify.
$$ |\vec{v}| = \sqrt{25} = 5 $$Answer: The magnitude is \(5\).
This is a very common vector because it forms a \(3\)-\(4\)-\(5\) right triangle.
Worked Example 2: Vector between two points
Find the vector and its magnitude from \(A(1,2)\) to \(B(7,10)\).
Step 1: Subtract coordinates.
$$ \overrightarrow{AB} = (7-1,\;10-2) = (6,8) $$Step 2: Find the magnitude.
$$ |\overrightarrow{AB}| = \sqrt{6^2+8^2} = \sqrt{36+64} = \sqrt{100} = 10 $$Answer: The vector is \((6,8)\) and its magnitude is \(10\).
This means that moving from \(A\) to \(B\) requires 6 units in the horizontal direction and 8 units in the vertical direction.
Worked Example 3: Equivalent vectors
Determine whether \(\overrightarrow{PQ}\) and \(\overrightarrow{RS}\) are equivalent, where:
- \(P(2,1)\), \(Q(6,4)\)
- \(R(-3,5)\), \(S(1,8)\)
Step 1: Find \(\overrightarrow{PQ}\).
$$ \overrightarrow{PQ} = (6-2,\;4-1) = (4,3) $$Step 2: Find \(\overrightarrow{RS}\).
$$ \overrightarrow{RS} = (1-(-3),\;8-5) = (4,3) $$Step 3: Compare the vectors.
Both vectors are \((4,3)\), so they have the same direction and the same magnitude.
Answer: Yes, they are equivalent vectors.
Worked Example 4: Magnitude in 3D
Find the magnitude of the vector \(\vec{u}=(2,-3,6)\).
Step 1: Use the 3D magnitude formula.
$$ |\vec{u}| = \sqrt{2^2+(-3)^2+6^2} $$Step 2: Square each component.
$$ |\vec{u}| = \sqrt{4+9+36} $$Step 3: Add and simplify.
$$ |\vec{u}| = \sqrt{49} = 7 $$Answer: The magnitude is \(7\).
This tells us the vector has length 7 units in three-dimensional space.
7. Visual meaning of components
A vector such as \((a,b)\) can be thought of as:
- \(a\) units horizontally,
- \(b\) units vertically.
If \(a\) is positive, the vector moves right. If \(a\) is negative, it moves left.
If \(b\) is positive, the vector moves up. If \(b\) is negative, it moves down.
In 3D, the third component \(c\) describes movement along the third axis.
8. Common mistakes to avoid
- Mixing up points and vectors: A point gives a location, while a vector gives movement or direction.
- Subtracting in the wrong order: For \(\overrightarrow{AB}\), always do endpoint minus starting point.
- Forgetting to square negative numbers correctly: For example, \((-3)^2=9\), not \(-9\).
- Confusing equivalent vectors with equal starting points: Equivalent vectors do not need to begin at the same place.
9. Why this matters
Geometric vectors are the foundation for later ideas such as vector addition, dot product, cross product, displacement, velocity, and force in three-dimensional space.
If you understand how to read a vector, find its magnitude, and identify equivalent vectors, then you are building the core skills needed for more advanced vector work.
Summary
A geometric vector is a directed line segment that has both magnitude and direction. The magnitude of a vector is its length, found using the Pythagorean theorem. In 2D, use \(\sqrt{x^2+y^2}\), and in 3D, use \(\sqrt{x^2+y^2+z^2}\). Two vectors are equivalent if they have the same direction and the same magnitude, even if they are drawn in different places.
Put what you read to the test
You've worked through Geometric Vectors and Magnitudes. Try answering a few questions to see what stuck — and what might deserve a quick reread before you move on.