We are tasked with decoding the functional equation defined by the relation:
f(x+y)=f(x)+f(y)−1
To find our anchor point, we set
x=0 and
y=0. This yields:
f(0+0)=f(0)+f(0)−1
f(0)=2f(0)−1
f(0)=1
This is our first concrete piece of information regarding the function.
Next, we utilize the formal definition of the derivative:
f′(x)=h→0limhf(x+h)−f(x)
Substituting the given relation
f(x+h)=f(x)+f(h)−1 into the limit, the
f(x) terms cancel out:
f′(x)=h→0limhf(x)+f(h)−1−f(x)=h→0limhf(h)−1
Since we established that
f(0)=1, we can rewrite the expression as:
f′(x)=h→0limhf(h)−f(0)
This is exactly the definition of
f′(0). Given that
f′(0)=2, we conclude that the derivative is constant:
f′(x)=2
Geometrically, a constant derivative implies that the function must be a linear equation. Integrating
f′(x)=2 with respect to
x gives:
f(x)=2x+C
Using our anchor point
f(0)=1, we solve for the constant
C:
1=2(0)+C⇒C=1
Thus, the explicit form of our function is:
f(x)=2x+1
Finally, we evaluate the function at
x=−2 to find the requested value:
f(−2)=2(−2)+1=−4+1=−3
Taking the absolute value as required:
∣f(−2)∣=∣−3∣=3