Q. 28

Question

Find the fourth Maclaurin polynomial P4(x) for the specified function:

1+x1-x.

Step-by-Step Solution

Verified
Answer

The fourth Maclaurin polynomial is,

1+2(x+x2+x3+x4).

1Step 1. Given Information.

The function is,

1+x1-x.

2Step 2. Describing the polynomial.

Let f(x)=1+x1-x.

Since for any function fwith a derivative of order 4 at x=0, the fourth Maclaurin polynomial is given by,

P4(x)=f(0)+f'(0)x+f''(0)2!x2+f'''(0)3!x3+f''''(0)4!x4.

3Step 3.Finding the fourth Maclaurin polynomial.

The value of the function at x=0 is,

f(0)=1+01-0      =1

The derivatives of the function f(x)=1+x1-x are,

f'(x)=d1+x1-xdx       =(1-x)d(1+x)dx-(1+x)d(1-x)dx(1-x)2        =(1-x)+(1+x)(1-x)2         =2(1-x)2f'(0)=2(1-0)2         =2

Also,

f''(x)=d(2(1-x)-2)dx         =2d1-x-2dx         =4(1-x)-3 f''(0)=4(1-0)-3                    =4

Also,

f'''(x)=d(4(1-x)-3)dx          =4d1-x-3dx          =12(1-x)-4 f'''(0)=12(1-0)-4                  =12

Also,

f''''(x)=d(12(1-x)-4)dx            =12d1-x-4dx            =48(1-x)-5 f''''(0)=48(1-0)-5                      =48

The fourth Maclaurin polynomial is,

P4(x)=1+2x+42!x2+123!x3+484!x4          =1+2(x+x2+x3+x4)