Let $f(x,y)$ be a function satisfying the condition $$ f(x,y) = f(2x + 2y, 2y - 2x) $$ with $x, y \in \mathbb{R}$. Now we define a function $g(x) := f(2^x, 0)$.
Decide if $g(x)$ is periodic or not. If it is, find its period.
Attempt: I didn't get the approach. I didn't understand the function. I found $g(x) = f(2^{x+1}, -2^{x+1})$. But got confused as to what to do next.
For all $a$, we have \begin{align*} f(a,0)&=f(2a,-2a)\\[4pt] &=f(0,-2^3a)\\[4pt] &=f(-2^4a,2^4a)\\[4pt] &=f(-2^6a,0)\\[4pt] &=f(b,0)\;\;\;\text{[letting $b=-2^6a$]}\\[4pt] &=f(-2^6b,0)\\[4pt] &=f(-2^6(-2^6a),0)\\[4pt] &=f(2^{12}a,0)\\[4pt] \end{align*} hence, letting $a=2^x$, we get $$g(x)=f(2^x,0)=f(a,0)=f(2^{12}a,0)=f(2^{12}2^x,0)=f(2^{x+12},0)=g(x+12)$$ so $g$ is periodic.