f ( x ) is a polynomial satisfying the condition below.
f ( x ) f ( x 1 ) = f ( x ) + f ( x 1 )
If f ( 1 0 ) = 1 0 0 1 , find f ( 2 0 ) .
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.
Another solution:
First note that f cannot be a constant polynomial, since that would result in f ( x ) = 0 , 2 , which violates the given condition. Now, let the degree of x be n . From the given condition, we note that x n f ( x ) = x n f ( 1 / x ) ( f ( x ) − 1 ) = g ( x ) ( f ( x ) − 1 ) where g ( x ) is another polynomial of degree n . Now, since f ( x ) has degree at least 1 , f ( x ) − 1 cannot divide f ( x ) , and we must have x n = k ( f ( x ) − 1 ) for some scalar k , since the degree of f is also n . This yields that f ( x ) = a x n + 1 , for some a . From the given functional equation, putting this form of f , we get ( a x n + 1 ) ( x n a + 1 ) = a x n + x n a + 2 ⟹ a = ± 1 If a = − 1 , then we have f ( 1 0 ) = − 1 0 n + 1 = 1 0 0 1 ⟹ 1 0 n = − 1 0 0 0 , which is absurd. Thus, a = 1 , and consequently, n = 3 . Thus f ( x ) = x 3 + 1 , which yields the answer as 8 0 0 1 .
Problem Loading...
Note Loading...
Set Loading...
Let g ( x ) = f ( x ) − 1 ( g ( x ) + 1 ) ( g ( x 1 ) + 1 ) = g ( x ) + g ( x 1 ) + 2 ⇒ g ( x ) g ( x 1 ) = 1 Consider a root r of g ( x ) . x → r lim g ( x 1 ) = x → r lim g ( x ) 1 = ∞ Since g ( x 1 ) = x n a n + … + x a 1 + a 0 is finite for non-zero x , the only root of g(x) must be 0 .
The only solution is g ( x ) = a x n .
Since g ( x ) g ( x 1 ) = 1 we have g ( x ) = x n .
f ( x ) = x n + 1 f ( 1 0 ) = 1 0 0 1 ⇒ n = 3 f ( 2 0 ) = 8 0 0 1