What Are the Solutions of ODEs When k < 1/4?

  • Thread starter Thread starter djh101
  • Start date Start date
  • Tags Tags
    Finite Ode
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 2K views
djh101
Messages
158
Reaction score
5
Consider [itex]\frac{d^{2}y}{dx^{2}}+\frac{k}{x^{2}}y = 0[/itex]. Show that every nontrivial solution has an infinite number of positive zeroes if k > 1/4 and a finite number if k ≤ 1/4.

Solving gives:
[itex]y = Asin(\sqrt{k}ln(x)) + Bcos(\sqrt{k}ln(x))[/itex]​

And setting y = 0 gives:
[itex]tan(\sqrt{k}ln(x)) = -\frac{A}{B} = c[/itex]
[itex]ln(x) = \frac{2n+1}{\sqrt{k}}arctan(c)[/itex]​

So I've mainly just rearranged everything a few times. When k ≤ 1/4, the last equation should hold for only a finite number of ns. Why, though? How would one go about proving this? The main thing I would think to look for would be a square root turning negative, but that doesn't seem to happen anywhere. Any ideas?
 
Physics news on Phys.org
djh101 said:
Consider [itex]\frac{d^{2}y}{dx^{2}}+\frac{k}{x^{2}}y = 0[/itex]. Show that every nontrivial solution has an infinite number of positive zeroes if k > 1/4 and a finite number if k ≤ 1/4.

Solving gives:
[itex]y = Asin(\sqrt{k}ln(x)) + Bcos(\sqrt{k}ln(x))[/itex]​
Show what you did to get this. I believe you might be tacitly making assumptions about k to get to this point.
djh101 said:
And setting y = 0 gives:
[itex]tan(\sqrt{k}ln(x)) = -\frac{A}{B} = c[/itex]
[itex]ln(x) = \frac{2n+1}{\sqrt{k}}arctan(c)[/itex]​

So I've mainly just rearranged everything a few times. When k ≤ 1/4, the last equation should hold for only a finite number of ns. Why, though? How would one go about proving this? The main thing I would think to look for would be a square root turning negative, but that doesn't seem to happen anywhere. Any ideas?
 
Sorry, I did a sloppy substitution. x = e^z gives y'' - y' + ky = 0, which has the needed 1 - 4k discriminate. Problem solved. Thanks.