Linear combination of finite difference weights and generalized increments - MathOverflow most recent 30 from http://mathoverflow.net2013-05-24T05:37:20Zhttp://mathoverflow.net/feeds/question/46050http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://mathoverflow.net/questions/46050/linear-combination-of-finite-difference-weights-and-generalized-incrementsLinear combination of finite difference weights and generalized incrementsOlumide2010-11-14T15:41:49Z2010-11-14T21:42:18Z
<p>According to a paper I'm reading ("Linear estimation of non stationary spatial phenomena", by P. Delfiner) the weights $\lambda_i$ and $\lambda_{i - 1}$ of a first order finite difference $Z(x_i) - Z(x_{i - 1})$ satisfy the relation</p>
<p>$\lambda_i + \lambda_{i - 1} = 1 + (-1) = 0$</p>
<p>and the weights of second order finite differences $Z(x_{i + 1}) + 2 Z(x_i) - Z(x_{i - 1})$ satisfy </p>
<p>$\lambda_{i + 1} + \lambda_i + \lambda_{i - 1} = 1 + (-2) + 1 = 0$</p>
<p>$\lambda_{i + 1} x_{i + 1} + \lambda_i x_{i} + \lambda_{i - 1} x_{i - 1} = (1)(1) + (2)(0) + (1)(-1) = 0$</p>
<p>assuming $x_{i + 1} = 1$, $x_{i} = 0$ and $x_{i + 1} = -1$. In general the weights of nth order finite differences satisfy </p>
<p>$\sum_{i = 0}^m \lambda_i x_i^r = 0$</p>
<p>for all $0 \le r < n - 1$, where $m$ is the number of points. Furthermore, in two dimensions, the weights of weights of nth order finite differences satisfy the linear combination</p>
<p>$\sum_{i = 0}^m \lambda_i x_{i1}^r x_{i2}^s = 0$</p>
<p>for all $r , s \ge 0$ and $r + s \: \le \: n - 1$, and in three dimensions, the weights of nth order finite differences satisfy the linear combination</p>
<p>$\sum_{i = 0}^m \lambda_i x_{i1}^r x_{i2}^s x_{i2}^t = 0$</p>
<p>for all $r , s , t \ge 0$ and $r + s + t \: \le \: n - 1$</p>
<p>My question is under what conditions do these relations hold? For example, must the $Z(.)$'s be equally spaced? Also, I'm a bit worried that as no proof is given, the conditions appear to me to be mere observations. I've not found any information about these conditions in literature.</p>
<p><strong>Postscript</strong>:
If it matters, the article uses these set of conditions in order to assert that </p>
<p>$\sum_{i = 0}^m \lambda_i Z(x_i)$</p>
<p>is a generalization of the finite differencing operation (it prefers the term generalized increment) of order n if all linear combinations of the $\lambda$'s up to n sum to zero as described above. </p>