8

$$\frac{d}{dx} ce^x = ce^x$$ Are there any other functions $f$ such that $$\frac{d}{dx} f(x) = f(x)$$ or is $ f(x) = ce^x $ the only one?

2 Answers2

14

No: If $f$ were such a function, consider $g(x) = f(x) e^{-x}$. Then

$$g'(x) = f'(x) e^{-x} + f(x) (-e^{-x}) = f(x) e^{-x} - f(x) e^{-x} = 0$$

As a result, $g$ is constant.

3

Consider the first order differential equation $$f'(x)=f(x)$$ which is separable. It's integration leads to $$f(x)=c e^x$$ and this is the only possible solution.