deltaofdeltas
Deltaofdeltas is a term sometimes used in mathematics and numerical analysis to refer to the second application of the forward-difference operator, i.e., the second finite difference. If Δ is the forward-difference operator defined by Δ f(n) = f(n+1) − f(n), then Δ^2 f(n) = Δ(Δ f(n)) = f(n+2) − 2 f(n+1) + f(n). The expression can also be written as Δ^2 f(n) or ΔΔ f(n).
A simple example: for f(n) = n^2, Δ f(n) = (n+1)^2 − n^2 = 2n + 1, and Δ^2 f(n) = Δ(2n + 1)
Deltaofdeltas, via Δ^2 f(n), measures discrete concavity or curvature of a sequence and is constant for polynomial
Relation to the continuous case: for a function f with step size h, Δ^2_h f(x) approximates h^2
Notes: deltaofdeltas is not a widely standardized term. In formal writing, it is common to refer to