How Do You Solve a Second Order Nonlinear Autonomous ODE?

MHD93
Messages
93
Reaction score
0
Hel(lo, p)

I hope you're doing fine

I'm stuck with the following:

y'' = -1/(y^2)

I tried guessing functions (exponentials, roots, trigs... ) , but none worked, I haven't had any DE course, so I don't have specific steps to employ,

I appreciate your help,
Thanks in advance
 
Physics news on Phys.org
the case where y^{''}=f(y,y^{'}) is called an autonomous equation (x does not occur directly in the right-hand side).

It can be solved by performing a simple transformation (this transformation follows from a translational symmetry of the ODE)

Let y^{'}=z, then
y^{''}=z^{'}=\frac{dz}{dx}=\frac{dz}{dy}\frac{dy}{dx}=\frac{dz}{dy}z
and the equation can be written as:
z\frac{dz}{dy}=-\frac{1}{y^2}
\int z dz=-\int \frac{1}{y^2}dy,
then transform back to the original variable y and integrate again.
 
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