How to Solve for f in a Nonlinear Difference Equation?

Click For Summary

Discussion Overview

The discussion revolves around solving a nonlinear difference equation of the form \(\varepsilon(x) = e^{\varepsilon(x-1)}\) with an initial condition \(\varepsilon(0) = 1\). Participants explore various methods and approaches to find a function \(f\) that could help in solving this equation, considering both integer and non-integer values of \(x\).

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant suggests that \(\varepsilon(x)\) can be expressed as repeated exponentiation, leading to a general form involving the floor function of \(x\).
  • Another participant proposes defining \(\varepsilon(x)\) using a modified floor function to handle non-integer values, suggesting a structure that incorporates the fractional part of \(x\).
  • Some participants express uncertainty about the existence of a unique solution, noting that defining \(\varepsilon(x)\) for all \(x\) in \((0,1]\) is necessary for a well-defined function.
  • A later reply discusses the potential for a Taylor series expansion around a fixed point, raising questions about the nature of the outputs for real \(x\) and the convergence of the series.
  • Another participant mentions that any function from \((0,1]\) to \(\mathbb{R}\) could yield a solution, but emphasizes the need for smoothness at integer points.
  • Discussion includes attempts to derive a half-iterate for the exponential function and the implications for the existence of an analytic solution.

Areas of Agreement / Disagreement

Participants express multiple competing views regarding the nature of the solution and the methods to approach it. There is no consensus on a unique solution or the best method to define \(\varepsilon(x)\) across its domain.

Contextual Notes

Participants note limitations in defining \(\varepsilon(x)\) for non-integer values and the challenges in ensuring smoothness at integer points. There are unresolved questions regarding the convergence of series expansions and the behavior of the proposed functions.

phoenixthoth
Messages
1,600
Reaction score
2
I'm posting this under analysis because of the method I'm thinking about using to solve it.

Here is the equation:
[tex]\varepsilon \left( x\right) =e^{\varepsilon \left( x-1\right) }[/tex]
and the initial condition is
[tex]\varepsilon \left( 0\right) =1[/tex].

My main goal is to consider x as a number in [0,1] but we can start with x being a natural number.

Here's what I want to try now. I'm pretty sure [tex]\varepsilon[/tex] is not elementary so let's assume it's of the form
[tex]\varepsilon \left( x\right) =\int_{0}^{\infty }f\left( t,x\right) dt[/tex].

Now my question is how do i solve for f?
 
Physics news on Phys.org
eps(x) is just repeated exponentiation, isn't it?

eps(1) = e^{eps(0)} = e

eps(2) =e^{eps(1)}= e^e

