PDE with an inequality constrain

  • Context: Graduate 
  • Thread starter Thread starter BlackTulip
  • Start date Start date
  • Tags Tags
    Inequality Pde
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 2K views
BlackTulip
Messages
5
Reaction score
0
Hi everybody,

For part of my research, I need to solve an elliptic PDE like:

Δu - k * u = 0,

subject to : 0≤ u(x,y) ≤ 1.0

where k is a positive constant.



Can anyone tell me how I can solve this problem?


Thanks in advance for your help.
 
Physics news on Phys.org
Well, the usual approach is separation of variables to obtain a general solution. Normally one has completely specified boundary conditions, whereas you only have bounds, so there will be multiple solutions, and its not obvious how to characterise those that satisfy the bounds. Is that where you're stuck?
 
I do have some Dirichlet boundary conditions. My problem is that how to formulate this PDE with some inequality constraints. Do you have a suggestion for that?

Thanks for your attention.