Given that is a function defined on the set of all real numbers such that for all and , and , find the value of .
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.
By intuition, one can infer that the function is actually an exponential function, and with more intuition, one can infer that this was written for the problem writing party. The function I intended to use was f ( x ) = 2 x . This comes from the fact that 2 x + y = 2 x ⋅ 2 y
The more formal solution:
f ( 3 ) = f ( 2 + 1 ) = f ( 2 ) ⋅ f ( 1 ) = f ( 1 + 1 ) ⋅ f ( 1 ) = f ( 1 ) ⋅ f ( 1 ) ⋅ f ( 1 ) = f ( 1 ) 3 = 8
This gives us f ( 1 ) = 3 8 = 2
Also, f ( 1 1 ) = f ( 1 + 1 + 1 + . . . + 1 ) with 11 1 's, giving us f ( 1 1 ) = f ( 1 ) 1 1 = 2 1 1 = 2 0 4 8
Then, f ( 5 ) = f ( 1 ) 5 = 2 5 = 3 2
So, f ( 1 1 ) − f ( 5 ) = 2 0 4 8 − 3 2 = 2 0 1 6