Home Login  |   Contact  |   About Us       Thursday, March 28, 2024   

j0182018 - Back to Home
   Skip Navigation LinksHOME ›  AREAS OF EXPERTISE  #1 ›   Special Functions  ›  ~ Bessel Method



Skip Navigation Links.



"Special Functions"
Results of (x)-order Bessel Function

    Bessel function using "BesselJ method"

    Bessel function using "BesselY method"




Order of Bessel Function:
Entries:



[ Initial Order of Bessel Function: {0) ]
[ Initial entries number: {15} ]

IMPLEMENTATION
Bessel Function Method

Bessel functions are solutions of the following differential equation:

x2(d2y / dx2) x(dy/dx) + (x2 - v2)y = 0

The Bessel function of the first kind, denoted as Jv(x), is a solution of Bessel's differential equation. It is finite at x = 0 for a non-negative v, and diverges as x approachex zero for a non-integer v. This function can be expanded using the Taylor series:

Jv(x) = Σn=0 (-1)n / n! τ(n + v + 1) (x / 2) 2n + v

The Bessel function of the second kind, denoted by Yv(x), are solutions of the Bessel differential equation. They are singular at x = 0. For a non-integer v, these functions are related to the Bessel function of the first kind by:

Yv(x) = Jv(x) cos vΓ - J-v(x) / sin vπ


Testing the Bessel Function Method

To test the Bessel Function method, new static methods BesselJ and BesselY has been added. The TestBesselFunctionMethod() method has been written, added and executed:

           static void TestBesselFunctionMethod();
              {
                 for (int i = 1; i < t2; i++)
                 {
                     double x = 1.0 * i;
                     ListBox1.Items.Add(" x = " + x + ", " + "J" + t1 + "(x) = " + SpecialFunctions.BesselJ(x, t1).ToString());
                     ListBox2.Items.Add(" x = " + x + ", " + "Y" + t1 + "(x) = " + SpecialFunctions.BesselY(x, t1+1.00).ToString());
                 }
              }



Other Implementations...


Object-Oriented Implementation
Graphics and Animation
Sample Applications
Ore Extraction Optimization
Vectors and Matrices
Complex Numbers and Functions
Ordinary Differential Equations - Euler Method
Ordinary Differential Equations 2nd-Order Runge-Kutta
Ordinary Differential Equations 4th-Order Runge-Kutta
Higher Order Differential Equations
Nonlinear Systems
Numerical Integration
Numerical Differentiation
Function Evaluation


   Quotes

Consulting Services - Back to Home


Home

Home Math, Analysis,
  expertise..."

EIGENVALUE
SOLUTIONS...


> Rayleigh-Quotient Method

> Cubic Spline Method

 

Applied Mathematical Algorithms

Home

ComplexFunctions

Home

NonLinear
Home

Differentiation
Home

Integration
About Us


KMP Software Engineering is an independent multidisciplinary engineering consulting company specializing in mathematical algorithms.

      (About Us) →
Areas of
Expertise


SpecialFunctions
VectorsMatrices
OptimizationMethods
ComplexNumbers
Interpolation
CurveFitting
NonLinearSystems
LinearEquations
DistributionFunctions
NumericalDifferentiation
NumericalIntegration
DifferentialEquations
Smalltalk
FiniteBoundary
Eigenvalue
Graphics
Understanding
Mining


MiningMastery
MineralNews
MineralCommodities
MineralForum
Crystallography
Services


NumericalModeling
WebServices
MainframeServices
OutsourceServices

LINKED IN
MINE REVIEW(by G.Pacheco)
Brand





Home

Login

Contact
Since 2006 All Rights Reserved  © KMP Software Engineering LINKS | PRIVACY POLICY | LEGAL NOTICE