Papers
Topics
Authors
Recent
2000 character limit reached

First-Order Taylor Expansion

Updated 5 December 2025
  • First-order Taylor expansion is a linear approximation of smooth functions near a point, offering controlled error bounds based on second derivatives.
  • It underpins numerical methods such as ODE integration and interpolation, ensuring precise error estimation and enhanced computational performance.
  • Recent advancements extend the expansion to matrix functions and Banach spaces using optimal weighted derivatives and integral remainder bounds for improved accuracy.

The first-order Taylor expansion provides a linear approximation of a smooth function near a fixed point, offering critical theoretical and practical utility in numerical analysis, asymptotic approximation, and error analysis across mathematical sciences. For sufficiently differentiable functions, the expansion yields not just an approximation but a controllable bound on the local error. Recent literature extends and refines the classical result by constructing optimal weighted combinations of function values and derivatives, analyzing the resultant remainders, and generalizing to matrices, systems, and Banach spaces.

1. Classical First-Order Taylor Expansion and Remainder

For a scalar function ff of a real variable, the first-order Taylor expansion about aa at bb is: f(b)f(a)+f(a)(ba).f(b) \approx f(a) + f'(a)(b - a). The classical remainder for fC2([a,b])f \in C^2([a, b]) is given by

R1=f(ξ)2(ba)2R_1 = \frac{f''(\xi)}{2}(b-a)^2

for some ξ(a,b)\xi \in (a, b). Thus,

R1M22(ba)2|R_1| \le \frac{M_2}{2} (b-a)^2

where M2=supx[a,b]f(x)M_2 = \sup_{x \in [a, b]} |f''(x)| (Chaskalovic et al., 2021).

This result generalizes in a vector-valued context: f(a+h)=f(a)+Df(a),h+01(1t)D2f(a+th)(h,h)dtf(a+h) = f(a) + \langle Df(a), h \rangle + \int_0^1 (1-t) D^2 f(a+th)(h, h) dt (Chaskalovic et al., 2022), with explicit second-derivative integral remainders.

For ODE systems, as in reactor point kinetics, the first-order expansion is

y(t+h)y(t)+hdydt(t)\mathbf{y}(t+h) \approx \mathbf{y}(t) + h \frac{d\mathbf{y}}{dt}(t)

with global error O(h)O(h), as verified by tightly controlled numerical studies (McMahon et al., 2010).

2. Refined and Optimal First-Order Taylor-like Expansions

Chaskalovic, Assous, and collaborators constructed refined expansions by forming a convex combination of first derivatives at n+1n+1 points between aa and bb: f(b)=f(a)+(ba)k=0nwkf(xk)+(ba)εa,n+1(b),wk=1f(b) = f(a) + (b-a)\sum_{k=0}^n w_k f'(x_k) + (b-a) \varepsilon_{a,n+1}(b), \quad \sum w_k = 1 The points xk=a+kn(ba)x_k = a + \frac{k}{n}(b-a) and the optimal weights are: w0=wn=12n,wk=1n,k=1,,n1w_0 = w_n = \frac{1}{2n}, \quad w_k = \frac{1}{n}, \quad k=1,\ldots,n-1 (Chaskalovic et al., 2021, Chaskalovic et al., 2022, Chaskalovic et al., 2023).

The remainder achieves the reduced bound: εa,n+1(b)M2m28n(ba)|\varepsilon_{a,n+1}(b)| \le \frac{M_2 - m_2}{8n}(b-a) where M2,m2M_2, m_2 are upper and lower bounds on ff'' over [a,b][a, b], and is always lower than the classical bound, up to a factor $1/(4n)$ (Chaskalovic et al., 2023).

An optimization-based proof shows that equal spacing of nodes is optimal, and that this structure carries over to higher dimensions and Banach spaces (Chaskalovic et al., 2023, Chaskalovic et al., 2022).

3. Matrix and Banach-Space Taylor Expansions

For matrix functionals, such as the principal square root f(X)=X1/2f(X) = X^{1/2}, the first-order Fréchet derivative at A0A \succ 0 in direction HH admits several representations:

  • Spectral: Df(A)(H)=Q[M(QTHQ)]QTDf(A)(H) = Q [M \odot (Q^T H Q)] Q^T, Mij=(λi+λj)1M_{ij} = (\sqrt{\lambda_i} + \sqrt{\lambda_j})^{-1}
  • Dunford-resolvent:

Df(A)(H)=1π0t1/2(tI+A)1H(tI+A)1dtDf(A)(H) = \frac{1}{\pi} \int_0^\infty t^{-1/2} (tI + A)^{-1} H (tI + A)^{-1} dt

  • Sylvester/Lyapunov form:

XY+YX=HY=0etXHetXdtX Y + Y X = H \Longrightarrow Y = \int_0^\infty e^{-t X} H e^{-t X} dt

(Moral et al., 2017).

