I'm interested in understanding functions that describe themselves in a certain degree $ n $. Let me define what I mean by this:
A function $ f(x) $ is said to describe itself in degree $ n $ if there exists a function $ g_{n,f} $ with an inverse such that
$$ f = g^{-1} \circ f^n \circ g $$
Notably, every function describes itself in degree 1, since $ g(t) = t $ in that case. An example to illustrate this concept is the function $ f(x) = 2x $, which describes itself in degree 2 with $ g(x) = a|x|x $ and its inverse $ g^{-1}(x) = \frac{\sqrt{|\frac{x}{a}|} \cdot |\frac{x}{a}|}{(\frac{x}{a})} $ for $ x \neq 0 $ and 0 when $ x = 0 $, where $ a $ is a non-zero real number.
Through this exploration, I've found that $ g(x) $ for n degree is related to $ a \cdot x^n $, but I'm struggling to find a $ g(x) $ for $f(x) = x^2$ for any other degree other than the trivial case of degree equaling $ 1 $.
my main question is this What types of functions describe themselves with degree $ n $?
My follow up questions that I think are important as well are as follows:
- How does this change if we restrict our functions to complex-to-complex, real-to-real, positive-to-positive, or integer-to-integer mappings?
- What are the constraints required for a function to describe itself in a specific degree $ n $?
- Are there functions that describe themselves in some $ n > 1 $ but not in all such $ n $?
- Does the function $ x^2 $ describe itself in any degree other than degree 1?
I appreciate any insights or references that could help in understanding these types of functions and their properties.