Insane differential equation help?

itsthewoo
Messages
2
Reaction score
0
The equation is as follows:

2x * (dy/dx) + y = y2 * sqrt(x - (x2 * y2))

Any ideas how to solve it or begin solving it?
 
Physics news on Phys.org
Hmm maple gives a fairly straightforward answer maybe a subst. u = xy, just a guess
 
Hello itsthewoo,

I finally found the solution. It kept running in my head and I couldn't put it aside, so here it is. First of all I used an advanced technique called Lie point transformations to find the answer. It comes down for this equation to find an integrating factor so the equation becomes exact. Writing the equation as:

\left(2x\right)\cdot dy-\left(-y+y^2\sqrt{x-x^2y^2}\right)\cdot dx=0

The integrating factor is the following:

M=\frac{1}{xy^2\sqrt{x-x^2y^2}}

The new (exact) equation is now:

\left(\frac{2x}{xy^2\sqrt{x-x^2y^2}}\right)\cdot dy+<br /> \left(\frac{1}{xy\sqrt{x-x^2y^2}}-\frac{1}{x}\right)\cdot dx=0

Which has as solution:

x=Ke^{-\frac{2\sqrt{x-x^2y^2}}{xy}}

This is the same solution as maxima (like maple or mathematica) gives. If any more info is necessary, I would recommend the following book:

"Ordinary differential equations, an elementary text-book with an introduction
to Lie's theory of the group of one parameter." written by James Morris Page

Hope this helps,

coomast
 
u = x y^2 will separate your equation.
 
Hello Mathwebster,

I considered the following one-parameter group:

Uf=ax\frac{\partial f}{\partial x}+by\frac{\partial f}{\partial y}+(b-a)y&#039;\frac{\partial f}{\partial y&#039;}

And found the unknown numbers to bea=-1 and b=1/2. From this it is possible to find the integrating factor, but also the transformation you gave. It works indeed. I did not think of doing it like that although I should have :blushing:. Many thanks for the hint.

coomast
 
Back
Top