Introduction to Power Series

Key Questions

  • Taylor Series centered at c#

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

    I hope that this was helpful.

  • Useful Maclaurin Series

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

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

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

    cosx=sum_{n=0}^infty(-1)^n{x^{2n}}/{(2n)!}cosx=n=0(1)nx2n(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+cdotsn=0anxn=a0+a1x+a2x2+a3x3+

    I hope that this was sufficient.

Questions