Problem. Find $f(x)$ and $\lim_{x\to\infty} f(x)^x$ for $f'(0)=1$, $-1<f(x)<1$, and $$f(x+y)=\frac{f(x)+f(y)}{1+f(x)f(y)} \quad\text{for all}\quad x\in\mathbb{R}.$$
Here were my findings for the following function:
- $f(0)=0$:
Proof: Putting $y=0$ and solving we have:
$f(0)\cdot(f(x)-1)\cdot (f(x)+1)=0$
If $f(0)\neq 0 $, then $f(x)=1$ or $f(x)=-1$ for all $x$, then $f(x)=c$, for this case so $f'(x)=0$ for any $x$, but our condition was $f'(0)=1$ hence $f(0)$ needs to be $0$.
- $f(x)$ is odd:
Putting $y=-x$ in the original equation we have: $f(0) =f(x)+f(-x)$, hence $f(x)$ is odd.
I wasn't able to move forward with the two findings. My intuition said that it is asking
$\lim_{x \to \infty} f(x)^x$ for $-1<f(x)<1$, so its probably trying to hint me for a $1^\infty$ limit form. So maybe $f(x)$ is increasing, but I wasn't able to prove it.
Similarly to prove $f(x)$ is increasing, there was a possible need to prove $f(x)$ is differentiable at all points, and I wasn't able to this as well, I was thinking there is probably a way to get a form of $f'(x)=g(x)$ from the original functional equation, but wasn't successful in trying to bring it to that form.
$$f'(x)=\lim_{h\to0}\frac{f(x+h)-f(x)}h\\=\lim_{h\to0}\frac{\frac{f(x)+f(h)}{1+f(x)f(h)}-f(x)}h\\=\lim_{h\to0}\frac{f(x)+f(h)-f(x)-f^2(x)f(h)}{h(1+f(x)f(h))}\\=\lim_{h\to0}\frac{f(h)(1-f^2(x))}{h(1+f(x)f(h))}\\=\lim_{h\to0}\frac{f(h)-f(0)}{h}\frac{1-f^2(x)}{1+f(x)f(h)}(\text{as }f(0)=0)\\=f'(0)(1-f^2(x))$$
Thus, $f'(x)=1-f^2(x)$
Solving this differential equation, we get $$f(x)=\frac{1-e^x}{1+e^x}$$