Given that f ( x ) is a polynomial satisfying f ( x ) f ( y ) = f ( x ) + f ( y ) + f ( x y ) − 2 and f ( 2 ) = 5 , find f ( 3 ) .
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.
If f(x) is a polynomial, then it is differentiable over all real x. Differentiating the above functional equation with respect to x and y each gives:
f ′ ( x ) f ( y ) = f ′ ( x ) + y f ′ ( x y ) ( i )
f ( x ) f ′ ( y ) = f ′ ( y ) + x f ′ ( x y ) ( i i )
and equating (i) with (ii) yields:
f ( x ) − 1 x f ′ ( x ) = f ( y ) − 1 y f ′ ( y ) = A (real constant) ( i i i )
and integrating (iii) with respect to x gives:
ln [ f ( x ) − 1 ] = A ln x + B
or
f ( x ) = e B x A + 1 ( i v )
Plugging in the boundary condition f(2) = 5 will produce
4 = e B × 2 A ⇒ 2 2 = e B × 2 A
which holds only for A = 2 , B = 0 . Thus, the sought polynomial is f ( x ) = x 2 + 1 with f ( 3 ) = 1 0 .
Hey Tom, I enjoyed your solution so I've LaTeXified your solution, such that it's easier to digest! You may move your mouse arrow over LaTeX expressions to view them in LaTeX form, and there are multiple sources online to help you learn LaTeX. Happy solving!
Log in to reply
Thanks, Jake! I'm trying to teach myself LaTeX on the side.......definitely does help make my derivatives more legible :)
A Nice question!!:):)
I t ′ s g i v e n t h a t f ( x ) . f ( y ) = f ( x ) + f ( y ) + f ( x y ) − 2 A l s o , f ( 2 ) = 5 . ⟶ e q . 1 S u b s t i t u t e x = 2 i n f i r s t e q u a t i o n f ( 2 ) . f ( y ) = f ( 2 ) + f ( y ) + f ( 2 y ) − 2 5 f ( y ) = 5 + f ( y ) + f ( 2 y ) − 2 4 f ( y ) = 3 + f ( 2 y ) f ( 2 y ) = 4 f ( y ) − 3
N o w , p u t y = 1 : f ( 2 y ) = 4 f ( y ) − 3 f ( 2 ) = 4 f ( 1 ) − 3 5 + 3 = 4 f ( 1 ) f ( 1 ) = 2 ⟶ e q . 2
S i m i l a r l y , p u t y = 2 f ( 2 y ) = 4 f ( y ) − 3 f ( 4 ) = 4 ( f ( 2 ) ) − 3 f ( 4 ) = 2 0 − 3 f ( 4 ) = 1 7 ⟶ e q . 3
F r o m e q . 1 , e q . 2 , a n d e q . 3 w e c a n d e d u c e t h a t f ( x ) = x 2 + 1 T h e r e f o r e , f ( 3 ) = 3 2 + 1 ⇒ f ( 3 ) = 1 0
Cheers!!:):)
Note that f ( x ) f ( y ) = f ( x ) + f ( y ) + f ( x y ) − 2 ⟺ ( f ( x ) − 1 ) ( f ( y ) − 1 ) = f ( x y ) − 1 ⟹ f ( x n ) − 1 = ( f ( x ) − 1 ) n , ∀ n ≥ 1 ⟹ f ( 2 n ) = 1 + ( f ( 2 ) − 1 ) n = 1 + 4 n = 1 + ( 2 n ) 2 , ∀ n ≥ 1
Since f ( x ) = 1 + x 2 for the infinitely many values x = 2 n for positive integers n and f is a polynomial, it follows that f ( x ) = 1 + x 2 for all x .
In particular, f ( 3 ) = 1 + 3 2 = 1 0
Problem Loading...
Note Loading...
Set Loading...
It is given that: f ( x ) f ( y ) = f ( x ) + f ( y ) + f ( x y ) − 2 , where f ( x ) = k = 0 ∑ n a k x k .
Therefore, we have f ( 0 ) f ( 2 ) 5 f ( 0 ) ⇒ f ( 0 ) ⇒ f ( x ) = f ( 0 ) + f ( 2 ) + f ( 0 ) − 2 Since f ( 2 ) = 5 = f ( 0 ) + 5 + f ( 0 ) − 2 = 1 = k = 1 ∑ n a k x k + 1
And, we have f ( 1 ) f ( 2 ) 5 f ( 1 ) ⇒ f ( 1 ) ⇒ f ( x ) f ( x 1 ) ⇒ f ( x ) f ( x 1 ) = f ( 1 ) + f ( 2 ) + f ( 2 ) − 2 = f ( 1 ) + 2 ( 5 ) − 2 = 2 = f ( x ) + f ( x 1 ) + f ( 1 ) − 2 = f ( x ) + f ( x 1 ) + 2 − 2 = f ( x ) + f ( x 1 )
Therefore, the polynomial must be of the form f ( x ) = ( x n + 1 ) , so that:
f ( x ) f ( x 1 ) = ( x n + 1 ) ( x n 1 + 1 ) = 1 + x n + x n 1 + 1 = f ( x ) + f ( x 1 )
Since f ( 2 ) = 5 , ⇒ f ( x ) = x 2 + 1 ⇒ f ( 3 ) = 3 2 + 1 = 1 0