Can you please suggest a free software or website that would allow me to approximate, numerically, the first $n$ roots of the equation $ 2J_{0}(2\alpha)+2\alpha J'_{0}(2\alpha)=0$ ? I'm trying to find a Bessel-Fourier expansion for a function in the interval $[0,2]$ and that's the boundary condition given. As you know, I need the roots of that equation to find the eigenvalues. I've checked Maxima and Octave but I think they don't offer this-or at least it wasn't clear to me they had this feature. I need this ASAP, Thanks in advance!
Note: By $J_{0}$ we mean the Bessel function of order $0$
Realizing my approach in the comments, using numerical integration of $xy''+y'+xy=0$, $y(0)=1$, $y'(0)=0$ with a counting/registering event function for the roots of $2y(x)+xy'(x)$ can be done via the code
which prints
or as suggested by Claude Leibovici in terms of multiples of $\frac\pi2$ and an offset
resulting in