MHB Closed form solution for large eigenvalues

Dustinsfl
Messages
2,217
Reaction score
5
The eigenvalues are found by
$$
\tan\lambda_n = \frac{1}{\lambda_n}
$$
For large eigenvalues, the intersection get closer and closer to $\lambda_n = \pi k$ where $k\in\mathbb{Z}^+$ and $k > 15$.
Is this correct? Without arbitrary picking a $k$, is there a better way to determine a $k$ for when $\lambda\to\pi k$?
 
Physics news on Phys.org
dwsmith said:
The eigenvalues are found by
$$
\tan\lambda_n = \frac{1}{\lambda_n}
$$
For large eigenvalues, the intersection get closer and closer to $\lambda_n = \pi k$ where $k\in\mathbb{Z}^+$ and $k > 15$.
Is this correct? Without arbitrary picking a $k$, is there a better way to determine a $k$ for when $\lambda\to\pi k$?

\[\tan\lambda_n = \frac{1}{\lambda_n}\]

\[\Rightarrow \lambda_n=k\pi+\tan^{-1}\frac{1}{\lambda_n}\mbox{ where }k\in\mathbb{Z}\]

For large positive or negative values of \(\lambda_n\), \(\tan^{-1}\frac{1}{\lambda_n}\approx 0\)

\[\therefore \lambda_n\approx k\pi\mbox{ where }k\in\mathbb{Z}\]

The larger \(k\) value you use the approximation will be better. Choosing a bound for \(k\) depends on the accuracy that you need for your approximation.
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Back
Top