Parameters
Function
Expansion point a
0.00
Order N
5
x Range
±4
Display Options
Taylor Series Formula
$$f(x)=\sum_{n=0}^{N}\frac{f^{(n)}(a)}{n!}(x-a)^n$$Remainder: $R_N=\dfrac{f^{(N+1)}(\xi)}{(N+1)!}(x-a)^{N+1}$
—
Approx. at x=a+0.5
—
Absolute Error
—
Relative Error
—
Radius of Conv.
Function vs Taylor Approximation (solid: exact, dashed: Taylor)
Error Plot |f(x) − Tₙ(x)|
CAE Engineering Applications
Taylor series underpins FEM shape functions (local polynomial approximation), Newton's method (tangent stiffness matrix = first-order Taylor linearization), and finite difference accuracy analysis. The small-angle approximation sin θ ≈ θ is Taylor's first term.
Numerical Methods: eˣ expansion is used in creep/relaxation modeling. ln expansion appears in Hencky logarithmic strain (large-deformation FEM). Understanding convergence radius prevents numerical blow-up in nonlinear solvers.