Taylor Series
Taylor and Maclaurin polynomial approximation of a function
sin(x) ≈ x − 0.166667x³ + 0.00833333x⁵
Maclaurin series (a = 0)
Taylor polynomial Pₙ(x)
x − 0.166667x³ + 0.00833333x⁵
Pₙ(x) — approximation
0,9333333333
f(x) — actual
0,9092974268
Absolute error |f(x) − Pₙ(x)|
0,0240359065
Coefficients
| k | f⁽ᵏ⁾(a) | cₖ = f⁽ᵏ⁾(a)/k! |
|---|---|---|
| 0 | 0 | 0 |
| 1 | 1 | 1 |
| 2 | 0 | 0 |
| 3 | -1 | -0,1666666667 |
| 4 | 0 | 0 |
| 5 | 1 | 0,0083333333 |
f(x)Pₙ(x)