Taylor series with a base point different from $0$











up vote
4
down vote

favorite












What's the need for $f(x) = sum_{k=0}^{infty}frac{f^{(k)}(a)}{k!}(x-a)^{k}$ if we already have the formula at $0$?

Isn't the $(x-a)$ just making the $a$ as the new origin?

When is this formula more useful than that at $0$?










share|cite|improve this question




















  • 4




    How would you find the Taylor series for $log(x)$ at $0$?
    – jjagmath
    yesterday















up vote
4
down vote

favorite












What's the need for $f(x) = sum_{k=0}^{infty}frac{f^{(k)}(a)}{k!}(x-a)^{k}$ if we already have the formula at $0$?

Isn't the $(x-a)$ just making the $a$ as the new origin?

When is this formula more useful than that at $0$?










share|cite|improve this question




















  • 4




    How would you find the Taylor series for $log(x)$ at $0$?
    – jjagmath
    yesterday













up vote
4
down vote

favorite









up vote
4
down vote

favorite











What's the need for $f(x) = sum_{k=0}^{infty}frac{f^{(k)}(a)}{k!}(x-a)^{k}$ if we already have the formula at $0$?

Isn't the $(x-a)$ just making the $a$ as the new origin?

When is this formula more useful than that at $0$?










share|cite|improve this question















What's the need for $f(x) = sum_{k=0}^{infty}frac{f^{(k)}(a)}{k!}(x-a)^{k}$ if we already have the formula at $0$?

Isn't the $(x-a)$ just making the $a$ as the new origin?

When is this formula more useful than that at $0$?







functions taylor-expansion






share|cite|improve this question















share|cite|improve this question













share|cite|improve this question




share|cite|improve this question








edited yesterday









Andrews

12415




12415










asked yesterday









archaic

575




575








  • 4




    How would you find the Taylor series for $log(x)$ at $0$?
    – jjagmath
    yesterday














  • 4




    How would you find the Taylor series for $log(x)$ at $0$?
    – jjagmath
    yesterday








4




4




How would you find the Taylor series for $log(x)$ at $0$?
– jjagmath
yesterday




How would you find the Taylor series for $log(x)$ at $0$?
– jjagmath
yesterday










2 Answers
2






active

oldest

votes

















up vote
7
down vote



accepted










Some functions, like $frac1x$, or $ln x$, do not have a Taylor series centered around $0$. Around $1$, on the other hand, we have
$$
frac1x = 1-(x-1) + (x-1)^2 - (x-1)^3 + cdots\
ln x = (x-1) - frac{(x-1)^2}{2} + frac{(x-1)^3}{3} - cdots
$$



Some times, you're interested in approximating a function value at some point $x_0$, which is far from $0$, but close to some other point $a$ where you know the coefficients. For instance, finding $sin(6.27)$ using the Taylor series of $sin$ centered at $2pi$ is going to go much faster than using the one centered at $0$.






share|cite|improve this answer





















  • Why is it going to be faster? If you center $sin$ at $2pi$ you've shifted the whole graph such that $2pi$ is the new $0$, and thus $6.27$ is still the same distance away if that makes sens.
    – archaic
    yesterday










  • This is the point of my question by the way.
    – archaic
    yesterday






  • 2




    @archaic So your question isn't really about Taylor series at all, but rather more generally about whether to shift the coordinate system (wiht an accompanying variable substitution, but somewhat simpler expressions), or not to shift the coordinate system (with less abstraction but somewhat more complicated expressions). To that there is no answer. Do whatever you feel like, but be aware that some people feel differently than you do. Besides, if you want to shift the coordinate system, then the point of that formula is to tell you how to do it.
    – Arthur
    yesterday












  • Thank you for replying, but could you also tell me about how it'll be faster, perhaps an example? Thanks again!
    – archaic
    yesterday






  • 3




    @archaic It's faster in the sense that the partial sum of the series will converge towards the actual value much quicker i.e. if you want an approximation of the value of sin(6.27) using taylor series, choosing the series about $2pi$ will let you get your desired accuracy with calculating fewer terms than looking at the series centered at 0.
    – Shufflepants
    yesterday




















