While solving a PDE using the eigenfunction expansion method, I came across the following condition for $\rho _n$:
$$ J_0(\rho_n r_{max}) = J_2(\rho_n r_{max}) \tag 1$$
where $r_{max}$ is known. Is there any approximation I can use for $\rho_n$ so it approximately satisfies the above condition? I know for instance that the roots of the Bessel function of the first kind, order zero, can be approximated with $ n \pi - \pi / 4 + 1 / (8 n \pi - \pi / 4)$. I found this out in this paper. I was hoping there was something similar I can use for this problem.
I prefer to add a separate answer.
More or less, we want to find the zero's of function
$$f(t)=J_0(t)- J_2(t)$$
which are closer and closer to $(n\pi-1)$ which is normal since these zero's are also those of $$g(t)=t\, J_0(t)-J_1(t)$$
So, let $$\large \color{blue}{ x_n=\rho_n\, r_{max}\,j_{0,n}}$$ and, emprically, use $$x_n=1+\sum_{k=1}^p \frac{a_k}{(n\pi-1)^k}$$
With $t=\frac 1 {n\pi -1}$
$$x_n=1-\frac{t}{35768}-\frac{3765 t^2}{3776}+\frac{1371 t^3}{3877}-\frac{1092 t^4}{3167}-\frac{5258 t^5}{3191}$$
The results using the exact values of $j_{0,n}$ $$\left( \begin{array}{ccc} n & \text{estimate} & \text{solution} \\ 1 & 1.841183798 & 1.841183781 \\ 2 & 5.331442543 & 5.331442771 \\ 3 & 8.536320547 & 8.536316357 \\ 4 & 11.70599581 & 11.70600490 \\ 5 & 14.86358308 & 14.86358863 \\ 6 & 18.01552771 & 18.01552786 \\ 7 & 21.16437382 & 21.16436986 \\ 8 & 24.31133342 & 24.31132686 \\ 9 & 27.45705857 & 27.45705057 \\ 10 & 30.60193159 & 30.60192297 \\ \end{array} \right)$$
Now, look at this paper.