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.