Linked Questions
21 questions linked to/from On the functional square root of $x^2+1$
6
votes
1
answer
257
views
which functions can be obtained as a composition of a continuous function with itself? [duplicate]
let $f(x)=x^2$, then $f(f(x))=x^4$, so $x^4$ is a continuous function from $\Bbb R$ to $\Bbb R$ which can be obtained as $f\circ f$ for a continuous $f\colon \Bbb R\to \Bbb R$.
general example: for $f(...
1
vote
0
answers
472
views
Solving $f(f(x))=g(x)$ equations [duplicate]
Possible Duplicate:
Square root of a function (in the sense of composition)
I'm interested in solving equations of the form $f(f(x))=g(x)$ for $x\in\mathbb{R}$ where $g(x)$ is a known function.
...
5
votes
1
answer
161
views
If $q(x)=x^2+1$, does $q^{\circ 1/2}$ exist? [duplicate]
I've been doing a lot of research about functional half-iteration, and I posed the following question to myself:
Consider the function $q:\mathbb R\mapsto\mathbb R$ defined as
$$q(x)=x^2+1$$
...
7
votes
0
answers
195
views
Any chance for a solution of $f[f(x)]=x^2+1$? [duplicate]
Not sure if this is a closed or open question. But the question is suppose $f[f(x)]=x^2+1$ then what is $f(x)$? Though the question does not refer to the domain let us suppose it is defined on $\Bbb R$...
11
votes
3
answers
2k
views
How to calculate $f(x)$ in $f(f(x)) = e^x$?
How would I calculate the power series of $f(x)$ if $f(f(x)) = e^x$? Is there a faster-converging method than power series for fractional iteration/functional square roots?
33
votes
1
answer
2k
views
Characterising functions $f$ that can be written as $f = g \circ g$?
I'd like to characterise the functions that ‘have square roots’ in the function composition sense. That is, can a given function $f$ be written as $f = g \circ g$ (where $\circ$ is function ...
8
votes
2
answers
4k
views
if $\ f(f(x))= x^2 + 1$ , then $\ f(6)= $?
I want to know how to solve this type of questions. How can I find $\ f(x)$ from $\ f(f(x))$
Suppose, $\ f(f(x)) = x$ , then $\ f(x)=x$ or $\ f(x)=\dfrac{(x+1)}{(x-1)}$
how to find these ...
14
votes
2
answers
1k
views
The 'Square root' Function
$G := \{f : f:[0,1] \rightarrow [0,1]$ such that it is bijective function and strictly increasing }
Now the question is
For any $ h \in G,$does there exist $g \in G$ such that $h=g \circ g $?
Is ...
0
votes
2
answers
2k
views
Functional square root of $f(x)=x^2-1$???
What I'm looking for is a function $\phi(x)$ such that $\phi(\phi(x))=f(x)$, where $f(x)=x^2-1$.
I am aware of this stack exchange post:
Square root of a function (in the sense of composition)
and ...
15
votes
0
answers
876
views
Compositional "square roots"
Let $A$ be a set and $f\colon A\to A$ a function.
The primary and general question is: What conditions are necessary so that there exists $g$ such that for each $x$ in $A$, $g(g(x))=f(x)$?
This is a ...
1
vote
2
answers
444
views
What is known about the functional square root of the Riemann Zeta function?
Let us consider the Riemann zeta function $\zeta(s)$ for $Re(s) > 1$:
$$\zeta(s) := \sum_{n=1}^{\infty} \frac{1}{n^{s}} .$$
I wonder what is known about the functional square root(s) of the ...
15
votes
1
answer
526
views
$f(f(x)) = 1 + x^2$, then what is f(1)?
I get $f(f(a)) = a^2 + 1 = f(f(-a))$, and so $f(a)^2 + 1 = f(a^2 + 1) = f(-a)^2 + 1$, so $f(a) = f(-a)$ or $f(a) = -f(-a)$, but then I donot know what to do next. Thanks for any help.
4
votes
1
answer
333
views
There exist a function such that $f\circ f(x)=e^x$? [duplicate]
Based on this question: How to calculate $f(x)$ in $f(f(x)) = e^x$?
I would like to know if I can get a function such that $f:\mathbb R \to \mathbb R^+$, defined by $f\circ f(x)=e^x$. My guess is no, ...
5
votes
2
answers
399
views
Finding the “root” of a monotone function (in the sense of composition)
Let $f:[0,\infty)\rightarrow [0,\infty) $ be a smooth and monotone function s.t $f(0)=0$. Let $N\in\mathbb{N}$. Can we find a function $g: [0,\infty) \rightarrow [0,\infty) $ s.t $g\circ\cdots\circ g$ ...
2
votes
3
answers
294
views
"Compositional roots" of functions, how to define them and how many are there?
Assume I am interested in solving $$(\underset{k \text{ times}}{\underbrace{g\circ \cdots \circ g)}}(x) = g^{\circ k}(x) = f(x)$$
That is, $g$ is in some sense a function which is a $k$:th root to ...