Because I can't find a function $h:\mathbb R\mapsto\mathbb R$ with the property $$h^{\circ 2}(x)=x^2+1$$ I'm looking for a function that almost has that property - that is, I would like to find a closed-form (and preferably elementary) function $h:\mathbb R\mapsto\mathbb R$ satisfying $$\lim_{x\to\infty} (x^2+1-h(h(x)))=0$$ or, equivalently, $$h(h(x))=x^2+1+\mathcal O(\epsilon(x))$$ where $\lim_{x\to\infty} \epsilon(x)=0$. But I haven't been able to do this either. I've tried functions in the form $$|x|^{\sqrt 2}+C$$ but none of them have worked. Can anybody find such a function $h$?
2025-01-13 09:17:30.1736759850
Almost-half iterate of $x^2+1$
164 Views Asked by Franklin Pezzuti Dyer https://math.techqa.club/user/franklin-pezzuti-dyer/detail At
1
There are 1 best solutions below
Related Questions in ASYMPTOTICS
- Asymptotic expansion for the solution of linear KDV eq.
- Asymptotic solutions of a sparsely perturbed recurrence relation
- Method for finding roots of perturbation singular problems
- Comparing two growth functions
- How to prove that o(f(n)) is in O(f(n))?
- Can someone prove that if lim(f(n)/g(n))=0, then O(f(n)) is subset of O(g(n))?
- Why is time complexity of `fun` $O(n)$?
- Is there an algorithm for deciding big/little-O queries?
- Laplace's Method for Integral asymptotes when g(c) = 0
- Statement involving Big-O
Related Questions in APPROXIMATION
- Rigorous rationale for the Pade Approximant?
- find an approximate solution, up to the order of epsilon
- Algebraic Error In My Work for Secant Method
- Write $a$ as a function of $n$ when $\sum_{i=1}^{n} (i + a)^{-1} = 1$
- How is inequality/approximation obtained?
- Least-squares fit of a nonlinear (polar) system
- Numerically stable evaluation of $x\ln(x)$
- What is the function for a 'fractal sine wave'?
- Find an approximate value of the sine of 61 degrees
- Trouble plotting Fourier Series in MATLAB
Related Questions in FUNCTIONAL-EQUATIONS
- A function that is zero for every integer multiple of $k$
- What "natural" functions besides $g(x) = x$ and $g(x) =\dfrac{c^{x}}{c^{x}+c^{1/2}} $ satisfy $g(x)+g(1-x) = 1$?
- For which polynomials $P$ does there exist a polynomial $Q$ such that $P(x)=Q(x)Q'(x)$?
- How can I find $f'(2x)$ given that $xf(x)-yf(y)=(x-y)f(x+y)$?
- Two variable equation, weighting of stock
- Vector Space Structures over ($\mathbb{R}$,+)
- $F(F(x)+x)^k)=(F(x)+x)^2-x$
- Monotonically increasing functions 123
- Show that $y^n+1/y^n \in \mathbb{N}$
- why this function is even function
Related Questions in FRACTIONAL-ITERATION
- Uniquely extended fractional iterations of $\exp$
- Maximally connected subset is surjective
- nonlinear system of equations solved by iteration method does not converge
- What is known about the functional square root of the Riemann Zeta function?
- Numerically find the half-iterate of a quadratic
- Partial iteration and inverse iteration of $e^x$
- Functional Square Root of Piecewise Functions
- If $q(x)=x^2+1$, does $q^{\circ 1/2}$ exist?
- Almost-half iterate of $x^2+1$
- Golden ratio - almost integer
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
Starting with
$$ g(x) = x^\sqrt{2} + C $$
we have
$$ \begin{align} g(g(x)) &= \left(x^\sqrt{2} + C\right)^\sqrt{2} + C \\ &= x^2 \left(1 + Cx^{-\sqrt{2}}\right)^\sqrt{2} + C \\ &\approx x^2 \left( 1 + C\sqrt{2}x^{-\sqrt{2}} \right) + C \qquad \text{(binomial theorem)} \\ &= x^2 + C\sqrt{2}x^{2-\sqrt{2}} + C. \end{align} $$
It looks like we can get what we want if we replace $C$ with $x^{\sqrt{2}-2}/\sqrt{2}$.
Indeed, if
$$ h(x) = x^{\sqrt{2}} + \frac{1}{\sqrt{2}} x^{\sqrt{2}-2} \tag{$*$} $$
then
$$ \begin{align} h(h(x)) &= \left( x^{\sqrt{2}} + \frac{1}{\sqrt{2}} x^{\sqrt{2}-2} \right)^\sqrt{2} + \frac{1}{\sqrt{2}} \left( x^{\sqrt{2}} + \frac{1}{\sqrt{2}} x^{\sqrt{2}-2} \right)^{\sqrt{2}-2} \\ &= \left( x^{\sqrt{2}} + \frac{1}{\sqrt{2}} x^{\sqrt{2}-2} \right)^\sqrt{2} + O\!\left(x^{2(1-\sqrt{2})}\right) \\ &= x^2 \left( 1 + \frac{1}{\sqrt{2}} x^{-2} \right)^\sqrt{2} + O\!\left(x^{2(1-\sqrt{2})}\right) \\ &= x^2 \left[ 1 + x^{-2} + O\!\left(x^{-4}\right) \right] + O\!\left(x^{2(1-\sqrt{2})}\right) \\ &= x^2 + 1 + O\!\left(x^{2(1-\sqrt{2})}\right) \end{align} $$
as $x \to +\infty$.