up vote
6
down vote













If you are going to use Taylor polynomials to compute, say, an approximation of $sqrt{4+frac15}$, what you'll need is the Taylor series of $sqrt x$ centered at $4$, not centered at $0$ (which, by the way, doesn't exist, since $sqrt x$ isn't even differentiable there).






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%2f3027162%2ftaylor-series-with-a-base-point-different-from-0%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
    7
    down vote



    accepted










    Some functions, like $frac1x$, or $ln x$, do not have a Taylor series centered around $0$. Around $1$, on the other hand, we have
    $$
    frac1x = 1-(x-1) + (x-1)^2 - (x-1)^3 + cdots\
    ln x = (x-1) - frac{(x-1)^2}{2} + frac{(x-1)^3}{3} - cdots
    $$



    Some times, you're interested in approximating a function value at some point $x_0$, which is far from $0$, but close to some other point $a$ where you know the coefficients. For instance, finding $sin(6.27)$ using the Taylor series of $sin$ centered at $2pi$ is going to go much faster than using the one centered at $0$.






    share|cite|improve this answer





















    • Why is it going to be faster? If you center $sin$ at $2pi$ you've shifted the whole graph such that $2pi$ is the new $0$, and thus $6.27$ is still the same distance away if that makes sens.
      – archaic
      yesterday










    • This is the point of my question by the way.
      – archaic
      yesterday






    • 2




      @archaic So your question isn't really about Taylor series at all, but rather more generally about whether to shift the coordinate system (wiht an accompanying variable substitution, but somewhat simpler expressions), or not to shift the coordinate system (with less abstraction but somewhat more complicated expressions). To that there is no answer. Do whatever you feel like, but be aware that some people feel differently than you do. Besides, if you want to shift the coordinate system, then the point of that formula is to tell you how to do it.
      – Arthur
      yesterday












    • Thank you for replying, but could you also tell me about how it'll be faster, perhaps an example? Thanks again!
      – archaic
      yesterday






    • 3




      @archaic It's faster in the sense that the partial sum of the series will converge towards the actual value much quicker i.e. if you want an approximation of the value of sin(6.27) using taylor series, choosing the series about $2pi$ will let you get your desired accuracy with calculating fewer terms than looking at the series centered at 0.
      – Shufflepants
      yesterday

















    up vote
    7
    down vote



    accepted










    Some functions, like $frac1x$, or $ln x$, do not have a Taylor series centered around $0$. Around $1$, on the other hand, we have
    $$
    frac1x = 1-(x-1) + (x-1)^2 - (x-1)^3 + cdots\
    ln x = (x-1) - frac{(x-1)^2}{2} + frac{(x-1)^3}{3} - cdots
    $$



    Some times, you're interested in approximating a function value at some point $x_0$, which is far from $0$, but close to some other point $a$ where you know the coefficients. For instance, finding $sin(6.27)$ using the Taylor series of $sin$ centered at $2pi$ is going to go much faster than using the one centered at $0$.






    share|cite|improve this answer





















    • Why is it going to be faster? If you center $sin$ at $2pi$ you've shifted the whole graph such that $2pi$ is the new $0$, and thus $6.27$ is still the same distance away if that makes sens.
      – archaic
      yesterday










    • This is the point of my question by the way.
      – archaic
      yesterday






    • 2




      @archaic So your question isn't really about Taylor series at all, but rather more generally about whether to shift the coordinate system (wiht an accompanying variable substitution, but somewhat simpler expressions), or not to shift the coordinate system (with less abstraction but somewhat more complicated expressions). To that there is no answer. Do whatever you feel like, but be aware that some people feel differently than you do. Besides, if you want to shift the coordinate system, then the point of that formula is to tell you how to do it.
      – Arthur
      yesterday












    • Thank you for replying, but could you also tell me about how it'll be faster, perhaps an example? Thanks again!
      – archaic
      yesterday






    • 3




      @archaic It's faster in the sense that the partial sum of the series will converge towards the actual value much quicker i.e. if you want an approximation of the value of sin(6.27) using taylor series, choosing the series about $2pi$ will let you get your desired accuracy with calculating fewer terms than looking at the series centered at 0.
      – Shufflepants
      yesterday















    up vote
    7
    down vote



    accepted







    up vote
    7
    down vote



    accepted






    Some functions, like $frac1x$, or $ln x$, do not have a Taylor series centered around $0$. Around $1$, on the other hand, we have
    $$
    frac1x = 1-(x-1) + (x-1)^2 - (x-1)^3 + cdots\
    ln x = (x-1) - frac{(x-1)^2}{2} + frac{(x-1)^3}{3} - cdots
    $$



    Some times, you're interested in approximating a function value at some point $x_0$, which is far from $0$, but close to some other point $a$ where you know the coefficients. For instance, finding $sin(6.27)$ using the Taylor series of $sin$ centered at $2pi$ is going to go much faster than using the one centered at $0$.






    share|cite|improve this answer












    Some functions, like $frac1x$, or $ln x$, do not have a Taylor series centered around $0$. Around $1$, on the other hand, we have
    $$
    frac1x = 1-(x-1) + (x-1)^2 - (x-1)^3 + cdots\
    ln x = (x-1) - frac{(x-1)^2}{2} + frac{(x-1)^3}{3} - cdots
    $$



    Some times, you're interested in approximating a function value at some point $x_0$, which is far from $0$, but close to some other point $a$ where you know the coefficients. For instance, finding $sin(6.27)$ using the Taylor series of $sin$ centered at $2pi$ is going to go much faster than using the one centered at $0$.







    share|cite|improve this answer












    share|cite|improve this answer



    share|cite|improve this answer










    answered yesterday









    Arthur

    109k7103186




    109k7103186












    • Why is it going to be faster? If you center $sin$ at $2pi$ you've shifted the whole graph such that $2pi$ is the new $0$, and thus $6.27$ is still the same distance away if that makes sens.
      – archaic
      yesterday










    • This is the point of my question by the way.
      – archaic
      yesterday






    • 2




      @archaic So your question isn't really about Taylor series at all, but rather more generally about whether to shift the coordinate system (wiht an accompanying variable substitution, but somewhat simpler expressions), or not to shift the coordinate system (with less abstraction but somewhat more complicated expressions). To that there is no answer. Do whatever you feel like, but be aware that some people feel differently than you do. Besides, if you want to shift the coordinate system, then the point of that formula is to tell you how to do it.
      – Arthur
      yesterday












    • Thank you for replying, but could you also tell me about how it'll be faster, perhaps an example? Thanks again!
      – archaic
      yesterday






    • 3




      @archaic It's faster in the sense that the partial sum of the series will converge towards the actual value much quicker i.e. if you want an approximation of the value of sin(6.27) using taylor series, choosing the series about $2pi$ will let you get your desired accuracy with calculating fewer terms than looking at the series centered at 0.
      – Shufflepants
      yesterday




















    • Why is it going to be faster? If you center $sin$ at $2pi$ you've shifted the whole graph such that $2pi$ is the new $0$, and thus $6.27$ is still the same distance away if that makes sens.
      – archaic
      yesterday










    • This is the point of my question by the way.
      – archaic
      yesterday






    • 2




      @archaic So your question isn't really about Taylor series at all, but rather more generally about whether to shift the coordinate system (wiht an accompanying variable substitution, but somewhat simpler expressions), or not to shift the coordinate system (with less abstraction but somewhat more complicated expressions). To that there is no answer. Do whatever you feel like, but be aware that some people feel differently than you do. Besides, if you want to shift the coordinate system, then the point of that formula is to tell you how to do it.
      – Arthur
      yesterday












    • Thank you for replying, but could you also tell me about how it'll be faster, perhaps an example? Thanks again!
      – archaic
      yesterday






    • 3




      @archaic It's faster in the sense that the partial sum of the series will converge towards the actual value much quicker i.e. if you want an approximation of the value of sin(6.27) using taylor series, choosing the series about $2pi$ will let you get your desired accuracy with calculating fewer terms than looking at the series centered at 0.
      – Shufflepants
      yesterday


















    Why is it going to be faster? If you center $sin$ at $2pi$ you've shifted the whole graph such that $2pi$ is the new $0$, and thus $6.27$ is still the same distance away if that makes sens.
    – archaic
    yesterday




    Why is it going to be faster? If you center $sin$ at $2pi$ you've shifted the whole graph such that $2pi$ is the new $0$, and thus $6.27$ is still the same distance away if that makes sens.
    – archaic
    yesterday












    This is the point of my question by the way.
    – archaic
    yesterday




    This is the point of my question by the way.
    – archaic
    yesterday




    2




    2




    @archaic So your question isn't really about Taylor series at all, but rather more generally about whether to shift the coordinate system (wiht an accompanying variable substitution, but somewhat simpler expressions), or not to shift the coordinate system (with less abstraction but somewhat more complicated expressions). To that there is no answer. Do whatever you feel like, but be aware that some people feel differently than you do. Besides, if you want to shift the coordinate system, then the point of that formula is to tell you how to do it.
    – Arthur
    yesterday






    @archaic So your question isn't really about Taylor series at all, but rather more generally about whether to shift the coordinate system (wiht an accompanying variable substitution, but somewhat simpler expressions), or not to shift the coordinate system (with less abstraction but somewhat more complicated expressions). To that there is no answer. Do whatever you feel like, but be aware that some people feel differently than you do. Besides, if you want to shift the coordinate system, then the point of that formula is to tell you how to do it.
    – Arthur
    yesterday














    Thank you for replying, but could you also tell me about how it'll be faster, perhaps an example? Thanks again!
    – archaic
    yesterday




    Thank you for replying, but could you also tell me about how it'll be faster, perhaps an example? Thanks again!
    – archaic
    yesterday




    3




    3




    @archaic It's faster in the sense that the partial sum of the series will converge towards the actual value much quicker i.e. if you want an approximation of the value of sin(6.27) using taylor series, choosing the series about $2pi$ will let you get your desired accuracy with calculating fewer terms than looking at the series centered at 0.
    – Shufflepants
    yesterday






    @archaic It's faster in the sense that the partial sum of the series will converge towards the actual value much quicker i.e. if you want an approximation of the value of sin(6.27) using taylor series, choosing the series about $2pi$ will let you get your desired accuracy with calculating fewer terms than looking at the series centered at 0.
    – Shufflepants
    yesterday












    up vote
    6
    down vote













    If you are going to use Taylor polynomials to compute, say, an approximation of $sqrt{4+frac15}$, what you'll need is the Taylor series of $sqrt x$ centered at $4$, not centered at $0$ (which, by the way, doesn't exist, since $sqrt x$ isn't even differentiable there).






    share|cite|improve this answer

























      up vote
      6
      down vote













      If you are going to use Taylor polynomials to compute, say, an approximation of $sqrt{4+frac15}$, what you'll need is the Taylor series of $sqrt x$ centered at $4$, not centered at $0$ (which, by the way, doesn't exist, since $sqrt x$ isn't even differentiable there).






      share|cite|improve this answer























        up vote
        6
        down vote










        up vote
        6
        down vote









        If you are going to use Taylor polynomials to compute, say, an approximation of $sqrt{4+frac15}$, what you'll need is the Taylor series of $sqrt x$ centered at $4$, not centered at $0$ (which, by the way, doesn't exist, since $sqrt x$ isn't even differentiable there).






        share|cite|improve this answer












        If you are going to use Taylor polynomials to compute, say, an approximation of $sqrt{4+frac15}$, what you'll need is the Taylor series of $sqrt x$ centered at $4$, not centered at $0$ (which, by the way, doesn't exist, since $sqrt x$ isn't even differentiable there).







        share|cite|improve this answer












        share|cite|improve this answer



        share|cite|improve this answer










        answered yesterday









        José Carlos Santos

        144k20112212




        144k20112212






























            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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.


            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%2f3027162%2ftaylor-series-with-a-base-point-different-from-0%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

            Morgemoulin

            Scott Moir

            Souastre