f ( x ) + f ( x ) 1 = x + x 1
How many continuous functions on the positive real numbers satisfy the functional equation above?
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.
Nice solution sir :)
I formed a quadratic and found roots using quadratic formula which gives the 4 functions .but I have a doubt - should we consider the (1st and 3rd) , (2nd and 4th ) functions in your solution as different . I mean cant we simply write that x and 1/x for x>0. And hence two solutions .
this is equivalent to, x f 2 ( x ) + x = x 2 f ( x ) + f ( x ) ⟹ ( f ( x ) − x ) ( x f ( x ) − 1 ) = 0 This means that either , f ( x ) = x or f ( x ) = x 1 . It is possible that, that for some numbers f ( x ) = x and f ( x ) = x 1 . Its given that function is continuous too . So we can also have f ( x ) = x , ∀ x ∈ ( 0 , 1 ) or f ( x ) = x 1 , ∀ x ∈ ( 0 , 1 ) and f ( x ) = x 1 , ∀ x ∈ [ 1 , ∞ ) or f ( x ) = x 1 , ∀ x ∈ [ 1 , ∞ ) respectively. This gives rise to, 2 more functions. Hence answer is 2 + 2 = 4
This solution is incomplete. It does not satisfactorily explain why those are the only possible solutions.
How did you use the fact that the function is continuous to conclude that those are the only possible candidates?
In particular, why can't we have f ( 2 ) = 2 and f ( 3 ) = 3 1 ?
Log in to reply
This cant be so for then the function would not be continuous. Breaking it into two different functions between x=2 and 3 would result in discontinuity.
Log in to reply
Right. That statement needs to be proved, in order for this solution to be complete.
Log in to reply
@Calvin Lin – The given solution makes it clear that if f ( x ) = 1 , then x = 1 . So if f ( a ) = a and f ( b ) = 1 / b and 1 is not between a and b , the intermediate value theorem gives a contradiction, because 1 is between a and 1 / b , so there is a c between a and b such that f ( c ) = 1 , so c = 1 , which is impossible.
This shows that if f ( a ) = a , then f ( x ) = x for all x on the same side of 1 as a . Similarly if f ( b ) = 1 / b , then f ( x ) = 1 / x for all x on the same side of 1 as b . That should do it.
Log in to reply
@Patrick Corn – Great, that's the 1 line solution to using the continuity condition. Could you add this as a separate solution? Thanks!
Log in to reply
@Calvin Lin – I have a question about this problem.
If the function is like this:
f ( x ) = { x c if x > 0 if x ≤ 0
When c ∈ R , this function is continuous in the positive real numbers, and you have infinite posibilities for the c . Or any function instead of the c
Log in to reply
@Carolina Salcedo – This function is not defined on the negative numbers. Note that I stated "continuous functions on the positive real numbers".
@Patrick Corn – You are pco right? (from aops)?
i wrote "It is written that function is continuous too".
Log in to reply
Yes I know that. But you have not explained why those are the only possibilities. As I said, why can't we have f ( 2 ) = 2 and f ( 3 ) = 3 1 ?
It is somewhat obvious that those 4 are continuous functions satisfying the conditions. But, how do you know that there are no other functions that satisfy the conditions in some way?
Problem Loading...
Note Loading...
Set Loading...
Multiply through by f ( x ) , factor, get ( f ( x ) − x ) ( f ( x ) − x 1 ) = 0 . So for all a , either f ( a ) = a or f ( a ) = 1 / a . Note that if f ( x ) = 1 , then x = 1 .
If f ( a ) = a and f ( b ) = 1 / b and 1 is not between a and b , the intermediate value theorem gives a contradiction, because 1 is between a and 1 / b , so there is a c between a and b such that f ( c ) = 1 , so c = 1 , which is impossible.
This shows that if f ( a ) = a , then f ( x ) = x for all x on the same side of 1 as a . Similarly if f ( b ) = 1 / b , then f ( x ) = 1 / x for all x on the same side of 1 as b .
So there are four possibilities: f ( x ) = x , f ( x ) = 1 / x , f ( x ) = x for x ≤ 1 and 1 / x for x ≥ 1 , and f ( x ) = 1 / x for x ≤ 1 and x for x ≥ 1 . The answer is 4 .