Linearly Independent — Definition, Formula & Examples
Linearly independent means that no vector in a set can be written as a combination of the others. In other words, the only way to combine the vectors to get the zero vector is by using all-zero coefficients.
A set of vectors in a vector space is linearly independent if the equation has only the trivial solution . If any non-trivial solution exists, the set is linearly dependent.
Key Formula
Where:
- = Vectors in the set being tested
- = Scalar coefficients
- = The zero vector
How It Works
To test whether vectors are linearly independent, place them as columns in a matrix and row-reduce to echelon form. If every column contains a pivot (leading 1), the vectors are linearly independent. Equivalently, the matrix has a nonzero determinant when it is square. If any column lacks a pivot, a free variable exists, meaning a non-trivial linear combination equals the zero vector, so the set is linearly dependent.
Worked Example
Problem: Determine whether the vectors , , and are linearly independent.
Step 1: Form a matrix with these vectors as columns and set up the augmented system for the equation .
Step 2: Row-reduce. Replace with , then replace the new with .
Step 3: The third column has no pivot, so is a free variable. Setting gives and , a non-trivial solution.
Answer: The vectors are linearly dependent because .
Why It Matters
Linear independence determines whether a set of vectors forms a basis for a vector space, which is central to solving systems of equations, computing matrix inverses, and understanding dimension. In applied fields like data science and engineering, checking independence reveals whether measurements or signals carry redundant information.
Common Mistakes
Mistake: Assuming vectors are linearly independent just because none of them are scalar multiples of each other.
Correction: Two vectors not being multiples only rules out pairwise dependence. A third vector could still equal a combination of the first two, as in the example above. Always solve the full system or compute the determinant.
