Finite Difference Expressed As a Probability Generating Function

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
2 replies · 2K views
MisterX
Messages
758
Reaction score
71
$$F(z) = \sum_{n=0}^\infty a_n x^n $$
$$\partial_zF(z) = \sum_{n=0}^\infty (n+1)a_{n+1}x^n $$
So, we can begin to piece together some differential equations in terms of generating functions in order to satisfy some discrete recursion relation (which is the desired problem to solve). However I desire something more - perhaps a table of properties akin to what we might find for the eerily similar-yet-different z-transform.
$$a_{n+1} - a_n = g(n) \forall n \to M(F(z), F'(z), \dots) = 0 $$
Can we establish a property for the finite difference for example? What would be ##M## ? Intuitively we expect something like zF(z) + boundary terms.
 
Physics news on Phys.org
Thanks for the post! Sorry you aren't generating responses at the moment. Do you have any further information, come to any new conclusions or is it possible to reword the post?
 
This is like a inverse problem to the Frobenius method of solving differential equations. Maybe someone who has made up a lot of homework problems for that method would have insight.

We could begin by thinking about functions [itex]F(z)[/itex] that are polynomials of degree N instead of infinite series It might also be simpler to think about being given [itex]a_n = G(n)[/itex] and knowing [itex]g(n)[/itex] from the differences of [itex]G(n)[/itex]. Thinking of polynomials as vectors in the usual way, the [itex]a_i[/itex] are the coefficients for basis vectors in the set [itex]\{ 1, z, z^2, ..z^N\}[/itex]. The values of [itex]G(n)[/itex] define a vector. If we want a linear differential equation with constant coefficients we need to represent [itex]G(n)[/itex] as linear combination of the vectors in the set [itex]S[/itex] of vectors representing [itex]\{ F(z), F'(z), F''(z),...F^N(z) \}[/itex]. If we want an DE whose coefficients are polynomials in [itex]z[/itex] then we add more vectors to S such as those representing [itex]\{ zF'(z), z^2F'(z), ... zF''(z), z^2 F''(z)...\}[/itex]

Intuitively, a typical [itex]G(n)[/itex] defined by a vector of values randomly selected by someone creating a homework problem would give enough independent vectors in the set [itex]S[/itex] to include [itex]G(n)[/itex] in its span. But hastily making up homework problems is risky.!
 
  • Like
Likes   Reactions: MisterX