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.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top