↧↧↧ Detailed Video Solution to the Problem ↧↧↧
Let's solve the problem using two methods
Method 1: AlgebraGiven that \(f(x) = (x - 1)^2 + 3\)
I. \(2f(x) = f(x - 1) + f(x + 1)\)To find f(x-1) we will replace x with x - 1 in \(f(x) = (x - 1)^2 + 3\)
=> \(f(x-1) = (x - 1 - 1)^2 + 3 = (x - 2)^2 + 3 = x^2 - 2*2x + 2^2 + 3 = x^2 - 4x + 7\)
Similarly, \(f(x+1) = (x + 1 - 1)^2 + 3 = x^2 + 3\)
=>
f(x-1) + f(x+1) = \(x^2 - 4x + 7 + x^2 + 3\) = \(2x^2 - 4x + 10\)
2f(x) = \(2 * ((x - 1)^2 + 3)\) = \(2 * ((x^2 - 2x + 1)+ 3)\) = \(2x^2 - 4x + 8\)
Clearly, \(2x^2 - 4x + 8\)
≠ \(2x^2 - 4x + 10\)
=>
FALSEII. \(f(2 - x) = f(x)\) \(f(2-x) = (2 - x - 1)^2 + 3 = (1 - x)^2 + 3 = (x - 1)^2 + 3 = f(x)\)
=>
TRUEIII. \(f(x) = f(-x)\) \(f(-x) = (-x - 1)^2 + 3 = (x + 1)^2 + 3 = x^2 + 2x + 1 + 3 = x^2 + 2x + 4\)
Clearly, \( x^2 + 2x + 4 \)
≠ \( x^2 - 2x + 4 \)
=>
FALSE
So,
Answer will be BMethod 2 SubstitutionLets put x = 1 and check which all options are not trueI. \(2f(x) = f(x - 1) + f(x + 1)\)2f(1) = f(1-1) + f(1+1) = f(0) + f(2)
\(f(x) = (x - 1)^2 + 3\)
=> \(f(0) = (0 - 1)^2 + 3 = 1 + 3 = 4\)
=> \(f(1) = (1 - 1)^2 + 3 = 0 + 3 = 3\)
=> \(f(2) = (2 - 1)^2 + 3 = 1 + 3 = 4\)
=> f(0) + f(2) = 4 + 4 = 8
=> 2f(1) = 2*3 = 6
Clearly, 6
≠ 8
=>
FALSE II. \(f(2 - x) = f(x)\) f(2 - 1) = f(1)
=> f(1) = f(1)
Now, this is
TRUE for x = 1, but we will have to check for other values also to be very sure
Let's put x = 0f(2 - 0) = f(0)
=> f (2) = f(0)
We calculated above that both are equal to 4
=>
TRUELet's put x = 99f(2 - 99) = f(99)
=> f (-97) = f(99)
=> \(f(-97) = (-97 - 1)^2 + 3 = 98^2 + 3\)
=> \(f(99) = (99 - 1)^2 + 3 = 98^2 + 3\)
=>
TRUE III. \(f(x) = f(-x)\) => f(1) = f(-1)
=> \(f(-1) = (-1 - 1)^2 + 3 = 4 + 3 = 7\)
And f(1) = 3
Clearly, 3
≠ 7
=>
FALSE
So,
Answer will be BHope it helps!
Watch the following video to MASTER Functions and Custom Characters