Mathwords logoMathwords

Parallel Vectors — Definition, Formula & Examples

Parallel vectors are two nonzero vectors that point in exactly the same direction or in exactly opposite directions. One vector is always a scalar multiple of the other.

Two nonzero vectors u\vec{u} and v\vec{v} are parallel if and only if there exists a nonzero scalar kk such that u=kv\vec{u} = k\vec{v}. When k>0k > 0 the vectors point in the same direction; when k<0k < 0 they point in opposite directions.

Key Formula

uv    u=kv for some k0\vec{u} \parallel \vec{v} \iff \vec{u} = k\vec{v} \text{ for some } k \neq 0
Where:
  • u,v\vec{u}, \vec{v} = Two nonzero vectors
  • kk = A nonzero scalar

How It Works

To check whether two vectors are parallel, try to find a single constant kk that scales every component of one vector to the corresponding component of the other. If u=u1,u2\vec{u} = \langle u_1, u_2 \rangle and v=v1,v2\vec{v} = \langle v_1, v_2 \rangle, compute u1v1\frac{u_1}{v_1} and u2v2\frac{u_2}{v_2}. If both ratios are equal, the vectors are parallel. An equivalent test uses the cross product: in two dimensions, u×v=u1v2u2v1=0\vec{u} \times \vec{v} = u_1 v_2 - u_2 v_1 = 0 exactly when the vectors are parallel.

Worked Example

Problem: Determine whether u=6,9\vec{u} = \langle 6, -9 \rangle and v=2,3\vec{v} = \langle -2, 3 \rangle are parallel.
Find the ratio of corresponding components: Divide each component of u\vec{u} by the corresponding component of v\vec{v}.
62=3,93=3\frac{6}{-2} = -3, \quad \frac{-9}{3} = -3
Compare the ratios: Both ratios equal 3-3, so u=3v\vec{u} = -3\,\vec{v}. A single scalar k=3k = -3 maps v\vec{v} to u\vec{u}.
u=3v\vec{u} = -3\,\vec{v}
Answer: Yes, u\vec{u} and v\vec{v} are parallel (and because k=3<0k = -3 < 0, they point in opposite directions).

Why It Matters

Checking for parallel vectors is essential when determining whether lines in space are parallel, whether a system of linear equations has infinitely many solutions, and when computing cross products (the cross product of parallel vectors is the zero vector). Physics uses the concept constantly — for instance, a force parallel to displacement does maximum work.

Common Mistakes

Mistake: Concluding that vectors pointing in opposite directions are not parallel.
Correction: Opposite-direction vectors are still parallel. The scalar kk is simply negative. For example, 1,2\langle 1, 2 \rangle and 1,2\langle -1, -2 \rangle are parallel with k=1k = -1.