Is the Solution of a Differential Equation Always Unique?

  • Thread starter Thread starter moh salem
  • Start date Start date
  • Tags Tags
    Ode
moh salem
Messages
21
Reaction score
0
Is the solution of differential equation be unique always?
 
Physics news on Phys.org
No.
 
Nah, just because there is a solution doesn't always mean it's unique.
Take something like:
##\frac{dy}{dx} = 3y^{2/3}##, where y(0) = 0.
##f(x,y)## is continuous about (0 , 0), but ##\frac{\partial f}{\partial y}## is not continuous about (0 , 0); this violates the conditions for ``uniqueness".
So, you won't always get a unique solution. When you get a solution, you have to consider the fact that existence doesn't warrant uniqueness.
 
First, the solution to a "differential equation" is never unique. Solving a differential equation is equivalent to integrating so there is always an arbitrary "constant of integration". There is an "existence and uniqueness" theorem for initial value problems: if the function f(x, y) is continuous in both variables and "Lipshitz" in y for some region about (x_0, y_0) then there exist a unique function, in some region of (x_0, y_0), satisfying dy/dx= f(x, y), with the "initial condition" y(x_0)= y_0.

Generally, if the function is continuous but not Lipschitz, you may have existence without uniqueness. For example the initial value problem dy/dx= \sqrt{y}, y(0)= 0, has both y= x^2/4 and y= 0, for all x, as solutions.

(A function of a single variable, f(x), is "Lipschitz" in set A of real numbers if and only if |f(x)- f(y)|\le C|x- y| for some constant C, for x and y in A. A function, f(x, y), of two variables, is "Lipschitz in y" in set A of pairs of numbers, (x, y), if and only if f(x_0, y) is Lipschitz in y for every x_0. "lipschitz" lies between "continuous" and "differentiable"- every Lipshitz function is continuous but there exist continuous functions that are not Lispchitz. Similarly, every differentiable function is Lipshitz but there exist Lipschitz functions that are not differentiable. Some textbooks give the condition ""differentiable in y" rather than "Lipschitz". That is "sufficient" but not "necessary".)

For boundary value problems, where we are given values of y at two or more points rather than values of y and its derivatives at a single point, there is no such theorem. Both "existence" and "uniqueness" depend on the equation and the boundary values.

Obvious examples are:
d^2y/dt^2= -y, y(0)= 0, y(\pi)= 1 has NO solution while
d^2y/dt^2= -y, y(0)= 0, y(\pi)= 0 has infinitely many solutions.
 
Last edited by a moderator:
moh salem said:
Is the solution of differential equation be unique always?

The solution to a differential equation is never unique, as others have pointed out, unless conditions are provided. The solution to a differential equation is always a "family" of solutions, that is, they are related in that they have the same derivative. And because it's always possible to add an arbitrary constant, this means there will be an infinite number of functions that have the same derivative.
 
Thank you so much for all members.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top