3.3.1 Maclaurin Series
Maclaurin Series
Maclaurin hypothesised that every function could be written as an infinite-order polynomial.
He assumed for any f(x):
f(x)=c0+c1x+c2x2+c3x3+⋯+cnxn+⋯
Assuming this is true, to find the values of the constants cn, we do the following:
- f(0)=c0
- f′(x)=c1+2c2x+3c3x2+4c4x3+5c5x4+⋯⇒f′(0)=c1
- f′′(x)=2c2+6c3x+12c4x2+20c5x3+⋯⇒f′′(0)=2c2⇒c2=2f′′(0)
- f′′′(x)=6c3+24c4x+60c5x2+⋯⇒f′′′(0)=6c3⇒c3=6f′′′(0)
- f′′′′(x)=24c4+120c5x+⋯⇒f′′′′(0)=24c4⇒c4=24f′′′′(0)
∴in general cn=n!f(n)(0)
Therefore.
f(x)=1+f′(0)x+2f′′(0)x2+6f′′′(0)x3+⋯+n!f(n)(0)xn+⋯
Or equivalently:
f(x)=n=0∑∞n!f(n)(0)xn
Examples
Variations on Expanding ln(1+x):
In the formula booklet, we are given that:
ln(1+x)=x−2x2+3x3+⋯+r(−1)r+1xr+⋯