Introduction to Power Series

Key Questions

  • Taylor Series centered at c#

    f(x)=sum_{n=0}^infty {f^{(n)}(c)}/{n!}(x-c)^n

    I hope that this was helpful.

  • Useful Maclaurin Series

    1/{1-x}=sum_{n=0}^infty x^n

    e^x=sum_{n=0}^infty{x^n}/{n!}

    sinx=sum_{n=0}^infty(-1)^n{x^{2n+1}}/{(2n+1)!}

    cosx=sum_{n=0}^infty(-1)^n{x^{2n}}/{(2n)!}


    I hope that this was helpful.

  • You can thing of a power series as a polynomial function of infinite degree since it looks like this:

    sum_{n=0}^inftya_nx^n=a_0+a_1x+a_2x^2+a_3x^3+cdots

    I hope that this was sufficient.

Questions