FUNCTION
hankel
Hankel's asymptotic expansion of large values of \a x
You're viewing an older version of this page (#5436). View the current version.
Interface
#include <codecogs/maths/special/bessel/hankel.h>
using namespace Maths::Special::Bessel;
This is not a "Hankel function" in the usual sense (the complex Bessel function of the third kind, also known as the Weber function, formed as a linear combination of Bessel functions of the first and second kinds). Rather, it evaluates <em>Hankel's asymptotic expansion</em>, the classical large-x asymptotic technique used to approximate the Bessel functions $J_v(x)$ and $Y_v(x)$.
Writing $\chi = x - \left(\frac{v}{2} + \frac{1}{4}\right)\pi$ and the asymptotic series
where $(v,k) = \dfrac{(4v^2-1^2)(4v^2-3^2)\cdots(4v^2-(2k-1)^2)}{k! \, 8^k}$, this function returns
which is used internally by the Bessel J and Y modules for large arguments.
References
Cephes Math Library Release 2.8: June, 2000
Parameters
Interactive Calculator
Computing…
Set a range above first to export a graph.