Can This Nonlinear ODE with Exponential Terms Be Solved Using Power Series?

  • Thread starter Thread starter MathematicalPhysicist
  • Start date Start date
  • Tags Tags
    Ode Thinking
MathematicalPhysicist
Science Advisor
Gold Member
Messages
4,662
Reaction score
372
I thought today of the next DE:

y''(x) = y(x)e^{y'(x)}

Not sure if it has applications, obviosuly I tried to find a solution via power series around x=0.

It seems tough to look for a general recurrence equation for the coefficients.
Here's what I have done so far.

y(x)=\sum_{n=0}^{\infty} a_n x^n

y'(x)=\sum_{n=0}^{\infty} na_n x^{n-1}

y''(x)=\sum_{n=0}^{\infty} n(n-1)a_n x^{n-2}

equating:

\sum_{n=0}^{\infty} n(n-1)a_n x^{n-2} =\sum_{n=0}^{\infty} a_n x^n e^{\sum_{n=0}^{\infty} a_n n x^{n-1}}

e^{a_1} e^{2a_2 x} e^{3a_3 x^2} \cdots = e^{a_1}[1+2a_1 x + \frac{(2a_1 x)^2}{2!}+\cdots]\cdot [1+3a_3 x^2 +\frac{(3a_3 x^2)^2}{2!}+\cdots]\cdot \cdots

I am not sure if it even converges, is this equation known already, I am quite sure someone already thought of it.

Thanks in advance.
 
Last edited:
Physics news on Phys.org
Hi !
The ODE is solvable on the form of the inverse function x(y) as a special function defined by an integral :
 

Attachments

  • ODE Lambert.JPG
    ODE Lambert.JPG
    20.4 KB · Views: 428
Thanks.
 
Well, if I am already in the mood for non-ordinary DEs, I'll make this thread a thread with peculiar DEs I have in my mind.

Here's another one:

y^{(n)}+(y^{(n-1)})^2+(y^{(n-2)})^3+\ldots + (y')^{n+1}+y^{n+2} = 0

Guessing a solution in the form of power series will be hard work (which I don't have time for right now), so does it have an specail function form solution?

P.S
n\geq 1
 
Maybe some examples if the general case isn't clear enough.

for n=1:

y'+y^2=0

For n=2:

y''+(y')^2+y^3=0

For n=3:

y'''+(y'')^2+(y')^3+y^4=0

Etc.
 
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