f ( x y ) = f ( 2 x 2 + y 2 ) + ( x − y ) 2
Let f : R → R be a function satisfing the above statement. If f ( 0 ) = 1 , find the sum of all values of f ( 2 0 1 7 ) .
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.
The method I approached this problem was as follows:
I wished to remove the ( x − y ) 2 term somehow. I noted that the difference between the terms inside the functions was exactly half of this annoying term. Thus, I constructed a new function - dependent on the old function - to get rid of the ( x − y ) 2 .
Let g ( x ) = f ( x ) + 2 x . Substituting this in to the statement, we get
g ( x y ) − 2 x y g ( x y ) = g ( 2 x 2 + y 2 ) − ( x 2 + y 2 ) + ( x − y ) 2 = g ( 2 x 2 + y 2 )
Substituting y = 0 gives us g ( 0 ) = g ( 2 x 2 ) = 1 for all x ≥ 0 , g ( x ) = 1 . If we subtitute y = − x , we get g ( − x 2 ) = g ( 2 x 2 ) = g ( x 2 ) , so we have g ( x ) = 1 ∀ x ∈ R . Thus, we must have f ( x ) = 1 − 2 x .
Therefore, f ( 2 0 1 7 ) = − 4 0 3 3 .
You just have to plug in y=sqrt(4034), x=0
Problem Loading...
Note Loading...
Set Loading...
Putting y = 0 gives f ( 0 ) = f ( 2 1 x 2 ) + x 2 for all x , and hence that f ( u ) = f ( 0 ) − 2 u for u ≥ 0 . Putting y = 1 now gives f ( x ) = f ( 2 x 2 + 1 ) + ( x − 1 ) 2 = f ( 0 ) − ( x 2 + 1 ) + ( x − 1 ) 2 = f ( 0 ) − 2 x for all x . It is easy to check that any function of the form f ( x ) = α − 2 x satisfies this functional relation. Since f ( 0 ) = 1 we have f ( x ) = 1 − 2 x for all x , and so the answer is − 4 0 3 3 .