How many functions f : R → R satisfies
f ( x + f ( y ) ) = x + y for all x , y ∈ R ?
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.
Looks good!
I suggest editing the problem to ask for the number of solutions to the functional equation instead. Otherwise, the answer could be easily found by checking all the options. Thoughts?
Log in to reply
I agree with you...that's really easy. Or maybe we can add concepts like degree of freedom into it?
Log in to reply
I've updated the options to make it more interesting to consider.
Log in to reply
@Calvin Lin – Cool! Now people have to write a full solution in order to obtain the answer!
f ( − f ( y ) + f ( y ) ) = f ( 0 ) = − f ( y ) + y , ∀ y ∈ R ⇒ f ( y ) = y − f ( 0 ) , ∀ y ∈ R ⇒ x + f ( y ) − f ( 0 ) = f ( x + f ( y ) ) = x + y , ∀ x , y ∈ R ⇒ f ( y ) = y + f ( 0 ) = y − f ( 0 ) , ∀ y ∈ R ⇒ f ( 0 ) = 0 ⇒ f ( y ) = y , ∀ y ∈ R
Nice solution! I didn't think of putting x = − f ( y ) !
Log in to reply
Generally, this is my first step to solve these kinds of problems, solving f(0), later seeing what happens with natural numbers, later with rational numbers and finally with real numbers... In this case, I have been lucky... thank you, anyway
Log in to reply
Yes... f(0) is usually easy to find. I think the most difficult part in most cases is from rational to real...
Log in to reply
@展豪 張 – once, you get f ( y ) = y − f ( 0 ) , ∀ y ∈ R there is a easier or shorter way to sorting out f(0). I have just seen it, do you know how get it? and what happens if you do f ( y − f ( y ) + f ( y ) ) ? I'll tell you my trick, this problem was on facebook today,,haha... and it has been succesful
Log in to reply
@Guillermo Templado
–
f
(
y
−
f
(
y
)
+
f
(
y
)
)
=
y
−
f
(
y
)
+
y
⇒
f
(
y
)
=
y
Wow a really short way!
Problem Loading...
Note Loading...
Set Loading...
f ( x + f ( y ) ) = x + y ⋯ ( 1 )
Put x = 0 into ( 1 ) , f ( f ( y ) ) = y ⋯ ( 2 )
Put y = 0 into ( 1 ) , f ( x + f ( 0 ) ) = x
Apply f on both sides, f ( f ( x + f ( 0 ) ) ) = f ( x )
Apply ( 2 ) on LHS, x + f ( 0 ) = f ( x )
i.e. f ( x ) = x + f ( 0 ) ⋯ ( 3 )
It remains to find the value of f ( 0 )
Apply ( 3 ) on ( 1 ) repeatedly, L H S = f ( x + f ( y ) ) = x + f ( y ) + f ( 0 ) = x + y + 2 f ( 0 )
While R H S = x + y
∴ f ( 0 ) = 0 ⋯ ( 4 )
Combining ( 3 ) and ( 4 ) , f ( x ) = x