Group Abstract Group Abstract

Message Boards Message Boards

1
|
1.3K Views
|
0 Replies
|
1 Total Like
View groups...
Share
Share this post:

How to define the solution for the Helmholtz problem

The following expression $$u_{nm}(r,\theta)=J_n(x_{nm}\frac{r}{a}) \begin{cases} \cos n \theta, & n=0,1,2 , m=1,2 \\ \sin n \theta, & \end{cases}$$ gives the solution for the Helmholtz problem. On the circular disc with center 0 and radius a. For a = 1, the plot in 3-dimensional graphics of the solutions on Mathematica for $(n,m)=(2,2)$ and $(n,m)=(0,2)$ and then calculate the eigenfunction

$$k_{nm}= \frac{x_{nm}}{a}$$

My problem is that I don't know how to define the function of the solution on Mathematica

a = 1; (* Set the value of a *)
n = 2; (* Set the value of n *)
m = 2; (* Set the value of m *) 
x[n_,m_] := N[BesselJ[n, m]]
k[n,m_] := x[n,m]/a
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard