PDE with an inequality constrain

  • Thread starter Thread starter BlackTulip
  • Start date Start date
  • Tags Tags
    Inequality Pde
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
Do you mean ∇2u - k*u = 0?
 
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.
 
No idea if this is feasible, but how if you were to replace u by a function that could only be in that range, e.g. substitute u = exp(-v2)? Tricky part might be finding such a substitution that still allows you to solve the PDE.
 
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...

Similar threads

Back
Top