Find the number of functions f : R → R such that f ( x − y ) = f ( x ) ⋅ f ( y ) ⋅ f ( y x ) for all x , y ∈ R , y = 0 .
Note: R denotes the set of real numbers.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Putting x = 0 we see that f ( − y ) = f ( 0 ) 2 f ( y ) for nonzero y , which means that f ( 0 ) 4 f ( y ) = f ( y ) for all nonzero y . Thus either f ( 0 ) 4 = 1 , so that f ( 0 ) = ± 1 , or else f ( y ) = 0 for all nonzero y . But then f ( 0 ) = f ( 1 ) f ( 1 ) f ( 1 ) = 0 , so that f ≡ 0 (one solution)
Suppose that f ( 0 ) = 1 . Then f ( − y ) = f ( 0 ) 2 f ( y ) = f ( y ) for all nonzero y , and hence for all y . Also, putting x = y we see that 1 = f ( 0 ) = f ( x ) 2 f ( 1 ) for all nonzero x . In particular f ( 1 ) 3 = 1 , so that f ( 1 ) = 1 , and hence f ( x ) 2 = 1 for all x . But then f ( x ) = f ( 2 1 x ) f ( − 2 1 x ) f ( − 1 ) = f ( 2 1 x ) 2 f ( − 1 ) = 1 for all nonzero x , and hence f ≡ 1 (a second solution).
If f ( 0 ) = − 1 g ( x ) = − f ( x ) is another solution of the functional equation with g ( 0 ) = 1 , so that g ≡ 1 as above. Thus f ≡ − 1 (the third and final solution).
Thus here are exactly 3 solutions, all constant.
Nice solution! Thanks for posting. Just one remark: The functional equation holds for all real values of x, but obviously for y = 0 (something I had also overlooked on the original text of the problem and added now). Concequently, the relations you get in your solution regarding y hold for nonzero values. This may slightly differ the way gou get your answers.
Log in to reply
A very minor adjustment to the first paragraph fixes that.
In the case of constant functions f ( x ) = C , we have C = C 3 ⇒ C 3 − C = C ( C + 1 ) ( C − 1 ) = 0 ⇒ C = 0 , ± 1 .
Problem Loading...
Note Loading...
Set Loading...
Let P ( x , y ) be the statement f ( x − y ) = f ( x ) ⋅ f ( y ) ⋅ f ( y x ) .
P ( 0 , 1 ) ⇒ f ( − 1 ) = f 2 ( 0 ) f ( 1 ) ( 1 )
P ( 0 , − 1 ) ⇒ f ( 1 ) = f 2 ( 0 ) f ( − 1 ) ⇒ ( 1 ) f ( 1 ) = f 4 ( 0 ) f ( 1 ) ⇒ ⎩ ⎪ ⎨ ⎪ ⎧ f ( 1 ) = 0 or f ( 0 ) = ± 1
If f ( 1 ) = 0 , then P ( x + 1 , 1 ) ⇒ f ( x ) = f 2 ( x + 1 ) f ( 1 ) ⇒ f ( x ) = 0 , ∀ x ∈ R . Hence, f ≡ 0 is one solution, since it satisfies P ( x , y ) .
If f ( 1 ) = 0 , then f ( 0 ) = ± 1 . Exploring this case we have:
P ( 1 , 1 ) ⇒ f ( 0 ) = f 3 ( 1 ) , thus, f ( 1 ) = f ( 0 ) = 1 , or f ( 1 ) = f ( 0 ) = − 1 .
In any case, for x = 0 , P ( x , x ) ⇒ f ( 0 ) = f 2 ( x ) f ( 1 ) ⇒ f 2 ( x ) = 1 , which is also true for x = 0 .
P ( x + 1 , 1 ) ⇒ f ( x ) = f 2 ( x + 1 ) f ( 1 ) ⇒ f ( x ) = f ( 1 ) , for all x ∈ R .
The last leads us to two more solutions: f ≡ 1 , or f ≡ − 1 , which both satisfy P ( x , y ) .
To conclude, the answer is 3 .