1

Twenty years ago, my teacher of ODE said that the solution of $y'(x)=y(x)$ is ehm, trivailly, $y(x)=0$ or $y(x)=ke^x$. Since then, I have tried everything (MVT, tweaking with $e$ number...), but I couldn't prove that a solution that holds $y(0)=0$ is necessarily $y\equiv 0$. A good link would succify. Thanks.

ajotatxe
  • 65,084

3 Answers3

6

If $y$ is differentiable and satisfies $y'=y$ then let $z(t) = e^{-t} y(t)$. Differentiating gives $z'(t) = e^{-t} (y'(t)-y(t)) = 0$. Hence $z'(t) = 0$ and so, by the mean value theorem, $z(t) = z(0)$.

Since $y(t) =e^t z(t)$, we see that $y(t) = e^t y(0)$.

copper.hat
  • 172,524
4

The other answer says why 0 is a solution. To see why it's the only solution: the Picard–Lindelöf theorem roughly says that if $f(x, y)$ is continuous in $x$ and Lipschitz in $y$, then there's a unique solution for some closed interval around your initial condition. In the case of your ODE the relevant function is $f(x, y) = y$, which fulfills these requirements, so the solution is unique.

  • 2
    This is massive overkill. – Vivaan Daga Feb 15 '23 at 02:55
  • I don´t think so. TVM and Bolzano, even Liouville, doesn't work. The problem is that the set of solutions if usually given as a fact. They ussualy take $y=y'$ and then write $y'/y=1$, with no reagrds about if $y$ can have zeroes. – ajotatxe Feb 15 '23 at 03:02
  • 2
    This is overkill. – copper.hat Feb 15 '23 at 03:08
  • @Shinrin-Yoku TBH I'm not a big diff eq person so I just pulled up the first existence and uniqueness theorem I could remember. – Davis Yoshida Feb 15 '23 at 03:30
  • 1
    @Shinrin-Yoku: It might be overkill in this particular case, but it's still a useful general fact worth knowing that if the hypotheses for Picard–Lindelöf are satisfied, and if $f(y^)=0$, then the equilibrium solution $y(x)=y^$ is the unique solution to the initial value problem $y'=f(y)$, $y(0)=y^*$. – Hans Lundmark Feb 15 '23 at 11:26
  • @ajotatxe: If you solve it using $e^{-x}$ as an integrating factor instead of using the method of separation of variables, there's no need to worry about $y$ being zero. – Hans Lundmark Feb 15 '23 at 11:28
1

HINT

You can solve it and study the obtained solution.

In the present case, the solution to the proposed ODE is given by $y(x) = ke^{x}$.

Now it remains the question: when we assume that $y(0) = 0$, what does it imply?