Vectors & Polar Coordinates
Vector Operations
Adding, subtracting, and scaling vectors in component form.
A Number That Points Somewhere
Before reading on, think about the difference between saying a hiker walked '5 miles' and saying they walked '5 miles northeast.' The first is just a distance — a plain number. What does the second sentence capture that the first one completely leaves out?
Definition — Vector
That magnitude formula is exactly the distance formula (equivalently, the Pythagorean Theorem) applied to a vector's own components — a vector's horizontal and vertical parts form the two legs of a right triangle, and its magnitude is the resulting hypotenuse.
Vectors add by combining their components separately — and this matches a genuine geometric picture: placing the second vector's tail at the first vector's tip (tip-to-tail), the resultant vector's own components are exactly the total horizontal and total vertical displacement from start to finish, which is precisely what adding each component separately computes.
Worked Example — Adding and Subtracting Vectors
Worked Example — Finding Magnitude and Scaling a Vector
Tip
Common Mistakes
Treating a vector as if it were just its magnitude, discarding the direction information entirely.
A vector's identity depends on both its magnitude and direction — two vectors with the same magnitude but different directions are genuinely different vectors, not interchangeable.
Making a sign error when subtracting vector components, especially when the second vector has negative components.
Subtracting a vector's component means subtracting that exact value, sign included — v − w = ⟨3 − (−1), ...⟩ becomes ⟨3 + 1, ...⟩, not ⟨3 − 1, ...⟩.
Key Takeaways
- A vector has both magnitude and direction, unlike a scalar, which is just a plain number.
- A vector's magnitude, √(a² + b²), comes directly from the Pythagorean Theorem applied to its components.
- Vector addition combines components separately, matching the geometric tip-to-tail picture of combining displacements.
Summary
Vectors formalize quantities with both size and direction, using components and the same distance-formula reasoning from coordinate geometry. The next lesson introduces an alternative coordinate system built directly around magnitude and direction.
Sign in to track your progress and mark this lesson complete.
Track your progress