Let $\varphi:\mathbb{R}\backslash\{3\}\to \mathbb{R}$ a periodic function so that forall $x\in \mathbb{R}$ $$\varphi(x+4)=\frac{\varphi(x)-5}{\varphi(x)-3}$$ Find the period the $\varphi$.
2 Answers
With $f(x) = \frac{x-5}{x-3}$ the functional equation can be written
$$\varphi(x+4) = f\circ \varphi(x)$$
A direct calculation shows that $$f\circ f\circ f\circ f = \text{Id} \implies \varphi(x+16) = \varphi(x)$$ which implies that the period satisfy $T = \frac{16}{m}$ for some $m\in\mathbb{N}$. We can rule out $4\mid m$ as a possibillity since
$$f\circ \varphi(x) = \varphi(x+4) = \varphi\left(x+ T \cdot \frac{m}{4}\right) = \varphi(x)\implies \varphi(x) = 2\pm i \not\in\mathbb{R}$$
and we can also rule out $m \equiv 2\pmod 4$ by the same type of argument.
The remaining values $m\equiv \pm 1\pmod{4}$ are all possible and we can prove this by explcitly constructing solutions with the desired period. The form of the equation looks similar to the addition formula for $\tan(x+y)$ so taking the ansatz $\varphi(x) = A\tan(kx) + B$ in the functional equation and solving for $A,B,k$ we find the following family of solutions
$$\varphi(x) = \tan\left(\frac{\pi x}{T}\right)+2$$
where $T = \frac{16}{4n\pm 1}$ with $n\in\mathbb{N}$.
- 24,478
-
Can you please elaborate how you obtained $φ(x+16)=φ(x)$ in second step? I understood till the last step, but not this one. Thank you! – Gaurang Tandon Jan 05 '18 at 02:02
-
@GaurangTandon First show that $f\circ f\circ f\circ f(t) = t$ then take $t = \varphi(x)$ and use $\varphi(x+4) = f\circ \varphi(x)$ over and over again to get: $\varphi(x) = f\circ f\circ f\circ f(\varphi(x)) = f\circ f\circ f\circ \varphi(x+4) = f\circ f\circ \varphi(x+8) = f\circ \varphi(x+12) = \varphi(x+16)$. – Winther Jan 05 '18 at 02:07
-
Understood. Thanks! Also, "which implies that the period satisfy" I think you are talking about fundamental period here? – Gaurang Tandon Jan 05 '18 at 02:29
-
And can you please detail how you arrived at the value $2\pm i$ near the middle? I have understood everything till that step, but where did you get that $2\pm i$ from? Thanks! – Gaurang Tandon Jan 05 '18 at 02:54
-
@GaurangTandon You get it by solving $f\circ \varphi(x) = \varphi(x)$ for $\varphi(x)$ (it becomes a quadratic equation). – Winther Jan 05 '18 at 10:01
-
Defining $f(x) = {x - 5\over x-3}$, we have $\varphi(x + 4) = f(\varphi(x))$. More generally, $\varphi(x + 4k) = f^{(k)}(\varphi(x))$. Assuming that the period is a multiple of $4$, for some $k$, $\varphi(x) = y = f^{(k)}(y)$.
I suspect the trick is to find a value of $k$ such that $y = f^{(k)}(y)$ has real solutions.
- 43,643
I will continue with my investigation.
I would invite someone to check this, however. I am up late with insomnia.
– Almentoe Oct 20 '15 at 02:59