We get a more concise formula with additional constraints →
- must be evenly spaced
Equally Spaced Points
where
Forward Difference Operator
Forward Difference and Divided Difference
First order:
Second order:
Feb 18, 20251 min read
We get a more concise formula with additional constraints →
xi=x0+i×h where i=0,1,2,…
x=x0+t×h
x−xi=t×h−i×h
Δyi=yi+1−yi
Δnyi=Δn−1yi+1−Δn−1yi
First order: [y0,y1]=x1−x0y1−y0=hΔy0
Second order: [y0,y1,y2]=x2−x[0][y1,y2]−[y0,y1]=2hhΔy1−hΔy0