Exponential Matrix 2 - complex eigenvalues Euler












0












$begingroup$


Given a matrix $A=begin{pmatrix} sigma & omega \ -omega & sigma end{pmatrix}$ with two complex eigenvalues $sigmapm iomega$, using the Euler formula $e^{i omega t}=cos(omega t)+i sin(omega t)$ my objective is to show that $e^{At}=e^{sigma t}begin{pmatrix} cos(omega t) & sin(omega t)\ -sin(omega t)& cos(omega t) end{pmatrix}$.

It should be done without using Taylor expansion.










share|cite|improve this question











$endgroup$












  • $begingroup$
    Yes, sorry I've just added that the proof cannot include the Taylor definition of $e^{At}$.
    $endgroup$
    – Timothy
    Jan 9 at 18:41










  • $begingroup$
    This matrix is diagonalizable over the complex numbers. Find eigenvectors and multiply it out.
    $endgroup$
    – amd
    Jan 9 at 20:31
















0












$begingroup$


Given a matrix $A=begin{pmatrix} sigma & omega \ -omega & sigma end{pmatrix}$ with two complex eigenvalues $sigmapm iomega$, using the Euler formula $e^{i omega t}=cos(omega t)+i sin(omega t)$ my objective is to show that $e^{At}=e^{sigma t}begin{pmatrix} cos(omega t) & sin(omega t)\ -sin(omega t)& cos(omega t) end{pmatrix}$.

It should be done without using Taylor expansion.










share|cite|improve this question











$endgroup$












  • $begingroup$
    Yes, sorry I've just added that the proof cannot include the Taylor definition of $e^{At}$.
    $endgroup$
    – Timothy
    Jan 9 at 18:41










  • $begingroup$
    This matrix is diagonalizable over the complex numbers. Find eigenvectors and multiply it out.
    $endgroup$
    – amd
    Jan 9 at 20:31














0












0








0





$begingroup$


Given a matrix $A=begin{pmatrix} sigma & omega \ -omega & sigma end{pmatrix}$ with two complex eigenvalues $sigmapm iomega$, using the Euler formula $e^{i omega t}=cos(omega t)+i sin(omega t)$ my objective is to show that $e^{At}=e^{sigma t}begin{pmatrix} cos(omega t) & sin(omega t)\ -sin(omega t)& cos(omega t) end{pmatrix}$.

It should be done without using Taylor expansion.










share|cite|improve this question











$endgroup$




Given a matrix $A=begin{pmatrix} sigma & omega \ -omega & sigma end{pmatrix}$ with two complex eigenvalues $sigmapm iomega$, using the Euler formula $e^{i omega t}=cos(omega t)+i sin(omega t)$ my objective is to show that $e^{At}=e^{sigma t}begin{pmatrix} cos(omega t) & sin(omega t)\ -sin(omega t)& cos(omega t) end{pmatrix}$.

It should be done without using Taylor expansion.







complex-numbers eigenvalues-eigenvectors matrix-exponential






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited Jan 9 at 19:44









user376343

3,9584829




3,9584829










asked Jan 9 at 18:20









TimothyTimothy

83




83












  • $begingroup$
    Yes, sorry I've just added that the proof cannot include the Taylor definition of $e^{At}$.
    $endgroup$
    – Timothy
    Jan 9 at 18:41










  • $begingroup$
    This matrix is diagonalizable over the complex numbers. Find eigenvectors and multiply it out.
    $endgroup$
    – amd
    Jan 9 at 20:31


















  • $begingroup$
    Yes, sorry I've just added that the proof cannot include the Taylor definition of $e^{At}$.
    $endgroup$
    – Timothy
    Jan 9 at 18:41










  • $begingroup$
    This matrix is diagonalizable over the complex numbers. Find eigenvectors and multiply it out.
    $endgroup$
    – amd
    Jan 9 at 20:31
















$begingroup$
Yes, sorry I've just added that the proof cannot include the Taylor definition of $e^{At}$.
$endgroup$
– Timothy
Jan 9 at 18:41




$begingroup$
Yes, sorry I've just added that the proof cannot include the Taylor definition of $e^{At}$.
$endgroup$
– Timothy
Jan 9 at 18:41












$begingroup$
This matrix is diagonalizable over the complex numbers. Find eigenvectors and multiply it out.
$endgroup$
– amd
Jan 9 at 20:31




$begingroup$
This matrix is diagonalizable over the complex numbers. Find eigenvectors and multiply it out.
$endgroup$
– amd
Jan 9 at 20:31










1 Answer
1






active

oldest

votes


















0












$begingroup$

The eigen values of the matrix are :



λ=α+iω and λ¯=α−iω. The corresponding eigenvectors are
$v=begin{bmatrix}1 \ iend{bmatrix} = begin{bmatrix}1 \ 0end{bmatrix} + ibegin{bmatrix}0\ 1end{bmatrix},$ and $v¯= begin{bmatrix}1 \ −iend{bmatrix} = begin{bmatrix}1 \ 0end{bmatrix} − ibegin{bmatrix}0 \ 1end{bmatrix}$