eps(n) = e^{e^[e^...^{e}...} wit n e's in the expression.

Note ine general the answer is

eps(x) = e^{e^...e^{eps(floor(x)))...} with floor (x) e's in the expression.
 
Note ine general the answer is

eps(x) = e^{e^...e^{eps(floor(x)))...} with floor (x) e's in the expression.

Thanks for the feedback but I was hoping to get a solution esp(x) where I can let x be a non-integer. My guess is the integral might be helpful in doing this, if it's like the gamma function.
 
Matt's suggestion,

[tex]\varepsilon (x) = e^{e^{\vdots^e}}[/tex]

with [itex]\lfloor x \rfloor[/itex] [itex]e[/itex]'s in the expression works, doesn't it?

For example,

[tex]\varepsilon (0.5) = 1[/tex]

[tex]\varepsilon (1.5) = e[/tex]

[tex]\varepsilon (2.5) = e^e = e^{\varepsilon (1.5)}[/tex]

[tex]\varepsilon (3.5) = e^{e^e} = e^{\varepsilon (2.5)}[/tex]
 
Last edited:
Data said:
Matt's suggestion,

[tex]\varepsilon (x) = e^{e^{\vdots^e}}[/tex]

with [itex]\lfloor x \rfloor[/itex] [itex]e[/itex]'s in the expression works, doesn't it?

For example,

[tex]\varepsilon (0.5) = 1[/tex]

[tex]\varepsilon (1.5) = e[/tex]

[tex]\varepsilon (2.5) = e^e = e^{\varepsilon (1.5)}[/tex]

[tex]\varepsilon (3.5) = e^{e^e} = e^{\varepsilon (2.5)}[/tex]

yeah, it works but that's about as satisfying as defining 2.5! to be 2!.
 
Alright, in that case try this:

First define [itex]\langle x \rangle = n[/itex] where [itex]n[/itex] is the greatest integer strictly smaller than [itex]x[/itex] (ie. [itex]x \not {\in} \mathbb{N} \Longrightarrow \langle x \rangle = \lfloor x \rfloor[/itex], but [itex]x \in \mathbb{N} \Longrightarrow \langle x \rangle = \lfloor x \rfloor -1[/itex]). Then let

[tex]\varepsilon (x) = e^{e^{\vdots^{e^{e^{x - \langle x \rangle}}}}}[/tex]

where [itex]e[/itex] appears [itex]\langle x \rangle + 1[/itex] times. Thus

[tex]\varepsilon(0) = 1[/tex]

[tex]\varepsilon(0.2) = e^{\frac{1}{5}}[/tex]

[tex]\varepsilon(0.5) = \sqrt{e}[/tex]

[tex]\varepsilon(1) = e = e^{\varepsilon(0)}[/tex]

[tex]\varepsilon(1.2) = e^{e^\frac{1}{5}} = e^{\varepsilon(0.2)}[/tex]

[tex]\varepsilon(1.5) = e^{\sqrt{e}} = e^{\varepsilon (0.5)}[/tex]

[tex]\varepsilon(2) = e^e = e^{\varepsilon (1)}[/tex]

[tex]\varepsilon(2.5) = e^{e^{\sqrt{e}}} = e^{\varepsilon(1.5)}[/tex]

etc.

I think you will find this function is actually pretty well-behaved... interesting!
 
Last edited:
sorry, i didn't mean floor(x) inside, I mean x - floor(x) ie the "bit after the decimal place"

that is there is no remotely unique solution unless you specify eps(x) for all x in (0,1]
 
I'm working on finding another way.

Let f(x)=EXP(x) and note that p=W(-1) is a complex fixed point of f. Then I expanded a taylor series for the nth iterate of f about p and I got, where g is the nth iterate of f,
[tex]g\left( x\right) =p+p^{n}\left( x-p\right) +\frac{p^{n}\left( p^{n}-1\right) }{2\left( p-1\right) }\left( x-p\right) ^{2}+O\left( x-p\right) ^{3}[/tex].

Then, let n=a real number.

1. I can't find a nice formula for the series
2. I'm not sure the outputs for real x are real (they should be)
 
Data said:
I think you will find this function is actually pretty well-behaved... interesting!

Well...it's not even C^2 ...does somebody have any proof of the existence of an analytic solution ?
 
  • #10
Any function from (0,1] to R yields a solution, which will be smooth on the domain R\Z if it is smooth on (0,1). If you wish to make it smooth at all points you'll need one such that it is infinitely differentiable at the the integers. Whether or not that can be done I do not wish to guess.

If we think about it as a functional equation on C: exp(f(z)) =f(z+1), then I would be even more reluctant to state there was an analytic solution.
 
  • #11
Focusing on the half-iterate of e^x now...

I rewrote the series above, which is centered at -W(-1), a fixed point of e^x, to be centered at 0. Lo and behold, the imaginary coefficients seem to be small on all coefficients (all of the five i calculated at least!).

Here's the real part of the series for f, where ff(x)=e^x:

f(x) = 0.50998 + 0.8876 x + 0.1720 x^2 + 0.0275 x^3 +0.0222 x^4 - 0.0018 x^5.

Now the last term IS wrong because all derivatives should be positive. I think it came out negative to compensate for the truncation.

Try graphing f(f(x)), f(x), x, and e^x on your CAS. You see that f(f(x)) is close to e^x for x in [-2,2] (at least) and the f(x) is between e^x and y=x which is to be expected.

So is there a real analytic solution with a positive radius of convergence?

And what is the formula for the nth derivative of f at 0?

I'm pretty sure (:rolleyes:) that f(0)=1/2 exactly and that f'(0)=Sqrt(e)/2 but all I could get for the second derivative was this:
f''(1/2)*e/4 + 2 f''(0) / Sqrt(e) = 1. I need f''(1/2) to get f''(0).

Hmm...
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 14 ·
Replies
14
Views
4K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K