Questions tagged [bessel-functions]

Questions related to Bessel functions.

Questions and problems related to cylindrical harmonics or Bessel functions, normally taken to satisfy the differential equation $$ x^2 y'' + x y' + (x^2-\nu^2)y = 0, \tag{1} $$ (Bessel's equation) or its modification $$ x^2 y'' + x y' + (x^2+\nu^2)y = 0. \tag{2} $$ The solutions to (1) are called $J_{\nu}$ and $Y_{\nu}$; those to (2) are called $I_{\nu}$ and $K_{\nu}$. Special complex combinations of $J_{\nu}$ and $Y_{\nu}$ are also called Hankel functions, $$ H_{\nu}^{(1)} = J_{\nu} + i Y_{\nu}, \qquad H_{\nu}^{(2)} = J_{\nu} - i Y_{\nu}. $$

1769 questions
0
votes
0 answers

How to rewrite $\textit{Bessel-Kelvin}$ such that it is implementable in computer program?

Winding ac resistance is given by $R_{ac}=R_{dc}\cdot\frac{\gamma}{2}\cdot [ \frac{ber_0(\gamma)\cdot bei_1(\gamma) - ber_0(\gamma)\cdot ber_1(\gamma)}{ber_1(\gamma)^2+bei_1(\gamma)^2} - \frac{bei_0(\gamma)\cdot ber_1(\gamma) -…
user203
  • 21
0
votes
0 answers

Product of Bessel function of different order

I need to calculate $\frac{\partial}{\partial\theta}J_0^2(\theta)$, where $J_0(\theta)$ is the modified Bessel function of the first kind and of zeroth order. Actually I need the roots of $J_0^2(\theta)=0$ and hence the derivative is required. Can…
0
votes
1 answer

One simplification for Bessel Function (K)

My question is if it is possible simplify the following expression involving Bessel function $K_v(z)$: $$K_v(z)+K_{\overline{v}}(z)$$ where $v\in \mathbb{C}$ and $\overline{v}$ is the conjugate of $z$. Specifically, I need when $v=1/2+i\,y$.
popi
  • 1,724
0
votes
1 answer

Relationship between the Bessel function and Modified Bessel function

I am confused with the relationship between the Bessel function, $J_\nu$, and the Modified Bessel function, $I_\nu$. I am finding in literature that when you have a general solution $y(x)=c_1J_\nu(ix)+c_2J_{-\nu}(ix) \hspace{30 mm}(1)$ it can…
T Mac
  • 65
-1
votes
1 answer

PDF of Jakes' Model $\cos(\theta)$

If we have an angle $\theta$ follows a uniformly distribution $[-\pi,\pi]$, the PDF of $\theta$ will be $p(\theta)=\frac{1}{\pi-(-\pi)}$ in $[-\pi,\pi]$, if we consider the Jakes' model $f=f_{\max}\cos(\theta)$, where $f_{\max}$ is just a constant.…
-1
votes
1 answer

Eigenvalue of Bessel function

Finding the eigenvalue of the Bessel function. By applying the right boundary condition, we have: $$ A J_{0} (\lambda a) = 0 $$ Here, we require that $A \neq 0$ to avoid a trivial solution and we let $J_{0} (\lambda a) = 0$. How do you derive the…
-4
votes
1 answer

Property of Modified Bessel function of first kind

While reading a scientific paper, I have come across a property of modified Bessel function: $$\frac{I_1(az)}{I_0(az)}=\frac{1}{a}\frac{I_1(z)}{I_0(z)}$$ Is this property true? If not, how can the LHS be written in terms of $I_1(z)$ and $I_0(z)$?
1 2 3 4 5 6 7
8