Discrete Calculus: Definition of Discrete Derivative
May 30, 2020 · 16:45 pm · Discrete CalculusMath
We have learned about the operator being used for a change in a variable, probably in a science class. However, your teachers probably handwaved them as something that means “a change in”. But what does it really mean?
According to Wikipedia, this is known as a finite difference. The formal notation uses a subscript to show the size of the difference between arguments like so:
There are alternative definitions since we can start and end anywhere. The above is known as a forward difference since we substract the current value from the next value .
There is also the backward difference:
And the central difference:
The Calculus Wiki suggests that we can omit the subscript if :
However, omitting the subscript is also used for other cases, e.g. in physics to denote the change from the initial state to the final state, so it’s probably a good idea to clarify. Note that we can define conventional derivatives using finite differences, and along the way also get an informal intuition about derivatives. We can start from the definition and go from there:
Let , or if you’re feeling frisky, . Then,
We can establish a few things with the final equation, . Firstly, since doesn’t distribute, we can’t directly define or with or . That is, the differential operator, , inherently compares the change in rate of multiple functions. Therefore, it makes sense to talk about , but not .1
Secondly, we can have an informal intuition about what and really means. is associated with and is associated with as .
Lastly, we can define the “discrete derivative” as when , leading to
Interestingly, for discrete derivatives, we don’t need a “denominator” in our differential expression.
- Of course, you can always be working in a system that explicitly defines differentials.↩