roldy
- 206
- 2
I'm trying to understand how the second divided difference is formulated. I understand that the first divided difference is just the equation of a slope.
f(x_{i},x_{i+1})=\frac{f(x_{i})-f(x_{i+1})}{x_{i}-x_{i+1}}
Every source that I have read always jumps to the second divided difference by saying "and by induction"
f(x_{i},x_{i+1},x_{i+2})=\frac{f(x_{i},x_{i+1})-f(x_{i+1},x_{i+2})}{x_{i+2}-x_{i+1}}
How is induction used to get this equation?
f(x_{i},x_{i+1})=\frac{f(x_{i})-f(x_{i+1})}{x_{i}-x_{i+1}}
Every source that I have read always jumps to the second divided difference by saying "and by induction"
f(x_{i},x_{i+1},x_{i+2})=\frac{f(x_{i},x_{i+1})-f(x_{i+1},x_{i+2})}{x_{i+2}-x_{i+1}}
How is induction used to get this equation?