Find 2 Missing Critical Points for x' = y(1 + x - y2) and y' = x(1 + y - x2)

In summary, the given equations have two critical points: (0,0) and (1,1). The missing critical points are (0,1), (0,-1), (1,0), and (-1,0). The equations can be solved by setting both equations equal to 0 and solving for the variables.
  • #1
Somefantastik
230
0
x' = y(1 + x - y2)
y' = x(1 + y - x2).

C.P. => (x,y) s.t. f(x) = 0

[tex]f(x) = x' = 0 => y = 0[/tex]

[tex]f(x) = y' = 0 => x = 0[/tex]

=> (0,0) is c.p.

plug x = 0 into x':

[tex] x' = y(1 - y^{2}) => y = 0, y =\ ^{+}_{-}1 [/tex]

=> (0,1), (0,-1) are critical points.

plug y = 0 into y':

[tex] y' = x(1 - x^{2}) => x = 0, x =\ ^{+}_{-}1 [/tex]

=> (1,0), (-1,0) are critical points.

Can someone help me find the 2 critical points that I am missing?

Thanks.
 
Physics news on Phys.org
  • #2
You have

x' = y(1 + x - y2)
y' = x(1 + y - x2).

Think of these as

x' = a*b
y' = c*d

Therefore for x' = 0 you can have a = 0 OR b = 0 and for y' = 0 you can have c = 0 OR d = 0 i.e. your possible pairs are

1) a = 0, c = 0
2) a = 0, d = 0
3) b = 0, c = 0
4) b = 0, d = 0

this translates to

1) y = 0, x = 0
2) y = 0, 1 + y - x^2 = 0 i.e. 1 - x^2 = 0, i.e. x = +/-1
3) 1 + x - y^2 = 0, x = 0 i.e. y = +/-1

Now the ones you are missing i.e.

4) 1 + x - y^2 = 0 and 1 + y - x^2 = 0

Using the first equation you get x = y^2 - 1 so plug that into the 2nd equation and you get 1 + y - (y^2 - 1)^2 = 0 which you can solve.

Does that help?
 
  • #3
Yeah, it really does. Thanks a lot. For some reason I had trouble with this same thing back in intermediate DE too. Thanks for giving me a better perspective.
 
  • #4
What if I have

x' = 16x2 + 9y2 - 25
y' = 16x2 + 162

Would i find x(y) when x' = 0 and plug into y'?
 
  • #5
I assume your 2nd equation is y' = 16x^2 + 16y^2?

You would set both equal to 0 like normally

x' = 0 gives you 16x^2 = 25 - 9y^2

y' = 0 gives you 16x^2 + 16y^2 = 0, subst. that in and you get

25 - 9y^2 + 16y^2 = 0 i.e. 25 + 7y^2 = 0 which doesn't seem to have any solutions over R but are you allowed to work with C?

Remember you are essentially finding where these 2 functions(f(x,y) = x' and g(x,y) = y') so you can use whatever method you want, subst., putting them in a matrix if they are linear, etc.
 
  • #6
The back of the book claims (1,1), (-1,-1), (-1,1), (1,-1) are the critical points.

Aaaaaaaaaaaand, typo :*(

y' = 16x2 - 16y2.

Sorry about that; I was really tired and frustrated when I posted earlier.
 
  • #7
Ok so now you have

x' = 16x^22 + 9y^2 - 25
y' = 16x^2 - 16y^2,

As I said, set both equal to 0, the first one gives you 16x^2 = 25 - 9y^2, plug that into the 2nd one and you get 25 - 9y^2 - 16y^2 = 0, can you solve that?
 
  • #8
Yeah; I got it. Thanks for your help.
 
Last edited:

FAQ: Find 2 Missing Critical Points for x' = y(1 + x - y2) and y' = x(1 + y - x2)

What are critical points in a system of differential equations?

Critical points in a system of differential equations are points where the derivative of each variable is equal to zero. In other words, they are points where there is no change in the values of the variables over time.

How do you find critical points in a system of differential equations?

To find critical points in a system of differential equations, set the derivatives of each variable to zero and solve for the values of the variables. These values will be the critical points of the system.

Why is it important to find critical points in a system of differential equations?

Finding critical points allows us to determine the behavior of the system over time, as these points indicate where the system is in a state of equilibrium or no change. They also help us to identify any potential unstable or steady-state solutions.

What is the significance of missing critical points in a system of differential equations?

Missing critical points can indicate that the system has no equilibrium or steady-state solutions. This could mean that the system is unstable or that there are no points where the derivatives of both variables are equal to zero.

How can you find missing critical points in a system of differential equations?

To find missing critical points, you can set up and solve a system of equations with the derivatives of each variable set to zero. This can help identify any potential critical points that were not initially apparent.

Back
Top