1
$\begingroup$

Let $f$ be continuous on $\mathbb{R}$. Then how to find all continuous functions satisfying $f(f(x))=f(x)+x$

  • 1
    The polynomial f(x)=((1+√5)/2)x is one solution.2010-09-07
  • 0
    Did you create this problem yourself?2010-09-07
  • 1
    An [unsourced] tag would be useful.2010-09-07
  • 0
    @ShreevatsaR: Yes, i posted a similar problem where one is asked to find all function such that $f(x^k)=f^{k}(x)$, that was the motivation for this problem2010-09-07

2 Answers 2

8

This one is a problem from a journal or from competitions at the level of the Putnam contest (see reference below).

Hint: $g(x) = x + Af(x)$ satisfies $g(f^n(x))=A^ng(x)$ when $A^2 = A + 1$; consider the cases $n \to \pm \infty$.

Source for a similar problem, with solution: http://books.google.com/books?id=-CNbGp2ZFXUC&pg=PA21

  • 0
    I like the book you mentioned.2011-09-02
1

In fact this belongs to a functional equation of the form http://eqworld.ipmnet.ru/en/solutions/fe/fe1220.pdf.

Let $\begin{cases}x=u(t)\\f=u(t+1)\end{cases}$ ,

Then $u(t+2)=u(t+1)+u(t)$

$u(t+2)-u(t+1)-u(t)=0$

$u(t)=C_1(t)\left(\dfrac{1+\sqrt{5}}{2}\right)^t+C_2(t)\left(\dfrac{1-\sqrt{5}}{2}\right)^t$ , where $C_1(t)$ and $C_2(t)$ are arbitrary periodic functions with unit period

$\therefore\begin{cases}x=C_1(t)\left(\dfrac{1+\sqrt{5}}{2}\right)^t+C_2(t)\left(\dfrac{1-\sqrt{5}}{2}\right)^t\\f=C_1(t)\left(\dfrac{1+\sqrt{5}}{2}\right)^{t+1}+C_2(t)\left(\dfrac{1-\sqrt{5}}{2}\right)^{t+1}\end{cases}$ , where $C_1(t)$ and $C_2(t)$ are arbitrary periodic functions with unit period

  • 0
    So, (assuming you have the details right,) any solution to the original problem yields a solution to the problem you solved. There's more work to be done to solve the original problem, though!2012-09-30