Non-linear second order from calculus of variation I can't solve

jackmell
Messages
1,806
Reaction score
54
Hi,

I derived the equation:

1+(y')^2-y y''-2y\left(1+(y')^2\right)^{3/2}=0

Letting y'=p and y''=p\frac{dp}{dy}, I obtain:

\frac{dp}{dy}=\frac{1+p^2-2y(1+p^2)^{3/2}}{yp}

I believe it's tractable in p because Mathematica gives a relatively simple answer:

p=\begin{cases}\frac{i \sqrt{-y^2+y^4-4 y^2 C[1]+4 C[1]^2}}{y^2-2 C[1]}\\<br /> \\<br /> -\frac{i \sqrt{-y^2+y^4-4 y^2 C[1]+4 C[1]^2}}{y^2-2 C[1]}<br /> \end{cases}

I don't see how to get to that answer and I was wondering if someone here could help me with this.

Thanks,
Jack
 
Physics news on Phys.org
What does 'C[1]' represent?
 
SteamKing said:
What does 'C[1]' represent?

I should have changed that to just c. It's a constant:

p=\begin{cases}\frac{i \sqrt{-y^2+y^4-4 y^2 c+4 c^2}}{y^2-2 c}\\<br /> \\<br /> -\frac{i \sqrt{-y^2+y^4-4 y^2 c+4 c^2}}{y^2-2 c}<br /> \end{cases}
 
Try the substitution

$$ w = \frac{\sqrt{1+p^2}}{y}.$$

You should find that

$$ \frac{dw}{dy} = -2y w^2,$$

which is separable.
 
  • Like
Likes 1 person
Hi !

A laborious method below :
 

Attachments

  • ODE.JPG
    ODE.JPG
    30.5 KB · Views: 491
  • Like
Likes 2 people
You guys are just shear art in here. \frac{dw}{dy}=-2w^2y was tough for me to go through but I got it. Still working through Jacquelin's. I'm sure it's correct though. :)
 
Last edited:
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