Discrete Derivatives: Types & Uses

  • Thread starter Thread starter yetar
  • Start date Start date
  • Tags Tags
    Discrete
yetar
Messages
53
Reaction score
0
What types of discrete derative are there?

Thanks in advance.
 
Physics news on Phys.org
Well, given a sequence a_{n} the expression \frac{a_{n+1}-a_{n}}{(n+1)-n}=a_{n+1}-a_{n} ought to count as one, agreed?
 
Yes, I agree.
However, I want to know if there are more sophisticated discrete derative which are commonly used.
Maybe:
(0.25*a_{n+2}+0.75*a_{n+1}-0.75*a_{n-1}-0.25*a_{n-1})/2
Are there any other models of discrete deratives?
 
Last edited:
Well, if you are interested in discretization schemes like leap-frog and that sort of thing, you should look into numerical maths/computational mechanics books.

Alternatively, I'm sure our army of PF'ers will come along soon enough to supply you with more info.
 
What is Differential Quadratures?
 
It is a numerical method I haven't learned about. :frown:
 
yetar said:
Yes, I agree.
However, I want to know if there are more sophisticated discrete derative which are commonly used.
Maybe:
(0.25*a_{n+2}+0.75*a_{n+1}-0.75*a_{n-1}-0.25*a_{n-1})/2
Are there any other models of discrete deratives?

Well, by comparing Taylor expansions you can prove that the sequence you posted is an approximation to the first derivative that is correct to at least second order, contrary to (a_{n+1}-a_{n})/h, which is only first-order.

With a little more insight you can convince yourself that any derivative of a smooth function can be approximated to any order, if only you have access to the values of the function at sufficiently many points.
 
Do a search for "finite calculus" also called "umbral calculus" the forward/backward difference operators and rising/falling factorial powers are also akin to the topic, an excellect reference is the book "Concrete Mathematics" by Graham, Knuth, and Patashnik.
 
Back
Top