Phase portrait of nonlinear system of differential equations

p3forlife
Messages
20
Reaction score
0

Homework Statement



Describe the phase portrait of the nonlinear system x' = x^2, y' = y^2
Also, find the equilibrium points and describe the behaviour of the associated linearized system.

The Attempt at a Solution



We have an equilibrium point at (0,0).
The associated linearized system is x' = 0, y' = 0. The phase portrait for this consists of lines of equilibria along x = 0, and y = 0.

For the nonlinear system, I have found solutions x(t) = -1/t and y(t) = -1/t. I don't know what these solutions mean in terms of a phase portrait. Nor can I express the solutions in terms of constants x_0 and y_0.
 
Physics news on Phys.org
It looks like you have left off the constant of integration when you found solutions x(t) and y(t). Both of your differential equations are separable.

dx/dt = x2 ==> dx/x2 = dt ==> \int dx/x^2 = \int dt
==> -1/x = t + C1 ==> x = -1/(t + C1)

Similarly, y = -1/(t + C2)
You should be able to determine the constant from your initial conditions.

In the special case where C1 = C2 = 0, the trajectories follow the line y = x. If t > 0, the solution points approach the origin along the part of the line in the third quadrant. If t < 0, the solution points approach the origin along the part of the line in the first quadrant. Different initial conditions will generate different trajectories, but I believe all of them will be straight lines pointing into the origin.

Does that make sense? It has been a lot of years since I studied dynamical systems, so I might be a little off base on some of this.
 
Thanks :) It makes sense.
 
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