Maclaurin and Taylor series
f(x) = Σ f(n)(0) xn/n! (Maclaurin); around a (Taylor).
Maclaurin: power series at x = 0. Taylor: at general point a. Standard expansions for ex, sin x, cos x, ln(1+x), (1+x)n are essential.
Worked examples
ex = 1 + x + x²/2! + x³/3! + ...
sin x = x − x³/3! + x5/5! − ...
ln(1+x) = x − x²/2 + x³/3 − ... (|x| < 1).
Frequently asked questions
Range of convergence?
Each series has its own. ex converges for all x; ln(1+x) only for |x| < 1.
Use?
Approximation; integration of awkward functions; deriving identities (e.g. Euler's formula).