A strictly monotonic function f ( x ) defined at ( 0 , + ∞ ) satisfies the equation: f ( x ) f ( f ( x ) + x 1 ) = 1 .
What is the value of f ( 1 ) ?
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.
Let f ( x ) be a polynomial from x n to x − m .
Define the polynomial of non-negative exponents, of order N = n + m , F = ( f + x 1 ) x m ( x m − 1 may be negative).
g ( f ( x ) ) = x m F − x m − 1 ( A N x m F n + . . . + A 0 x m F − m ) = 1 .
CASE 1: n = 0 : O ( x m F ) = O ( 1 ) :
x m F − x m − 1 = O ( 1 ) , so m = 0 , 1 ,
m = 0 leads to 2 solutions above.
m = − 1 leads to n = − 1 which is a contradiction in this section.
CASE 2: n > 0 : A N x m F n provides the highest order in the brackets:
Hence: A N ( A N x N ) n + 1 = x m ( n + 1 ) , so n + m = N = m . Contradiction.
CASE 3: n < 0 : A 0 x m F − m provides the highest order in the brackets:
Hence: O ( x m 2 + m − 1 ) = O ( ( x N + 1 ) m )
m 2 + m − 1 = m 2 + m n + m , so m n = − 1 . So n = − 1 , m = 1 , relates to 2 solutions above.
Edit: f ( x ) isn't valid as f ( x ) is only defined on the positives.
Problem Loading...
Note Loading...
Set Loading...
Let f ( x ) = A x n , g ( f ( x ) ) = f ( x ) f ( f ( x ) + x 1 ) = A x n A n + 1 x n 2 + O ( x n 2 − n − 1 ) = A n + 2 x n 2 + n + O ( x n 2 − n − 1 ) .
In order to equal 1 for all x , we either need a x − ( n + 1 ) term or n = 0 , − 1 .
Ignoring options with a x − ( n + 1 ) term for now (too much algebra, and then need to see if it's monotonic):
Let f ( x ) = x A + B , this is monotonic, and strictly monotonic if A = 0 .
g ( f ( x ) ) = ( x A + B ) f ( x A + 1 + B ) = ( x A + B ) ( B x + ( A + 1 ) A x + B ) = B x + ( A + 1 ) A 2 + A B x + x A B + B 2 .
g ( f ( x ) ) = 1 ⟹ 1 − B 2 = B x + ( A + 1 ) A 2 + A B x + x A B ,
so ( 1 − B 2 ) ( B x 2 + ( A + 1 ) x ) = A 2 x + A B x 2 + A B ( B x + ( A + 1 ) ) .
B ( A + B 2 − 1 ) x 2 + ( A 2 + A B 2 + ( B 2 − 1 ) ( A + 1 ) ) x + A B ( A + 1 ) = 0 .
Evaluating terms of orders O ( x 2 ) and O ( 1 ) , we get:
B ( A + B 2 − 1 ) = 0 and A B ( A + 1 ) = 0 .
These have solutions:
B = 0
A = 0 , B = ± 1 .
A = − 1 , B = ± 2
1 The term of order O ( x ) becomes:
A 2 − A − 1 − 0 , so A = 2 1 ± 5 .
2 The term of order O ( x ) becomes:
B 2 − 1 = 0 , so both are solutions.
3 The term of order O ( x ) becomes:
1 − B 2 = 0 , which is false.
Hence the solutions are:
f ( x ) = 2 x 1 ± 5 OR ± 1 .
f ( 1 ) = 2 1 ± 5 OR ± 1
If the question asked for strictly monotonic functions, then the answer would be f ( 1 ) = 2 1 ± 5 .