Consider the following fixed-point equation:
\begin{equation} x = (1-x)^{1-\frac{2}{a+1}} - 1, \end{equation} where $x \in [0,1]$ and $a \in [0,1]$. If we write the solution of $x$ in terms of $a$ as $x(a)$, then, would it be possible to compute $\lim_{a \rightarrow 1} x(a)$ ?
Since there is no closed-form solution for $x$, I tried to numerically see what happens. Here is the result:
$a=0.5640 \Leftrightarrow x=0.9$;
$a=0.7399 \Leftrightarrow x=0.99$;
... ...
$a=0.9547 \Leftrightarrow x=0.9999999999999$.
But is there any analytic way to demonstrate $\lim_{a \rightarrow 1} x(a)$ ?
If you isolate $a$ in terms of $X$, the only possible solution as $\lim_{a\to 1} x(a)$ appears to be $x=0$...