How would I prove that this function is affine if $f(x+h)-f(x)=hf'(x)$?

2.3k Views Asked by At

Let $f$ be a differentiable function such that for every $x$ and $h$ it holds that $f(x+h)-f(x)=hf'(x)$. Prove that $f(x)=kx+n$ where $k$ and $n$ are constants.

I get it why this is true, and I tried to prove it somehow, but I can't seem to prove it rigorously with analysis. Any ideas?

2

There are 2 best solutions below

0
On BEST ANSWER

The given equation $f(x+h)−f(x)=hf′(x)$ holds for all real $h, x$, so we can safely set $x=0$. This gives $$f(h)-f(0)=hf'(0)\iff f(h)=f'(0)\cdot h+f(0).$$ Letting $h=x,f'(0)=k,f(0)=n$, we have $f(x)=kx+n$ as desired. $\blacksquare$

0
On

Differentiate with respect to $h$. You get

$$f'(x+h)=f'(x)$$ for every $h$ and $x$, therefore the derivative is constant.