Find #f# ?
Find differentiable #f# for which we have
#f(x)+f(y)=f(x+y)-xy-1 , # #x# #in# #RR# , #y# #in# #RR#
& #f'(0)=-1#
Find differentiable
&
4 Answers
The function is
Explanation:
Totally unnecesary - see my other answer
The following method is used to solve differential equations, but it oddly works here. Consider an equation
If the function h(x) satisfies the red equation and g(x) satisfies the blue one, then
And if
This is particularly useful here, because instead of finding all solutions to red eq., we have to find one solution to red (even by guessing) and then all solutions to blue one (which is much easier).
Finding all solutions to blue
Functions satisfying blue equation are called additive.
Let's try taking
the right side is x-independent so the left side must be as well. That means that
If we plug in a linear function
thus
Finding a solution to red
The second degree term
Comparing sides gives us
So one of the solutions to red is
The finish
All solutions are of the form
So the final answer is
See below.
Explanation:
Making
Now making
Now considering
The value for
NOTE
Assuming that
For
for
for
now for
Explanation:
Function is differentiable, so we can differentiate both sides with respect to
Using chain rule and sum rule
Setting
Integrating gives us
Finding
Either plug this solution in to your equation or find
Explanation:
Another method using elementary techniques...
Given:
#f(x)+f(y)=f(x+y)-xy-1#
We find:
#f(0) = f(0)+f(0)-f(0) = f(0+0)-0*0-1-f(0) = -1#
Note that:
#f(x+y) = f(x)+f(y)+xy+1#
So putting
#f(0) = -1#
#f(1) = c#
#f(2) = f(1)+f(1)+1*1+1 = 2c+2#
#f(3) = f(2)+f(1)+2*1+1 = 3c+5#
In general:
#f(n+1) = f(n)+c+n+1#
Let's use the method of differences to find the general formula for
Write out the sequence of the first few values:
#color(blue)(-1), c, 2c+2, 3c+5#
Write out the sequence of differences between consecutive terms:
#color(blue)(c+1), c+2, c+3#
Write out the sequence of differences of those differences:
#color(blue)(1), 1#
Having reached a constant sequence, we can use the first term of each of these sequences as coefficients to write:
#f(x) = color(blue)(-1)/(0!) + color(blue)(c+1)/(1!)x+color(blue)(1)/(2!)x(x-1)#
#color(white)(f(x)) = 1/2x^2+(c+1/2)x-1#
Then:
#f'(x) = x+c+1/2#
So:
#-1 = f'(0) = 0+c+1/2#
Hence
#f(x) = 1/2x^2-x-1#