6

I've been working on the following homework problem:

Find all continuous functions $f : \mathbb{R} → [0,∞)$ such that $f^2(x + y) − f^2(x − y) = 4f(x)f(y)$ for all real numbers $x, y$.

The first problem I have is I am not sure what is meant by "finding all continuous functions". Can someone show me what the ending statement should look like?

Secondly, I'm not sure what to do with the relations I've derived. The most helpful are:

$f(0) = 0$

$f(x) = f(-x)$

$f(2x) = 2f(x)$

I also know that:

$f(2) = 2f(1)$

$f(3) = \frac{3}{2}f(2)$

$f(4) = 2f(2) = 4f(1)$

This leads me to believe that $\frac{f(a)}{f(b)} = \frac{a}{b}$, but I don't know (a) if this is helpful and (b) how to prove it.

Can someone clarify what exactly the object is, and point me towards the next step?

SSumner
  • 636
  • 1
  • 5
  • 20

2 Answers2

9

The condition $f(x)\geq 0$ seems to kill all non-trivial possibilities: since $f(0)=0$ we let $y=-x:$

$$-f^2(2x)=4f(x)f(-x)$$

However $f(x)\geq 0$, so $f(x)=0$. Are you absolutely sure of the $\mathbb{R}\to [0,\infty)$ bit?

L. F.
  • 8,498
0

One thing that helps is to find useful values. If you set $y=0$ you find $f(0)=0$. Then if $x=y$ you get $f^2(2x)=4f^2(x)$

Ross Millikan
  • 374,822
  • 1
    Then, when you simplify by taking the square root of both sides, you get $f(2x) = 2f(x)$, which I already have. – SSumner Jan 26 '13 at 17:47