Hadamard and well-posed problems.

  • Context: Graduate 
  • Thread starter Thread starter Kizaru
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 6K views
Kizaru
Messages
44
Reaction score
0
Hadamard and "well-posed" problems.

I can't really find much clarification on Hadamard's definition of a well-posed problem.
My confusion comes from knowing exactly what is meant by the second and third properties:
2) The solution is unique
3) The solution depends continuously on the data, in some reasonable topology. http://en.wikipedia.org/wiki/Well-posed_problem"

For example, a solution would exist for a PDE y * uxx = x * uyy with u(0,y) = 2 and u(x,0) = 2 that is simply a constant. But is the solution, u=2, considered unique? Does the solution depend on the data?

Does the solution for u(x,y) fail property 3 because it no longer satisfies the PDE if the initial conditions are changed?

Edit: Maybe this belongs in the Differential Equations forum. Sorry. Can this be moved? Thanks.
 
Last edited by a moderator:
Physics news on Phys.org


Kizaru said:
I can't really find much clarification on Hadamard's definition of a well-posed problem.
My confusion comes from knowing exactly what is meant by the second and third properties:
2) The solution is unique
3) The solution depends continuously on the data, in some reasonable topology. http://en.wikipedia.org/wiki/Well-posed_problem"

For example, a solution would exist for a PDE y * uxx = x * uyy with u(0,y) = 2 and u(x,0) = 2 that is simply a constant. But is the solution, u=2, considered unique?
Is there any other function of x and y that will satisfy those conditions? If not, then it is unique.

Does the solution depend on the data?
Well suppose the problem were exactly the same differential equation but u(0,y)= 3 and u(x,0)= 3. Then u(x,y)= 3 is a solution. Since changing the "data" changes the solution, yes, the solution depends on the data.

Does the solution for u(x,y) fail property 3 because it no longer satisfies the PDE if the initial conditions are changed?
No, property 3 does not say that the solution must be independent of the initial conditions, it say it must depend on them continuously. suppose the intial conditions were [itex]u(x, 0)= 2+\delta[/itex], [itex]u(0, y)= 2+ \delta[/itex]. Then [/itex]u(x,y)= 2+ \delta[/ itex] is obviously a solution. And, as [itex]\delta[/itex] goes to 0, that solution goes to u(x,y)= 2. In that situation, the solution depends continuously on the initial values.

Edit: Maybe this belongs in the Differential Equations forum. Sorry. Can this be moved? Thanks.
Okay, I will move it.
 
Last edited by a moderator:


Thank you so much! It's much clearer than my professor's explanation :)