Extension of trigonometric functions (like Bessel functions)

36 Views Asked by At

This may be more related to math SE, but I got no answer from there, and maybe physics SE can tell me more about practicality of my question.

I learned that the Bessel functions and that family are derived from the ODE $$ y''+y'/x+(1-\nu^2/x^2)y=0, $$ and $J_\nu(x)$, $Y_\nu(x)$, $H_\nu^{(1)}(x)$, $H_2^{(2)}(x)$, $I_\nu(x)$, $K_\nu(x)$ have similar properties to $\cos(x)$, $\sin(x)$, $e^{ix}$, $e^{-ix}$, $\cosh(x)$, $\sinh(x)$. (I'm using the notation in the Arfken's Mathematical methods for physicists.)

So I naturally began to wonder if we can also generalize the ODE for trigonometric function $y''+y=0$, to depend on certain index like $\nu$, so we can generate special functions which depend on the index, and which becomes trigonometric function for certain index. But I'm not sure where should I put the index $\nu$ to make family of functions. If I set, like, $y''+\nu^2y=0$, then solution is just $\sin(\nu x)$, which is basically same as $\sin(x)$. Wait... but maybe we can do this way, $y''+(1-\nu^2/x^2)y=0$?

Is there a extension of trigonometric functions in this(or similar) way? Are they just not practical functions? Or is there a reason that trigonometric functions are special so they should be unique?