Find the number of functions f from the positive reals to the positive reals such that f ( x + f ( y ) ) = x y + 1 y for all x , y > 0 .
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.
Awesome problem. However, I'm not sure if it's just me, but when I substitute different values of x and y , I get different different values for c . I don't have time to play with it right now, but I'll leave this page up to mess with it later to see if I made a mistake.
Log in to reply
But c = 0 seems to always come out. So, I think maybe c = 0 is really the only possibility.
Log in to reply
I had some extra time, so I took the liberty of determining the value of c . x + y 1 + c 1 + c ≡ x y + 1 y ⇒ x y + 1 + c y y + c ≡ x y + 1 y ⇒ ( x y + 1 ) ( y + c ( x y + 1 + c y ) ) ≡ y ( x y + 1 + c y ) ⇒ x y 2 + c x 2 y 2 + c x y + c 2 x y 2 + y + c x y + c + c 2 y ≡ x y 2 + y + c y 2 ⇒ c x 2 y 2 + c 2 x y 2 + 2 c x y − c y 2 + c 2 y + c ≡ 0 By equating the coefficients on both sides, we can conclude c = 0 .
How can you assume first x = f ( x ) then u prove f ( x ) = 1 / x .This is not a god way I think
Log in to reply
I substituted f ( x ) into x of the functional equation. I'm not saying that x = f ( x ) .
Problem Loading...
Note Loading...
Set Loading...
Let x = f ( x ) , f ( f ( x ) + f ( y ) ) = f ( x ) y + 1 y
Switching x , y gets us f ( f ( x ) + f ( y ) ) = f ( y ) x + 1 x
This implies that f ( y ) x + 1 x f ( x ) − x 1 f ( x ) = f ( x ) y + 1 y = f ( y ) − y 1 = c = x 1 + c
Plugging this back into our function and letting x = y = 1 , we find that c = 0 or − 2 3 . However, f ( x ) = x − 2 3 yields negative values, therefore f ( x ) = x 1 is the only valid function and checking it to the original function validates that it is the correct function.