Solving a Tricky Second-Order Differential Equation

thorjj
Messages
2
Reaction score
0

Homework Statement



Solve (x^2 + y^2 - y)dx + x dy = 0 when x > 0, y > 0.

Homework Equations



(x^2 + y^2 - y)dx + x dy = 0

The Attempt at a Solution



dy/dx = - (x^2 + y^2 - y) / x
That seems like a tricky one. Can I make it a second-order diff. eq.?
Well, with the topic we have had about vectorfields I can backwards engineer it into
F(x,y) = (x^2 + y^2 - y)i + (-x)j
But that dosn't make much sense to me.
 
Physics news on Phys.org
(Hmm, I miss an edit-button...)

I shorted it down to x dy/dx = -x^2 - y^2 + y or dy/dx = -x -y^2/x + y/x
 
You don't have to complicate this one unnecessarily. The substitution y=vx works fine here.
 
(x^2+y^2)dx + (xdy-ydx) = 0 =&gt;<br /> dx + \frac{xdy-ydx}{x^2+y^2} = 0.

Whenever you get (xdy-ydx), see if you can make it into the form

\frac{xdy-ydx}{x^2}, since that is equal to d(\frac{y}{x}).

See if you can spot a function of (y/x) with the d(y/x) here.
 
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