Thread Closed

Phase portrait of nonlinear system of differential equations

 
Share Thread
Nov7-09, 10:46 PM   #1
 

Phase portrait of nonlinear system of differential equations


1. The problem statement, all variables and given/known data

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.

3. 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.
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Nov8-09, 01:17 PM   #2
 
Mentor
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 ==> [itex]\int dx/x^2 = \int dt[/itex]
==> -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.
Nov8-09, 02:40 PM   #3
 
Thanks :) It makes sense.
Thread Closed

Similar discussions for: Phase portrait of nonlinear system of differential equations
Thread Forum Replies
clockwise or counterclockwise? (linear system phase portrait) Calculus & Beyond Homework 1
numerical solutions of system of nonlinear algebraic equations nonlinear algebraic eq General Math 6
system of nonlinear equations General Math 4
Need help with nonlinear differential equations Introductory Physics Homework 7
Nonlinear system of differential equations Differential Equations 1