I happened to run across this problem in Larson's Problem Solving through Problems and I wanted to ask how you would approach it.
A real-valued continuous function satisfies for all real $ x $ and $ y $ the functional equation $$ f \left( \sqrt { x ^ 2+ y ^ 2 } \right) = f ( x ) f ( y ) \text . $$ Prove that $ f ( x ) = { [ f ( 1 ) ] } ^ { x ^ 2 } $.
Attempt:
I know that if we define $ f ( n ) = 2 ^ { \frac n 2 } $, $ f ( 1 ) = 2 ^ { \frac 1 2 } $ resulting in $ f ( n ) = 2 ^ { \frac n 2 } = 2 ^ { \frac { n ^ 2 } 2 } $. But this doesn't seem to make sense for me. Any clues?
EDIT:
If I were to use the hint given in the book where I am asked to first prove the theorem for all numbers of the form $ 2 ^ { \frac n 2 } $, where $ n $ is an integer and then prove the theorem for all numbers of the form $ \frac m { 2 ^ n } $, with $ m $ an integer and $ n $ a nonnegative integer, how would that help me?
HINT: Consider the cases in which $y=x$. Then you have that $$f(y\sqrt{2})=f(y)^2$$ Then observe the following pattern: $$f(\sqrt2)=f(1)^2$$ $$f(2)=f(1)^4$$ $$f(2\sqrt2)=f(1)^8$$ And so on. Using induction, we can say that $$f(\sqrt2^n)=f(1)^{2^n}$$ Can you use this to prove what you are after?
If you need another hint, just ask!