Stuck trying to solve a non homogeneous differential equation

dooogle
Messages
20
Reaction score
0

Homework Statement



dx/dt=x(1-2y) t(0)=0 x(t(0))=1

dy/dt=-y(1-2x), t(0)=0 y(t(0))=2

inerval of integration= [0,40]

Homework Equations



The Attempt at a Solution



i let x=p(t) so t=(p^-1)(x)

dy/dx=(∂y/∂(p^-1))∂(p^-1)/∂x

dy/dx=(-y(1-2x))/(x(1-2y))

since this equation is non homogeneous cannot make a substitution y=vx

the equation can be rearranged into the form

M(x,y)+N(x,y)dy/dx=0

where M(x,y)=y+2xy

and N(x,y)=x-2xy

but the equation is not exact as there is no function Ψ(x,y) such that

Ψx(x,y) =M(x,y) and Ψy(x,y)=N(x,y)

ive tried finding an integrating factor to make the equation exact using the formula

dμ/dx=μ((My-Nx)/N)

but My=1+2x

Nx=1-2y

((My-Nx)/N)=(1+2x-1-2y)/x-2xy

so

please could you tell me if i have made mistakes or point me in the direction i should be going

thank you for your time

dooogle
 
Physics news on Phys.org
In your dy/dx=(-y(1-2x))/(x(1-2y))

the variables are separable i.e. you get

(1/x - 2) dx = (-1/y + 2) dy ->

d(ln x - 2x) = d(- ln y + 2y)

Should be able to finish.

Let us know, with pics if possible. :smile:

I think these are a case of Volterra-Lotka equations.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top