fluidistic
Gold Member
- 3,928
- 272
Homework Statement
Consider a circle of radius a whose center is in (0,0). Let (r, \phi) be the polar coordinates and (x,y) the corresponding rectangular coordinates of the plane. Calculate the solution to Dirichlet problem (interior) for Laplace equation \nabla ^2 u =0 with the following boundary conditions:
1)u(r=a)=A
2)u(r=a)=A \cos \phi
3)u(r=a)=A+By
4)u(r=a)=Axy
5)u(r=a)=A+B \sin \phi
6)u(r=a)=A \sin ^2 \phi +B \cos ^2 \phi
where A and B are constants.
Homework Equations
Already given I think.
The Attempt at a Solution
So I've been checking out internet to confirm my result so far but I've a few questions.
I wrote the Laplacian in polar coordinates \triangle u = \frac{u_r}{r}+u_{rr}+\frac{u_{\phi \phi}}{r^2}=0.
I use separation of variables, proposing a solution of the form u(r, \theta )= \varphi (\phi )R(r).
Plugging this back into the Laplace equation I reached 2 ODE's.
r^2 R''+rR'-k^2R=0 and \varphi '' +k^2 \varphi =0.
The second ODE is easy to me to solve, I reached \varphi (\phi )=c_1e^{ik \phi }+c_2e^{-i k \phi}. However on the Internet they prefer to keep all real values if I understood well, though I don't know how it's possible to do this.
I kind of cheated to solve the first ODE and one solution (I checked out and it indeed is a solution) is of the form R(r)=c_3 r^k+c_4 r^{-k}. Now for R(r) remains finite when r tends to 0, c_4 must vanish so that R(r)=c_3r^k.
So my solution so far is u(r, \phi )=c_3 r^k(c_1e^{ik \phi }+c_2e^{-i k \phi} ).
I've also found out that it's possible to get another form of solution for the first ODE, namely R(r)=c_5+c_6\ln r which would really complicate the number of possible solutions to the PDE. I don't understand what it means physically to have 2 different possible solutions.
Also, how do I deal with the solution that contains complex numbers?
Last edited: