gusgrinberg Wrote:For which of the following functions is f(a+b) = f(a) + f(b) for all positive numbers of a and b?
a) f(x) = x^2
b) f(x) = x+ 1
c) f(x) = x^1/2
d) f(x) = 2/x
e) f(x) = -3x
E is the correct answer.
Can you please help me solve this question? What are the concepts being touched on this particular problem?
Choice (a) When f(x) = x^2
a and b are x so:
f(a=x)=x^2 (eq 1)
and
f(b=x) = x^2 (eq 2)
and
f((a=x) + (b=x)) = f(x +x) = (2x)^2= 4x^2 (LHS)
so using (eq 1) and (eq 2)
f(a)+f(b) = x^2 + x^2 = 2x^2 (RHS)
So LHS != RHS (the left and right hand side differ)
We do the same for all the other choices (feel free to ask if you don't know how to do it for any of them) or if there is any lack of clarity either I or someone else would be more than happy to clarify.
Coming to choice (e) When f(x) = -3x
a and b are x so:
f(a)=-3x (eq 1)
and
f(b) = -3x (eq 2)
and
f(a + b) = f(x+x) = -3(2x)= -6x (LHS)
so using (eq 1) and (eq 2)
f(a)+f(b) = -3x -3x = -6x (RHS)
So LHS == RHS and e is the answer.