Find all the function that satisfy : $$f\left(\frac{xf(y)}{2}\right)+f\left(\frac{yf(x)}{2}\right)=4xy$$ I only find $f(0)=0$ but I can't prove $f(x)=2x$
Asked
Active
Viewed 762 times
12
-
4$f(x)=-2x$ is another solution. – Hagen von Eitzen Feb 25 '13 at 14:42
-
Is $f$ a continuous function? And what is the domain, $\mathbb{R}$ or $\mathbb{C}$? – Yimin Feb 25 '13 at 15:57
1 Answers
11
If your $f$ is differentiable at $x=0$. Then
Differentiate the equation for $x$ at $x=0$
$f'\left(\dfrac{xf(y)}{2}\right)\dfrac{f(y)}{2}+f'\left(\dfrac{f(x)y}{2}\right)\dfrac{y}{2}f'(x)=4y$.
Take $x=0$. Since $f(0)=0$. Say $A = f'(0)$.
$A\dfrac{f(y)}{2}+A\dfrac{y}{2}A=4y$
Which is
$f(y)= \dfrac{8y-A^2y}{A}$
$f'(y) = \dfrac{8-A^2}{A}$,take $y=0$, $f'(0)=A=\dfrac{8-A^2}{A}$.
$A=2$ or $A=-2$.
This is for smooth case. If not differentiable at $x=0$, then I have no idea.