What Are Collinear Vectors?
Collinear vectors are two or more vectors that lie along the same straight line or along parallel lines — equivalently, vectors that point in the same or exactly opposite directions. Because they share a direction, one collinear vector can always be obtained by scaling another: there is a scalar $k$ such that $\vec{a} = k,\vec{b}$.
The scalar $k$ can be any nonzero number. If $k$ is positive, the vectors point the same way; if $k$ is negative, they point opposite ways; the magnitudes need not match. The vectors $(2, 4)$ and $(1, 2)$ are collinear with $k = 2$; the vectors $(3, 6)$ and $(-1, -2)$ are collinear with $k = -3$.
Variable glossary. $\vec{a}, \vec{b}$ are the vectors; $k$ is the scalar relating them ($\vec{a} = k,\vec{b}$); the components of $\vec{a}$ are written $(a_1, a_2, a_3)$.
What Are The Conditions For Collinearity?
There are three equivalent tests. Which one you reach for depends on what the problem hands you.
Condition 1 — Scalar multiple. Two vectors $\vec{a}$ and $\vec{b}$ are collinear if there is a scalar $k$ with
$$\vec{a} = k,\vec{b}$$
This is the definition itself and works in any dimension.
Condition 2 — Equal coordinate ratios. Vectors $\vec{a} = (a_1, a_2, a_3)$ and $\vec{b} = (b_1, b_2, b_3)$ are collinear when their corresponding components are in the same ratio:
$$\frac{a_1}{b_1} = \frac{a_2}{b_2} = \frac{a_3}{b_3}$$
This is the fastest hand-check, but it breaks down if any denominator component is zero — then fall back to Condition 1.
Condition 3 — Zero cross product. In three dimensions, $\vec{a}$ and $\vec{b}$ are collinear if their cross product is the zero vector:
$$\vec{a} \times \vec{b} = \vec{0}$$
The cross product measures the area of the parallelogram the two vectors span; if they lie on one line, that parallelogram has zero area, so the cross product vanishes.
How Is Collinear Different From Parallel And Coplanar?
This is the distinction students most often blur, and it's worth pinning down before any example. (One reviewer note we kept coming back to: most wrong answers here trace to mixing these three words, not to the arithmetic.)
Collinear vectors lie on the same line (or parallel lines) and are scalar multiples of each other. This is the strictest of the three.
Parallel vectors share a direction (same or opposite) but may sit on different lines. Every collinear pair is parallel; not every parallel pair is described as lying on one line.
Coplanar vectors are three or more vectors lying in the same plane. All collinear vectors are coplanar, but coplanar vectors are generally not collinear.
A clean way to remember the nesting: collinear $\Rightarrow$ parallel $\Rightarrow$ (and any set of two vectors is automatically) coplanar. The line is the tightest constraint; the plane is the loosest. For points rather than vectors, the related idea is whether three collinear points fall on one line.
Examples of Collinear Vectors
Example 1
Are $\vec{a} = (2, 4)$ and $\vec{b} = (1, 2)$ collinear?
Check the coordinate ratios (Condition 2).
$$\frac{2}{1} = 2, \qquad \frac{4}{2} = 2$$
Both ratios equal $2$, so $\vec{a} = 2,\vec{b}$.
Final answer: yes, collinear with $k = 2$.
Example 2
Are $\vec{a} = (3, 5)$ and $\vec{b} = (6, 9)$ collinear?
Wrong attempt. A student sees both components of $\vec{b}$ are bigger than those of $\vec{a}$ and concludes "$\vec{b}$ is just a scaled $\vec{a}$, so yes." That reasons from size alone, which isn't the test.
Correct. Compare the ratios.
$$\frac{3}{6} = \frac{1}{2}, \qquad \frac{5}{9} \approx 0.556$$
The ratios are not equal ($\frac{1}{2} \neq \frac{5}{9}$), so no single scalar scales one into the other.
Final answer: not collinear.
Example 3
Find $n$ so that $\vec{a} = (2, 5)$ and $\vec{b} = (4, n)$ are collinear.
Collinearity needs equal ratios.
$$\frac{2}{4} = \frac{5}{n}$$ $$\frac{1}{2} = \frac{5}{n}$$ $$n = 10$$
Final answer: $n = 10$.
Example 4
Are $\vec{a} = (3, 6)$ and $\vec{b} = (-1, -2)$ collinear?
$$\frac{3}{-1} = -3, \qquad \frac{6}{-2} = -3$$
Both ratios equal $-3$, so $\vec{a} = -3,\vec{b}$ — collinear, pointing opposite ways.
Final answer: yes, collinear with $k = -3$ (opposite direction).
Example 5
Use the cross product to test whether $\vec{a} = (1, 2, 3)$ and $\vec{b} = (2, 4, 6)$ are collinear.
$$\vec{a} \times \vec{b} = \begin{vmatrix} \hat{i} & \hat{j} & \hat{k} \ 1 & 2 & 3 \ 2 & 4 & 6 \end{vmatrix}$$
$$\hat{i},[(2)(6) - (3)(4)] = \hat{i},(12 - 12) = 0$$ $$\hat{j},[(1)(6) - (3)(2)] = \hat{j},(6 - 6) = 0$$ $$\hat{k},[(1)(4) - (2)(2)] = \hat{k},(4 - 4) = 0$$
The cross product is $\vec{0}$.
Final answer: collinear (here $\vec{b} = 2,\vec{a}$).
Example 6
Three points $A(1, 2)$, $B(3, 6)$, and $C(5, 10)$ — are they collinear?
Form two vectors from a common point and test them.
$$\vec{AB} = (3-1,\ 6-2) = (2, 4)$$ $$\vec{AC} = (5-1,\ 10-2) = (4, 8)$$ $$\frac{2}{4} = \frac{1}{2}, \qquad \frac{4}{8} = \frac{1}{2}$$
Equal ratios, so $\vec{AB}$ and $\vec{AC}$ are collinear — the three points lie on one line.
Final answer: yes, the points are collinear.
Why Collinear Vectors Matter: "The Test For One Straight Line"
The reason collinearity earns a name of its own is that it is the algebraic test for "do these lie on a single straight line?" — a question that comes up far more often than the geometry classroom suggests. Computer graphics engines check it before drawing an edge, to avoid rendering a triangle that has collapsed to a line. Surveyors and GPS code check whether three measured points are collinear before trusting them as a baseline. Physics uses it to spot when two forces act along the same line and therefore simply add or cancel.
It also connects back to the rest of vector arithmetic. Collinear vectors are exactly the case where vector addition stops needing trigonometry — the angle between them is $0°$ or $180°$, so the resultant magnitude is just a sum or a difference. And the angle between vectors for a collinear pair is always one of those two values, never anything in between.
What Are The Most Common Mistakes With Collinear Vectors?
Mistake 1: Confusing collinear with equal
Where it slips in: problems that ask "are these the same vector?" versus "are these collinear?"
Don't do this: declaring two vectors non-collinear just because their magnitudes differ. Equal vectors need the same length and direction; collinear vectors only need to lie on one line, so $(2,4)$ and $(1,2)$ are collinear without being equal.
The correct way: test for a scalar $k$ with $\vec{a} = k,\vec{b}$. If such a $k$ exists, they're collinear — whatever the lengths.
Mistake 2: Checking only one coordinate ratio
Where it slips in: the quick ratio test on 2D and 3D vectors.
Don't do this: matching the first components, seeing a factor of $2$, and stopping there. The second-guesser checks one ratio, gets a clean number, and declares victory before testing the rest — and Example 2 shows exactly how that fails.
The correct way: confirm every corresponding ratio is the same number. One matching ratio proves nothing on its own.
Mistake 3: Dividing by a zero component
Where it slips in: vectors with a zero entry, like $(0, 3)$ and $(0, 5)$.
Don't do this: writing $\frac{0}{0}$ and treating it as a valid ratio. The ratio test simply doesn't apply when a denominator component is zero.
The correct way: switch to Condition 1 and look for the scalar directly. For $(0, 3)$ and $(0, 5)$, ask whether $3 = k \cdot 5$ for the $\hat{j}$ component while the $\hat{i}$ components stay $0$ — here $k = \frac{3}{5}$ works, so they're collinear.
The everyday version of Mistake 2 shows up in survey and mapping errors: assuming three landmarks fall on one straight line after checking only one direction can throw off a triangulation baseline, and the fix is the same as in class — verify every ratio before you trust the line.
Conclusion
Collinear vectors lie on the same line and satisfy $\vec{a} = k,\vec{b}$ for some scalar $k$.
Three equivalent tests: a scalar multiple, equal coordinate ratios, or a zero cross product.
Collinear is stricter than parallel, which is stricter than coplanar — collinear $\Rightarrow$ parallel $\Rightarrow$ coplanar.
The sign of $k$ tells you the direction: $k > 0$ same way, $k < 0$ opposite way.
The most common error is checking only one coordinate ratio — confirm them all.
A Practical Next Step
Practice these problems to solidify your understanding: take three points, build two vectors from a shared vertex, and use the ratio test to decide whether the points are collinear (as in Example 6). If a zero component appears, switch to the scalar-multiple test instead. From here, the natural next reads are vectors for the full type list and vector addition for how collinear pairs add without trigonometry.
Want a live Bhanzu trainer to walk through more collinear-vector problems? Book a free demo class.
Was this article helpful?
Your feedback helps us write better content