Obtaining General Solution of ODE

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Munir M
Messages
12
Reaction score
0

Homework Statement


So they want me to obtain the general solution for this ODE.
Screen Shot 2016-11-01 at 12.00.43.png


Homework Equations


I have managed to turn it into d^2y/dx^2=(y/x)^2.

The Attempt at a Solution


My question is, can I simply make d^2y/dx^2 into (dy/dx)^2, cancel the power of 2 from both sides of the equation and then integrate it normally?

If not, why?
 
Physics news on Phys.org
I believe you can however, just make sure that you re-write it as dy/dx = +/- y/xAlso note the distinction that d^2y/dx^2 = d/dx(dy/dx) i.e. differentiating dy/dx wrt x and (dy/dx)*(dy/dx) = (dy/dx)^2.
 
rock.freak667 said:
I believe you can however, just make sure that you re-write it as dy/dx = +/- y/x
In other words, solve dy/dx = y/x as well as dy/dx = -y/x.
 
Mark44 said:
In other words, solve dy/dx = y/x as well as dy/dx = -y/x.

Thanks guys!