$g(x)=x \log(x+1)+x-1$ where the log has the base $e$. Set $G_1(x)=1/(\log(x+1)+1)$ and $G_2(x)=1-x\log(x+1)$. Show that the zero $x^*$ of $g(x)$ is a fixpoint of $G_1(x)$ as well as $G_2(x)$.
My thought about the problem:
I know how to show there exists an $x^*\in[0,1]$ using the Bolzano's Theorem. But I cannot get the explicit form of $x^*$, how can I then use it to find the fixpoint of $G_1(x)$ and $G_2(x)$?
I know a fixpoint of $G_1(x)$ means $G_1(X^*)=x^*$, but we don't know $x^*$?
Another thing that confuses me is if I want to find an iterated function, which one is the better candidate $G_1$ or $G_2$? Because as far I know about fixpoint is it always has something to do with iteration.
Can anybody please give some light on the problem?
Thanks
Let $y=x^*$. This will simplify my answer.
Thus $y \log(y+1)+y-1=0 \iff \log(y+1)=\frac{1-y}y$.
Substitute this to calculate $G_1(y)$ and $G_2(y)$ in a simpler form $\Rightarrow Q.E.D.$
Edit: When substitute you get: $$G_1(y)=\frac1{\log(y+1)+1}=\frac1{\frac{1-y}y+1}=\frac1{\frac1y}=y$$ $$G_2(y)=1-y\log(y+1)=1-y\frac{1-y}y=1-(1-y)=y$$