0

I would like to ask if the question above is true or not and if true, how it can be proved?

user137481
  • 2,605

1 Answers1

1

Assume $f: \mathbb{R} \to \mathbb{R}$ is differentiable with $f'(x) = a f(x)$. Consider the function $g(x) = f(x) e^{-ax}$. Then $g$ is differentiable with derivative $$g'(x) = f'(x) e^{-ax} + f(x) (-ae^{-ax}) = e^{-ax}(af(x) - af(x)) = 0.$$

But this means that $g$ is a constant function, i.e. $f(x) = C e^{ax}$.

Dominik
  • 19,963