Second order differential equation

jtruth914
Messages
20
Reaction score
0
Find a solution to the following second order differential equation
xy'+y=1/y^2

My Attempt:

P= y'= dy/dx

x dy/dx + y = 1/y^2

dy/dx + y/x = 1/xy^2

Integrating Factor = e^∫1/x dx = e^lnx

y e^lnx=∫ (e^lnx)(1/xy^2) dx
 
Physics news on Phys.org
I do not see how this equation is second-order. Where is the second derivative of y?

So where are you stuck? What are you doing?

It bothers me a little that you seem to be using an integrating factor on a nonlinear differential equation; typically, multiplying by an integrating factor is something you do when the the DE is linear (this one isn't since you have a y^2 term).

This differential equation is nonlinear, so it must be one of the types that can be solved explicitly (if this is a homework problem). Can it be shown to be exact, homogeneous, or Bernoulli? (Hint: it can.)
 
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