JohanL
- 154
- 0
Im trying to solve Helmholtz equation
<br /> \nabla ^2u(r,\phi,z) + k^2u(r,\phi,z) = 0 <br />
in a hollow cylinder with length L and a < r < b
and the boundary conditions:
<br /> u(a,\phi,z) = F(\phi,z)<br />
<br /> u(b,\phi,z) = G(\phi,z) <br />
<br /> u(r,\phi,0) = P(\phi,z) <br />
<br /> u(r,\phi,L) = Q(\phi,z)<br />
<br /> u(r,\phi,z) = u(r,\phi + 2\pi,z)<br />
Solution:
With
<br /> u(r,\phi,z) = v_1(r,\phi,z) + v_2(r,\phi,z) + v_3(r,\phi,z) <br />
i get three problems which i can solve separately.
Separation of variables gives 9 d.e. Three of them are bessel equations.
<br /> r\frac {d} {dr}(r\frac {dR_i(r)} {dr}) + (\mu_i^2r^2-m_i^2)R_i(r) = 0<br />
i = 1,2,3. and \mu, m are separation constants.
The boundary conditions are
<br /> R_1(a,\phi,z) = F(\phi,z),<br /> R_1(b,\phi,z) = G(\phi,z)<br />
<br /> R_2(a,\phi,z) = 0,<br /> R_2(b,\phi,z) = 0<br />
<br /> R_3(a,\phi,z) = 0,<br /> R_3(b,\phi,z) = 0<br />
The general solutions of Bessels equation are
<br /> R = C_1 J_m(nr) + C_2 N_m(nr)<br />
where J_m is the mth bessel function of the first kind and N_m is the mth neumann function (or bessel function of the second kind)
I don't know how to continue with the boundary conditions.
Any ideas?
<br /> \nabla ^2u(r,\phi,z) + k^2u(r,\phi,z) = 0 <br />
in a hollow cylinder with length L and a < r < b
and the boundary conditions:
<br /> u(a,\phi,z) = F(\phi,z)<br />
<br /> u(b,\phi,z) = G(\phi,z) <br />
<br /> u(r,\phi,0) = P(\phi,z) <br />
<br /> u(r,\phi,L) = Q(\phi,z)<br />
<br /> u(r,\phi,z) = u(r,\phi + 2\pi,z)<br />
Solution:
With
<br /> u(r,\phi,z) = v_1(r,\phi,z) + v_2(r,\phi,z) + v_3(r,\phi,z) <br />
i get three problems which i can solve separately.
Separation of variables gives 9 d.e. Three of them are bessel equations.
<br /> r\frac {d} {dr}(r\frac {dR_i(r)} {dr}) + (\mu_i^2r^2-m_i^2)R_i(r) = 0<br />
i = 1,2,3. and \mu, m are separation constants.
The boundary conditions are
<br /> R_1(a,\phi,z) = F(\phi,z),<br /> R_1(b,\phi,z) = G(\phi,z)<br />
<br /> R_2(a,\phi,z) = 0,<br /> R_2(b,\phi,z) = 0<br />
<br /> R_3(a,\phi,z) = 0,<br /> R_3(b,\phi,z) = 0<br />
The general solutions of Bessels equation are
<br /> R = C_1 J_m(nr) + C_2 N_m(nr)<br />
where J_m is the mth bessel function of the first kind and N_m is the mth neumann function (or bessel function of the second kind)
I don't know how to continue with the boundary conditions.
Any ideas?