Given that f(a + b) = f(a) + f(b) and we need to find which of the following can be the value of f(x) which satisfies this.Let's solve the problem using two methods
Method 1: Logic (Eliminate Option Choices)f(a+b) = f(a) + f(b)Now, this can be true only when1. We don't have any constant term added or subtracted from any term of x. As if we have one then on Left Hand Side(LHS) that constant term will be added or subtracted only once, but on Right Hand Side(RHS) it will be added or subtracted twice.
2. We don't have x in the denominator (in general) as we wont be able to match the LHS and RHS then.
3. We don't have any power of x ≠ 1 in the numerator. As otherwise (in general) we wont be able to match the LHS and RHS.
4. We have a term of x in the numerator with power of 1 with any positive or negative constant multiplied with it. Ex 2x, -3x, etc
Using above logic we can eliminate the answer choices
(A) \(x^2 + 1\)=>
Eliminate : Doesn't Satisfy Point 1 above. It has a constant added. (+1)
(B) \(2\sqrt{x}\)=>
Eliminate : Doesn't Satisfy Point 3 above. Power of x is \(\frac{1}{2}\)
(C) \(x - 4\)=>
Eliminate : Doesn't Satisfy Point 1 above. It has a constant subtracted (-4)
(D) \(\frac{5}{x}\)=>
Eliminate : Doesn't Satisfy Point 2 above. x is in denominator
(E) \(-7x\)=>
POSSIBLE: Satisfies all the conditions above.
So,
Answer will be E.
Method 2: Algebra (taking all option choices)(A) \(x^2 + 1\)f(x) = \(x^2 + 1\)
To find f(a+b) we need to compare what is inside the bracket in f(a+b) and f(x)
=> We need to substitute x with a+b in f(x) = \(x^2 + 1\) to get the value of f(a+b)
=> f(a+b) = \((a+b)^2 + 1\) = \(a^2 + 2ab + b^2 + 1\)
f(a) = \(a^2 + 1\) and f(b) = \(b^2 + 1\)
=> f(a) + f(b) = \(a^2 + 1\) + \(b^2 + 1\) = \(a^2 + b^2 + 2\) ≠ \(a^2 + 2ab + b^2 + 1\)
=> f(a+b) ≠ f(a) + f(b) =>
FALSE(B) \(2\sqrt{x}\)f(x) = \(2\sqrt{x}\)
=> f(a+b) = \(2\sqrt{a + b}\)
f(a) + f(b) = \(2\sqrt{a}\) + \(2\sqrt{b}\) ≠ \(2\sqrt{a + b}\)
=> f(a+b) ≠ f(a) + f(b) =>
FALSE(C) \(x - 4\)f(x) = \(x - 4\)
=> f(a+b) = \(a+b - 4\)
=> f(a) + f(b) = \(a - 4\) + \(b - 4\) = \(a+b - 8\) ≠ \(a+b - 4\)
=> f(a+b) ≠ f(a) + f(b) =>
FALSE(D) \(\frac{5}{x}\)f(x) = \(\frac{5}{x}\)
=> f(a+b) = \(\frac{5}{a+b}\)
f(a) + f(b) = \(\frac{5}{a}\) + \(\frac{5}{b}\) = \(\frac{5a + 5b }{ ab}\) ≠ \(\frac{5}{a+b}\)
=> f(a+b) ≠ f(a) + f(b) =>
FALSE(E) \(-7x\)f(x) = \(-7x\)
=> f(a+b) = \(-7*(a+b)\) = -7a - 7b
f(a) + f(b) = \(-7a\) + \(-7b\) = -7a - 7b
=> f(a+b) = f(a) + f(b) =>
TRUESo,
Answer will be EHope it helps!
Watch the following video to learn the Basics of Functions and Custom Characters