Properties of solutions of the functional equation $f(kx) = kf(x)$

3.3k Views Asked by At

My problem is that I have a function: $f\colon\mathbb R\to\mathbb R$ with the property that $f(kx) = kf(x)$ for all $k,x \in\mathbb R$.

a) I shall show that $f(0)=0$

b) If $f$ is not the zero-function so that there is at least one $a\in\mathbb R$ with $f(a) \ne 0$, then $\forall x \in\mathbb R\colon f(x) = 0 \Leftrightarrow x=0$.

I don't really know how I shall proceed... Is it enough to say if: $k=0\Rightarrow kf(x)=0\cdot f(x)=0$ with $kf(x) = f(kx) = 0$ ? and how can I prove b) ?

2

There are 2 best solutions below

1
On BEST ANSWER

a) You approach is correct. So you have $f(0) = f(0\cdot 0) = 0\cdot f(0) = 0$.

b) If there is $a\in \mathbb{R}$ such that $a\neq 0$ and $f(a)\neq 0$, then for any other $b\in \mathbb{R}$, $b\neq 0$ you have $$f(b) = f\left(\frac{b}{a}\cdot a\right) = \frac{b}{a}f(a) \neq 0. $$ So you have $f(x) = 0$ in and only if $x=0$ (by part (a)).

0
On

Yes, a) is really that easy.

For b) you only need to show that $x\ne0$ implies $f(x)\ne 0$. Hint: Consider $f(\frac ax\cdot x)$.