How can x1 be free if its coefficient is zero?

  • Thread starter Thread starter dietcookie
  • Start date Start date
  • Tags Tags
    Eigenvector
Click For Summary
SUMMARY

The discussion focuses on finding the eigenvector of a matrix given by A = [[2, 0, 1], [0, 3, 4], [0, 0, 1]] for the eigenvalue λ = 2. The user initially struggles with the concept of free variables, particularly x1, which has a coefficient of zero in the reduced row echelon form (RREF) of the matrix. The conclusion reached is that x1 is indeed free, allowing it to take any arbitrary value, leading to the eigenvector (1, 0, 0) when t is set to 1.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors
  • Familiarity with matrix operations and row reduction
  • Knowledge of reduced row echelon form (RREF)
  • Basic linear algebra concepts
NEXT STEPS
  • Study the properties of eigenvalues and eigenvectors in linear algebra
  • Learn about the process of row reduction and obtaining RREF
  • Explore parameterization of solutions in linear systems
  • Investigate the implications of free variables in matrix equations
USEFUL FOR

Students studying linear algebra, educators teaching matrix theory, and anyone interested in understanding eigenvalues and eigenvectors in mathematical contexts.

dietcookie
Messages
15
Reaction score
0

Homework Statement


Find the Eigenvector of the matrix.

Homework Equations



Axx

A=

[2 0 1]
[0 3 4]
[0 0 1]

The Attempt at a Solution



Ok I'm just having a major brain fart here, been doing this all day. For λ=2, I solved for x and get this solution,

[0 1 0][x1] [0]
[0 0 1][x2]=[0]
[0 0 0][x3] [0]

The associated eigenvector from the book for λ=2 is (1,0,0) which I know is correct but did I forget how to read a matrix but the augmented matrix I RREFed is as follows,

[0 1 0 0]
[0 0 1 0]
[0 0 0 0]

So x1 and x2 is zero, how is x1=1?
 
Last edited:
Physics news on Phys.org
Ok maybe I just figured it out, since x2 and x3 are equal to zero, does that mean that x1 is free? That seems to make sense, but how can it be free when it's coefficient is zero?
 
dietcookie said:
Ok maybe I just figured it out, since x2 and x3 are equal to zero, does that mean that x1 is free? That seems to make sense, but how can it be free when it's coefficient is zero?

As you wrote,
[tex] \left( \begin{array}{ccc}<br /> 0 & 1 & 0 \\<br /> 0 & 0 & 1 \\<br /> 0 & 0 & 0 \end{array} \right)<br /> \left( \begin{array}{c}<br /> x_1 \\<br /> x_2 \\<br /> x_3 \end{array} \right)<br /> =<br /> \left( \begin{array}{c}<br /> 0 \\<br /> 0 \\<br /> 0 \end{array} \right)[/tex]
This gives you three equations:
[tex]\begin{eqnarray}<br /> 0 \cdot x_1 &=& 0 \\<br /> x_2 &=& 0 \\<br /> x_3 &=& 0<br /> \end{eqnarray}[/tex]
However, the first equation tells you nothing about x1. That equation is true regardless of what you set x1 equal to. To 'parameterize' (although it's a little silly in this case), you can let x1 = t, where t is an arbitrary real number. Then, the vector
[tex]\left( \begin{array}{c}<br /> x_1 \\<br /> x_2 \\<br /> x_3 \end{array} \right)<br /> =<br /> \left( \begin{array}{c}<br /> t \\<br /> 0 \\<br /> 0 \end{array} \right)[/tex]
is a solution for any t. Set t=1 for simplicity, and your eigenvector is
[tex] \left( \begin{array}{c}<br /> 1 \\<br /> 0 \\<br /> 0 \end{array} \right)[/tex]
 
Last edited:

Similar threads

  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 24 ·
Replies
24
Views
3K
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
4
Views
2K