Proving the Existence of a Constant for ODE Solutions and u(x,y)

TheForumLord
Messages
104
Reaction score
0

Homework Statement


Given this ODE:

x' = x+y-xy^2
y' = -x-y+x^2y

and a function: u(x,y) = x^2+y^2-2ln|xy-1|

prove that for each soloution ( x(t), y(t) ) of this system, such as: x(t)*y(t) != 1 (doesn't equal...) , there exists a constsnt C such as: u ( x(t), y(t) ) = C for every t in R.

Homework Equations


The Attempt at a Solution


It's very clear that we need to look at the deriative of u... If it will be 0, then we'll get what we need...But since I haven't got that much knowledge in 2 variables functions, I can't really see what is the deriative of u, as well as how to solve this ODE...
So, I really need your help in:

1. Solving the ODE.
2. What is the deriative of u(t)?

TNX a lot!
 
Physics news on Phys.org
You don't have to solve the ODE. You just have to find d/dt of u(x,y). Then substitute your expressions for dx/dt and dy/dt in and see if you get 0.
 
Yep...Inded...
I've managed to solve it...TNX a lot!
 
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