How do you use a Maclaurin series to find the derivative of a function?

1 Answer

The MacLaurin series of a function ff is a power series of the form:

sum_(n=0)^(oo) a_n x^nn=0anxn

With the coefficients a_nan given by the relation

a_n=(f^((n))(0))/(n!),an=f(n)(0)n!,

where f^((n))(0)f(n)(0) is the nnth derivative of f(x)f(x) evaluated at x=0x=0.

Therefore,

f^((n))(0)=a_n n!f(n)(0)=ann!

This reasoning can be extended to Taylor series around x_0x0, of the form:

sum_(n=0)^(oo) c_n (x-x_0)^nn=0cn(xx0)n

With the relation

f^((n))(x_0)=c_n n!f(n)(x0)=cnn!

It's important to emphasize that the function nnth derivative of ff (that is, f^((n)) (x)f(n)(x)) cannot be obtained directly from the Taylor/MacLaurin series (only it's value on the point around wich the series is constructed).