Does there exist a function such that

  • Context: Graduate 
  • Thread starter Thread starter epkid08
  • Start date Start date
  • Tags Tags
    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
6 replies · 3K views
epkid08
Messages
264
Reaction score
1
If we define a finite difference operator as [tex]\Delta a_n = a_{n+1}-a_n[/tex]

Can we prove or disprove the existence of a function F, [tex]F:\mathbb{Z}\rightarrow\mathbb{Z}[/tex], such that [tex]\Delta F(g_n)=\frac{\Delta g_n}{ g_n}[/tex], where g is some arbitrary function?
Edit: fixed Big typo
 
Last edited:
Mathematics news on Phys.org
[tex]\exists F\forall g[/tex]
 
Last edited:
suppose [itex]g_0 = 1, g_1 = 2[/itex] and [itex]g_2 = 1[/itex]

Then [tex]f(2) - f(1) = \frac {g_2 - g_1} {g_1} = 1[/tex] and

[tex]f(1) - f(2) = \frac {g_3 - g_2} {g_2} = -1/2[/tex]

so there can't be any F for this g
 
Can you generalize a non-piecewise function for g that has the values [itex]g_0 = 1, g_1 = 2[/itex], and [itex]g_2 = 1[/itex]?
 
epkid08 said:
Can you generalize a non-piecewise function for g that has the values [itex]g_0 = 1, g_1 = 2[/itex], and [itex]g_2 = 1[/itex]?

Why? Of course there is a quadratic going through these points.

Is the range of F really [itex]\mathbb{Z}[/itex]?. That is a problem with the division by [itex]g_n[/itex]
 
willem2 said:
Is the range of F really [itex]\mathbb{Z}[/itex]?. That is a problem with the division by [itex]g_n[/itex]
]

Now that I think about it, it shouldn't be.