A vector is a quantity with both magnitude (length) and direction, represented as an arrow or as an ordered pair of components (a, b). Vectors describe displacement, velocity, force, and many other physical quantities. The component form connects vectors to coordinates: a vector from the origin to point (a, b) has magnitude sqrt(a^2 + b^2) and direction angle theta = arctan(b/a).
Start with geometric vectors (arrows) showing displacement, then transition to component form. Practice converting between magnitude-direction form and component form. Draw vectors, find their components, and compute their magnitudes. Connect to physics applications.
You have worked with scalars — numbers that represent a quantity but carry no directional information, like temperature or mass. A vector is different: it encodes both a size (magnitude) and a direction. When you say "walk 5 kilometers north," the distance 5 km is a scalar, but "5 km north" is a vector. This distinction matters whenever the direction of a quantity affects the outcome — in physics, forces, velocities, and displacements are all vectors.
The most useful representation for calculation is component form: writing a vector as an ordered pair (a, b), where a is how far it extends horizontally and b is how far it extends vertically. Geometrically, this is the vector that starts at the origin and points to (a, b). The magnitude (length) of the vector follows directly from the Pythagorean theorem: |v| = √(a² + b²). Connecting back to the trigonometry you know, a vector of magnitude r pointing at angle θ from the positive x-axis has components a = r·cos(θ) and b = r·sin(θ). This is the same triangle geometry you used when studying right-triangle trig — vectors are just a new context for the same relationships.
Converting from components back to magnitude and direction requires care with the direction angle. The formula θ = arctan(b/a) gives the right angle if the vector points into the first quadrant (both components positive). But if the vector points into the second or third quadrant, arctan alone produces the wrong answer — you need to add or subtract 180° to land in the correct quadrant. Always sketch the vector to verify your angle makes geometric sense.
One common confusion is treating a vector and its magnitude as the same thing. They are not. The vector (3, 4) has magnitude 5, but so does (-3, -4) and (0, 5). Magnitude is a scalar — it discards the directional information. Two vectors are equal only when both their magnitudes and their directions match, meaning their components are identical. Saying two vectors "have the same magnitude" is very different from saying they are "equal."
Vectors in two dimensions are the foundation for nearly everything that comes next in physics and mathematics. When you study dot products, cross products, or three-dimensional space, you will rely heavily on the component form introduced here. The key habit to build now is reflexively decomposing any magnitude-direction description into horizontal and vertical components — this turns most vector problems into straightforward arithmetic.