StuartSpencer
- 6
- 0
Homework Statement
Find the general solution of the equation
x*y*(dy/dx)=(x^2) + 3(y^2)
Homework Equations
The Attempt at a Solution
So I start by realizing this is (likely) a homogeneous differential equation, and then rewrite it in the form required:
dy/dx = (x/y) + 3(y/x)
then, using the method of homgeneous equations substitute the variable v, where
v = (y/x), y = vx, dy/dx= v + x(dv/dx)
so I have:
v + x(dv/dx)= (1/v) + 3v
x(dv/dx) = (1/v) + 2v
dx/x = (v + (1/(2v)))dv
then after integrating both sides I get
ln(x) = ((v^2)/2) + (1/2)*ln(v) + C
then substituting back to the original variables I get
ln(x) = ((y^2)/(x^2))*(1/2) + (1/2)*ln(y/x) + C
Now my problem arrives when expressing in the form y(x) = (+ or -)sqrt(c_1 x^6-x^2/2)
which is the solution wolfram alpha got, however wolfram alpha doesn't show how it arrived at this, so I was hoping someone here would, or spot a mistake I made during my solving, or whatever, thank you!