Write,
$A = αI + ωJ, : I = begin{bmatrix}1 & 0\ 0& 1end{bmatrix},J = begin{bmatrix}0 &−1 \ 1& 0end{bmatrix}$



The matrices I and J commute (check), so $e^{tA}=e^{αtI + ωtJ} = e^{αtI} e^{ωtJ}$.



We have,



$e^{αtI} = begin{bmatrix}e^{αt} & 0 \ 0 & e^{αt}end{bmatrix}, : e^{ωtJ} = begin{bmatrix}cosωt & −sinωt \ sinωt & cosωtend{bmatrix}$



which gives the desired result.



Check that this holds true
$e^{ωtJ} = begin{bmatrix}cosωt & −sinωt \ sinωt & cosωtend{bmatrix}$
The definition of matrix exponential (refer to any standard book) is based on the converging Taylor series, but since you are not allowed to use that definition to conclude the above, you may instead use the Lemma for the derivative of a matrix exponential to prove that the above expression holds true.



For any matrix $A in mathbb{R}^{n times n}$ and $t in mathbb{R}$, we have,



$ frac{d}{dt} e^{At} = A e^{At} $



Also, note that the above only holds for scalar matrix $A$ and not when A is also a function of time. Using this lemma, you can substitute the expression for $e^{omega tJ} $ above (i.e. for $A = omega J$, in this case) , differentiate with respect to $t$ and show that it holds to complete the proof.






share|cite|improve this answer









