How Can We Solve the Functional Equation f(f(x+y) - f(x-y)) = xy?

  • Thread starter Thread starter steve B. 98
  • Start date Start date
  • Tags Tags
    Function Functions
steve B. 98
Messages
2
Reaction score
0
Member warned about posting with no template
I'm trying to solve this problem from a high school math competition:
Find all functions f : R → R such that, f(f(x+y)-f(x-y))=xy, for all real x,y.
Any ideas of how to approach it.
I have found that f(0)=0, if x=y f(f(2x))=x^2
 
Physics news on Phys.org
Some thoughts:
I would note that the domain and range of the function must be all real numbers. This should eliminate many of the trig functions and exponentials.
Based on what you have, it seems like f(x) might incorporate some improper exponent...
Say...##f(x) = \frac{x^\sqrt {2} }{A}## where A scales 2 to 1 over two iterations.
I am not 100% sure how you would expand this out for the sums, and I don't think that function is defined for all x,y in the real numbers.

Another option,
Think of the derivatives:
##\frac{\partial}{\partial x} f ( f( x+ y) - f(x-y) ) = \frac{\partial}{\partial x} xy ##
##f ' ( f( x+ y) - f(x-y) ) * (f'(x+y)-f'(x-y)) = y ##
##\frac{\partial}{\partial y} f ( f( x+ y) - f(x-y) ) = \frac{\partial}{\partial y} xy ##
##f ' ( f( x+ y) - f(x-y) ) * (f'(x+y)+f'(x-y)) = x ##
And second derivatives are all zero.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top