Solving f(f(x)) = exp(x): What is f(x)?

  • Context: Graduate 
  • Thread starter Thread starter Blouge
  • Start date Start date
Click For Summary

Discussion Overview

The discussion revolves around the functional equation f(f(x)) = exp(x) and seeks to determine the form of the function f(x). Participants explore various approaches, including numerical methods, piecewise definitions, and the implications of bijections, while considering the properties of f such as monotonicity and differentiability.

Discussion Character

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

Main Points Raised

  • Some participants suggest that f(x) cannot be an entire function and express a desire for f(x) to be monotonically increasing for positive x.
  • One participant proposes that if f(x) has an inverse, it could be straightforward to derive, while others seek a more direct expression for f(x).
  • There is a suggestion to define f as a bijection from [-inf, a) to [a, 0) and extend it using the functional equation, but the challenge remains in how to choose f appropriately.
  • Participants discuss the implications of differentiating the functional equation and explore the possibility of developing a power series around certain constants.
  • Some argue that any choice of f could work, while others challenge this by providing examples that do not satisfy the equation.
  • Several participants propose specific forms for f(x) on different intervals, indicating a piecewise approach, and express concerns about the arbitrariness and differentiability of such definitions.
  • There is a discussion about the existence of fixed points for the exponential function and the implications for constructing f(x).

Areas of Agreement / Disagreement

Participants do not reach a consensus on the form of f(x) or the best approach to solving the functional equation. Multiple competing views and methods are presented, and the discussion remains unresolved.

Contextual Notes

Participants note limitations regarding the convergence of power series and the differentiability of piecewise-defined functions. The discussion also highlights the dependence on specific choices for defining f and the implications of those choices on the properties of the function.

Who May Find This Useful

This discussion may be of interest to those exploring functional equations, mathematical modeling, and the properties of bijections in the context of exponential functions.

Blouge
Messages
12
Reaction score
0
If f(f(x)) = exp(x), then what is f(x)?

I don't think that f(x) can be an entire function. It would be nice to have f(x) be monotonically increasing for positive x. I tried to attack this problem by using a method in the book "Bypasses", and it works, but it involves numerical calculation of a power series and reversion of the series, and applying the two power series together, and seems very inelegant and I'm not even sure if it will converge.
 
Physics news on Phys.org
if f(x) has inverse, then you can get it in high school, I think.
 
Isn't it enough to simply pick some a < 0, choose f to be a bijection from [-inf, a) to [a, 0), and then extend f by the functional equation?
 
Last edited:
>if f(x) has inverse, then you can get it in high school, I think.

I'm trying to find out a more direct way of expressing the unknown function f(x) -- not focusing on a particular value of x or known function f.

>choose f to be a bijection

Yes, the whole problem is how to "choose" f that satisfies the functional equation.

Here is one idea on how to progress,

f(f(a)) = exp(a) = a, at certain constants a; one such number being ln ln ln ln ... ln -1.

Therefore

(f^2n)(a) = a for n = 0, 1, 2...

and it's reasonable to insist that

(f^z)(a) = a for any complex number z

Differentiating the function equation gives

f(f(x)) = exp(x) = d/dx exp(x) = f'(x) f'(f(x))
f(f(a)) = a f'(a) f'(f(a))

So that f(a) = a, f'(a) = a^0.5

I can see developing this into a power series expanded about a. Not sure what the radius of convergence is, or if it gives "nice" positive numbers for positive arguments.
 
Last edited:
Blouge said:
Yes, the whole problem is to "choose" f that satisfies the functional equation.
I claim it's not a problem: any choice works. Even better, if you choose the bijection of [-inf, a) with [a, 0) to be monotone, then the resulting f is monotone.
 
>I claim it's not a problem: any choice works.

Um, f(x) = x + 3 is not a good choice: x + 3 + 3 = exp(x)?

I'm trying to find a choice that satisfies the equation.
 
What a did you choose? And f(x) = x+3 is not a bijection from [-inf, a) to [a, 0) for any choice of a.
 
>And f(x) = x+3 is not a bijection from [-inf, a) to [a, 0) for any choice of a.

How about a = -1 and f(x) = -1 - 1/x? I don't see where that gets you.

Going back to the power series idea (where the constant a i used is ln ln ln ... -1 )

d^2/(dx)^2 f(f(x)) = f''(x) f'(f(x)) + f'(x)^2 f''(f(x))
a = f''(a) f'(a) + f'(a)^2 f''(a) = f''(a)[ f'(a) + f'(a)^2] = f''(a)[ a^0.5 + a]
f''(a) = 1/(1+a^-0.5)

So

f(x) = a + (x - a) a^-0.5 + (x - a)^2 / [(1 + a^-0.5) * 2!] + ...
 
Last edited:
Blouge said:
How about a = -1 and f(x) = -1 - 1/x?
Okay, so that's how f is defined on [-inf, -1). Now use the functional equation to figure out what f should be on [-1, 0)...
 
  • #10
>Okay, so that's the piece of f defined on [-inf, -1). Now use the functional equation to figure out what f should be on [-1, 0)...

I guess, for y on [-1,0) you can say that f(y) = exp(-1/(1+y)):

f(f(x)) = exp(x)
f(y) = exp(f^-1(y))
f(y) = exp(-1/(1+y))
 
  • #11
I think that's right. And then you can figure out what the value of f should be on [0, e^a)...

Basically, I'm trying to define f(x) piecewise. I know that f(f(-inf)) = 0, so I choose some value
f(-inf) = a
and then I immediately know that i have to choose
f(a) = 0, f(0) = e^a, f(e^a) = 1, et cetera. Eyeballing this sequence, it appears plausible I can repeat this procedure if I start with any arbitrary increasing bijection [-inf, a) --> [a, 0), and maybe even with any bijection.
 
  • #12
I see now. Thanks Hurkyl!

For [-inf,a), f(x) = f0(x) = a - aa/x
For [a,0), f(x) = f1(x) = exp(f0^-1(x)) = exp(aa / (a - x))
For [0,exp(a)), f(x) = f2(x) = exp(f1^-1(x)) = exp( a - aa / ln x )
For [exp(a), exp(exp(a))), f(x) = f3(x) = exp(f2^-1(x)) = ...
etc...

The only problem is that there's a lot of arbitrariness and its piecewise, and I wonder if it can be a "nice" (differentiable) function. And also satisfy f(c) = c for constants c where exp(c) = c.

On the other hand, my power series probably doesn't converge very well, and there are many constants c to choose to expand about. I wonder if it could help suggest a nice bijection.

It seems like a rather unnatural problem overall.
 
Last edited:
  • #13
Well, if you have additional constraints on f, you can attempt to translate those into conditions on your original choices. You could easily get f to be infintiely differentiable (even analytic!) on the interior of each interval, and it's easy enough to make it infintiely differentiable at a. Does that imply it's everywhere differentiable?

exp doesn't have a fixed point, but if it did, I think the method I described would never reach c: it would define a function [-inf,c) to [-inf,c). You would have to make another choice to get an entire function.
 
  • #14
>exp doesn't have a fixed point

There are complex, not real, fixed points. If you take -1 (or some other starting point) and apply the ln function repeatedly, it converges to some complex number c for which exp(c) = c. You can find infinitely many other fixed points by applying (2Npi + ln) instead of ln.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 60 ·
3
Replies
60
Views
6K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K