A How to Solve the Laplace Equation on a Trapezoid?

MatPhy
Messages
4
Reaction score
0
Hello everybody!

I know how to solve Laplace equation on a square or a rectangle.

Is there any easy way to find an analytical solution of Laplace equation on a trapezoid (see picture).

Thank you.

aJPz5z.jpg
 
Physics news on Phys.org
Solve it in the triangle using polar coordinates with origin at (-1,0), and in the square in cartesian coordinates. Patch the two together by requiring continuity on (0,0) to (0,1).
 
  • Like
Likes MatPhy
Pasmith, thank you for the answer. But maybe it is possible to solve this in this way:

IfPV6L.jpg
 
I don't think that allows you to determine f uniquely.

I did find the solution <br /> u(x,y) = \begin{cases} y, &amp; 0 \leq x \leq 1, 0 \leq y \leq 1, \\ (x + 1)y, &amp; -1 \leq x &lt; 0, 0 \leq y \leq 1 + x \end{cases} by considering solutions of the form u(x,y) = yf(x), motivated by the condition on y = 0. That gave me u(x,y) = Axy+ By. Allowing for different values of A and B on either side of x = 0 gives four unknowns, and using these it proved possible to satisfy the remaining boundary conditions and the condition of continuity at x = 0.
 
  • Like
Likes MatPhy
Pasmith, thank you for the answer.

But in my opinion we should also consider this relation:

{\partial u_1(x,y) \over \partial x} = {\partial u_2(y) \over \partial x} at x=0 \quad \text{,}

where
u_1(x,y) = (x+1)y on subdomain -1 \leq x &lt; 0, 0 \leq y \leq 1 + x \quad \text{and}
u_2(y) = y on subdomain 0 \leq x \leq 1, 0 \leq y \leq 1 \quad \text{.}

But {\partial u_2(y) \over \partial x} = 0

and

{\partial u_1(x,y) \over \partial x} = y \neq 0 \quad \text{.}
 
You can't require continuity of both u and \partial u/\partial x at x = 0; all you can do is require continuity of a linear combination of u and \partial u/\partial x.
 
  • Like
Likes MatPhy
Well numerical solution gave different result. Solution for U(x,y) at 0 \leq y \leq 1 \quad \text{and} \quad x=0 is

TOg4b7.png
 
Does an analytical solution exists for the same problem but when switching between Neumann and Dirichlet boundary conditions? That is if we set no flux (Neumann) boundary conditions along the bases of the trapezoid, and the same Dirichlet boundary conditions as prescribed above, along the two other sides of the trapezoid?

Thank you!
 
Back
Top