Note : the solution using the derivative .
These are the titles of the materials related to the question
A3 Power series
Definitions:
a power series as f(x) = a0 + a1x + a2x^2 + a3x^3 + ... + anx^n
a Taylor series as f(x) = f(a) + f'(a)(x-a) + f''(a)/2!(x-a)^2 + ... + f(n)(a)/n!(x-a)^n
Routine operations involve:
a Maclaurin series as a Taylor series with a = 0
convergence and divergence
conditions for convergence and divergence.
Non-routine operations involve:
numerical value for e using a power series
proof that d/dx(e^x) = e^x using series
engineering applications, e.g. error in area or volume for small error in measurement of length, oscillator frequency for an electrical circuit if components have small errors in their values.