General Solution to Linear, Homogenius, Second-Order Differential Equation

nivekious
Messages
5
Reaction score
0
I need to solve d/dx(e^(-(x^2))*(du/dx))=u+x*(du/dx)
I get e^(-(x^2))*u''-2xe^(-(x^2))*u'=u+x*u'
u''-2x*u'=e^(x^2)*u+xe^(x^2)*u'
u''+(2x-xe^(x^2))*u'-e^(x^2)*u=0
but I have no idea how to approach the problem from here. Can somebody please help?
 
Physics news on Phys.org
nivekious said:
I need to solve d/dx(e^(-(x^2))*(du/dx))=u+x*(du/dx)
I get e^(-(x^2))*u''-2xe^(-(x^2))*u'=u+x*u'
u''-2x*u'=e^(x^2)*u+xe^(x^2)*u'
u''+(2x-xe^(x^2))*u'-e^(x^2)*u=0
but I have no idea how to approach the problem from here. Can somebody please help?

I can suggest a route to study it. First, get a DE text that deals with second-order DEs with variable coefficients. I use "Intermediate Differential Equations" by Rainville. There are some simple substitutions to try with these types of equations, putting it in it's normal form v''+Iv=0 and sometimes that results in a constant-coefficient equation. Some other substitution method to get a constant-coefficient equation. I tried those quickly and did not seem to do it. But you may want to try yourself. My next step would be to turn to Mathematica in desperation using the DSolve command. I tried that and Mathematica can't solve it. My next step, even more desperate but not too uncommon is to use power series which of course in this case will involve Cauchy-products but that's ok according to Rainville. If I had to solve it analytically, and I could think of nothing else, I'd do it with power series.
 
General Solution to Linear, Homogenius, Second-Order Differential Equation
I don't think that the ODE is on the homogenius kind. It doesn't matter since direct integration directly leads to a first order ODE :
 

Attachments

  • EDO.JPG
    EDO.JPG
    29.3 KB · Views: 566
. . . schooled. Very nice though. :)
 
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