0

How many different functions $f(x)$ exist such that $f'(x) = f(x)$?

The ones I know of right now are $f(x) = 0$ and $f(x) = ne^x$, for any real number $n$. What other functions satisfy this property?

thesilican
  • 103
  • 3

2 Answers2

5

This is a simple Ordinary differential equation. And all solutions are of the form $$f(x)=Ce^x$$ for some real constant $C$. Note that $f(x)=0$ as soon as you set $C=0$.


proof. \begin{align} f'(x)& =f(x), \forall x\\ f'(x)e^{-x}- f(x)e^{-x}&=0, \forall x\\ f'(x)e^{-x}+ f(x)(e^{-x})'&=0, \forall x\\ (f(x)e^{-x})'& =0, \forall x\\ f(x)e^{-x}&=C, \forall x\\ f(x)&=Ce^x, \forall x \end{align}

Leonard Neon
  • 1,354
0

Write the equation as $\frac{dy}{dx} = y$.

Take the reciprocal of both sides, integrate and make $y$ the subject:

$\frac{dx}{dy} = \frac{1}{y}$

$x = \ln y + C$

$x - C = \ln y$

$e^{x-C} = y$

$y = C_1 e^x$