Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Taylor and Maclaurin series let students represent complicated functions using polynomials near a chosen center. This cheat sheet helps organize the formulas, notation, and common series that appear in calculus problems. It is useful for approximating values, analyzing functions, and preparing for exams involving power series. The main idea is that a function can be built from its derivatives at a point using powers of xax-a. A Maclaurin series is the special case of a Taylor series centered at a=0a=0. Students should know the general formulas, several common expansions, and how to check where a series converges.

Key Facts

  • The Taylor series for f(x)f(x) centered at x=ax=a is n=0f(n)(a)n!(xa)n\sum_{n=0}^{\infty} \frac{f^{(n)}(a)}{n!}(x-a)^n.
  • The Maclaurin series is the Taylor series centered at a=0a=0, so f(x)=n=0f(n)(0)n!xnf(x)=\sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!}x^n when the series converges to f(x)f(x).
  • The nnth Taylor polynomial is Pn(x)=k=0nf(k)(a)k!(xa)kP_n(x)=\sum_{k=0}^{n} \frac{f^{(k)}(a)}{k!}(x-a)^k.
  • The geometric series formula is 11x=n=0xn\frac{1}{1-x}=\sum_{n=0}^{\infty}x^n for x<1|x|<1.
  • The exponential series is ex=n=0xnn!e^x=\sum_{n=0}^{\infty}\frac{x^n}{n!} for all real xx.
  • The sine and cosine series are sinx=n=0(1)nx2n+1(2n+1)!\sin x=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n+1}}{(2n+1)!} and cosx=n=0(1)nx2n(2n)!\cos x=\sum_{n=0}^{\infty}(-1)^n\frac{x^{2n}}{(2n)!}.
  • The Lagrange error bound is Rn(x)M(n+1)!xan+1|R_n(x)|\le \frac{M}{(n+1)!}|x-a|^{n+1} when f(n+1)(t)M|f^{(n+1)}(t)|\le M between aa and xx.
  • The ratio test checks convergence using L=limnan+1anL=\lim_{n\to\infty}\left|\frac{a_{n+1}}{a_n}\right|, where the series converges if L<1L<1 and diverges if L>1L>1.

Vocabulary

Taylor Series
An infinite power series that represents a function using its derivatives at a center aa.
Maclaurin Series
A Taylor series centered at a=0a=0.
Taylor Polynomial
A finite polynomial approximation Pn(x)P_n(x) made from the first n+1n+1 terms of a Taylor series.
Radius of Convergence
The distance RR from the center where a power series converges for xa<R|x-a|<R.
Interval of Convergence
The set of all xx-values where a power series converges, including any endpoints that work.
Remainder
The error term Rn(x)=f(x)Pn(x)R_n(x)=f(x)-P_n(x) between the actual function value and the Taylor polynomial approximation.

Common Mistakes to Avoid

  • Forgetting the factorial in f(n)(a)n!(xa)n\frac{f^{(n)}(a)}{n!}(x-a)^n is wrong because each coefficient must be divided by n!n!.
  • Using xnx^n instead of (xa)n(x-a)^n for a Taylor series centered at a0a\ne 0 is wrong because the powers must measure distance from the center.
  • Assuming the radius of convergence includes the endpoints is wrong because endpoints must be tested separately.
  • Mixing up the sine and cosine series is wrong because sinx\sin x uses odd powers and cosx\cos x uses even powers.
  • Stopping after finding a Taylor polynomial and calling it the exact function is wrong because a polynomial is usually an approximation unless the remainder goes to 00.

Practice Questions

  1. 1 Find the degree 33 Maclaurin polynomial for exe^x.
  2. 2 Use the Maclaurin series for sinx\sin x to approximate sin(0.2)\sin(0.2) using terms through x3x^3.
  3. 3 Find the radius of convergence of n=0(x2)n3n\sum_{n=0}^{\infty}\frac{(x-2)^n}{3^n}.
  4. 4 Explain why endpoint testing is needed after the ratio test gives a radius of convergence.