- #1
Shmi
- 12
- 0
Homework Statement
I'm solving a problem where a conducting pipe with a square cross section is being analyzed to find the potential everywhere in space. The pipe lays along the z-axis, so we're really concerned with the x-y plane. My issue isn't so much the general solution via separation of variables as much as it is finding appropriate boundary conditions to start solving for coefficients.
Imagine a square (as in looking at the pipe face on in the x-y plane) with an infinitesimal separation on two sides separating the square into two symmetric sides. One side is grounded and the other side at some fixed voltage ([itex]V_0[/itex] for instance). The pipe has side length [itex]a[/itex]. This is the set-up.
Homework Equations
As I understand, assume the potential is separable and then one reasons that the laplacian terms in each direction are constant. Choose constants of alternate sign to get a nice solution with trigonometric and exponential solutions (as Griffiths does in generality).
Generally, for a separable potential in Cartesian coordinates, my potential in the most general form ought to look like:
[tex]V(x,y) = (A \; e^{kx} + B \; e^{-kx}) (C \; \cos{ky} + D \; \sin{ky})[/tex]
Where k is that constant solution to the laplacian terms.
The Attempt at a Solution
My intuition is to pick a random corner of the pipe to set an origin on and begin trying to describe boundary conditions:
Suppose I choose the bottom left grounded corner for the origin with the infinitesimal gap a distance [itex]a/2[/itex] above the x-axis where the top half is our constant voltage half.
- [itex] V(0<x< a, 0) = 0 [/itex]
- [itex] V(0, 0 < y < \frac{a}{2}) =0 [/itex]
- [itex] V(a, 0 < y < \frac{a}{2}) = 0 [/itex]
That ought to describe my grounded bottom half.
This ought to be my upper half held at a constant potential. - [itex] V(0<x< a, a) = V_0 [/itex]
- [itex] V(0, \frac{a}{2} < y < a) = V_0 [/itex]
- [itex] V(a, \frac{a}{2} < y < a) = V_0 [/itex]
- And of course, V goes to zero for x,y at positive or negative infinity
For very large x, namely the last condition, I can get that A should be zero:
[tex] V(x,y) = Be^{-kx} ( C \cos{ky} + D \sin{ky})[/tex]
Condition 1 also seems to suggest that at the origin, C should be zero (for y=0 I ought to get 0)
[tex] V(x,y) = Be^{-kx} ( D \sin{ky})[/tex]
And now, for k to be zero at the origin and [itex]y = a/2[/itex], k has to be some integer multiple of pi.
[tex] k = \frac{n \pi}{\frac{a}{2}} = \frac{2 n \pi}{a} [/tex]
Plugging in k and absorbing B into D, I finally have:
[tex] V(x,y) = \exp{\bigg(-\frac{2 n \pi}{a} x\bigg)} ( D \sin{\frac{2 n \pi}{a} y})[/tex]
If this approach is right, I know how to find D (via a little Fourier witchcraft). But my problem is that I seem to have a lot of unused boundary conditions and I'm not entirely convinced that this solution, even with clever choice of coefficients will solve this potential. But both of these problems have to do with my lack of intuition regarding separation of variables. Is my choice of origin OK? Are my steps correct? Am I moving in the right direction?