implied eigenvalue equations for an arbitrary, symmetric and positive definite matrix












0












$begingroup$


I have a matrix $M$, where $M$ = $begin{bmatrix}a & b\c & dend{bmatrix}$. It is known that $M$ is symmetric and positive definite. Also, it is known that $x^TMy$ is a valid dot product in $R^2$. I know that to characterize $M$ by its eigenvectors, it can be shown as
$Mv_i$ = λ$v_i$.



I was told in my class that based on this context, we can also gather the following information regarding the eigenvalues of this matrix:



$a - c = λ_1$ , $c - d = -λ_1$ , $a + c = λ_2$ and $c + d= λ_2$.



Why is this true? Is this always the case?










share|cite|improve this question









$endgroup$












  • $begingroup$
    this is completely wrong.
    $endgroup$
    – Will Jagy
    Jan 15 at 1:06










  • $begingroup$
    If $a=d$ then it is true.
    $endgroup$
    – Sota Antonino
    Jan 15 at 1:16










  • $begingroup$
    is it true if $b = c$? How can you prove this is true?
    $endgroup$
    – kkun
    Jan 15 at 1:29
















0












$begingroup$


I have a matrix $M$, where $M$ = $begin{bmatrix}a & b\c & dend{bmatrix}$. It is known that $M$ is symmetric and positive definite. Also, it is known that $x^TMy$ is a valid dot product in $R^2$. I know that to characterize $M$ by its eigenvectors, it can be shown as
$Mv_i$ = λ$v_i$.



I was told in my class that based on this context, we can also gather the following information regarding the eigenvalues of this matrix:



$a - c = λ_1$ , $c - d = -λ_1$ , $a + c = λ_2$ and $c + d= λ_2$.



Why is this true? Is this always the case?










share|cite|improve this question









$endgroup$












  • $begingroup$
    this is completely wrong.
    $endgroup$
    – Will Jagy
    Jan 15 at 1:06










  • $begingroup$
    If $a=d$ then it is true.
    $endgroup$
    – Sota Antonino
    Jan 15 at 1:16










  • $begingroup$
    is it true if $b = c$? How can you prove this is true?
    $endgroup$
    – kkun
    Jan 15 at 1:29














0












0








0





$begingroup$


I have a matrix $M$, where $M$ = $begin{bmatrix}a & b\c & dend{bmatrix}$. It is known that $M$ is symmetric and positive definite. Also, it is known that $x^TMy$ is a valid dot product in $R^2$. I know that to characterize $M$ by its eigenvectors, it can be shown as
$Mv_i$ = λ$v_i$.



I was told in my class that based on this context, we can also gather the following information regarding the eigenvalues of this matrix:



$a - c = λ_1$ , $c - d = -λ_1$ , $a + c = λ_2$ and $c + d= λ_2$.



Why is this true? Is this always the case?










share|cite|improve this question









$endgroup$




I have a matrix $M$, where $M$ = $begin{bmatrix}a & b\c & dend{bmatrix}$. It is known that $M$ is symmetric and positive definite. Also, it is known that $x^TMy$ is a valid dot product in $R^2$. I know that to characterize $M$ by its eigenvectors, it can be shown as
$Mv_i$ = λ$v_i$.



I was told in my class that based on this context, we can also gather the following information regarding the eigenvalues of this matrix:



$a - c = λ_1$ , $c - d = -λ_1$ , $a + c = λ_2$ and $c + d= λ_2$.



Why is this true? Is this always the case?







eigenvalues-eigenvectors symmetric-matrices






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Jan 15 at 0:59









kkunkkun

51




51












  • $begingroup$
    this is completely wrong.
    $endgroup$
    – Will Jagy
    Jan 15 at 1:06










  • $begingroup$
    If $a=d$ then it is true.
    $endgroup$
    – Sota Antonino
    Jan 15 at 1:16










  • $begingroup$
    is it true if $b = c$? How can you prove this is true?
    $endgroup$
    – kkun
    Jan 15 at 1:29


















  • $begingroup$
    this is completely wrong.
    $endgroup$
    – Will Jagy
    Jan 15 at 1:06










  • $begingroup$
    If $a=d$ then it is true.
    $endgroup$
    – Sota Antonino
    Jan 15 at 1:16










  • $begingroup$
    is it true if $b = c$? How can you prove this is true?
    $endgroup$
    – kkun
    Jan 15 at 1:29
















$begingroup$
this is completely wrong.
$endgroup$
– Will Jagy
Jan 15 at 1:06




$begingroup$
this is completely wrong.
$endgroup$
– Will Jagy
Jan 15 at 1:06












$begingroup$
If $a=d$ then it is true.
$endgroup$
– Sota Antonino
Jan 15 at 1:16




$begingroup$
If $a=d$ then it is true.
$endgroup$
– Sota Antonino
Jan 15 at 1:16












$begingroup$
is it true if $b = c$? How can you prove this is true?
$endgroup$
– kkun
Jan 15 at 1:29




$begingroup$
is it true if $b = c$? How can you prove this is true?
$endgroup$
– kkun
Jan 15 at 1:29










2 Answers
2






active

oldest

votes


















0












$begingroup$

Let $M=begin{bmatrix} a & c \ c & dend{bmatrix}$ be a symmetric matrix. The eigenvalues of this matrix are given by $$(a-lambda)(d-lambda)-c^2=0$$ $$lambda^2-(a+d)lambda +ad-c^2$$ Using the quadratic formula we obtain $$frac{(a+d)pm sqrt{(a+d)^2-4(ad-c^2)}}{2}$$ $$frac{(a+d)pm sqrt{a^2+d^2-2ad+4c^2}}{2}$$ Note that for the symmetric and positive definite matrix $M=begin{bmatrix}2 & 1 \ 2 & 3 end{bmatrix}$ the quadratic formula will give us two irrational values, while the stated formula only gives whole values. So the stated formulae are not true in general but in just a few cases.



Case 1: $c=0$ $$frac{(a+d)pm sqrt{a^2+d^2-2ad}}{2}$$ $$frac{(a+d)pm (a-d)}{2}$$ $$lambda = a,d$$



Case 2: $a=d$ $$frac{2apm sqrt{4c^2}}{2}$$ $$apm c$$ $$lambda = a-c, a+c$$






share|cite|improve this answer









