Bessel vs Modified Bessel Eqn solve PDE

  • Thread starter Thread starter dspampi
  • Start date Start date
  • Tags Tags
    Bessel Pde
dspampi
Messages
16
Reaction score
0
I'm having trouble understanding the boundary conditions and when you would need to use Bessel vs Modified Bessel to solve simple cylindrical problems (I.e. Heat conduction or heat flow with only two independent variables). When do you use Bessel vs Modified Bessel to solve Strum-Louville problem for a cylinder and what is the intuition behind using either one?
 
Physics news on Phys.org
dspampi said:
I'm having trouble understanding the boundary conditions and when you would need to use Bessel vs Modified Bessel to solve simple cylindrical problems (I.e. Heat conduction or heat flow with only two independent variables). When do you use Bessel vs Modified Bessel to solve Strum-Louville problem for a cylinder and what is the intuition behind using either one?

If you separate variables in Laplace's equation in such a way that the axial dependence is exponential, then the equation for the radial dependence is Bessel's Equation:
\nabla^2(R(r)e^{\pm kz}e^{\pm in\theta}) = 0 \quad\Rightarrow\quad r^2R'' + rR' + (k^2r^2 - n^2)R = 0

If you separate variables in Laplace's equation in such a way that the axial dependence is sinusoidal, then the equation for the radial dependence is the modified Bessel's Equation:
<br /> \nabla^2(R(r)e^{\pm ikz}e^{\pm in\theta}) = 0 \quad \Rightarrow \quad r^2R&#039;&#039; + rR&#039; - (k^2r^2 + n^2)R = 0<br />

If you're working in a region where z is unbounded then you will only need e^{\pm kz}. If you're working in a region where z is bounded then you will generally need both e^{\pm kz} and e^{\pm ikz}.
 
The asymptotic (large argument) forms of the Bessel functions provide some insight. See:
http://en.wikipedia.org/wiki/Bessel_function

Here is a summary (see the link for more of the story).

regular Bessel:
J ~ cos(x-a)/sqrt(x)
Y ~ sin(x-a)/sqrt(x)

Modified bessel:
I ~ exp(x)/sqrt(x)
K ~ exp(-x)/sqrt(x)

So regular bessel functions oscillate, and modified do not.

The hankel functions (H = J +/i Y) thus go like exp(+/- i (x-a))/sqrt(x), which is why they are useful for cylindrical wave problems.

The behavior at zero matters for some applications, especially those for which your solution must be bounded at zero. J and I are bounded, while Y and K (and hence the hankel functions H) are not.

In light of what pasmith wrote, when the Z-dependence oscillates, the R does not, and vice versa.

jason
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top