Please help this is toughest Differential equation I have had to work

diffEQult
Messages
3
Reaction score
0
Hit a wall on this one...can anyone help with the next step?

A(d2y/dt2)+B*(dy/dt)^2*(C*y^2+D*y+E)+F*y^-2=0

Thanks!
 
Last edited:
Physics news on Phys.org
Because t does not expicitely appear in that equation, you can simplify a little by "quadrature". Let v= dy/dt. The d^2y/dt^2= dv/dt= (dv/dx)(dx/dt)= v(dv/dt) so your equation becomes a first order equation for v in terms of y:
VA\frac{dv}{dy}+ Bv^2(Cy^2+ Dy+ E)= -Fy^{-2}
I don't know that that equation is solvable but if you can find v then you solve v= dy/dt.
 
Yea that's how far I could get before getting stuck. The equation isn't really separable.

Is there a way to do this analytically or numerically?
 
Hi !
The equation derived by HallsofIvy is a Riccati ODE which can be transformed to a second order linear ODE (attachment).
Since this linear ODE is much too complicated to be analytically solved in terms of a finite combination of standard functions, we can conclude that the problem raised by DiffEQlt cannot be analytically solved (except in case of some particular values of the coefficients). So, in the general case, numerical process is required.
 

Attachments

  • RiccatiODE.JPG
    RiccatiODE.JPG
    31.1 KB · Views: 474
I don't see how you made the jump to your second line in the attached jpg? Where does the w come from and what does it represent.

In the end, what would you solve the equation for if you have w, y, and v's throughout it?

Also, V should be v in Halls equation.
 
Last edited:
diffEQult said:
I don't see how you made the jump to your second line in the attached jpg? Where does the w come from and what does it represent.

v is the unknown function in the previous ODE.
w is the unknown function in the new ODE after the change of function.
Of course, one have to define a relationship between the previous unknown function and the new unknown function. The second line in the attached jpg is the chosen relationship.
This relationship was chosen so that the quadratic term in the previous ODE be eliminated and that the new ODE be linear.
It is not always possible to do that. A convenient relationship can be found only for few kind of non-linear ODEs in order turn them to linear ODEs. In is possible in the case of the Riccati equations.

diffEQult said:
In the end, what would you solve the equation for if you have w, y, and v's throughout it?

If it is possible to analytically solve the linear ODE, one obtains the literal expression for the function w, which becomes known. Then, one have to express w' and bring back w and w' into the relationship which leads to the function v(y). Since v=dy/dt, the integration of dt=dy/v(y) leads to t as a function of y. Then, if possible, the inverse of the function t(y) gives y as a function of t.

diffEQult said:
Also, V should be v in Halls equation.

Ha! ha! ha! I didn't check the Halls equation. So, I thought that V was a constant.
You are right: V is not a constant, but V=v. As a consequence all that was done is of no use. There is NO Riccati equation at all !
It's much simpler : You just have to let z=v² and the EDO directly becomes a first order linear ODE with the unknown function z.
 
Last edited:
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...

Similar threads

Back
Top