$endgroup$





















    0












    $begingroup$

    This is patently untrue for a general positive-definite matrix: Combining the first and third equations produces $lambda_1+lambda_2 = operatorname{tr}(A)=2a$, while the second and fourth give $operatorname{tr}(A)=2d$. Any diagonal matrix with different positive entires on the diagonal is a counterexample.



    Note, too, that the statements that $A$ is symmetric and positive-definite, and that $x^TAy$ is a valid inner (not “dot”) product are equivalent.






    share|cite|improve this answer









    $endgroup$













    • $begingroup$
      Thanks for the comment. Regarding your note about dot and inner products-- is it true that a dot product an example of an inner product?
      $endgroup$
      – kkun
      Jan 15 at 3:00










    • $begingroup$
      @kkun Yes. I’m careful to distinguish the dot product—the matrix product of a pair of coordinate tuples—from a scalar product, which is a more general concept. An inner product is a positive-definite scalar product. Many sources use the terms interchangeably when working in $mathbb R^n$ with the Euclidean inner product and the standard basis because the formula for this scalar product is then given by the dot product. If you change to a non-orthonormal basis, though, the value of the inner product of two vectors doesn’t change, but its formula in terms of coordinates does.
      $endgroup$
      – amd
      Jan 15 at 3:13











    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',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    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%2f3073948%2fimplied-eigenvalue-equations-for-an-arbitrary-symmetric-and-positive-definite-m%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0












    $begingroup$

    Let $M=begin{bmatrix} a & c \ c & dend{bmatrix}$ be a symmetric matrix. The eigenvalues of this matrix are given by $$(a-lambda)(d-lambda)-c^2=0$$ $$lambda^2-(a+d)lambda +ad-c^2$$ Using the quadratic formula we obtain $$frac{(a+d)pm sqrt{(a+d)^2-4(ad-c^2)}}{2}$$ $$frac{(a+d)pm sqrt{a^2+d^2-2ad+4c^2}}{2}$$ Note that for the symmetric and positive definite matrix $M=begin{bmatrix}2 & 1 \ 2 & 3 end{bmatrix}$ the quadratic formula will give us two irrational values, while the stated formula only gives whole values. So the stated formulae are not true in general but in just a few cases.



    Case 1: $c=0$ $$frac{(a+d)pm sqrt{a^2+d^2-2ad}}{2}$$ $$frac{(a+d)pm (a-d)}{2}$$ $$lambda = a,d$$



    Case 2: $a=d$ $$frac{2apm sqrt{4c^2}}{2}$$ $$apm c$$ $$lambda = a-c, a+c$$






    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$

      Let $M=begin{bmatrix} a & c \ c & dend{bmatrix}$ be a symmetric matrix. The eigenvalues of this matrix are given by $$(a-lambda)(d-lambda)-c^2=0$$ $$lambda^2-(a+d)lambda +ad-c^2$$ Using the quadratic formula we obtain $$frac{(a+d)pm sqrt{(a+d)^2-4(ad-c^2)}}{2}$$ $$frac{(a+d)pm sqrt{a^2+d^2-2ad+4c^2}}{2}$$ Note that for the symmetric and positive definite matrix $M=begin{bmatrix}2 & 1 \ 2 & 3 end{bmatrix}$ the quadratic formula will give us two irrational values, while the stated formula only gives whole values. So the stated formulae are not true in general but in just a few cases.



      Case 1: $c=0$ $$frac{(a+d)pm sqrt{a^2+d^2-2ad}}{2}$$ $$frac{(a+d)pm (a-d)}{2}$$ $$lambda = a,d$$



      Case 2: $a=d$ $$frac{2apm sqrt{4c^2}}{2}$$ $$apm c$$ $$lambda = a-c, a+c$$






      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$

        Let $M=begin{bmatrix} a & c \ c & dend{bmatrix}$ be a symmetric matrix. The eigenvalues of this matrix are given by $$(a-lambda)(d-lambda)-c^2=0$$ $$lambda^2-(a+d)lambda +ad-c^2$$ Using the quadratic formula we obtain $$frac{(a+d)pm sqrt{(a+d)^2-4(ad-c^2)}}{2}$$ $$frac{(a+d)pm sqrt{a^2+d^2-2ad+4c^2}}{2}$$ Note that for the symmetric and positive definite matrix $M=begin{bmatrix}2 & 1 \ 2 & 3 end{bmatrix}$ the quadratic formula will give us two irrational values, while the stated formula only gives whole values. So the stated formulae are not true in general but in just a few cases.



        Case 1: $c=0$ $$frac{(a+d)pm sqrt{a^2+d^2-2ad}}{2}$$ $$frac{(a+d)pm (a-d)}{2}$$ $$lambda = a,d$$



        Case 2: $a=d$ $$frac{2apm sqrt{4c^2}}{2}$$ $$apm c$$ $$lambda = a-c, a+c$$






        share|cite|improve this answer









        $endgroup$



        Let $M=begin{bmatrix} a & c \ c & dend{bmatrix}$ be a symmetric matrix. The eigenvalues of this matrix are given by $$(a-lambda)(d-lambda)-c^2=0$$ $$lambda^2-(a+d)lambda +ad-c^2$$ Using the quadratic formula we obtain $$frac{(a+d)pm sqrt{(a+d)^2-4(ad-c^2)}}{2}$$ $$frac{(a+d)pm sqrt{a^2+d^2-2ad+4c^2}}{2}$$ Note that for the symmetric and positive definite matrix $M=begin{bmatrix}2 & 1 \ 2 & 3 end{bmatrix}$ the quadratic formula will give us two irrational values, while the stated formula only gives whole values. So the stated formulae are not true in general but in just a few cases.



        Case 1: $c=0$ $$frac{(a+d)pm sqrt{a^2+d^2-2ad}}{2}$$ $$frac{(a+d)pm (a-d)}{2}$$ $$lambda = a,d$$



        Case 2: $a=d$ $$frac{2apm sqrt{4c^2}}{2}$$ $$apm c$$ $$lambda = a-c, a+c$$







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 15 at 1:41









        Ryan GreylingRyan Greyling

        3229




        3229























            0












            $begingroup$

            This is patently untrue for a general positive-definite matrix: Combining the first and third equations produces $lambda_1+lambda_2 = operatorname{tr}(A)=2a$, while the second and fourth give $operatorname{tr}(A)=2d$. Any diagonal matrix with different positive entires on the diagonal is a counterexample.



            Note, too, that the statements that $A$ is symmetric and positive-definite, and that $x^TAy$ is a valid inner (not “dot”) product are equivalent.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Thanks for the comment. Regarding your note about dot and inner products-- is it true that a dot product an example of an inner product?
              $endgroup$
              – kkun
              Jan 15 at 3:00










            • $begingroup$
              @kkun Yes. I’m careful to distinguish the dot product—the matrix product of a pair of coordinate tuples—from a scalar product, which is a more general concept. An inner product is a positive-definite scalar product. Many sources use the terms interchangeably when working in $mathbb R^n$ with the Euclidean inner product and the standard basis because the formula for this scalar product is then given by the dot product. If you change to a non-orthonormal basis, though, the value of the inner product of two vectors doesn’t change, but its formula in terms of coordinates does.
              $endgroup$
              – amd
              Jan 15 at 3:13
















            0












            $begingroup$

            This is patently untrue for a general positive-definite matrix: Combining the first and third equations produces $lambda_1+lambda_2 = operatorname{tr}(A)=2a$, while the second and fourth give $operatorname{tr}(A)=2d$. Any diagonal matrix with different positive entires on the diagonal is a counterexample.



            Note, too, that the statements that $A$ is symmetric and positive-definite, and that $x^TAy$ is a valid inner (not “dot”) product are equivalent.






            share|cite|improve this answer









            $endgroup$













            • $begingroup$
              Thanks for the comment. Regarding your note about dot and inner products-- is it true that a dot product an example of an inner product?
              $endgroup$
              – kkun
              Jan 15 at 3:00










            • $begingroup$
              @kkun Yes. I’m careful to distinguish the dot product—the matrix product of a pair of coordinate tuples—from a scalar product, which is a more general concept. An inner product is a positive-definite scalar product. Many sources use the terms interchangeably when working in $mathbb R^n$ with the Euclidean inner product and the standard basis because the formula for this scalar product is then given by the dot product. If you change to a non-orthonormal basis, though, the value of the inner product of two vectors doesn’t change, but its formula in terms of coordinates does.
              $endgroup$
              – amd
              Jan 15 at 3:13














            0












            0








            0





            $begingroup$

            This is patently untrue for a general positive-definite matrix: Combining the first and third equations produces $lambda_1+lambda_2 = operatorname{tr}(A)=2a$, while the second and fourth give $operatorname{tr}(A)=2d$. Any diagonal matrix with different positive entires on the diagonal is a counterexample.



            Note, too, that the statements that $A$ is symmetric and positive-definite, and that $x^TAy$ is a valid inner (not “dot”) product are equivalent.






            share|cite|improve this answer









            $endgroup$



            This is patently untrue for a general positive-definite matrix: Combining the first and third equations produces $lambda_1+lambda_2 = operatorname{tr}(A)=2a$, while the second and fourth give $operatorname{tr}(A)=2d$. Any diagonal matrix with different positive entires on the diagonal is a counterexample.



            Note, too, that the statements that $A$ is symmetric and positive-definite, and that $x^TAy$ is a valid inner (not “dot”) product are equivalent.







            share|cite|improve this answer












            share|cite|improve this answer



            share|cite|improve this answer










            answered Jan 15 at 2:33









            amdamd

            30.4k21050




            30.4k21050












            • $begingroup$
              Thanks for the comment. Regarding your note about dot and inner products-- is it true that a dot product an example of an inner product?
              $endgroup$
              – kkun
              Jan 15 at 3:00










            • $begingroup$
              @kkun Yes. I’m careful to distinguish the dot product—the matrix product of a pair of coordinate tuples—from a scalar product, which is a more general concept. An inner product is a positive-definite scalar product. Many sources use the terms interchangeably when working in $mathbb R^n$ with the Euclidean inner product and the standard basis because the formula for this scalar product is then given by the dot product. If you change to a non-orthonormal basis, though, the value of the inner product of two vectors doesn’t change, but its formula in terms of coordinates does.
              $endgroup$
              – amd
              Jan 15 at 3:13


















            • $begingroup$
              Thanks for the comment. Regarding your note about dot and inner products-- is it true that a dot product an example of an inner product?
              $endgroup$
              – kkun
              Jan 15 at 3:00










            • $begingroup$
              @kkun Yes. I’m careful to distinguish the dot product—the matrix product of a pair of coordinate tuples—from a scalar product, which is a more general concept. An inner product is a positive-definite scalar product. Many sources use the terms interchangeably when working in $mathbb R^n$ with the Euclidean inner product and the standard basis because the formula for this scalar product is then given by the dot product. If you change to a non-orthonormal basis, though, the value of the inner product of two vectors doesn’t change, but its formula in terms of coordinates does.
              $endgroup$
              – amd
              Jan 15 at 3:13
















            $begingroup$
            Thanks for the comment. Regarding your note about dot and inner products-- is it true that a dot product an example of an inner product?
            $endgroup$
            – kkun
            Jan 15 at 3:00




            $begingroup$
            Thanks for the comment. Regarding your note about dot and inner products-- is it true that a dot product an example of an inner product?
            $endgroup$
            – kkun
            Jan 15 at 3:00












            $begingroup$
            @kkun Yes. I’m careful to distinguish the dot product—the matrix product of a pair of coordinate tuples—from a scalar product, which is a more general concept. An inner product is a positive-definite scalar product. Many sources use the terms interchangeably when working in $mathbb R^n$ with the Euclidean inner product and the standard basis because the formula for this scalar product is then given by the dot product. If you change to a non-orthonormal basis, though, the value of the inner product of two vectors doesn’t change, but its formula in terms of coordinates does.
            $endgroup$
            – amd
            Jan 15 at 3:13




            $begingroup$
            @kkun Yes. I’m careful to distinguish the dot product—the matrix product of a pair of coordinate tuples—from a scalar product, which is a more general concept. An inner product is a positive-definite scalar product. Many sources use the terms interchangeably when working in $mathbb R^n$ with the Euclidean inner product and the standard basis because the formula for this scalar product is then given by the dot product. If you change to a non-orthonormal basis, though, the value of the inner product of two vectors doesn’t change, but its formula in terms of coordinates does.
            $endgroup$
            – amd
            Jan 15 at 3:13


















            draft saved

            draft discarded




















































            Thanks for contributing an answer to Mathematics Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            Use MathJax to format equations. MathJax reference.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3073948%2fimplied-eigenvalue-equations-for-an-arbitrary-symmetric-and-positive-definite-m%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            MongoDB - Not Authorized To Execute Command

            in spring boot 2.1 many test slices are not allowed anymore due to multiple @BootstrapWith

            Npm cannot find a required file even through it is in the searched directory