Question: Using DEplot to plot a phase portrait

Hi there.

I am having a little bother plotting a phase portrait of the following system:

 

DEs := [diff(u(t),t)=-a*u(t)+v(t), diff(v(t),t)=u(t)^2/(1+u(t)^2)-v(t)];

 

where 'a' denotes any real number.  I am trying to draw the phase portrait but I have know initial conditions. 'a' must also be from -0.5..0.5.

 

Any hints/tips would be greatly appreciated.  Thanks.

Please Wait...