How Do You Solve Coupled Differential Equations with Non-Linear Terms?

  • Thread starter Thread starter Rotan72
  • Start date Start date
  • Tags Tags
    Confused
Rotan72
Messages
13
Reaction score
0
dy/dt=xy+ay
dx/dt=bx+yx^2

I don't know how to solve the equations because I never took a class in diff equations when I was still in college[/size]

psss Thank you
 
Physics news on Phys.org
If you had taken a class in diff equations, you would probably have learned not to try to solve things like that! That looks to me to be a pair of rather nasty non-linear equations. Generally speaking, one can't expect to get a closed form solution for non-linear equations.

I note that there are two equilibrium solutions: x= 0, y= 0, and x= a, y= -b/a are constant solutions.
In the vicinity of (0,0), the equation linearize to dy/dt= ay, dx/dt= bx.
In the vicinity of (a,-b/a), the equations linearize to dy/dt= -bx+ a2y and dx/dt= -bx/a + 2ay.
 
Perhaps you could make more progress with

\frac {dy}{dx} = \frac {y (x + a)} {x (b + xy)}
 
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