The first-order Taylor expansion for A+HA + H then reads: f(A+H)=f(A)+Df(A)(H)+R2(A,H)f(A+H) = f(A) + Df(A)(H) + R_2(A,H) with explicit integral remainder: R2(A,H)=01(1ε)D2f(A+εH)[H,H]dε,R_2(A, H) = \int_0^1 (1 - \varepsilon) D^2 f(A + \varepsilon H)[H, H] d\varepsilon, and operator norm estimate

R2(A,H)223/2λmin(A)5/2H22\|R_2(A, H)\|_2 \le 2^{-3/2} \lambda_{\min}(A)^{-5/2} \|H\|_2^2

provided A+εH0,ε[0,1]A + \varepsilon H \succ 0, \forall \varepsilon \in [0,1] (Moral et al., 2017).

4. Quantitative Bounds for Special Functions

Shevtsova analyzed eixe^{ix} and its Taylor expansion, obtaining sharp uniform bounds: eix=1+ix+R1(x),R1(x)θx,θ0.7246e^{ix} = 1 + i x + R_1(x), \quad |R_1(x)| \le \theta |x|, \quad \theta \approx 0.7246 and for the real part,

cosx1θx|\cos x - 1| \le \theta |x|

with applications to control of characteristic functions and moment bounds in probability (Shevtsova, 2013).

5. Applications in Numerical Analysis and Error Estimation

First-order Taylor expansions underpin well-posed stepwise integration for stiff systems, e.g., reactor point kinetics:

  • Explicit updates for neutron density nn and precursors CiC_i:

nm+1=nm+hDnm,Ci,m+1=Ci,m+hDCimn_{m+1} = n_m + h D_n^m,\quad C_{i,m+1} = C_{i,m} + h D_{C_i}^m

  • Demonstrated O(h)O(h) accuracy, stability for suitable step size, and performance comparable to higher-order or implicit schemes even for stiff regimes (McMahon et al., 2010).

Refined Taylor-like formulas lead to sharper interpolation and quadrature bounds:

  • Modified Lagrange interpolation with error (ba)2(M2m2)/32\sim (b-a)^2 (M_2-m_2)/32 versus classical (ba)2M2/4(b-a)^2 M_2 / 4 (Chaskalovic et al., 2021).
  • Corrected trapezoid rule with error (ba)3(M2m2)/48(b-a)^3 (M_2 - m_2)/48, halving the classical bound (Chaskalovic et al., 2021).

In finite elements, the refined expansions yield smaller a priori and a posteriori error estimates, enabling the use of coarser meshes for comparable accuracy (Chaskalovic et al., 2022).

Table: Remainder Bounds for First-Order Taylor Schemes

Formula Variant Remainder Bound Reference
Classical (scalar, ff) M22(ba)2\frac{M_2}{2}(b-a)^2 (Chaskalovic et al., 2021)
Optimized (nn-point) M2m28n(ba)2\frac{M_2 - m_2}{8n}(b-a)^2 (Chaskalovic et al., 2023)
Matrix Square Root (f(X)f(X)) 23/2λmin(A)5/2H222^{-3/2} \lambda_{\min}(A)^{-5/2} \|H\|_2^2 (Moral et al., 2017)
Reactor point-kinetics (step) O(h)O(h) global error, O(h2)O(h^2) local truncation error (McMahon et al., 2010)

6. Significance, Limitations, and Generalizations

The emergence of weighted, multipoint, and matrix-functional Taylor-like formulas significantly sharpens error control, particularly in interpolation, quadrature, and large-scale simulation. Equally spaced nodes with optimal weights minimize remainders for C2C^2 functions. The affine structure of weights and points ensures that improvements generalize readily to higher-order schemes and multidimensional domains (Chaskalovic et al., 2023, Chaskalovic et al., 2022). For matrix functionals, integral representations and resolvent techniques yield computable derivatives and remainders under spectral or operator-norm control (Moral et al., 2017).

A key limitation is strict smoothness: the most refined bounds require fC2f \in C^2, known upper/lower bounds on ff'', or positivity constraints for matrix expansions. In functional and operator contexts, maintaining these constraints may require step-size or perturbation-norm control.

7. Research Directions and Extensions

Recent research continues to generalize the first-order Taylor framework:

  • Higher-order optimized Taylor-like expansions with similarly minimized remainders (see (Chaskalovic et al., 2023)).
  • Multi-dimensional analogs for smooth functions on Rn\mathbb{R}^n and their numerical applications (Chaskalovic et al., 2022).
  • Automated error estimation and certified numerics in PDEs, ODEs, and stochastic simulation.
  • Advanced operator-functional calculus, including classes beyond the principal square root (spectral, holomorphic, and Lyapunov-based approaches) (Moral et al., 2017).

A plausible implication is widespread adoption of these optimized expansions in numerical libraries to further reduce global error bounds and computational cost in finite element and quadrature schemes.

Whiteboard

Follow Topic

Get notified by email when new papers are published related to First-Order Taylor Expansion.