f ( x + y ) = f ( x ) + f ( y ) + 2 x y
The function f ( x ) satisfies the above property ∀ x , y ∈ N . Given that f ( 1 ) = 4 , find the value of f ( 8 ) .
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.
What is the general solution to this functional equation?
Nice solution. :)
Log in to reply
I found two or three of the JEE Novice solutions could be wrong. Please check again.
The way you used for finding the general solution was pretty impressive...
Brilliant method to find the function.
In response to Challenge Master
f ( x + y ) = f ( x ) + f ( y ) + 2 x y Differentiating treating y as a constant. f ′ ( x + y ) = f ′ ( x ) + 2 y Putting x = 0 and y = x , f ′ ( x ) = f ′ ( 0 ) + 2 x Integrating with respect to x , f ( x ) = f ′ ( 0 ) x + x 2 + k Putting x = 0 f ( 0 ) = f ′ ( 0 ) × 0 + 0 + k f ( 0 ) = k Putting x = 0 in the original equation, f ( 0 ) = f ( 0 ) + f ( 0 ) f ( 0 ) = 0 Using this result in the previous statement, k = 0 Therefore our function is f ( x ) = x f ′ ( 0 ) + x 2 Now putting x = 1 , f ( 1 ) = f ′ ( 0 ) + 1 Using the the value given in the question we get, f ′ ( 0 ) = 3
Therefore our function is f ( x ) = x 2 + 3 x
Log in to reply
Good solution!
You are given that the function is from the integers to the integers, which you cannot differentiate. The issues with your solution are:
1) You are assuming that any such function from the integers can be extended to the reals.
2) You are assuming that any such function on the reals is differentiable.
Well, you can "integer differentiate" such a function, but that doesn't follow the exact same rules that you are used to. For that, see Adarsh's solution below.
if y = 1 then f(x + 1) = 4 + f(x) + 2x
if x = y = 1 then f(2) = 4 + 4 + 2 = 8
if y = 2 then f(x + 2) = 8 + f(x) + 4x
f(x + 2) - f(x + 1) = 2x + 4
f(x+2) = f(x+1) + 2x + 4
f(m) = f(m-1) + 2(m-1) + 4
f(m-1) = f(m-2) + 2(m-2) + 4
f(m) = f(m-2) + 2(m-2) + 4 + 2(m-1) + 4
f(m) = f(m-n) + 4n + 2mn - n(n+1)
f(m)=4 + 4(m-1) + 2(m(m-1)) - m(m-1)
f(m) = 4 + 4m - 4 + m^2 - m = m^2+3m
f(x) = x^2 + 3x
f(8) = 64 + 24 = 88
Just put x = 1 and the equation given changes to f ( y + 1 ) = f ( 1 ) + f ( y ) + 2 y ⟹ f ( y + 1 ) − f ( y ) = 2 y + 4 .Now,start by putting y = 7 so as to get f ( 8 ) ,and keep on putting values of y till 1 .Now,it becomes, f ( 8 ) − f ( 7 ) = 4 + 2 × 7 f ( 7 ) − f ( 6 ) = 4 + 2 × 6 . . . . f ( 2 ) − f ( 1 ) = 4 + 2 × 1 .Adding the above equations we are left with f ( 8 ) − f ( 1 ) = 4 × 7 + 2 ( 1 + 2 + 3 + 4 + 5 + 6 + 7 ) ⟹ f ( 8 ) = 4 + 2 8 + 5 6 = 8 8 .And we are done! Response to the Challenge Master's Note: From above we have, f ( y + 1 ) − f ( y ) = 4 + 2 y f ( y ) − f ( y − 1 ) = 4 + 2 ( y − 1 ) . . . f ( 2 ) − f ( 1 ) = 4 + 2 × 1 .Now,adding the above equations,we get f ( y + 1 ) − f ( 1 ) = 4 × y + 2 × 2 1 × y × ( y + 1 ) ⟹ f ( y + 1 ) = 4 + 4 y + y ( y + 1 ) .Now,substitute y + 1 = x and the expression would become, f ( x ) = 4 + 4 x − 4 + x 2 − x = x 2 + 3 x . And we are done! @Calvin Lin
Can you find the general solution to the functional equation? You're on the right step already!
@Calvin Lin please see the modification.
Log in to reply
You should take it a step further to define it in terms of f ( x ) . Namely do the substitution x = y + 1 to conclude that f ( x ) = x 2 + 3 x .
We can say that f ( x ) is quadratic, so let y = f ( x ) = ( x + a ) 2 + b
f ( x + y ) = ( x + y + a ) 2 + b
f ( x + y ) = x 2 + y 2 + a 2 + 2 x y + 2 a x + 2 a y + b
f ( x + y ) = x 2 + 2 a x + a 2 + y 2 + 2 a y + a 2 + 2 x y − a 2 + b
f ( x + y ) = ( x + a ) 2 + b + ( y + a ) 2 + b + 2 x y − a 2 − b
f ( x + y ) = f ( x ) + f ( y ) + 2 x y − ( a 2 + b ) ; thus, b = − a 2
4 = ( 1 + a ) 2 − a 2 ; a = 2 3
f ( x ) = ( x + 2 3 ) 2 − 4 9
f ( 8 ) = ( 8 + 2 3 ) 2 − 4 9 = 8 8
Adarsh Kumar is right, f ( x ) = x 2 + 3 x .
Problem Loading...
Note Loading...
Set Loading...
f ( x + y ) f ( 1 ) ⇒ f ( 2 ) f ( 4 ) f ( 8 ) = f ( x ) + f ( y ) + 2 x y = 4 = f ( 1 + 1 ) = f ( 1 ) + f ( 1 ) + 2 ( 1 ) ( 1 ) = 4 + 4 + 2 = 1 0 = f ( 2 + 2 ) = f ( 2 ) + f ( 2 ) + 2 ( 2 ) ( 2 ) = 1 0 + 1 0 + 8 = 2 8 = f ( 4 + 4 ) = f ( 4 ) + f ( 4 ) + 2 ( 4 ) ( 4 ) = 2 8 + 2 8 + 3 2 = 8 8
For general function, let y = 1 :
f ( x + 1 ) ⇒ f ( x + 1 ) − f ( x ) Δ x ⇒ f ( x + 1 ) ⇒ f ( x ) = f ( x ) + f ( 1 ) + 2 x = f ( x ) + 2 x + 4 = 2 x + 4 = 2 x + 4 = f ( 1 ) + k = 1 ∑ x Δ x = 4 + k = 1 ∑ x ( 2 x + 4 ) = 4 + x ( x + 1 ) + 4 x = x 2 + 5 x + 4 = ( x + 1 ) 2 + 3 ( x + 1 ) = x 2 + 3 x