Let f : R → R be a function satisfying f ( x − f ( y ) ) = f ( f ( y ) ) + x f ( y ) + f ( x ) − 1 where x and y are real numbers.
Find the value of f ( 1 ) − f ( 2 ) .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
How do you know there exists a real number k such that f ( k ) = 0 ? If you are going to use this result, you must prove it.
Log in to reply
Because the function is clearly onto. U can vary x and y over all reals
Log in to reply
Why is the function "clearly onto"? You must prove this.
In fact, it can be shown that f ( x ) = 1 − 2 x 2 . This function is not onto, so your assertion that the function is onto is completely unsupportable.
Log in to reply
@Jon Haussmann – sir @Jon Haussmann please can prove this for some k f(k)=0 ? plz @Pi Han Goh help me out !!!
Same method!
First Time I Am Doing This Type Of Substitution. Is It Right Way To Solve?
This is all right. Note that the substitution x = 2 f ( y ) implicitly implies that x / 2 belongs to the range of the function f . Thus, the conclusion f ( x ) = 1 − x 2 / 2 is valid only for those values of x , for which x / 2 is in range of 1 − x 2 / 2 . It can be easily seen that both 1 / 2 and 1 are in range of 1 − x 2 / 2 and that's all we require here.
I do not get why is it mandatory to have a y for every x such that f(y)=x/2
Log in to reply
go through comment below by Abhishek Sinha .......
Yeah it is given in Rajeev Manocha
Set f(y)=x => f(0)=2 * f(x) + x^2 - 1. Now first for x=1 obtain f(0)=2 * f(1) and for x=2 get f(0)=2 * f(2) + 3. Calculate the difference of these equations to determine 3/2.
Prove f is onto first
Problem Loading...
Note Loading...
Set Loading...
Let k be a real number such that f ( k ) = 0 .
Now, let y = k .
Then, f ( x − f ( k ) ) = f ( f ( k ) ) + x f ( k ) + f ( x ) − 1 ⟹ f ( x ) = f ( 0 ) + f ( x ) − 1 ⟹ f ( 0 ) = 1 .
Now, let y = 0 . Then, f ( x − f ( 0 ) ) = f ( f ( 0 ) ) + x f ( 0 ) + f ( x ) − 1 ⟹ f ( x − 1 ) = f ( 1 ) + x + f ( x ) − 1
In the above equation, let x = 1 , then,
f ( 0 ) = f ( 1 ) + 1 + f ( 1 ) − 1 ⟹ f ( 1 ) = 2 1
So, f ( x − 1 ) − f ( x ) = f ( 1 ) + x − 1 = x − 1 + 2 1 = x − 2 1
Take x = 2 in the above equation. So, we get
f ( 1 ) − f ( 2 ) = 2 − 2 1 = 2 3