MHB How do I apply the Frobenius method to solve Hermite's ODE?

  • Thread starter Thread starter ognik
  • Start date Start date
  • Tags Tags
    Method
ognik
Messages
626
Reaction score
2
Hermite's ODE is $y'' - 2xy' + 2\alpha y = 0$

Let $y = \sum_{\lambda = 0}^{\infty} {a}_{\lambda} x^{k+\lambda}, y' = \sum a_{\lambda} (k+\lambda)x^{k+\lambda-1}, y'' = \sum a_\lambda (k+\lambda)(k+\lambda-1)x^{k+\lambda-2}$

I get the indicial eqtn of k(k-1) = 0, therefore k = 0 or 1. Lowest power of x again, let's me choose $a_1=0$

Then using a dummy variable j to make all powers of x equal, then equating coefficients, I get:

$ a_{j+2}(k+j+2)(k+j+1) -2a_{j+1}(k+j+1) + 2\alpha a_j = 0$

But the books answer shows me that they found the 2nd term to be $2a_{j}(k+j+1) $ - I can't find what I've done wrong?
 
Physics news on Phys.org
Found my mistake, I forgot to multiply the 2nd term by x, so the correct eqtn is:

$ a_{j+2}(k+j+2)(k+j+1) -2a_{j}(k+j) + 2\alpha a_j = 0$
 
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...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top