Non-Uniqueness of Solution to ODE with y(0)=0

  • Thread starter Thread starter Logik
  • Start date Start date
  • Tags Tags
    Ode
Logik
Messages
31
Reaction score
0

Homework Statement



I have to find the solution of (1) and show that it is not unique if y(0) = 0.
I can prove it is not unique by using Picard's theorem but I don't know how to find the non trivial solution.

Homework Equations



(1) y(t)' = Sqrt(y(t))

The Attempt at a Solution



I don't know where to start... We have not seen how to solve nonlinear ODE's. A link to a technique or explanation to how to solve it would be very helpful. I'm not looking for the answer, I can get it with Mathematica... I want to understand how to get there.
 
Physics news on Phys.org
You can directly integrate that function:

dy/dt = y^1/2 => y^(-1/2) dy = dt

Nontrivial solution. However, you'll find the trivial y(t) = 0 is a perfectly good solution to those initial conditions as well.
 
wow I'm so stupid...

dy/dt = y^(1/2)
dy/y^(1/2) = dt
2y^(1/2) = t + c
y^(1/2) = 2t + 2c
y = 4t^2 + 8tc + c^2

thanks
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top