$endgroup$














    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%2f3067786%2fexponential-matrix-2-complex-eigenvalues-euler%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0












    $begingroup$

    The eigen values of the matrix are :



    λ=α+iω and λ¯=α−iω. The corresponding eigenvectors are
    $v=begin{bmatrix}1 \ iend{bmatrix} = begin{bmatrix}1 \ 0end{bmatrix} + ibegin{bmatrix}0\ 1end{bmatrix},$ and $v¯= begin{bmatrix}1 \ −iend{bmatrix} = begin{bmatrix}1 \ 0end{bmatrix} − ibegin{bmatrix}0 \ 1end{bmatrix}$



    Write,
    $A = αI + ωJ, : I = begin{bmatrix}1 & 0\ 0& 1end{bmatrix},J = begin{bmatrix}0 &−1 \ 1& 0end{bmatrix}$



    The matrices I and J commute (check), so $e^{tA}=e^{αtI + ωtJ} = e^{αtI} e^{ωtJ}$.



    We have,



    $e^{αtI} = begin{bmatrix}e^{αt} & 0 \ 0 & e^{αt}end{bmatrix}, : e^{ωtJ} = begin{bmatrix}cosωt & −sinωt \ sinωt & cosωtend{bmatrix}$



    which gives the desired result.



    Check that this holds true
    $e^{ωtJ} = begin{bmatrix}cosωt & −sinωt \ sinωt & cosωtend{bmatrix}$
    The definition of matrix exponential (refer to any standard book) is based on the converging Taylor series, but since you are not allowed to use that definition to conclude the above, you may instead use the Lemma for the derivative of a matrix exponential to prove that the above expression holds true.



    For any matrix $A in mathbb{R}^{n times n}$ and $t in mathbb{R}$, we have,



    $ frac{d}{dt} e^{At} = A e^{At} $



    Also, note that the above only holds for scalar matrix $A$ and not when A is also a function of time. Using this lemma, you can substitute the expression for $e^{omega tJ} $ above (i.e. for $A = omega J$, in this case) , differentiate with respect to $t$ and show that it holds to complete the proof.






    share|cite|improve this answer









    $endgroup$


















      0












      $begingroup$

      The eigen values of the matrix are :



      λ=α+iω and λ¯=α−iω. The corresponding eigenvectors are
      $v=begin{bmatrix}1 \ iend{bmatrix} = begin{bmatrix}1 \ 0end{bmatrix} + ibegin{bmatrix}0\ 1end{bmatrix},$ and $v¯= begin{bmatrix}1 \ −iend{bmatrix} = begin{bmatrix}1 \ 0end{bmatrix} − ibegin{bmatrix}0 \ 1end{bmatrix}$



      Write,
      $A = αI + ωJ, : I = begin{bmatrix}1 & 0\ 0& 1end{bmatrix},J = begin{bmatrix}0 &−1 \ 1& 0end{bmatrix}$



      The matrices I and J commute (check), so $e^{tA}=e^{αtI + ωtJ} = e^{αtI} e^{ωtJ}$.



      We have,



      $e^{αtI} = begin{bmatrix}e^{αt} & 0 \ 0 & e^{αt}end{bmatrix}, : e^{ωtJ} = begin{bmatrix}cosωt & −sinωt \ sinωt & cosωtend{bmatrix}$



      which gives the desired result.



      Check that this holds true
      $e^{ωtJ} = begin{bmatrix}cosωt & −sinωt \ sinωt & cosωtend{bmatrix}$
      The definition of matrix exponential (refer to any standard book) is based on the converging Taylor series, but since you are not allowed to use that definition to conclude the above, you may instead use the Lemma for the derivative of a matrix exponential to prove that the above expression holds true.



      For any matrix $A in mathbb{R}^{n times n}$ and $t in mathbb{R}$, we have,



      $ frac{d}{dt} e^{At} = A e^{At} $



      Also, note that the above only holds for scalar matrix $A$ and not when A is also a function of time. Using this lemma, you can substitute the expression for $e^{omega tJ} $ above (i.e. for $A = omega J$, in this case) , differentiate with respect to $t$ and show that it holds to complete the proof.






      share|cite|improve this answer









      $endgroup$
















        0












        0








        0





        $begingroup$

        The eigen values of the matrix are :



        λ=α+iω and λ¯=α−iω. The corresponding eigenvectors are
        $v=begin{bmatrix}1 \ iend{bmatrix} = begin{bmatrix}1 \ 0end{bmatrix} + ibegin{bmatrix}0\ 1end{bmatrix},$ and $v¯= begin{bmatrix}1 \ −iend{bmatrix} = begin{bmatrix}1 \ 0end{bmatrix} − ibegin{bmatrix}0 \ 1end{bmatrix}$



        Write,
        $A = αI + ωJ, : I = begin{bmatrix}1 & 0\ 0& 1end{bmatrix},J = begin{bmatrix}0 &−1 \ 1& 0end{bmatrix}$



        The matrices I and J commute (check), so $e^{tA}=e^{αtI + ωtJ} = e^{αtI} e^{ωtJ}$.



        We have,



        $e^{αtI} = begin{bmatrix}e^{αt} & 0 \ 0 & e^{αt}end{bmatrix}, : e^{ωtJ} = begin{bmatrix}cosωt & −sinωt \ sinωt & cosωtend{bmatrix}$



        which gives the desired result.



        Check that this holds true
        $e^{ωtJ} = begin{bmatrix}cosωt & −sinωt \ sinωt & cosωtend{bmatrix}$
        The definition of matrix exponential (refer to any standard book) is based on the converging Taylor series, but since you are not allowed to use that definition to conclude the above, you may instead use the Lemma for the derivative of a matrix exponential to prove that the above expression holds true.



        For any matrix $A in mathbb{R}^{n times n}$ and $t in mathbb{R}$, we have,



        $ frac{d}{dt} e^{At} = A e^{At} $



        Also, note that the above only holds for scalar matrix $A$ and not when A is also a function of time. Using this lemma, you can substitute the expression for $e^{omega tJ} $ above (i.e. for $A = omega J$, in this case) , differentiate with respect to $t$ and show that it holds to complete the proof.






        share|cite|improve this answer









        $endgroup$



        The eigen values of the matrix are :



        λ=α+iω and λ¯=α−iω. The corresponding eigenvectors are
        $v=begin{bmatrix}1 \ iend{bmatrix} = begin{bmatrix}1 \ 0end{bmatrix} + ibegin{bmatrix}0\ 1end{bmatrix},$ and $v¯= begin{bmatrix}1 \ −iend{bmatrix} = begin{bmatrix}1 \ 0end{bmatrix} − ibegin{bmatrix}0 \ 1end{bmatrix}$



        Write,
        $A = αI + ωJ, : I = begin{bmatrix}1 & 0\ 0& 1end{bmatrix},J = begin{bmatrix}0 &−1 \ 1& 0end{bmatrix}$



        The matrices I and J commute (check), so $e^{tA}=e^{αtI + ωtJ} = e^{αtI} e^{ωtJ}$.



        We have,



        $e^{αtI} = begin{bmatrix}e^{αt} & 0 \ 0 & e^{αt}end{bmatrix}, : e^{ωtJ} = begin{bmatrix}cosωt & −sinωt \ sinωt & cosωtend{bmatrix}$



        which gives the desired result.



        Check that this holds true
        $e^{ωtJ} = begin{bmatrix}cosωt & −sinωt \ sinωt & cosωtend{bmatrix}$
        The definition of matrix exponential (refer to any standard book) is based on the converging Taylor series, but since you are not allowed to use that definition to conclude the above, you may instead use the Lemma for the derivative of a matrix exponential to prove that the above expression holds true.



        For any matrix $A in mathbb{R}^{n times n}$ and $t in mathbb{R}$, we have,



        $ frac{d}{dt} e^{At} = A e^{At} $



        Also, note that the above only holds for scalar matrix $A$ and not when A is also a function of time. Using this lemma, you can substitute the expression for $e^{omega tJ} $ above (i.e. for $A = omega J$, in this case) , differentiate with respect to $t$ and show that it holds to complete the proof.







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Jan 17 at 1:18









        wootmanwootman

        247




        247






























            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%2f3067786%2fexponential-matrix-2-complex-eigenvalues-euler%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