2

Let $f: \mathbb{R} \to \mathbb{R}$ be a function satisfying $f(x)= f\left(\frac{x}{1-x}\right) \ \forall x \neq 1$. If $f$ is continuous at $0$ then find all possible $f$.

My approach :

If $f(x)= f\left(\frac{x}{1-x}\right)$ then $$\displaystyle f\left(\frac{x}{1-x}\right) = f\left(\frac{x}{1-x} \left(1-\frac{x}{1-x} \right)^{-1}\right)=f \left(\frac{x}{1-2x} \right)$$

On successively doing this, we will get $f(x) = f\left(\frac{x}{1-nx}\right)$.

Taking limit both sides as $n \to \infty$, we will get $f(x)=f(0)$ .This implies $f(x)=f(0)$ for all $x$. Thus $f(x)$ is a constant function. Lot of people pointed out about $f(1)$, can someone help me with this? Can I define $f(1) = a$ for any $a \in \mathbb R$ and then $f(x) = f(0)$ for all $x \in \mathbb{R} \setminus \left\{ 1 \right\}$? Is this correct?

Gary
  • 31,845

2 Answers2

1

As remarked in the comments, $x=\frac1n$ for $n\in\Bbb N_+$ demands special consideration. As $f(\frac1n)=f(\frac1{n-k})=f(1)$, $k=1,...,n-1$, then again by continuity, $f(1)=f(0)$.

Lutz Lehmann
  • 126,666
1

A different-looking approach:

If $y=\frac x{1-x}$, then $x=\frac y{y+1}$. We conclude

If $y\ne -1$ then $f(y)=f(\frac y{y+1})$.

Consider $a>0$. Define the sequence $(x_n)$ by setting $x_0=a$ and recursively $x_{n+1}=\frac {x_n}{1+x_n}$. By induction, all $x_n$ are positive (in particular, $1+x_n\ne0$), the sequence is strictly decreasing, and $f(x_n)=f(a)$ for all $n$. In particular, the sequence converges to some limit $x^*$. For it, we have $x^*=\frac {x^*}{1+x^*}$, i.e., $x^*=0$. Then by continuity at $0$, $f(a)=f(0)$.

Now consider $a<0$. This time, let $x_0=a$ and $x_{n+1}=\frac{x_n}{1-x_n}$. Similar to above, $x_n$ converges to $0$ and we conclude $f(a)=f(0)$.

Hence $f$ is constant.