2d Laplace equation in a 1/4 plane

RedBranchKnight
Messages
7
Reaction score
0
I wish to approximate the Laplace PDE in a 1/4 plane by truncation of the domain in (x,y) variables:

U_xx + U_yy = 0

Now the PDE is approximated in a box [0, xMax] X [0, yMax] and I can solve it using finite differences.

But the problems are:

1. How to choose xMAx, yMax appropriately
2. What boundary conditions (if any) at xMax, yMax

thanks
 
Physics news on Phys.org
Another option I am using is to transform the 1/4 plane domain in which Laplace PDE is defined into a unit square, for example using the transformation:

z1 = tanh(x)
z2 = tanh(y)

We then get a convection-diffusion PDE in z1 and z2.

Does anyone know of any sources to this approach?

thanks
 
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