Difference between revisions of "Manuals/calci/BESSELK"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
*Bessel's Differential Equation is defined as: | *Bessel's Differential Equation is defined as: | ||
<math>x^2 \frac{d^2 y}{dx^2} + x\frac{dy}{dx} + (x^2 - \alpha^2)y =0</math> | <math>x^2 \frac{d^2 y}{dx^2} + x\frac{dy}{dx} + (x^2 - \alpha^2)y =0</math> | ||
− | where <math>\alpha</math> is the | + | where <math>\alpha</math> is the arbitrary Complex number. |
*But in most of the cases α is the non-negative real number. | *But in most of the cases α is the non-negative real number. | ||
*The solutions of this equation are called Bessel Functions of order <math>n</math>. | *The solutions of this equation are called Bessel Functions of order <math>n</math>. |
Revision as of 03:32, 5 December 2013
BESSELK(x,n)
- Where is the value at which to evaluate the function
- is the integer which is the order of the Bessel Function
Description
- This function gives the value of the modified Bessel function when the arguments are purely imaginary.
- Bessel functions is also called cylinder functions because they appear in the solution to Laplace's equation in cylindrical coordinates.
- Bessel's Differential Equation is defined as:
where is the arbitrary Complex number.
- But in most of the cases α is the non-negative real number.
- The solutions of this equation are called Bessel Functions of order .
- Bessel functions of the first kind, denoted as .
- The Bessel function of the first kind of order can be expressed as:
- The Bessel function of the second kind .
- The Bessel function of the 2nd kind of order can be expressed as:
- So the form of the general solution is .
where: and
are the modified Bessel functions of the first and second kind respectively.
- This function will give the result as error when:
1. or is non numeric 2. , because is the order of the function.
Examples
- BESSELK(5,2) = 0.0040446134
- BESSELK(0.2,4) = 29900.2492
- BESSELK(10,1) = 0.000155369
- BESSELK(2,-1) = NAN