Taylor Series

Author: John J Weber III, PhD Corresponding Textbook Sections:

Expected Educational Results

Bloom’s Taxonomy

A modern version of Bloom’s Taxonomy is included here to recognize various different levels of understanding and to encourage you to work towards higher-order understanding (those at the top of the pyramid). All Objectives, Investigations, Activities, etc. are color-coded with the level of understanding.

Bloom’s Taxonomy for different levels of understanding
Figure 1.1: Bloom's Taxonomy

Taylor Series

Definition: Taylor Series, a.k.a., Taylor Polynomial

If f has a power series representation at x=a, then the Taylor Series for a function, f(x) is

f(x)=n=0f(n)(a)n!(xa)n

Definition: Maclaurin Series

A Maclaurin Series series is a Taylor Series for x=0, that is f(x)=n=0f(n)(0)n!xn

NOTE: Taylor Series and Maclaurin Series are Power Series.

Activity 01

Find the Maclaurin Series for f(x)=e2x by completing the following table and finding a pattern: NOTE: In order to more easily find a pattern do not expand any expression.

nf(n)(x)f(n)(0)f(n)(0)n!xn
    
    
    
    
    
    
    

Find the pattern in the last column and write e2x as a series.

Activity 02

Find the Maclaurin Series for f(x)=e5x by completing the following table and finding a pattern: NOTE: In order to more easily find a pattern do not expand any expression.

nf(n)(x)f(n)(0)f(n)(0)n!xn
    
    
    
    
    
    
    

Find the pattern in the last column to write e5x as a series.

NOTE: When completing the table, use exponents, e.g., 24 is more helpful than 16; do not rewrite factorials, e.g., 3! is more helpful than 6.

Investigation 03

From your work in Activities 1 and 2, what do you think is the Maclaurin Series for f(x)=ebx, b>0? Explain.

Investigation 04

Find the Maclaurin Series for f(x)=ex1 by completing a similar table and finding a pattern.

Investigation 05

Find the Maclaurin Series for f(x)=ex by completing a similar table and finding a pattern.

Activity 06

Find the Maclaurin Series for f(x)=cos(3x) by completing a similar table and finding a pattern.

Activity 07

Find the Maclaurin Series for f(x)=sin(2x) by completing a similar table and finding a pattern.

Check Your Work

Use Technology to Verify a Taylor Series

NOTE: On all Assessments, you may use technology to verify your series convergence/divergence. You must show all Calculus II related work.

Mathematica

Warnings:

  1. Be very careful with the syntax. Syntax is the set of rules on how to write computer code. Every software program has its own unique syntax. Some basic Mathematica syntax is located at: http://www.jjw3.com/TECH_Common_Functions.pdf.

  2. Series[ ] has at least two arguments:

    1. f(x);

    2. {x,0,10} contains the following references

      • x is the independent variable;
      • 0 refers to the center; change this as needed;
      • 10 is the order (i.e., the highest exponent shown for the Taylor polynomial); change this as needed.
  3. For help on using the Series[ ] function:

    1. In Mathematica, execute the code: ?Series
    2. Click on near the bottom-left of output
    3. Click on local
    4. Read how to use the Series[ ] function – you will be able to copy-paste code.
  4. Mathematica will include O(x11) in the above result. This refers to the order of the error – you do not need to know about this.

  5. Remember, correct Mathematica code will be all black except for variables.

  6. To execute code (including comment codes), press and hold the SHIFT key and press the ENTER key.

Investigation 08

Find the interval and radius of convergence for any of the Taylor Series from Investigation 07.

Homework

At this time, you should be able to complete the following assignments:

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License [http://creativecommons.org/licenses/by-nc-sa/4.0/].

Created: Tuesday, 1 December 2020 15:05 EDT Last Modified: Monday, 15 November 2021 - 02:54 (EDT)