Component form is a way of writing a vector using its horizontal and vertical values, placed inside angle brackets. A vector from the origin that moves 3 units right and 4 units up is written in component form as ⟨3, 4⟩. Each number represents how far the vector stretches along a particular axis, making it one of the most practical ways to describe direction and distance in math and physics.
How Component Form Works
A vector has two key properties: how long it is (magnitude) and which way it points (direction). Component form captures both by breaking the vector into pieces along each coordinate axis. In two dimensions, those pieces are the x-component and the y-component. The standard notation uses angle brackets: ⟨a, b⟩, where “a” is the horizontal stretch and “b” is the vertical stretch.
Think of it as giving someone walking directions on a grid. Instead of saying “walk diagonally toward that building,” you say “walk 3 blocks east and 4 blocks north.” The component form replaces a single diagonal measurement with two straight-line measurements that, taken together, describe the same vector.
In three-dimensional space, you simply add a third value for the z-axis: ⟨a, b, c⟩. The z-component tells you how far the vector extends in the depth direction, perpendicular to the usual x-y plane.
Finding Component Form From Two Points
When you know where a vector starts and ends, you can calculate its component form by subtracting the coordinates of the starting point (initial point) from the coordinates of the ending point (terminal point). If a vector starts at point P(x₁, y₁) and ends at point Q(x₂, y₂), the component form is:
⟨x₂ − x₁, y₂ − y₁⟩
For example, a vector from P(1, 3) to Q(5, 7) has component form ⟨5 − 1, 7 − 3⟩ = ⟨4, 4⟩. This tells you the vector moves 4 units in the x-direction and 4 units in the y-direction. The same subtraction rule works in three dimensions: subtract each coordinate of the initial point from the matching coordinate of the terminal point to get ⟨x₂ − x₁, y₂ − y₁, z₂ − z₁⟩.
A position vector is a special case where the initial point sits at the origin (0, 0). Since subtracting zero changes nothing, the component form of a position vector is simply the coordinates of the terminal point itself.
Magnitude and Direction From Components
Once you have a vector in component form, you can quickly find its length and the angle it points in. The magnitude (length) of ⟨a, b⟩ comes from the Pythagorean theorem:
|v| = √(a² + b²)
A vector of ⟨3, 4⟩ has a magnitude of √(9 + 16) = √25 = 5. In three dimensions, you extend the same idea: the magnitude of ⟨a, b, c⟩ is √(a² + b² + c²).
The direction angle, measured from the positive x-axis, uses the inverse tangent of the y-component divided by the x-component: θ = tan⁻¹(b/a). For ⟨3, 4⟩, that gives θ = tan⁻¹(4/3) ≈ 53.1°. Keep in mind that you may need to adjust the angle depending on which quadrant the vector points into, since the basic inverse tangent only returns values between −90° and 90°.
Adding and Subtracting Vectors
Component form makes vector arithmetic straightforward. To add two vectors, you add their matching components. To subtract, you subtract them. If vector A = ⟨3, −1⟩ and vector B = ⟨2, 3⟩:
- Addition: A + B = ⟨3 + 2, −1 + 3⟩ = ⟨5, 2⟩
- Subtraction: A − B = ⟨3 − 2, −1 − 3⟩ = ⟨1, −4⟩
Subtracting B from A is the same as adding the negative of B. Negating a vector just flips the sign on every component, so −B = ⟨−2, −3⟩. The resulting vector has the same length as B but points in the opposite direction. These operations scale to three dimensions the same way: ⟨a, b, c⟩ + ⟨e, f, g⟩ = ⟨a + e, b + f, c + g⟩.
Scalar Multiplication
Multiplying a vector by a regular number (called a scalar) stretches or shrinks it. You multiply each component by that number. If v = ⟨3, 4⟩ and you multiply by 2, you get ⟨6, 8⟩, a vector pointing in the same direction but twice as long. Multiplying by −1 reverses the direction without changing the length.
Unit Vector Notation
There’s an alternative way to write the same information. Instead of angle brackets, you can express a vector using unit vectors, which are vectors exactly one unit long that point along each axis. The standard symbols are i for the x-direction, j for the y-direction, and k for the z-direction. A vector ⟨3, 4, 2⟩ becomes 3i + 4j + 2k. The two forms are interchangeable, and converting between them is just a matter of rearranging how you write the components.
A unit vector in any direction can be found by dividing a vector by its own magnitude. For ⟨3, 4⟩ with magnitude 5, the unit vector is ⟨3/5, 4/5⟩ = ⟨0.6, 0.8⟩. This gives you a pure direction with a length of exactly 1, which is useful when you only care about where something is heading, not how fast or how far.
Why Component Form Matters in Physics
Forces, velocities, and accelerations are all vectors, and component form is how physicists break them into manageable pieces. A ball launched at an angle has both a horizontal velocity component and a vertical velocity component. Gravity only affects the vertical component, so separating the two lets you analyze each direction independently. The same principle applies to forces acting on a bridge, wind hitting a sail, or current flowing through a circuit in multiple directions.
Displacement vectors work the same way. If you walk from one point to another on a map, the displacement vector in component form tells you exactly how far east or west and how far north or south you traveled, regardless of the winding path you actually took. This makes component form the default language for describing motion and forces in any number of dimensions.

