Laurent series advantage











up vote
0
down vote

favorite












Laurent for a function is a generalization of the Taylor series. With a Laurent series, however, the powers can be negative. An advantage of the Laurent series over the Taylor series is expanding around singular points for a given function. Looking for a demonstration of this advantage for an unusual function.



Can Laurent's theorem be used on all Taylor theorem expandable functions?










share|cite|improve this question


















  • 2




    What is a Taylor theorem expandable function?
    – José Carlos Santos
    Nov 14 at 19:31















up vote
0
down vote

favorite












Laurent for a function is a generalization of the Taylor series. With a Laurent series, however, the powers can be negative. An advantage of the Laurent series over the Taylor series is expanding around singular points for a given function. Looking for a demonstration of this advantage for an unusual function.



Can Laurent's theorem be used on all Taylor theorem expandable functions?










share|cite|improve this question


















  • 2




    What is a Taylor theorem expandable function?
    – José Carlos Santos
    Nov 14 at 19:31













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Laurent for a function is a generalization of the Taylor series. With a Laurent series, however, the powers can be negative. An advantage of the Laurent series over the Taylor series is expanding around singular points for a given function. Looking for a demonstration of this advantage for an unusual function.



Can Laurent's theorem be used on all Taylor theorem expandable functions?










share|cite|improve this question













Laurent for a function is a generalization of the Taylor series. With a Laurent series, however, the powers can be negative. An advantage of the Laurent series over the Taylor series is expanding around singular points for a given function. Looking for a demonstration of this advantage for an unusual function.



Can Laurent's theorem be used on all Taylor theorem expandable functions?







power-series taylor-expansion laurent-series






share|cite|improve this question













share|cite|improve this question











share|cite|improve this question




share|cite|improve this question










asked Nov 14 at 19:29









gb117

1




1








  • 2




    What is a Taylor theorem expandable function?
    – José Carlos Santos
    Nov 14 at 19:31














  • 2




    What is a Taylor theorem expandable function?
    – José Carlos Santos
    Nov 14 at 19:31








2




2




What is a Taylor theorem expandable function?
– José Carlos Santos
Nov 14 at 19:31




What is a Taylor theorem expandable function?
– José Carlos Santos
Nov 14 at 19:31










2 Answers
2






active

oldest

votes

















up vote
0
down vote













I don't know if it's "unusual", but for example, $f(z) = sin(1/z)$ has an isolated singularity at $z=0$. You can do a Laurent expansion around that point:



$$ sin(1/z) = z^{-1} - frac{z^{-3}}{3!} + frac{z^{-5}}{5!} - ldots = sum_{n=-infty}^infty a_n z^n$$
where $a_n = (-1)^{(n+1)/2}/(-n)!$ for odd $n < 0$, $0$ otherwise.



I'm not quite sure what you're referring to as "Laurent's theorem".
But any Taylor series is a Laurent series where the terms in negative powers happen to be $0$, so wherever Taylor expands the function, so does Laurent.






share|cite|improve this answer























  • Thanks so much, Robert! Can you think of smth other that sin(1/z)?
    – gb117
    Nov 15 at 20:04










  • I can think of lots of things.Take $g(1/z)$ for any non-constant entire function $g$. Take $1/g(z)$ where $g$ is analytic in a neighbourhood of $0$ with $g(0)=0$.
    – Robert Israel
    Nov 16 at 2:43




















up vote
0
down vote













A Taylor series has a radius of convergence.



Some familiar functions that radius is infinite.



$e^x = sum frac {x^n}{n!}$



But for others is its not



$ln (1-x) = -sum frac {x^n}{n}$



A Laurent series gives you some flexibility in determining where the series will converge and will not converge.



$frac {1}{1-x} = sum_limits{n=0}^infty x^n$ converges when $|x|< 1$



$frac {1}{1-x} = sum_limits{n=1}^infty -x^{-n}$ converges when $|x|> 1$



One place it comes in handy:



If you have contour integral in complex analysis. And your function has a Laurent series representation, and the the contour is inside the convergent part of the Laurent series



$int_gamma f(z) dz = 2pi i (a_{-1})$ where $a_{-1}$ is the coefficient of the $z^{-1}$ term






