Determine the continuous function $f:\mathbb{R}\to\mathbb{R}$ with the following properties:
- $$\lim\limits_{x\rightarrow a} \frac{f(x)}{x-a}= e^{a},$$ where $a$ is a real valued constant;
- $$(x-a)(y-a)f(x+y)=(x+y-a)f(x)f(y),$$ for any $x, y \in \mathbb{R}$.
What I have tried
First of all, I have discovered the function $f_{1}=(x-a)e^{a}$, that obviously respects all criteria. I have a feeling that this is the only function.
Let's assume that $f_{2}$ is another function that checks all the criteria. Let $g:\mathbb{R}\to\mathbb{R}$, $$g(x) = \begin{cases}\dfrac{f_{1}(x)}{f_{2}(x)}, & x \neq a \\ 1, & \text{otherwise} \end{cases}$$.
Obviously, $g$ is also continuous. What I am trying to prove is that $g$ is constant. Does anyone have any ideas?