Solving Laplace Equation with Boundary Conditions: Is it Wrong?

Logarythmic
Messages
277
Reaction score
0
Does

\nabla ^2 u(r,\theta) = 0

with the boundary conditions

u(1,\theta) = u(2,\theta) = \sin^2 \theta

have any solutions?

This was a problem on my exam but someone must have written the conditions wrong, or am I stupid?
 
Physics news on Phys.org
Why not? It's a well-defined, well-behaved boundary condition over an enclosed space (the region between two concentric spheres).

The general solution in spherical coordinates is sum (Ai r^i + Bi / r^(i+1))Pi(cos theta). Plug in r=1 and r=2, and rewrite the sin^2 theta as 1 - cos^2 theta... then you only need the first few Legendre polynomials and you can solve for the coefficients.
 
But the problem is to be done in plane polar coordinates...?
 
Ah, right, sorry, I'm used to looking at these things in spherical coordinates... oh well, same wine, different bottle.

The general solutions look like A0 ln r + B0 + sum (Ai r^i + Bi / r^i)(Ci cos (i theta) + Di sin (i theta)). Use the double angle formula to get your cos^2 term.
 
How am I ever going to get u(2,\theta), which contains an ln 2, to equal \sin^2 \theta? And how can you possibly write \sin^2 \theta as a linear combination of sin and cos?
 
Last edited:
\sin^{2}(\theta)=\frac{1}{2}-\frac{\cos(2\theta)}{2}
 
Logarythmic said:
How am I ever going to get u(2,\theta), which contains an ln 2, to equal \sin^2 \theta?

You aren't. Better set A0 = 0. :smile: And arildno already answered your other question.

Basically, you are free to choose any combination of the coefficients you need to match the boundary conditions. There are some integrals you can do to solve this analytically, but in most cases that you are likely to see in homework or on a test, you can just pick out the coefficients by inspection.
 
Damn it. I'm not worth those 4 points. ;)
 
Back
Top