Calculating the null space of a $n^textth$ power of a $2times 2$ matrix with an unkown variable.

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
2
down vote

favorite












$$
left(beginmatrix
0 & 1 \
x & 1 \
endmatrixright)
$$
Suppose I have a matrix above to the power of n, is it possible to use eigendecomposition in order to find all the eigenvectors in terms of x?







share|cite|improve this question





















  • The title says $n times n$ matrix, but you're asking about a $2 times 2$ matrix to the power $n$, which is still a $2 times 2$ matrix.
    – Robert Israel
    Aug 6 at 7:34










  • The title does not reflect the question.
    – lhf
    Aug 6 at 11:02














up vote
2
down vote

favorite












$$
left(beginmatrix
0 & 1 \
x & 1 \
endmatrixright)
$$
Suppose I have a matrix above to the power of n, is it possible to use eigendecomposition in order to find all the eigenvectors in terms of x?







share|cite|improve this question





















  • The title says $n times n$ matrix, but you're asking about a $2 times 2$ matrix to the power $n$, which is still a $2 times 2$ matrix.
    – Robert Israel
    Aug 6 at 7:34










  • The title does not reflect the question.
    – lhf
    Aug 6 at 11:02












up vote
2
down vote

favorite









up vote
2
down vote

favorite











$$
left(beginmatrix
0 & 1 \
x & 1 \
endmatrixright)
$$
Suppose I have a matrix above to the power of n, is it possible to use eigendecomposition in order to find all the eigenvectors in terms of x?







share|cite|improve this question













$$
left(beginmatrix
0 & 1 \
x & 1 \
endmatrixright)
$$
Suppose I have a matrix above to the power of n, is it possible to use eigendecomposition in order to find all the eigenvectors in terms of x?









share|cite|improve this question












share|cite|improve this question




share|cite|improve this question








edited Aug 6 at 10:56









Davide Morgante

1,938220




1,938220









asked Aug 6 at 6:36









king jigg

112




112











  • The title says $n times n$ matrix, but you're asking about a $2 times 2$ matrix to the power $n$, which is still a $2 times 2$ matrix.
    – Robert Israel
    Aug 6 at 7:34










  • The title does not reflect the question.
    – lhf
    Aug 6 at 11:02
















  • The title says $n times n$ matrix, but you're asking about a $2 times 2$ matrix to the power $n$, which is still a $2 times 2$ matrix.
    – Robert Israel
    Aug 6 at 7:34










  • The title does not reflect the question.
    – lhf
    Aug 6 at 11:02















The title says $n times n$ matrix, but you're asking about a $2 times 2$ matrix to the power $n$, which is still a $2 times 2$ matrix.
– Robert Israel
Aug 6 at 7:34




The title says $n times n$ matrix, but you're asking about a $2 times 2$ matrix to the power $n$, which is still a $2 times 2$ matrix.
– Robert Israel
Aug 6 at 7:34












The title does not reflect the question.
– lhf
Aug 6 at 11:02




The title does not reflect the question.
– lhf
Aug 6 at 11:02










3 Answers
3






active

oldest

votes

















up vote
1
down vote













Hint: An eigenvector of $A$ for eigenvalue $lambda$ is an eigenvector of $A^n$ for eigenvalue $lambda^n$.



The process of finding eigenvalues and eigenvectors is pretty much the same with a symbolic parameter $x$.

The only tricky part is if $x = -1/4$.






