EugP
- 104
- 0
Homework Statement
Find all the critical points:
\frac{dx}{dt} = 1 - xy
\frac{dy}{dt} = x - y^3
Homework Equations
\frac{dx}{dt} = 0
\frac{dy}{dt} = 0
The Attempt at a Solution
Here's what I did:
1 - xy= 0 ... x - y^3 = 0
1 - xy= 0 ... x = y^3
1 - y^4= 0 ... x = y^3
y= 1, -1 ... x = y^3
y= 1, -1 ... x = 1, -1
So the critical points are:
(1, 1) (1, -1) (-1, 1) (-1, -1)
But in the book the answer is only:
(1, 1) (-1, -1)
Can someone explain to me why?