Question
Question: The function f is a differentiable function and satisfies the functional equation \( f(x)+f(y)=f(x+y...
The function f is a differentiable function and satisfies the functional equation f(x)+f(y)=f(x+y)−xy−1 for every pair x,y of real numbers. If f(1)=1 , then the number of integers (n=1) for which f(n)=n is
A. 0
B. 1
C. 2
D. 3
Solution
Hint : First, substitute the value of y equal to x in the given equation and check what equation is obtained. Then write the function in the general form. After this, make use of the given conditions and obtain the actual equation of the function.
Complete step-by-step answer :
Let us first analyse the given equation f(x)+f(y)=f(x+y)−xy−1 ….. (i)
Let's put the value of y equal to x.
⇒f(x)+f(x)=f(x+x)−x(x)−1
⇒2f(x)=f(2x)−x2−1 .
Therefore, we get that f(2x)−2f(x)=x2+1 ….. (ii)
We know that x2+1 is a polynomial function with degree 2.
This means that f(2x)−2f(x) is also a polynomial function with degree 2.
Subtraction or addition of polynomial functions of linear independent variables result in another polynomial function of the same degree.
Therefore, f(x) is a polynomial function of degree 2 (quadratic polynomial).
A quadratic polynomial can be written in the form f(x)=ax2+bx+c ….. (iii),
where a, b and c are real numbers and a=0 .
Let us find the values of a, b and c.
Substitute the x=0 in (ii).
⇒f(2(0))−2f(0)=02+1
⇒f(0)−2f(0)=1 .
⇒−f(0)=1
⇒f(0)=−1 .
Now, put x=0 in (iii).
⇒f(0)=a(0)2+b(0)+c
⇒−1=0+0+c
⇒c=−1
Now, equation (iii) can be written as f(x)=ax2+bx−1 …. (iv)
Substitute x=1 and y=−1 in (i).
⇒f(1)+f(−1)=f(1−1)−(1)(−1)−1
⇒f(1)+f(−1)=f(0)+1−1
⇒f(1)+f(−1)=f(0)
It is given that f(1)=1 .
⇒1+f(−1)=−1
⇒f(−1)=−2 .
Now, put x=−1 in (iv).
⇒f(−1)=a(−1)2+b(−1)−1
⇒−2=a−b−1
⇒a−b=−1 …. (v).
Substitute x=1 in (iv).
⇒f(1)=a(1)2+b(1)−1
⇒1=a+b−1
⇒a+b=2 …. (vi).
Now, add (v) and (vi).
⇒a−b+(a+b)=−1+2
⇒2a=1
⇒a=21
Substitute the value of ‘a’ in (v)
⇒21−b=−1
⇒b=23 .
Now, substitute the values of a and b in (iv).
⇒f(x)=21x2+23x−1 .
Let us define f(x)=x .
⇒21x2+23x−1=x
⇒21x2+21x−1=0
⇒x2+x−2=0
Let us now find the values of x that satisfy the above equation.
We can write the above equation as (x+2)(x−1)=0 .
This means that (x+2)=0 or (x−1)=0 .
⇒x=−2 or x=1
Therefore, the integers for which f(n)=n (n is an integer) are -2 and 1.
But it is given that n=1 .
Therefore, only one integer (i.e. n=−2 ) satisfies the above condition.
So, the correct answer is “Option B”.
Note : Wherever you get a question similar to this question, where an equation involving two variables (x and y) is given, first substitute y=x so that the equation becomes dependent on one variable. Then make of the given conditions and derive the function.