Find all the continuous bounded functions $f: \mathbb R \to \mathbb R$ such that satisfying the function equation $$(f(x))^2-(f(y))^2=f(x+y)\cdot f(x-y)$$
By the way :I have see this problem( is different my problem)
if $f(x)$ is polynomial,and such
$$(f(x))^2-(f(y))^2=f(x+y)\cdot f(x-y)$$
we can prove $f$ must $f(x)=ax$
But for my problem,follow is my work firt,we set $x=y=0$ then $f(0)=0$ and let $$x=\dfrac{u+x}{2},y=\dfrac{u-x}{2}$$ we have $$f(u)f(x)=f^2(\dfrac{u+x}{2})-f^2(\dfrac{u-x}{2})$$ and let $$x=\dfrac{u-x}{2},y=\dfrac{u+x}{2}$$ then $$f(u)f(-x)=f^2(\dfrac{u-x}{2})-f^2(\dfrac{u+x}{2})=-f(u)f(x)$$ so $$f(x)=-f(-x)$$ so $f(x)$ is odd.
then I can't.Thank you
Edit: This is IMO1990 Longlisted problem POL4.
If $x=y=t/2$, then $f(0)f(t)=0$, so either $f(0)=0$ or $f=0$. From now on we exclude the latter case and assume that $f(0)=0$
I'll assume that $f\in C^2(\mathbb{R})$, then $$ \partial_x\partial_y(f(x+y)f(x-y))=\partial_x\partial_y(f(x)^2-f(y)^2) $$ After routine calculations we get $$ \frac{f''(x+y)}{f(x+y)}=\frac{f''(x-y)}{f(x-y)} $$ This is posible iff both fractions are constant, hence we get a differential equation $$ f''(x)-c f(x)=0 $$ for some $c\in\mathbb{R}$. Its solution is straightforward $$ f(x)= \begin{cases} Ax+B&\quad c=0\\ Ce^{x\sqrt{c}}+De^{-x\sqrt{c}}&\quad c>0\\ E\cos{x\sqrt{-c}}+F\sin{x\sqrt{-c}}&\quad c<0\\ \end{cases} $$ Recall that $f(0)=0$, then $B=0$, $C=-D$ and $E=0$. So the only possible twice differentiable solutions are $$ kx,\qquad k\sinh(xm),\qquad k\sin(xm) $$