Problems from Taylor's polynomial

Find Taylor's polynomial of degree 3 in x0=0 of the function f(x)=11+x.

See development and solution

Development:

To find Taylor's polynomial we have to know the value of the first, second and third derivative of f(x) in the point x0=0.

Let's calculate them:

{f(x)=11+x=(1+x)1f(x)=1(1+x)2f(x)=2(1+x)3f(x)=6(1+x)4{f(0)=1f(0)=1f(0)=2f(0)=6

Therefore, Taylor's polynomial is: T3(x)=f(x0)+f(x0)1!(xx0)+f(x0)2!(xx0)2+f(x0)3!(xx0)3=1+11(x0)+22(x0)2+66(x0)3=1x+x2x3

Solution:

T3(x)=1x+x2x3

Hide solution and development
View theory