Univariate Multinode Shepard Method
- The univariate multinode Shepard method is a rational blending framework that combines local polynomial interpolants using partition-of-unity weights to form a global operator.
- It approximates Caputo fractional derivatives by replacing the function with a multinode Shepard interpolant and integrating via Gauss–Jacobi quadrature.
- The method effectively addresses Bagley–Torvik boundary and initial value problems through collocation, yielding stable and accurate linear systems.
Searching arXiv for the specified paper and closely related multinode Shepard work. arXiv_search: query="(Dell'Accio et al., 11 Aug 2025) OR \"The univariate multinode Shepard method for the Caputo fractional derivatives\" OR multinode Shepard Bagley-Torvik", max_results=5 arXiv_search: query="(Dell'Accio et al., 9 Aug 2025) OR \"multinode Shepard\" quasi-histopolation", max_results=5 The univariate multinode Shepard method is a rational blending framework in which local polynomial models on small node blocks are combined by partition-of-unity weights to produce a global interpolatory operator. In the formulation developed by Dell’Accio, Di Tommaso, and Ferrara, this operator is used to approximate Caputo fractional derivatives through Gauss–Jacobi quadrature and then to solve Bagley–Torvik boundary value problems and initial value problems numerically. In that setting, the method couples polynomial reproduction, differentiability controlled by a smoothness parameter, and collocation on a prescribed node set (Dell'Accio et al., 11 Aug 2025).
1. Analytical setting and definition
For a sufficiently smooth function , fractional differentiation is taken in the Caputo sense. If and , the derivative is defined by
The numerical problem addressed in the cited work is to approximate by replacing with a univariate multinode Shepard interpolant , where ensures that derivatives up to order exist (Dell'Accio et al., 11 Aug 2025).
The node set is
0
together with a covering
1
where each block 2 contains exactly 3 nodes. The term “multinode” refers to this use of blocks rather than single nodes as the local supports of the construction. On each block, a degree-4 Lagrange interpolant is formed; these local polynomials are then blended into a global operator.
This framework separates local approximation from global assembly. The local objects encode polynomial exactness on each block, while the global weights enforce interpolation and partition of unity. A plausible implication is that the method is designed to preserve local polynomial structure without sacrificing a globally coherent approximation.
2. Multinode Shepard operator and structural properties
For 5, the multinode Shepard weight functions are
6
These weights satisfy three structural properties: 7, 8, and each 9 vanishes at all nodes not in 0 (Dell'Accio et al., 11 Aug 2025).
If 1 denotes the unique degree-2 Lagrange interpolant on 3, the global operator is
4
with coefficients
5
The operator interpolates nodal data,
6
and reproduces every polynomial of degree at most 7,
8
Repeated differentiation yields
9
The paper states that closed-form but somewhat bulky formulas for 0 can be written in terms of 1, 2, and their derivatives. This identifies the differentiated multinode Shepard operator as the immediate surrogate for 3 inside the Caputo integral.
3. Approximation of Caputo fractional derivatives
The approximation strategy begins with
4
which leads to
5
The remaining integral is handled by a Gauss–Jacobi quadrature after the change of variables 6, 7 (Dell'Accio et al., 11 Aug 2025).
Under that transformation,
8
Gauss–Jacobi quadrature of order 9 is then applied with weight 0. If 1 and 2 are the corresponding Jacobi nodes and weights for parameters 3, the resulting rule is
4
Substituting 5 gives the fully discrete approximation
6
This construction makes the fractional derivative approximation depend only on nodal values 7, the local polynomial structure encoded in 8, and a standard weighted quadrature rule.
4. Algorithmic realization and collocation
The computational outline consists of precomputing the local Lagrange basis on each block, evaluating multinode Shepard weights at each target point, assembling the global coefficients 9, computing the derivatives 0 at the quadrature nodes, and then applying the discrete fractional formula. The paper notes that one may store and reuse many of the intermediary weight-functions and their derivatives if multiple evaluations are needed (Dell'Accio et al., 11 Aug 2025).
For a target point 1, the implementation proceeds by computing, for each block, the numerator
2
normalizing to obtain 3, forming
4
and then evaluating 5 at the quadrature points
6
The derivatives are assembled by product- and chain-rule formulas.
When the method is used for a fractional differential equation by collocation, the differential operator is written in terms of 7 and the quadrature-based fractional derivative. This yields a linear system for the unknown nodal values. The computational structure is therefore interpolation-based rather than based on a direct discretization of the Caputo integral kernel alone.
5. Application to the Bagley–Torvik equation
The principal application in the cited work is the Bagley–Torvik equation. For the boundary-value problem,
8
with
9
the approximation is sought in the form
0
Collocation is imposed at the interior nodes 1, 2,
3
Together with the boundary conditions 4 and 5, this yields an 6 linear system for 7 (Dell'Accio et al., 11 Aug 2025).
For the initial-value problem,
8
the second boundary condition is replaced by
9
The resulting overdetermined 0 linear system is solved in the least-squares sense.
The experimental results reported for these Bagley–Torvik problems confirm the method’s effectiveness, particularly in accurately approximating the equation for both BVPs and IVPs. The formulation is therefore both an approximation procedure for Caputo derivatives and a collocation mechanism for fractional differential equations.
6. Exactness, error behavior, and relation to adjacent Shepard constructions
The key theoretical statement is an exactness theorem: if the true solution 1 of a fractional BVP or IVP is a polynomial of degree 2, then the multinode-Shepard collocation solution 3 coincides exactly with 4 at all 5. The proof sketch relies on polynomial reproduction, exact reduction of derivatives and fractional-derivative approximations to integrals of 6, and the partition-of-unity property. This exactness should not be read as a statement for arbitrary smooth functions; for non-polynomial data, the paper instead appeals to standard Shepard-type error estimates (Dell'Accio et al., 11 Aug 2025).
Specifically, if 7 and the maximum fill of the covering is 8, then
9
where 0 depends on 1 and 2. Combined with smoothness of quadrature node distributions,
3
provided 4 is chosen large enough to guarantee 5 derivatives of each 6.
The numerical experiments reported in the same work show exact recovery to machine precision whenever the true solution is a polynomial of degree 7; exponential-like decrease of the maximum and mean absolute errors as the local polynomial degree increases for smooth nonpolynomial test functions such as 8, 9, and 0; robustness with respect to node layouts, including equispaced, blended equispaced–Chebyshev, and mock-Chebyshev nodes; and stable conditioning of the collocation matrix for moderate 1.
A related 2025 development applies multinode Shepard functions as blending functions in a 2 rational quasi-histopolation operator for bounded functions with jumps. There, local histopolation polynomials are blended on small patches by multinode Shepard weights, and the construction is presented as defeating both the Runge and Gibbs phenomena. This related use underscores that the univariate multinode Shepard idea is not restricted to fractional differential equations: it is a general rational blending architecture in which local polynomial information is assembled globally by partition-of-unity weights (Dell'Accio et al., 9 Aug 2025).