Calculus · real student question

Find the Taylor series expansion of e^x about x = 0.

Question

Find the Taylor series of exe^{x} about x=0x=0 (its Maclaurin series).

Step-by-step solution

  1. Write down the template you are filling in. The Taylor series of ff about x=0x=0 is

    f(x)=n=0f(n)(0)n!xnf(x)=\sum_{n=0}^{\infty}\frac{f^{(n)}(0)}{n!}x^{n}

    so the entire job is to compute the derivatives of f(x)=exf(x)=e^{x} at the single point 00.

  2. Differentiate repeatedly. The exponential is the fixed point of differentiation:

    f(x)=ex,f(x)=ex,,f(n)(x)=ex for every n0f'(x)=e^{x},\quad f''(x)=e^{x},\quad\ldots,\quad f^{(n)}(x)=e^{x}\ \text{for every }n\ge 0

    This is the whole reason the expansion comes out so clean — there is no pattern of signs or growing coefficients to track.

  3. Evaluate at the centre. Since e0=1e^{0}=1,

    f(n)(0)=1for all n0f^{(n)}(0)=1\qquad\text{for all }n\ge 0

  4. Substitute back into the template. Every numerator is 11, so the coefficient of xnx^{n} is just 1n!\dfrac{1}{n!}:

    ex=n=0xnn!=1+x+x22!+x33!+x44!+e^{x}=\sum_{n=0}^{\infty}\frac{x^{n}}{n!}=1+x+\frac{x^{2}}{2!}+\frac{x^{3}}{3!}+\frac{x^{4}}{4!}+\cdots

  5. Check the radius of convergence. By the ratio test on consecutive terms,

    xn+1/(n+1)!xn/n!=xn+10\left|\frac{x^{n+1}/(n+1)!}{x^{n}/n!}\right|=\frac{|x|}{n+1}\longrightarrow 0

    for every fixed xx, so the series converges absolutely on all of R\mathbb{R} (radius R=R=\infty).

  6. Sanity-check one value. At x=1x=1 the partial sums 1, 2, 2.5, 2.66, 2.7083, 2.7161,\ 2,\ 2.5,\ 2.6\overline{6},\ 2.708\overline{3},\ 2.71\overline{6} climb toward e=2.71828e=2.71828\ldots, matching the claim e1=1/n!e^{1}=\sum 1/n!.

Answer

ex=n=0xnn!=1+x+x22!+x33!+e^{x}=\sum_{n=0}^{\infty}\frac{x^{n}}{n!}=1+x+\frac{x^{2}}{2!}+\frac{x^{3}}{3!}+\cdots

Need to solve a different problem like this? Open the solver →