A function is defined for all real numbers and returns a real number for every input (That is, ). The above describes this function, where is a real number. What is 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.
I'd like some feedback on this solution, as I'm not sure it's correct. The answer of 0 is definitely correct, though.
First, I set values for x and y such that I had actual numerical values on the left side of the inequality. I used x = k and a = c − k , which allows me to rewrite things like this:
f ( c ) ≤ [ c − k ] f ( k ) + f ( f ( k ) )
I then defined b = f ( k ) . Note that b and k are entangled because k is part of the determination of b . This will have to be worked around.
Either way, c represents the domain of f , and b represents its range. I rewrote the modified inequality above as
f ( c ) ≤ c b − k b + f ( b )
Which can be rewritten again as
f ( c ) ≤ c b + f ( 0 ) − p
Note that I randomly pulled a variable p in. It is a positive (or zero-valued) real that merely serves the purpose of stating that f ( 0 ) could be less than what I just replaced, but is what I just replaced at its maximum possible value.
Note that f ( 0 ) − p will not change. It should be a set value for the function, so I can continue.
If the range, b , of f is NOT 0 everywhere, then c can cause the value of f to have to continually decrease as c decreases (or as c increases for negative values). This would cause the range of f to go to negative infinity and would allow b to be a much smaller value that would eventually cause the inequality to no longer be true. Thus, the range of f is 0 , so f ( − 1 ) = 0 .