Discrete Derivatives: Types & Uses

  • Context: Undergrad 
  • Thread starter Thread starter yetar
  • Start date Start date
  • Tags Tags
    Discrete
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
yetar
Messages
53
Reaction score
0
What types of discrete derative are there?

Thanks in advance.
 
Physics news on Phys.org
Yes, I agree.
However, I want to know if there are more sophisticated discrete derative which are commonly used.
Maybe:
[itex](0.25*a_{n+2}+0.75*a_{n+1}-0.75*a_{n-1}-0.25*a_{n-1})/2[/itex]
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?
 
yetar said:
Yes, I agree.
However, I want to know if there are more sophisticated discrete derative which are commonly used.
Maybe:
[itex](0.25*a_{n+2}+0.75*a_{n+1}-0.75*a_{n-1}-0.25*a_{n-1})/2[/itex]
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 [itex](a_{n+1}-a_{n})/h[/itex], 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.