Maclaurin Series — Last Minute Summary
f(x)=∑n=0∞n!f(n)(0)xn
Standard Expansions (must memorise)
| Function | Expansion (first terms) |
|---|
| ex | 1+x+2!x2+3!x3+4!x4+⋯ |
| sinx | x−3!x3+5!x5−⋯ |
| cosx | 1−2!x2+4!x4−⋯ |
| ln(1+x) | x−2x2+3x3−4x4+⋯ |
| tan−1x | x−3x3+5x5−⋯ |
| sinhx | x+3!x3+5!x5+⋯ |
| coshx | 1+2!x2+4!x4+⋯ |
Key Tricks
- ax=exlna
- For composite f(g(x)), expand f(u) then substitute u=g(x)
- For ln(coshx), expand coshx then use ln(1+u) series
- For sin−1x, differentiate first then integrate series
Derivatives to Remember
dxdax=axlna
dxdsin−1x=1−x21
dxdtan−1x=1+x21
dxdln(coshx)=tanhx
Warning Signs
| Expression | Trap |
|---|
| ax | =xax−1, correct: axlna |
| sin−1x | derivative has 1/1−x2 |
| ln(coshx) | need coshx expansion first |
| e1+x2 | factor e first: e⋅ex2 |