Combinatus
- 40
- 1
Homework Statement
Show that every nontrivial solution of y''+\frac{k}{x^2}y=0 (with k being a constant) has an infinite number of positive zeros if k>1/4 and only finitely many positive zeros if k\le 1/4.
Homework Equations
The Attempt at a Solution
I set y=x^M = e^{M \log{x}} (for some constant M), differentiated twice and put it back into the equation, which gives M=\frac{1\pm \sqrt{1-4k}}{2}. So, y_1 = x^{\frac{1}{2} (1+\sqrt{1-4k})} and y_2 = x^{\frac{1}{2} (1-\sqrt{1-4k})} solves y''+\frac{k}{x^2}y=0.
The Wronskian seems to be identially nonzero, so then every solution of y''+\frac{k}{x^2}y=0 can be written as y = C_1 x^{\frac{1}{2} (1+\sqrt{1-4k})} + C_2 x^{\frac{1}{2} (1-\sqrt{1-4k})}.
The "finitely many positive zeros if k\le 1/4" part follows, but I'm not sure about the "infinite number of positive zeros of k>1/4" part. Obviously the exponents are complex numbers that avoid the real and imaginary axes in that case.
Any other approaches?