I have been trying to solve an exercise based on the relations and functions. Right now I had stuck to a question based on functions. The question says:
A real valued function $f(x)$ satisfies the functional equation $$f(x-y)=f(x)\cdot f(y)-f(a-x)\cdot f(a+y)$$ where $a$ is given constant and also $f(0)=1$. Then $f(2a-x) =$?
So far I know in these kind of questions we have to replace a specific variable with another value (maybe any constant or another variable). Like I had done an example previously.
Here is an example:
Question says, $f(x)+2f(1-x)=x^2$, Then what is $f(x)$?
Answer:
Given, $$f(x)+2f(1-x)=x^2\text.\tag1\label1$$ Replace $x$ with $1-x$. So now equation is $$f(1-x)+2f(x)=(1-x)^2\text.\tag2\label2$$ So after multiplying equation \eqref{2} with $2$ and subtracting equation \eqref{1} we can get the $f(x)$.
I know This one is quite easier than that I had asked because my question would need much more substitutions.
Let $x = y= 0$. This gives $f(0) = f(0)^2-f(a)^2$ or $f(a) = 0$. Then let $x = 0$.
This gives $f(-y) = f(0)f(y)-f(a)f(a+y)$ or $f(-y) = f(y)$. Then let $x = a$.
This gives $f(a-y) = f(a)f(y)-f(0)f(a+y)$ or $f(a-y)+f(a+y) = 0$.
In this equation, set $y = x-a$. This gives $f(a-(x-a))+f(a+(x-a)) = 0$ or $f(a-x+a) = f(2a-x) = -f(x)$ as desired.
I dont think that finding a closed form is easy.