Find sum of solutions of for defined equation .
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.
Okay i will write the solution:
let f ( x ) = 0 then we have ( f ( f ( y ) ) = y .
Now plug x = f ( x ) in original equation
Then we get f ( f ( x ) f ( f ( x ) ) + f ( y ) = y + f ( f ( x ) ) 2
which equals
f ( f ( x ) x + f ( y ) ) = y + x 2 ....Equation 1
Now notice that LHS of original equation and LHS of equation 1 are equal
Therefore we have
y + x 2 = y + f ( x ) 2
x 2 = f ( x ) 2
f ( x ) = x or f ( x ) = − x
Therefore
( f ( 1 2 3 ) = 1 2 3 or ( f ( 1 2 3 ) = − 1 2 3
Therefore sum of solutions is 1 2 3 − 1 2 3 = 0