[Math] How to find period of a real function $f$ given the functional equation $\sqrt{3}f(x) = f(x-1) + f (x+1) $

functional-equationsfunctions

If a periodic function satisfies the equation $\sqrt{3}f(x) = f(x-1) + f (x+1) $ for all real $x$ then prove that fundamental period of the function is $12$.

Here fundamental period means the smallest positive real for which function repeats its value for all $x$.

I tried replacing $x$ by $x \pm 1$ then try to find $f(x)$ in terms of other but always end up with it in terms of sum of other two arguments in the function eg $f(x-2)$ + $f (x+2)$ etc.

Please provide a general method and also especially do give the thought process or reasoning for all the steps ie why you are doing these particular steps or what led you to thinking that doing these steps would give you the period of f.

Best Answer

I do not know there is a general way to solve that type of functional equations, but it kind of satisfies recursive relation, so one may apply the knowledge of that. Here I prove that $12$ is the period of $f$ which satisfies the given relation. Indeed, let $x\in \mathbb{R}$ be fixed. Then $a(x, 0) := f(x)$, $a(x, 1):=f(x+1)$ and $a(x, n) := \sqrt{3} a(x, n-1) - a(x, n-2)$ for $n\geq2$. This is a linear homogeneous recursive relation, so its n-th term can be explicit. The roots of the characheristic polynomial $z^2 - \sqrt{3} z + 1$ are $\frac{\sqrt{3} + i}{2} = e^{\frac{\pi i}{6}}$, $\frac{\sqrt{3} - i}{2} = e^{-\frac{\pi i}{6}}$. So $a(x, n) = c_1 e^{\frac{n\pi i}{6}} + c_2 e^{-\frac{n\pi i}{6}}$ where $c_1$ and $c_2$ are determined from $a(x, 0)$ and $a(x, 1)$. Since $f(x+n) = a(x, n)$ it is obvious that $12$ is the period of $f$.

Now I prove that if $f$ is not identically $0$, $12$ is the fundamental period. Since $f$ is not identically $0$, one can find $x \in \mathbb{R}$ for which $f(x) \neq f(x+1)$. Note that one can readily construct $g$ which satisfies the given functional equation, which has the fundamental period of $12$ and for which $g(x) = f(x)$. Replacing $f$ by $f-g$, we can assume $f(x) = 0$. As a resulut of this and scalar multiplication we can assume that $f(x) = 0$ and $f(x+1) = 1$. Then $f(x+n) = \frac{1}{\alpha - \beta} (\alpha^n - \beta^n)$ where $\alpha = e^{\frac{\pi i}{6}}, \beta = e^{-\frac{\pi i}{6}}$. From this $f(x) = f(x+n)=0$ if and only if $n$ is a mutiple of $6$. But $6$ cannot be a period because $f(x+1) \neq f(x+7)$.

Related Question