Wolfram Article
f(x)=n=0∑∞n!f(n)(a)(x−a)n=f(a)+f′(a)(x−a)+21f′′(a)(x−a)2+…
- Read as the Taylor expansion of f(x) in x about a
- f(n) is the nth derivative of the function we are trying to approximate
- a is the value we are inputting into f(x)
f(x0+Δx)=n=0∑∞n!f(n)(x0)(Δx)n
Types
- ex=n=0∑∞n!xn
- Derivation:
- ex=n=0∑∞n!ea(x−a)n
- Assume a=0
- ex=n=0∑∞n!e0(x−0)n
- ex=n=0∑∞n!xn
- (1+x)n≈1+nx, x small
- sinx=n=0∑∞(2n+1)!(−1)nx2n+1
- cosx=n=0∑∞(2n)!(−1)nx2n
- ln(1−x)=−n=1∑∞nxn
- ln(1+x)=n=1∑∞(−1)n+1nxn