0
$\begingroup$

I have this equation:

$\lambda \sin(2 \alpha)+ \sin(2 \alpha \lambda)=0$

where "$\alpha$" is a known parameter and my desire is to calculate eigenvalues, "$\lambda$". I've tried some newton-raphson and muller codes in Matlab, but it didn't work since I know eigenvalues for some alphas. for example, for $\alpha=\pi/3$, first eigenvalue becomes $0.5122$ and it becomes complex for second one and after. I hope I've explained it clearly.

  • 0
    @joriki: indeed there is no non-trivial real solution for 0 < \alpha < 1.276782905 approximately. Perhaps he meant $\alpha = 5\pi/6$, for which there is a solution $\lambda \approx .5122213612$2012-07-16

1 Answers 1

1

For convenience write $\alpha = x \pi/2$, so the equation becomes $\lambda \sin( \pi x)+\sin(\pi \lambda x) = 0$. Here is an implicit plot:

enter image description here

If $x$ is a nonzero integer, the equation becomes $\sin(\pi \lambda x) = 0$ so the solutions are $\lambda = k/x$ for integers $k$. If $x$ is close enough to a nonzero integer $n$, there will be a real solution near $k/n$. If $n+k$ is odd, that solution is approximately $\dfrac{k}{n}+{\dfrac {k{\pi }^{2} ( {k}^{2}-{n}^{2} ) }{6{n}^{4}}}{(x- n)}^{3}+{\dfrac {k{\pi }^{4} ( {k}^{2}-{n}^{2} ) ( 9 k^2 -{n}^{2} ) }{120 {n}^{6}}}{(x-n)}^{5} $

If $n+k$ is even, it is approximately $ \dfrac{k}{n}-2{\frac { \left( x-n \right) k}{n^2}}+4\,{\frac {k \left( x- n \right) ^{2}}{{n}^{3}}}-{\frac {k \left( 48+{\pi }^{2}{k}^{2}-{ n}^{2}{\pi }^{2} \right) \left( x-n \right) ^{3}}{6{n}^{4}}} $