0

I know that $f(x)=e^x$ is the accepted and useful solution to $f'(x)=f(x)$, but why isn't $f(x)=0$ ever mentioned as a solution as well? Is it simply because it's not useful?

Chuck
  • 263

1 Answers1

3

Since $f'(x) = f(x)$ is linear differential equation, if $f(x)$ is solution then so is $kf(x)$ for $k \in \mathbb{R}$. So the solution is of the form $f(x) = Ae^x$ for $A \in \mathbb{R}$. Here $A$ is determined by some given initial condition.

The choice of $A =0$ gives the solution $f(x) = 0$.

dust05
  • 2,314