Given that f ( x + y ) = f ( x ) + f ( y ) + 2 x y , if f ( 1 0 ) = 1 3 5 , find f ( 2 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's try a calculus approach to this functional equation. Integrating it with respect to x and y respectively yields:
f ′ ( x + y ) = f ′ ( x ) + 2 y AND f ′ ( x + y ) = f ′ ( y ) + 2 x
which if we equate these two above equations, we obtain:
f ′ ( x ) + 2 y = f ′ ( y ) + 2 x ⇒ f ′ ( x ) = 2 x + [ f ′ ( y ) − 2 y ] = 2 x + A (for A ∈ R ) . (i).
Integrating (i) produces:
f ( x ) = x 2 + A x + B (ii).
Substituting (ii) back into the original functional equation now yields:
( x + y ) 2 + A ( x + y ) + B = ( x 2 + A x + B ) + ( y 2 + A y + B ) + 2 x y ⇒ x 2 + 2 x y + y 2 + A ( x + y ) + B = x 2 + 2 x y + y 2 + A ( x + y ) + 2 B (iii)
Upon observation, we must have B = 0 in order for (iii) to hold for all x , y ∈ R . Using the provided initial condition f ( 1 0 ) = 1 3 5 , we now solve for A :
1 3 5 = 1 0 2 + 1 0 A ⇒ A = 3 . 5
which leaves us with f ( x ) = x 2 + 3 . 5 x , and f ( 2 1 ) = ( 2 1 ) 2 + 3 . 5 ( 2 1 ) = 2 .
Problem Loading...
Note Loading...
Set Loading...
Note that g ( x ) : = f ( x ) − x 2 ⟹ g ( x + y ) = g ( x ) + g ( y ) ⟺ [ 1 ] g ( x ) = C ⋅ x for some C so that f ( x ) = x 2 + C ⋅ x for some C .
Now set x = 1 0 : 1 3 5 = f ( 1 0 ) = 1 0 2 + 1 0 C ⟹ C = 3 . 5 so that f ( 2 1 ) = ( 2 1 ) 2 + 3 . 5 ( 2 1 ) = 2
Remark on [ 1 ] : This step (specifically the "only if" direction) actually assumes g (and therefore f ) is continuous at zero. This isn't necessarily the case, but if it bothers you, simply replace f with f ∣ Q by restricting its domain to the rational numbers.