FINITE DIFFERENCES MTD
FINITE DIFFERENCES MTD
FINITE DIFFERENCES MTD
Δf ( x) = f ( x + h ) − f ( x)
Δc = c − c = 0
= Δ f (x) + Δ g (x)
Proof: Δ [c f (x)] = c f ( x + h) − c f ( x)
= c [ f (x + h) − f (x)]
= c Δ f (x)
3.
The differences of the first differences denoted by Δ2y0, Δ2y1, …., Δ2yn, are
called second differences, where
y1 − y0 = ∇y1
y2 − y1 = ∇y2
yn − yn−1 = ∇yn
∇ f (x) = f (x) − f (x − h)
Second differences:
∇2 f (x + h) = ∇(∇f (x + h) = ∇( f (x + h) − f (x))
= ∇ f (x + h) − ∇f (x)
∇2 f (x + 2h) = ∇ f (x + 2h ) − ∇f (x + h)
Third differences:
∇3 f (x + h) = ∇2 f (x + h ) − ∇2 f (x)
∇3 f (x + 2h) = ∇2 f (x + 2h ) − ∇2 f (x + h)
∇ f (x + 2h) = f (x + 2h ) − f (x + h) = Δf (x + h)
∇2 f (x + 2h) = ∇ f (x + 2h ) − ∇f (x + h) = Δf (x + h ) − Δf (x)
= Δ2 f (x)