MHB How do you solve the Euler ODE $x^2y'' + xy' - n^2y = 0$ using $y=x^p$?

  • Thread starter Thread starter ognik
  • Start date Start date
  • Tags Tags
    Ode
ognik
Messages
626
Reaction score
2
Given $ x^2y'' + xy' - n^2y = 0 $

I think this is an Euler ODE, so I try $y=x^p, \therefore y'=p x^{p-1}, \therefore y''= p (p-1) x^{p-2}$

Substituting: $x^p p(p-1) + x^p p - n^2 x^p = 0, \therefore p^2 = n^2, \therefore p= \pm n$

$ \therefore y=C_1 x^n + C_2 x^{-n} $?
 
Physics news on Phys.org
I will check your result using another approach to Cauchy-Euler equations, and that is to make the substitution:

$$x=e^t\implies\d{y}{t}=x\d{y}{x}\implies x^2\d{^2y}{x^2}=\d{^2y}{t^2}-\d{y}{t}$$

And so the given ODE becomes:

$$\d{^2y}{t^2}-n^2y=0$$

The characteristic equation is:

$$r^2-n^2=(r+n)(r-n)=0$$

And so the general solution is:

$$y(t)=c_1e^{-nt}+c_2e^{nt}$$

Back-substituting for $x$, we then obtain:

$$y(x)=c_1x^{-n}+c_2x^{n}$$

And this agrees with your result. :)
 
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