This note contains some theorems that refer to the existence and uniqueness of the solution to the ODE.
Theorem 1. Consider the nth-order linear differential equation y(n)+p1(t)y(n−1)+p2(t)y(n−2)+…+pn(t)=f(t). If all coefficients p1(t), p2(t), ..., pn(t) and f(t) are continuous on the interval (a,b), the equation has the unique solution which satisfies the given initial conditions y(t0)=y0, y′(t0)=y0′, ..., y(n−1)(t0)=y0(n−1), where t0 belongs to the interval (a,b).
Note that there are no restrictions on y0,y0′,…,y0(n−1).
Theorem 2. Consider the IVP y′=f(t,y) y(t0)=y0. If f(t,y) and ∂y∂f are continuous in some rectangle (t1,t2), (y1,y2) that contains the point (t0,y0), there exists a unique solution to the IVP on some interval t0−ϵ<t<t0+ϵ (ϵ>0) that is contained in the interval (t1,t2).
These theorems are very similar, however there is one big difference: for the linear ODE (theorem 1), there are no restrictions on the initial function values (y0,y0′,…,y0(n−1)), unlike for the non-linear ODE (theorem 2).
Example. Determine all the solutions to the following IVP: y′=y51, y(0)=0.
Here, f(t,y)=y51 and it is continuous, but ∂y∂f=51y−54 is not continuous at y=0; so, theorem 2 doesn't hold, and there is more than one solution. Note that the first solution is y=0.
To find the second solution, note that dtdy=y51→y51dy=dt.
Integrating both sides gives 45y54=t+C.
Plugging the initial conditions yields 45⋅054=0+C→C=0.
So, 45y54=t,
Or
y54=54t
y4=(54t)5
y=±(54t)45
This gives two other solutions. Hence, together with y=0, there are three different solutions.