How can x1 be free if its coefficient is zero?

  • Thread starter Thread starter dietcookie
  • Start date Start date
  • Tags Tags
    Eigenvector
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,
<br /> \left( \begin{array}{ccc}<br /> 0 &amp; 1 &amp; 0 \\<br /> 0 &amp; 0 &amp; 1 \\<br /> 0 &amp; 0 &amp; 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)<br />
This gives you three equations:
\begin{eqnarray}<br /> 0 \cdot x_1 &amp;=&amp; 0 \\<br /> x_2 &amp;=&amp; 0 \\<br /> x_3 &amp;=&amp; 0<br /> \end{eqnarray}
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
\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)
is a solution for any t. Set t=1 for simplicity, and your eigenvector is
<br /> \left( \begin{array}{c}<br /> 1 \\<br /> 0 \\<br /> 0 \end{array} \right)
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top