Given that f ( x ) is a polynomial function of x satisfying f ( x ) f ( y ) = f ( x ) + f ( y ) + f ( x y ) − 2 and that f ( 2 ) = 5 , what is f ( 3 ) ?
For more problems try my set .
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.
Input y = 2
5 f ( x ) 4 f ( x ) = f ( x ) + 5 + f ( 2 x ) − 2 = 3 + f ( 2 x )
Input x = 1 in the equation obtained.
4 f ( 1 ) f ( 1 ) = 3 + 5 = 2
Input y = x 1 in the given equation.
f ( x ) . f ( x 1 ) f ( x ) . f ( x 1 ) f ( x ) . f ( x 1 ) − f ( x ) − ( x 1 ) + 1 ( f ( x ) − 1 ) ( f ( x 1 ) − 1 ) = f ( x ) + f ( x 1 ) + f ( 1 ) − 2 = f ( x ) + f ( x 1 ) = 1 = 1
Input g ( x ) = f ( x ) − 1
⇒ g ( x ) . g ( x 1 ) = 1
Since f is a polynomial function, g is ought to be a polynomial function. Hence, for some whole number n
g ( x ) f ( x ) = ± x n = 1 ± x n
Input x = 2
f ( 2 ) 5 n ⇒ f ( x ) = 1 ± 2 n = 1 ± 2 n = 2 = 1 + x 2
Input x = 3
f ( 3 ) = 1 + 3 2 = 1 0
This is a useful result which one can use on coming across functional equations. f ( x ) . f ( x 1 ) ⇒ f ( x ) = f ( x ) + f ( x 1 ) = 1 ± x n Adding or subtracting a constant term from a polynomial yields another polynomial. Hence g is a polynomial. Multiplicative identity holds good only for monomials.
You do need to explain why
g is ought to be a polynomial function. Hence, for some whole number n , g ( x ) = x n .
I agree that it is a sufficient condition, but it's not clear that it's a necessary condition. For example, g ( x ) = − x n would be another valid family of solutions.
Very clearly written :)
This is very nice solution!
You do need to explain why
g is ought to be a polynomial function. Hence, for some whole number n , g ( x ) = x n .
I agree that it is a sufficient condition, but it's not clear that it's a necessary condition. For example, g ( x ) = − x n would be another valid family of solutions.
As such, this solution is still incomplete.
Log in to reply
I hope it is alright now. :)
Log in to reply
Why are those the only possible solutions? That's the key point of this problem, which you have merely swept under the rug.
Problem Loading...
Note Loading...
Set Loading...
The functional identity can be written f ( x y ) − 1 = ( f ( x ) − 1 ) ( f ( y ) − 1 ) . Thus f ( x ) − 1 = ( f ( x ) − 1 ) ( f ( 1 ) − 1 ) for all x . Since f ( 2 ) = 5 , f is not identically equal to 1 , and hence f ( 1 ) = 2 .
Since f ( 2 x ) − 1 = ( f ( 2 ) − 1 ) ( f ( x ) − 1 ) = 4 ( f ( x ) − 1 ) , we deduce by induction that f ( 2 y ) = 4 y + 1 for all integers y ≥ 0 . Since the polynomial functions f ( x ) and x 2 + 1 agree at an infinite number of points (the integer powers of 2 ), they must be identical, and so f ( x ) = x 2 + 1 , and hence f ( 3 ) = 1 0 .