share|cite|improve this answer




























    up vote
    1
    down vote













    A more general result is true. It is a well known result that if $A in M_n(mathbbC)$, there exists $P in GL_n(mathbbC)$ such that $PAP^-1$ is upper triangular. In particular, all eigenvalues of $A$ are in this matrices' diagonal, counted with multiplicity (if not inmediately clear, recall that eigenvalues are preserved by conjugation, and write the expression of a characteristic polynomial for a general upper triangular matrix).



    Now, if $A, B in M_n(mathbbC)$ are upper triangular and $i in [n]$,



    $$
    (lambda A)_ii = lambda A_ii
    $$



    and



    $$
    (AB)_ii = sum_m= 1^ma_imb_mi = a_iib_ii
    $$



    so if $q in mathbbC[X]$, then $q(A)_ii = q(A_ii)$ for all $i$ (again, induction should do the trick). Moreover, if $q = sum_j = 1^dc_jX^j$, then



    $$
    q(PAP^-1) = sum_j = 1^dc_j(PAP^-1)^j = sum_j = 1^dc_jPA^jP^-1 = Pleft(sum_j = 1^dc_jA^jright)P^-1 = Pq(A)P^-1
    $$



    To sum up, since



    $$
    q(A) = q(P^-1PAP^-1P) = P^-1q(PAP^-1)P
    $$



    the eigenvalues of $q(A)$ are the same of those of $q(PAP^-1)$. Since the eigenavalues of $q(PAP^-1)$ are the eigenvalues of $PAP^-1$ via $q$ and $PAP^-1$ has the same eigenvalues than $A$,



    $$
    operatornameSpec(q(A)) = q(operatornameSpec(A)).
    $$



    In your particular case, $q = X^n$. Thus, it will suffice to find the eigenvalues of $A$ and take their $n$-th power.






    share|cite|improve this answer




























      up vote
      1
      down vote













      Hint




      $$A^n = P D^n P^-1$$ where $P$ is the matrix of the eigenvectors and $D$ the matrix of the eigenvalues







      share|cite|improve this answer























      • Hey, thanks for the help but I have one more inquiry about solving for the eigenvectors. I calculated the eigenvalues to be (x+(1+4x)^.5)/2 and (x-(1+4x)^.5)/2. I substituted that back into the (A-(lambda)(I)) matrix for lambda but could not solve the corresponding eigenvectors. Is it possible to solve it and if so, how?
        – king jigg
        Aug 6 at 13:24











      • To find eigenvectors you either solve the equation $$Amathbfv=lambdamathbfv$$ for a generic $mathbfv$ or $$ker(A-lambda mathcalI)=0$$
        – Davide Morgante
        Aug 6 at 14:40











      Your Answer




      StackExchange.ifUsing("editor", function ()
      return StackExchange.using("mathjaxEditing", function ()
      StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
      StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
      );
      );
      , "mathjax-editing");

      StackExchange.ready(function()
      var channelOptions =
      tags: "".split(" "),
      id: "69"
      ;
      initTagRenderer("".split(" "), "".split(" "), channelOptions);

      StackExchange.using("externalEditor", function()
      // Have to fire editor after snippets, if snippets enabled
      if (StackExchange.settings.snippets.snippetsEnabled)
      StackExchange.using("snippets", function()
      createEditor();
      );

      else
      createEditor();

      );

      function createEditor()
      StackExchange.prepareEditor(
      heartbeatType: 'answer',
      convertImagesToLinks: true,
      noModals: false,
      showLowRepImageUploadWarning: true,
      reputationToPostImages: 10,
      bindNavPrevention: true,
      postfix: "",
      noCode: true, onDemand: true,
      discardSelector: ".discard-answer"
      ,immediatelyShowMarkdownHelp:true
      );



      );








       

      draft saved


      draft discarded


















      StackExchange.ready(
      function ()
      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2873634%2fcalculating-the-null-space-of-a-n-textth-power-of-a-2-times-2-matrix-wi%23new-answer', 'question_page');

      );

      Post as a guest






























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes








      up vote
      1
      down vote













      Hint: An eigenvector of $A$ for eigenvalue $lambda$ is an eigenvector of $A^n$ for eigenvalue $lambda^n$.



      The process of finding eigenvalues and eigenvectors is pretty much the same with a symbolic parameter $x$.

      The only tricky part is if $x = -1/4$.






      share|cite|improve this answer

























        up vote
        1
        down vote













        Hint: An eigenvector of $A$ for eigenvalue $lambda$ is an eigenvector of $A^n$ for eigenvalue $lambda^n$.



        The process of finding eigenvalues and eigenvectors is pretty much the same with a symbolic parameter $x$.

        The only tricky part is if $x = -1/4$.






        share|cite|improve this answer























          up vote
          1
          down vote










          up vote
          1
          down vote









          Hint: An eigenvector of $A$ for eigenvalue $lambda$ is an eigenvector of $A^n$ for eigenvalue $lambda^n$.



          The process of finding eigenvalues and eigenvectors is pretty much the same with a symbolic parameter $x$.

          The only tricky part is if $x = -1/4$.






          share|cite|improve this answer













          Hint: An eigenvector of $A$ for eigenvalue $lambda$ is an eigenvector of $A^n$ for eigenvalue $lambda^n$.



          The process of finding eigenvalues and eigenvectors is pretty much the same with a symbolic parameter $x$.

          The only tricky part is if $x = -1/4$.







          share|cite|improve this answer













          share|cite|improve this answer



          share|cite|improve this answer











          answered Aug 6 at 7:36









          Robert Israel

          304k22201443




          304k22201443




















              up vote
              1
              down vote













              A more general result is true. It is a well known result that if $A in M_n(mathbbC)$, there exists $P in GL_n(mathbbC)$ such that $PAP^-1$ is upper triangular. In particular, all eigenvalues of $A$ are in this matrices' diagonal, counted with multiplicity (if not inmediately clear, recall that eigenvalues are preserved by conjugation, and write the expression of a characteristic polynomial for a general upper triangular matrix).



              Now, if $A, B in M_n(mathbbC)$ are upper triangular and $i in [n]$,



              $$
              (lambda A)_ii = lambda A_ii
              $$



              and



              $$
              (AB)_ii = sum_m= 1^ma_imb_mi = a_iib_ii
              $$



              so if $q in mathbbC[X]$, then $q(A)_ii = q(A_ii)$ for all $i$ (again, induction should do the trick). Moreover, if $q = sum_j = 1^dc_jX^j$, then



              $$
              q(PAP^-1) = sum_j = 1^dc_j(PAP^-1)^j = sum_j = 1^dc_jPA^jP^-1 = Pleft(sum_j = 1^dc_jA^jright)P^-1 = Pq(A)P^-1
              $$



              To sum up, since



              $$
              q(A) = q(P^-1PAP^-1P) = P^-1q(PAP^-1)P
              $$



              the eigenvalues of $q(A)$ are the same of those of $q(PAP^-1)$. Since the eigenavalues of $q(PAP^-1)$ are the eigenvalues of $PAP^-1$ via $q$ and $PAP^-1$ has the same eigenvalues than $A$,



              $$
              operatornameSpec(q(A)) = q(operatornameSpec(A)).
              $$



              In your particular case, $q = X^n$. Thus, it will suffice to find the eigenvalues of $A$ and take their $n$-th power.






              share|cite|improve this answer

























                up vote
                1
                down vote













                A more general result is true. It is a well known result that if $A in M_n(mathbbC)$, there exists $P in GL_n(mathbbC)$ such that $PAP^-1$ is upper triangular. In particular, all eigenvalues of $A$ are in this matrices' diagonal, counted with multiplicity (if not inmediately clear, recall that eigenvalues are preserved by conjugation, and write the expression of a characteristic polynomial for a general upper triangular matrix).



                Now, if $A, B in M_n(mathbbC)$ are upper triangular and $i in [n]$,



                $$
                (lambda A)_ii = lambda A_ii
                $$



                and



                $$
                (AB)_ii = sum_m= 1^ma_imb_mi = a_iib_ii
                $$



                so if $q in mathbbC[X]$, then $q(A)_ii = q(A_ii)$ for all $i$ (again, induction should do the trick). Moreover, if $q = sum_j = 1^dc_jX^j$, then



                $$
                q(PAP^-1) = sum_j = 1^dc_j(PAP^-1)^j = sum_j = 1^dc_jPA^jP^-1 = Pleft(sum_j = 1^dc_jA^jright)P^-1 = Pq(A)P^-1
                $$



                To sum up, since



                $$
                q(A) = q(P^-1PAP^-1P) = P^-1q(PAP^-1)P
                $$



                the eigenvalues of $q(A)$ are the same of those of $q(PAP^-1)$. Since the eigenavalues of $q(PAP^-1)$ are the eigenvalues of $PAP^-1$ via $q$ and $PAP^-1$ has the same eigenvalues than $A$,



                $$
                operatornameSpec(q(A)) = q(operatornameSpec(A)).
                $$



                In your particular case, $q = X^n$. Thus, it will suffice to find the eigenvalues of $A$ and take their $n$-th power.






                share|cite|improve this answer























                  up vote
                  1
                  down vote










                  up vote
                  1
                  down vote









                  A more general result is true. It is a well known result that if $A in M_n(mathbbC)$, there exists $P in GL_n(mathbbC)$ such that $PAP^-1$ is upper triangular. In particular, all eigenvalues of $A$ are in this matrices' diagonal, counted with multiplicity (if not inmediately clear, recall that eigenvalues are preserved by conjugation, and write the expression of a characteristic polynomial for a general upper triangular matrix).



                  Now, if $A, B in M_n(mathbbC)$ are upper triangular and $i in [n]$,



                  $$
                  (lambda A)_ii = lambda A_ii
                  $$



                  and



                  $$
                  (AB)_ii = sum_m= 1^ma_imb_mi = a_iib_ii
                  $$



                  so if $q in mathbbC[X]$, then $q(A)_ii = q(A_ii)$ for all $i$ (again, induction should do the trick). Moreover, if $q = sum_j = 1^dc_jX^j$, then



                  $$
                  q(PAP^-1) = sum_j = 1^dc_j(PAP^-1)^j = sum_j = 1^dc_jPA^jP^-1 = Pleft(sum_j = 1^dc_jA^jright)P^-1 = Pq(A)P^-1
                  $$



                  To sum up, since



                  $$
                  q(A) = q(P^-1PAP^-1P) = P^-1q(PAP^-1)P
                  $$



                  the eigenvalues of $q(A)$ are the same of those of $q(PAP^-1)$. Since the eigenavalues of $q(PAP^-1)$ are the eigenvalues of $PAP^-1$ via $q$ and $PAP^-1$ has the same eigenvalues than $A$,



                  $$
                  operatornameSpec(q(A)) = q(operatornameSpec(A)).
                  $$



                  In your particular case, $q = X^n$. Thus, it will suffice to find the eigenvalues of $A$ and take their $n$-th power.






                  share|cite|improve this answer













                  A more general result is true. It is a well known result that if $A in M_n(mathbbC)$, there exists $P in GL_n(mathbbC)$ such that $PAP^-1$ is upper triangular. In particular, all eigenvalues of $A$ are in this matrices' diagonal, counted with multiplicity (if not inmediately clear, recall that eigenvalues are preserved by conjugation, and write the expression of a characteristic polynomial for a general upper triangular matrix).



                  Now, if $A, B in M_n(mathbbC)$ are upper triangular and $i in [n]$,



                  $$
                  (lambda A)_ii = lambda A_ii
                  $$



                  and



                  $$
                  (AB)_ii = sum_m= 1^ma_imb_mi = a_iib_ii
                  $$



                  so if $q in mathbbC[X]$, then $q(A)_ii = q(A_ii)$ for all $i$ (again, induction should do the trick). Moreover, if $q = sum_j = 1^dc_jX^j$, then



                  $$
                  q(PAP^-1) = sum_j = 1^dc_j(PAP^-1)^j = sum_j = 1^dc_jPA^jP^-1 = Pleft(sum_j = 1^dc_jA^jright)P^-1 = Pq(A)P^-1
                  $$



                  To sum up, since



                  $$
                  q(A) = q(P^-1PAP^-1P) = P^-1q(PAP^-1)P
                  $$



                  the eigenvalues of $q(A)$ are the same of those of $q(PAP^-1)$. Since the eigenavalues of $q(PAP^-1)$ are the eigenvalues of $PAP^-1$ via $q$ and $PAP^-1$ has the same eigenvalues than $A$,



                  $$
                  operatornameSpec(q(A)) = q(operatornameSpec(A)).
                  $$



                  In your particular case, $q = X^n$. Thus, it will suffice to find the eigenvalues of $A$ and take their $n$-th power.







                  share|cite|improve this answer













                  share|cite|improve this answer



                  share|cite|improve this answer











                  answered Aug 6 at 7:41









                  Guido A.

                  3,851624




                  3,851624




















                      up vote
                      1
                      down vote













                      Hint




                      $$A^n = P D^n P^-1$$ where $P$ is the matrix of the eigenvectors and $D$ the matrix of the eigenvalues







                      share|cite|improve this answer























                      • Hey, thanks for the help but I have one more inquiry about solving for the eigenvectors. I calculated the eigenvalues to be (x+(1+4x)^.5)/2 and (x-(1+4x)^.5)/2. I substituted that back into the (A-(lambda)(I)) matrix for lambda but could not solve the corresponding eigenvectors. Is it possible to solve it and if so, how?
                        – king jigg
                        Aug 6 at 13:24











                      • To find eigenvectors you either solve the equation $$Amathbfv=lambdamathbfv$$ for a generic $mathbfv$ or $$ker(A-lambda mathcalI)=0$$
                        – Davide Morgante
                        Aug 6 at 14:40















                      up vote
                      1
                      down vote













                      Hint




                      $$A^n = P D^n P^-1$$ where $P$ is the matrix of the eigenvectors and $D$ the matrix of the eigenvalues







                      share|cite|improve this answer























                      • Hey, thanks for the help but I have one more inquiry about solving for the eigenvectors. I calculated the eigenvalues to be (x+(1+4x)^.5)/2 and (x-(1+4x)^.5)/2. I substituted that back into the (A-(lambda)(I)) matrix for lambda but could not solve the corresponding eigenvectors. Is it possible to solve it and if so, how?
                        – king jigg
                        Aug 6 at 13:24











                      • To find eigenvectors you either solve the equation $$Amathbfv=lambdamathbfv$$ for a generic $mathbfv$ or $$ker(A-lambda mathcalI)=0$$
                        – Davide Morgante
                        Aug 6 at 14:40













                      up vote
                      1
                      down vote










                      up vote
                      1
                      down vote









                      Hint




                      $$A^n = P D^n P^-1$$ where $P$ is the matrix of the eigenvectors and $D$ the matrix of the eigenvalues







                      share|cite|improve this answer















                      Hint




                      $$A^n = P D^n P^-1$$ where $P$ is the matrix of the eigenvectors and $D$ the matrix of the eigenvalues








                      share|cite|improve this answer















                      share|cite|improve this answer



                      share|cite|improve this answer








                      edited Aug 6 at 7:42


























                      answered Aug 6 at 7:36









                      Davide Morgante

                      1,938220




                      1,938220











                      • Hey, thanks for the help but I have one more inquiry about solving for the eigenvectors. I calculated the eigenvalues to be (x+(1+4x)^.5)/2 and (x-(1+4x)^.5)/2. I substituted that back into the (A-(lambda)(I)) matrix for lambda but could not solve the corresponding eigenvectors. Is it possible to solve it and if so, how?
                        – king jigg
                        Aug 6 at 13:24











                      • To find eigenvectors you either solve the equation $$Amathbfv=lambdamathbfv$$ for a generic $mathbfv$ or $$ker(A-lambda mathcalI)=0$$
                        – Davide Morgante
                        Aug 6 at 14:40

















                      • Hey, thanks for the help but I have one more inquiry about solving for the eigenvectors. I calculated the eigenvalues to be (x+(1+4x)^.5)/2 and (x-(1+4x)^.5)/2. I substituted that back into the (A-(lambda)(I)) matrix for lambda but could not solve the corresponding eigenvectors. Is it possible to solve it and if so, how?
                        – king jigg
                        Aug 6 at 13:24











                      • To find eigenvectors you either solve the equation $$Amathbfv=lambdamathbfv$$ for a generic $mathbfv$ or $$ker(A-lambda mathcalI)=0$$
                        – Davide Morgante
                        Aug 6 at 14:40
















                      Hey, thanks for the help but I have one more inquiry about solving for the eigenvectors. I calculated the eigenvalues to be (x+(1+4x)^.5)/2 and (x-(1+4x)^.5)/2. I substituted that back into the (A-(lambda)(I)) matrix for lambda but could not solve the corresponding eigenvectors. Is it possible to solve it and if so, how?
                      – king jigg
                      Aug 6 at 13:24





                      Hey, thanks for the help but I have one more inquiry about solving for the eigenvectors. I calculated the eigenvalues to be (x+(1+4x)^.5)/2 and (x-(1+4x)^.5)/2. I substituted that back into the (A-(lambda)(I)) matrix for lambda but could not solve the corresponding eigenvectors. Is it possible to solve it and if so, how?
                      – king jigg
                      Aug 6 at 13:24













                      To find eigenvectors you either solve the equation $$Amathbfv=lambdamathbfv$$ for a generic $mathbfv$ or $$ker(A-lambda mathcalI)=0$$
                      – Davide Morgante
                      Aug 6 at 14:40





                      To find eigenvectors you either solve the equation $$Amathbfv=lambdamathbfv$$ for a generic $mathbfv$ or $$ker(A-lambda mathcalI)=0$$
                      – Davide Morgante
                      Aug 6 at 14:40













                       

                      draft saved


                      draft discarded


























                       


                      draft saved


                      draft discarded














                      StackExchange.ready(
                      function ()
                      StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2873634%2fcalculating-the-null-space-of-a-n-textth-power-of-a-2-times-2-matrix-wi%23new-answer', 'question_page');

                      );

                      Post as a guest













































































                      Comments

                      Popular posts from this blog

                      What is the equation of a 3D cone with generalised tilt?

                      Color the edges and diagonals of a regular polygon

                      Relationship between determinant of matrix and determinant of adjoint?