Is There an Analytic Solution for This Crazy ODE?

  • Thread starter Thread starter Brin
  • Start date Start date
  • Tags Tags
    Ode
Brin
Messages
73
Reaction score
0
Can anyone tell me if this ODE has an analytic solution? And if it does, how the heck might I go about it?

<br /> \left(\frac{1}{y^{2}}\frac{dy}{dx}\right)^{2}-\frac{A}{y^{3}}-\frac{B}{y^{2}}=D<br />
 
Last edited:
Physics news on Phys.org
It looks like it is separable. Just isolate dy/dx. It looks like the solution will be some kind of elliptic function.

(Mathematica can find an analytic solution for x as a function of y. It involves elliptic functions and finding roots of a cubic polynomial.)
 
The integral of :
dx = Sqrt[Ay+By²+Dy^4] dy
involves elliptic integrals.
In the general case, the function x(y) which can be obtained would be rather complicated. Then, inverting it in order to express y(x) would be a big chore. Better use numerical integration.
 
. . . ohhhhhh . . . you guys give up too easy. Assume we are given that the solution to:

\left(\frac{dz}{dx}\right)^2=(1-z^2)(1-k^2z^2)=\Delta^2(z)

is:

y=sn(z,k)

where sn is the Jacobi elliptic function. Then we seek a transformation z=z(y) that transforms:

<br /> \begin{align*}<br /> \left(\frac{dy}{dx}\right)^2&amp;=a+by+cy^2+dy^3+ey^4\\<br /> &amp;=h^2(y-\alpha)(y-\beta)(y-\gamma)(y-\delta) \\<br /> &amp;=h^2 \Delta_2^2(y)<br /> \end{align*}<br />

into this standard form. To this end we let:

z^2=\frac{(\beta-\gamma)}{(\alpha-\delta)}\frac{(y-\alpha)}{(y-\beta)}=s\frac{(y-\alpha)}{(y-\beta)},\quad k^2=\frac{(\beta-\delta)}{(\alpha-\gamma)}\frac{(\alpha-\delta)}{(\beta-\delta)},\quad M^2=\frac{(\beta-\delta)(\alpha-\delta)}{4}

for which we obtain:

\frac{1}{\Delta(z)}\frac{dz}{dx}=\frac{M}{\Delta_2(y)}\frac{dy}{dx}=Mh

so that:

\frac{dz}{dx}=Mh\Delta(z)=Mh\sqrt{(1-z^2)(1-k^2z^2)}

and therefore:

z=sn(hMv,k),\quad v=x-x_0

or:

y=\frac{z^2\beta-s\alpha}{z^2-s}

I believe though the actual implementation of this would be difficult as I have never worked a real problem using this method but I think would be a nice project for someone taking non-linear DEs next semester. :)
 
Hi !
Very nice job jackmell, but . . .
. . . ohhhhhh . . . you guys give up too easy.
. . . ohhhhhh . . . even easier . . . just a few seconds to have the explicit formula :
I let you try WolframAlpha and see the result :smile:
 

Attachments

  • WolframAlpha.JPG
    WolframAlpha.JPG
    10.4 KB · Views: 501
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top