I need to find all the continuous functions from $\mathbb R\rightarrow \mathbb R$ such that $f(x+y)=f(x)+f(y)+f(x)f(y)$. I know, what I assume to be, the general way to attempt these problems, but I got stuck and need a bit of help. Here is what I have so far:
Try out some cases:
Let $y=0$: $$ \begin{align} f(x)&=f(x)+f(0)+f(x)f(0) \\ 0&=f(0)+f(x)f(0) \\0 & = f(0)[1+f(x)] \end{align}$$ Observe that either $f(0)=0$ or $f(x)=-1$. So this gives me one solution, but I am having trouble finding the other solution(s). Somebody suggested to me that $f(x)=0$ is also a solution but I can't find a way to prove what they said is true. Can anyone please, without giving away the answer, give me a teeny hint? I really want to figure this out as much as I can. I've tried the case when $y=-x$ and $x=y$ but I don't feel like those cases help me towards the solution.
Thanks in advance
We have $$f(x+y) + 1 = (f(x)+1)(f(y)+1)$$ If we let $f(z) + 1$ as $g(z)$, we then have $$g(x+y) = g(x) g(y)$$ Now this is the good old Cauchy functional equation, which you should be able to solve.
Below are some relevant links:
Is there a name for function with the exponential property $f(x+y)=f(x) \cdot f(y)$?
Classifying Functions of the form $f(x+y)=f(x)f(y)$
If $f(xy)=f(x)f(y)$ then show that $f(x) = x^t$ for some t
If $f\colon \mathbb{R} \to \mathbb{R}$ is such that $f (x + y) = f (x) f (y)$ and continuous at $0$, then continuous everywhere
continuous functions on $\mathbb R$ such that $g(x+y)=g(x)g(y)$
What can we say about functions satisfying $f(a + b) = f(a)f(b) $ for all $a,b\in \mathbb{R}$?
https://math.stackexchange.com/questions/171806/