share|cite|improve this answer





















    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: 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%2f2998721%2flaurent-series-advantage%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








    up vote
    0
    down vote













    I don't know if it's "unusual", but for example, $f(z) = sin(1/z)$ has an isolated singularity at $z=0$. You can do a Laurent expansion around that point:



    $$ sin(1/z) = z^{-1} - frac{z^{-3}}{3!} + frac{z^{-5}}{5!} - ldots = sum_{n=-infty}^infty a_n z^n$$
    where $a_n = (-1)^{(n+1)/2}/(-n)!$ for odd $n < 0$, $0$ otherwise.



    I'm not quite sure what you're referring to as "Laurent's theorem".
    But any Taylor series is a Laurent series where the terms in negative powers happen to be $0$, so wherever Taylor expands the function, so does Laurent.






    share|cite|improve this answer























    • Thanks so much, Robert! Can you think of smth other that sin(1/z)?
      – gb117
      Nov 15 at 20:04










    • I can think of lots of things.Take $g(1/z)$ for any non-constant entire function $g$. Take $1/g(z)$ where $g$ is analytic in a neighbourhood of $0$ with $g(0)=0$.
      – Robert Israel
      Nov 16 at 2:43

















    up vote
    0
    down vote













    I don't know if it's "unusual", but for example, $f(z) = sin(1/z)$ has an isolated singularity at $z=0$. You can do a Laurent expansion around that point:



    $$ sin(1/z) = z^{-1} - frac{z^{-3}}{3!} + frac{z^{-5}}{5!} - ldots = sum_{n=-infty}^infty a_n z^n$$
    where $a_n = (-1)^{(n+1)/2}/(-n)!$ for odd $n < 0$, $0$ otherwise.



    I'm not quite sure what you're referring to as "Laurent's theorem".
    But any Taylor series is a Laurent series where the terms in negative powers happen to be $0$, so wherever Taylor expands the function, so does Laurent.






    share|cite|improve this answer























    • Thanks so much, Robert! Can you think of smth other that sin(1/z)?
      – gb117
      Nov 15 at 20:04










    • I can think of lots of things.Take $g(1/z)$ for any non-constant entire function $g$. Take $1/g(z)$ where $g$ is analytic in a neighbourhood of $0$ with $g(0)=0$.
      – Robert Israel
      Nov 16 at 2:43















    up vote
    0
    down vote










    up vote
    0
    down vote









    I don't know if it's "unusual", but for example, $f(z) = sin(1/z)$ has an isolated singularity at $z=0$. You can do a Laurent expansion around that point:



    $$ sin(1/z) = z^{-1} - frac{z^{-3}}{3!} + frac{z^{-5}}{5!} - ldots = sum_{n=-infty}^infty a_n z^n$$
    where $a_n = (-1)^{(n+1)/2}/(-n)!$ for odd $n < 0$, $0$ otherwise.



    I'm not quite sure what you're referring to as "Laurent's theorem".
    But any Taylor series is a Laurent series where the terms in negative powers happen to be $0$, so wherever Taylor expands the function, so does Laurent.






    share|cite|improve this answer














    I don't know if it's "unusual", but for example, $f(z) = sin(1/z)$ has an isolated singularity at $z=0$. You can do a Laurent expansion around that point:



    $$ sin(1/z) = z^{-1} - frac{z^{-3}}{3!} + frac{z^{-5}}{5!} - ldots = sum_{n=-infty}^infty a_n z^n$$
    where $a_n = (-1)^{(n+1)/2}/(-n)!$ for odd $n < 0$, $0$ otherwise.



    I'm not quite sure what you're referring to as "Laurent's theorem".
    But any Taylor series is a Laurent series where the terms in negative powers happen to be $0$, so wherever Taylor expands the function, so does Laurent.







    share|cite|improve this answer














    share|cite|improve this answer



    share|cite|improve this answer








    edited Nov 16 at 2:39

























    answered Nov 14 at 20:10









    Robert Israel

    313k23206452




    313k23206452












    • Thanks so much, Robert! Can you think of smth other that sin(1/z)?
      – gb117
      Nov 15 at 20:04










    • I can think of lots of things.Take $g(1/z)$ for any non-constant entire function $g$. Take $1/g(z)$ where $g$ is analytic in a neighbourhood of $0$ with $g(0)=0$.
      – Robert Israel
      Nov 16 at 2:43




















    • Thanks so much, Robert! Can you think of smth other that sin(1/z)?
      – gb117
      Nov 15 at 20:04










    • I can think of lots of things.Take $g(1/z)$ for any non-constant entire function $g$. Take $1/g(z)$ where $g$ is analytic in a neighbourhood of $0$ with $g(0)=0$.
      – Robert Israel
      Nov 16 at 2:43


















    Thanks so much, Robert! Can you think of smth other that sin(1/z)?
    – gb117
    Nov 15 at 20:04




    Thanks so much, Robert! Can you think of smth other that sin(1/z)?
    – gb117
    Nov 15 at 20:04












    I can think of lots of things.Take $g(1/z)$ for any non-constant entire function $g$. Take $1/g(z)$ where $g$ is analytic in a neighbourhood of $0$ with $g(0)=0$.
    – Robert Israel
    Nov 16 at 2:43






    I can think of lots of things.Take $g(1/z)$ for any non-constant entire function $g$. Take $1/g(z)$ where $g$ is analytic in a neighbourhood of $0$ with $g(0)=0$.
    – Robert Israel
    Nov 16 at 2:43












    up vote
    0
    down vote













    A Taylor series has a radius of convergence.



    Some familiar functions that radius is infinite.



    $e^x = sum frac {x^n}{n!}$



    But for others is its not



    $ln (1-x) = -sum frac {x^n}{n}$



    A Laurent series gives you some flexibility in determining where the series will converge and will not converge.



    $frac {1}{1-x} = sum_limits{n=0}^infty x^n$ converges when $|x|< 1$



    $frac {1}{1-x} = sum_limits{n=1}^infty -x^{-n}$ converges when $|x|> 1$



    One place it comes in handy:



    If you have contour integral in complex analysis. And your function has a Laurent series representation, and the the contour is inside the convergent part of the Laurent series



    $int_gamma f(z) dz = 2pi i (a_{-1})$ where $a_{-1}$ is the coefficient of the $z^{-1}$ term






    share|cite|improve this answer

























      up vote
      0
      down vote













      A Taylor series has a radius of convergence.



      Some familiar functions that radius is infinite.



      $e^x = sum frac {x^n}{n!}$



      But for others is its not



      $ln (1-x) = -sum frac {x^n}{n}$



      A Laurent series gives you some flexibility in determining where the series will converge and will not converge.



      $frac {1}{1-x} = sum_limits{n=0}^infty x^n$ converges when $|x|< 1$



      $frac {1}{1-x} = sum_limits{n=1}^infty -x^{-n}$ converges when $|x|> 1$



      One place it comes in handy:



      If you have contour integral in complex analysis. And your function has a Laurent series representation, and the the contour is inside the convergent part of the Laurent series



      $int_gamma f(z) dz = 2pi i (a_{-1})$ where $a_{-1}$ is the coefficient of the $z^{-1}$ term






      share|cite|improve this answer























        up vote
        0
        down vote










        up vote
        0
        down vote









        A Taylor series has a radius of convergence.



        Some familiar functions that radius is infinite.



        $e^x = sum frac {x^n}{n!}$



        But for others is its not



        $ln (1-x) = -sum frac {x^n}{n}$



        A Laurent series gives you some flexibility in determining where the series will converge and will not converge.



        $frac {1}{1-x} = sum_limits{n=0}^infty x^n$ converges when $|x|< 1$



        $frac {1}{1-x} = sum_limits{n=1}^infty -x^{-n}$ converges when $|x|> 1$



        One place it comes in handy:



        If you have contour integral in complex analysis. And your function has a Laurent series representation, and the the contour is inside the convergent part of the Laurent series



        $int_gamma f(z) dz = 2pi i (a_{-1})$ where $a_{-1}$ is the coefficient of the $z^{-1}$ term






        share|cite|improve this answer












        A Taylor series has a radius of convergence.



        Some familiar functions that radius is infinite.



        $e^x = sum frac {x^n}{n!}$



        But for others is its not



        $ln (1-x) = -sum frac {x^n}{n}$



        A Laurent series gives you some flexibility in determining where the series will converge and will not converge.



        $frac {1}{1-x} = sum_limits{n=0}^infty x^n$ converges when $|x|< 1$



        $frac {1}{1-x} = sum_limits{n=1}^infty -x^{-n}$ converges when $|x|> 1$



        One place it comes in handy:



        If you have contour integral in complex analysis. And your function has a Laurent series representation, and the the contour is inside the convergent part of the Laurent series



        $int_gamma f(z) dz = 2pi i (a_{-1})$ where $a_{-1}$ is the coefficient of the $z^{-1}$ term







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered Nov 16 at 3:16









        Doug M

        42.6k31752




        42.6k31752






























             

            draft saved


            draft discarded



















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f2998721%2flaurent-series-advantage%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

            What is the Guru Parampara of Kashmiri Shaivism?

            Герой Советского Союза

            AnyDesk - Fatal Program Failure