Derivation of 2nd divided difference

roldy
Messages
206
Reaction score
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?
 
Physics news on Phys.org
http://nptel.iitm.ac.in/courses/Webcourse-contents/IIT-KANPUR/mathematics-2/node112.html

you can check the above site if you think it would be useful.
 
Last edited by a moderator:
Having got two consecutive first differences,
\frac{f(x_i)- f(x_{i+1}}{x_i- x_{i+1}}
\frac{f(x_{i+1}- f(x_{i+2}}{x_{i+1}- x_{i+2}}

Now, for the first difference of those:
\frac{\frac{f(x_i)- f(x_{i+1}}{x_i- x_{i+1}}- \frac{f(x_{i+1}- f(x_{i+2}}{x_{i+1}- x_{i+2}}}{x_i- x_{i+2}}
 
Thank you. I new it was some type of substitution but I failed to think of using the first difference with the first differences.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top