Skip to main content

Recitation 4

Existence and uniqueness theorems for 1st-order ODE

The general 1st-order initial value problem (IVP) is \begin{equation}\tag{*}y’=F(x,y), y(x\_0) = y\_0.\end{equation} We are interested in the following questions:

  1. Under what conditions can we be sure that a solution to (*) exists?
  2. Under what conditions can we be sure that there is a unique solution to (*)?

Here are the answers.

Theorem (Existence and uniqueness). Suppose that F(x,y)F(x,y) is a continuous function defined in some region R=(x_0δ,x_0+δ)×(y_0ϵ,y_0+ϵ)R = (x\_0-\delta, x\_0+\delta)\times (y\_0-\epsilon, y\_0+\epsilon) containing the point (x0,y0)(x_0, y_0). Then there exists δ1>0\delta_1 > 0 so that a solution y=f(x)y=f(x) to () is defined for x(x0δ1,x0+δ1)x\in (x_0-\delta_1, x_0+\delta_1). Suppose, furthermore, that Fy(x,y)\frac{\partial F}{\partial y}(x,y) is a continuous function defined on RR. Then there exists δ2>0\delta_2 > 0 so that the solution is the unique solution to () for x(x0δ2,x0+δ2)x\in (x_0-\delta_2, x_0 + \delta_2).

Example 1 Consider the IVP y=xy+1,y(1)=2y'=x-y+1, y(1)=2. In this case, both the F(x,y)=xy+1F(x,y)=x-y+1 and Fy(x,y)=1\frac{\partial F}{\partial y}(x,y)=-1 are defined and continuous at all points. The theorem guarantees that a solution to the ODE uniquely exists in some open interval centered at 1. In fact, an explicit solution to this equation is y(x)=x+e1xy(x) = x+e^{1-x}. This solution exists for all xx.

Example 2 Consider the IVP y=1+y2,y(0)=0y' = 1+y^2, y(0)=0. Both F(x,y)=1+y2F(x,y)=1+y^2 and Fy(x,y)=2y\frac{\partial F}{\partial y}(x,y)=2y are defined and continuous at all points, so by the theorem we can conclude that a unique solution exists in some open interval centered at 0. By separating variables and integrating, we derive a solution to this equation y(x)=tanxy(x)=\tan x. Remember that a solution to a DE must be a continuous function! In order for this function to be considered as a solution to this IVP, we must restrict the domain to x(π/2,π/2)x\in (-\pi/2,\pi/2).

Example 3 Consider the IVP y=2y/x,y(x0)=y0y' = 2y/x, y(x_0)=y_0. In this example, F(x,y)=2y/xF(x,y) = 2y/x and Fy(x,y)=2/x\frac{\partial F}{\partial y}(x,y)=2/x. Both functions are defined for all x0x\neq 0, so the theorem tells us that for each x00x_0 \neq 0 there exists a unique solution in an open interval around x0x_0. By separating variables and integrating, we derive solutions y(x)=Cx2y(x) = Cx^2 for some constant CC. Notice that all of theses solutions pass through (0,0)(0,0). So the IVP y=2y/x,y(0)=0y'=2y/x, y(0)=0 has infinitely many solutions, but the IVP y=2y/x,y(0)=y00y'=2y/x, y(0)=y_0\neq 0 has no solutions.