Need help on a nonlinear first order DE question

huaxue09
Messages
1
Reaction score
0
Hi Everyone

I tried all ways I can to solve (y^2+x^2+x)y'-y=0, but still cann't find a way to solve it.

Could anybody help on it?

Thank you very much!
 
Physics news on Phys.org
Try and get it exact. You can write it as:

(y^2+x^2)dy+xdy-ydx=0

Ok, divide by x^2 to get:

\left(1+\frac{y^2}{x^2}\right)dy+\frac{xdy-ydx}{x^2}=0

bingo-bango right?
 
you wouldn't go one further?
 
Hi !
Another method consists in converting to polar coordinates, which leads to a linear ODE very easy to solve.
The result can be expressed on a parametric form : x=(c-t)/tan(t) , y= c-t
or as x fonction on y :
x = y / tan(c-y)
 
chief10 said:
you wouldn't go one further?

Well, one is a differential of just y and the other is a differential of the quantity y/x. So then if we have:

\left(1+\frac{y^2}{x^2}\right)dy+\frac{xdy-ydx}{x^2}=0

we could re-write that as:

dy=\frac{d(y/x)}{1+\left(\frac{y}{x}\right)^2}

Now, that right side is equivalent to the expression:

\frac{du}{f(u)}

right? So we just integrate it:

\int dy=\int\frac{d(y/x)}{1+\left(\frac{y}{x}\right)^2}

and get:

y=\arctan(y/x)+c
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top