EM

MAT&CAL,SNM,PQT,PRP,TPDE,DM


Tuesday, June 30, 2026

Linear Algebra | Linear Independence and Dependence | Show that vector (1,2,3),(0,1,2),(2,3,4) linear independent or not | Example 6

Linear Independence in ℝ³ — Worked Example
Linear Algebra · Worked Example 6

Is S = {v₁, v₂, v₃} Linearly Independent in ℝ³?

Topic: Linear Independence / Dependence ℝ³
Step 1

Identify the Vectors

We are given the set S containing three vectors in ℝ³:

v₁ = (1, 2, 3),    v₂ = (0, 1, 2),    v₃ = (2, 3, 4)
📌
Definition. A set of vectors is linearly independent if the only solution to cv₁ + cv₂ + … + cₙvₙ = 0 is the trivial solution c₁ = c₂ = … = cₙ = 0. Otherwise it is linearly dependent.
Step 2

Set Up the Vector Equation

Assume a linear combination equals the zero vector:

xv₁  +  yv₂  +  zv₃  =  0

Substituting component-wise:

x(1, 2, 3)  +  y(0, 1, 2)  +  z(2, 3, 4)  =  (0, 0, 0)

Equating each component gives the homogeneous system:

 x + 0y + 2z = 0
 2x + y + 3z = 0
 3x + 2y + 4z = 0
Step 3

Write the Coefficient Matrix

The system in matrix form Ax = 0:

102
213
324
  xyz  =  000
Key Theorem. The homogeneous system Ax = 0 has a non-trivial solution if and only if det(A) = 0. So we just need to check the determinant.
Step 4

Compute the Determinant

Expanding |A| along the first row:

|A|  = 
102
213
324
= 1 ×
13
24
− 0 ×
23
34
+ 2 ×
21
32
= 1(4 − 6) − 0(8 − 9) + 2(4 − 3)
= 1(−2) − 0(−1) + 2(1)
= −2 + 0 + 2
∴ |A| = 0
⚠️
Since det(A) = 0, the matrix is singular. The system Ax = 0 has infinitely many solutions — a non-trivial solution exists.
The Vectors are Linearly Dependent

Since det(A) = 0, there exist scalars x, y, z (not all zero) such that xv₁ + yv₂ + zv₃ = 0. Hence S = {(1,2,3), (0,1,2), (2,3,4)} is linearly dependent in ℝ³.

Tutorial Video: Linear Span & Linear Combinations
Linear Combinations Linear Span Polynomial Spaces P₄(ℝ) RREF Rank of Matrix

No comments:

Post a Comment