I am trying to solve the functional equation:
Find all functions f:R2→R such that for all {x1,x2,...,x2016}⊂R:
f(f(f(...(f(x1,x2),x3),...),x2016))=x1+x2+...+x2016
My work so far:
f(x,y)=f(0+0+..+0+x,y)
f(f(f(...(f(0,0),0),...),x),y)=0+0+...+0+x+y=x+y
I need help here.
Answer
So lets assume f is a real function an
f(f(f(…f(f(x1,x2),x3)…),x2016)=x1+x2+…+x2016
We now apply
f(.,x2017)
on the LHS and RHS of (1) and we get
f(f(f(f(…f(f(x1,x2),x3)…),x2016),x2017)=f(x1+x2+…+x2016,x2017)
If we change the variable names in (1) , xi by xi+1, we get
f(f(f(…f(f(x2,x3),x4)…),x2017)=x2+x3+…+x2017
In (4) now we substitute x2 by f(x1,x2) and get
f(f(f(…f(f(f(x1,x2),x3),x4)…),x2017)=f(x1,x2)+x3+…+x2017
The LHS of (3) and (5) are the same. So the RHS of (3) and (5) must be equal and we get
f(x1+x2+…+x2016,x2017)=f(x1,x2)+x3+…+x2017
Here we set x1=0, x2=0, ..., x2015=0 and get
f(x2016,x2017)=f(0,0)+x2016+x2017
We can use (7) to evaluate the nested function expression of the LHS of (1). You can start with the outer or with the inner expression. Finally you will get
f(f(f(f(…f(f(x1,x2),x3)…),x2016),x2017)=2015f(0,0)+x1+x2+x3+⋯+x2016
The RHS of (1) and (8) are equal, so ist must be
2015f(0,0)=0
From (9) and (7) we see that
f(x,y)=x+y
as expected.
No comments:
Post a Comment