1

The basic example of such a function is $f(x) = e^{ax^2}$ for any constant $a$. Are these the only functions with this property, or are there others?

Mu Prime
  • 124

1 Answers1

5

$\def\RR{\mathbb{R}}$Suppose that $f$, $g:\RR\to\RR$ is smooth functions such that $f(x)f(y)=g(x^2+y^2)$ for all choices of $x$ and $y$ in $\RR$, and to avoid trivialities that there exists $y_0$ in $\RR$ such that $y_0f(y_0)\neq0$.

Taking derivatives with respect to $x$ and $y$ we see that $f'(x)f(y)=2xg'(x^2+y^2)$ and $f(x)f'(y)=2yg'(x^2+y^2)$ identically, so that $yf'(x)f(y)-xf(x)f'(y)=0$.

In particular, $y_0f'(x)f(y_0)-xf(x)f'(y_0)=0$ for all $x$, and the choice of $y_0$ implies that $$ f'(x) = \frac{f'(y_0)}{y_0f(y_0)}xf(x)$$.

You can now solve this differential equation.