Find the Taylor polynomial T3(x) for the function f centered at the number a. f(x) = x + e^{−x}, a = 0

Find The Taylor Polynomial

This problem aims to find the Taylor polynomials up to 3 places for a given function f, centered at a point a. To better understand the problem, you must know about Power Series, as it forms the basis of the Taylor Series.

Taylor series of a function is defined as an infinite sum of derivative terms of that function at a single point. The formula for this Series is derived from the Power series and can be written as:

k=0fk(a)k!(xa)k

where $f(k)(a)$ denotes the nth derivative of $f$ evaluated at point a and k is the degree of the polynomial. If a is set to 0, it’s known as Maclaurin Series.

But not every function has a Taylor Series expansion.

Expert Answer:

Firstly, expanding the series for k=3 as T3

T3(x)=f(a)+f(a)1!(xa)+f(a)2!(xa)2+f(a)3!(xa)3

Next, we are going to find the derivatives of f(x) which will get plugged into T3(x) equation:

f(x)=x+ex,f(0)=1

First Derivative:

f(x)=1ex,f(0)=0

Second Derivative:

f(x)=ex,f(0)=1

Third Derivative:

f(x)=ex,f(0)=1

Substituting the above derivatives into T3(x) becomes:

T3(x)=f(a)+f(a)1!(xa)+f(a)2!(xa)2+f(a)3!(xa)3

Simplifying the equation:

=1+01!(x0)+12!(x2)2+13!(x0)3

T3(x)=1+x22x36

Numerical Result:

Finally, we have our Taylor Series Expansion:

T3(x)=1+x22x36

Taylor Series expansion of fx x e^ x

Figure 1

Example:

Find the taylor polynomial t3(x) for the function f centered at the number a. f(x)=xcos(x),a=0

Expanding the series for k=3 as T3 gives us:

T3(x)=f(a)+f(a)1!(xa)+f(a)2!(xa)2+f(a)3!(xa)3

Next, we are going to find the derivatives of f(x) which will get plugged into T3(x) equation:

f(x)=xcos(x),f(0)=0

f(x)=cos(x)xsin(x),f(0)=1

f(x)=xcos(x)2sin(x),f(0)=0

f(x)=xsin(x)3cos(x),f(0)=1

Substituting the above derivatives into T3(x) becomes:

T3(x)=f(a)+f(a)1!(xa)+f(a)2!(xa)2+f(a)3!(xa)3

Plugging in the values in T3(x) equation.

=11!x+0+33!x3

Finally, we have our Taylor Series Expansion:

T3(x)=x12x3

taylor series example

Figure 2

Images/mathematical drawings are created with GeoGebra.

Previous Question < > Next Question