Home

QuantumRelativity.com
Classical Electromagnetism
Chapter 5: Laplace's Equation in Rectangular Coordinates
by Mark Lawrence

Football
Investing
Motorcycles
Neural Networks


Home

Articles
Calculus
Electromagnetism
Relativity
Physical Units
Space-Time Part I:
  Curved Space-Time
Space-Time Part II:
  Black Holes

References

Links

Art

Quotes

Recipes
Meat Marinades
Al Pastor
Carnitas
Frijoles: Refried Beans
Shrimp Burritos
Shrimp Enchiladas
Spanish Rice

Cioppino
Calzone or Pizza

Korma Chicken
Kung Pao Shrimp
Thai Chicken and Bamboo

Killer Shrimp
Seafood Chowder
Salmon
Grilled Shrimp
Spicy Tuna Herb Salad

Wisconsin Bratwurst
Cole Slaw
Soup with Dumplings
Garlic Cheese Sauce
Hot Garlic Butter
Greek Salad
Leg of Lamb

Cornbread
Chocolate Fruit & Nut Pie
Chocolate Truffles
Rice Pudding
Quick Chocolate Sauce
Quick Chocolate Pie

Cups-tsp-tbl-ml

Ant Killer

I recommend FireFox

Siméon Denis Poisson, 1781 to 1840

Pierre-Simon Laplace, 1749 to 1827

Three Dimensional Boundary Value Problems in Rectangular Coordinates

Laplace's equation for the potential in the absence of sources is:

Ñ2Φ = 0

Ñ2 in rectangular coordinates is:

2 2 2
Ñ2
 + 
 + 
∂x2 ∂y2 ∂z2

We'll presume that our solution is separable, that is Φ( x, y, z ) = X(x)Y(y)Z(z). We can check the separability assumption later. Laplace's equation is a second order differential equation, so if we find two unique solutions we've done it. Generally speaking, if the boundary conditions are separable, there's a good chance the solution is separable. If the boundary conditions are not separable, most likely we're hosed. Now,

Ñ2Φ(x,y,z) = Ñ2X(x)Y(y)Z(z).

X is independent of y and z, so it can be pulled through the y and z partial derivatives. Similarly Y is independent of x and z, and Z is independent of x and y, so they can be pulled through the corresponding partial derivatives.

2 2 2 2X 2Y 2Z
Ñ2XYZ = 
XYZ + 
XYZ + 
XYZ =  YZ
 + XZ
 + XY
 = 0
∂x2 ∂y2 ∂z2 ∂x2 ∂y2 ∂z2

Now divide the entire equation by XYZ:

1 2X 1 2Y 1 2Z
Ñ2XYZ = 

 + 

 + 

 = 0 
X ∂x2 Y ∂y2 Z ∂z2

We now have three seperate expressions, one that depends only on X, one that depends only on Y, and one that depends only on Z. These three expressions must sum to 0 for any x, y, z, so they must be equal to constants that sum to 0. Since these are second-order equations, we'll anticipate and set the X equation equal to -α2, the Y equation equal to -β2, and the Z expression = γ2 = α2 + β2.

1 2X 1 2Y 1 2Z


 = -α2  

 = -β2  

 = α2 + β2
X ∂x2 Y ∂y2 Z ∂z2

We can solve these immediately.

X = Aαsin( αx ) + Bα cos( αx );
Y = Aβsin( βy ) + Bβ cos( βy );
Z = Aγsinh( γz ) + Bγ cosh( γz );
Φ(x,y,z) = X(x)Y(y)Z(z).

Notice that it was arbitrary which dimension got sines and cosines and which got sinhs and coshs - the only requirement is that at least one dimension gets sines and cosines, and at least one dimension gets sinhs and coshs. It could have been one dimension getting sines and cosines and two dimensions getting sinhs and coshs. The choice must be made based on the boundary conditions.

A Worked Problem

Suppose we have a box with known potentials. The interior of the box is 0 < x < a;   0 < y < b;  0 < z < c. The box has a voltage V(x,y) on the top face (z = c) and zero on all other faces.


Figure 4.1: A boundary value problem

We have six boundary conditions.

1) the face for x = 0 has potential 0. This implies we need the sine solution for X.

2) the face for y = 0 has potential 0. This implies we need the sine solution for Y.

3) the face for z = 0 has potential 0. This implies we need the sinh solution for Z.

4) the face for x = a has potential 0. This implies that α = nπ/a.

5) the face for y = b has potential 0. This implies that β = mπ/b.

Now our solution is of the form:

Φ(x,y,z) = Anmsin( nπx/a ) sin( mπy/b ) sinh( γnmz )   where γnm = π √ ( n2/a2 + m2/b2 )

The 6th boundary condition is used to find the Anm via a double fourier series.


Copyright © 2002-2005 Mark Lawrence. All rights reserved. Reproduction is strictly prohibited.

Email me, mark@calsci.com, with suggestions, additions, broken links.
Revised Wednesday, 20-Apr-2005 19:13:42 PDT