We are asked to first solve and then plot the phase plane of \begin{align} \begin{cases} \dot{x}=\sigma x - \sigma y\\ \dot{y} = \rho x-y \end{cases}, \ \sigma, \ \rho >0. \end{align}
Now the textbook way of going at this is to derive the first line, replace in second line and as such remove one variable.
Doing this we get
\begin{align} \ddot{x} = \sigma \dot{x}-\sigma \dot{y} = \sigma \dot{x}-\sigma \rho x+\sigma y = \sigma \dot{x} - \sigma \rho x + \sigma x-\dot{x}\\ \implies \ddot{x}+(1-\sigma)\dot{x}+\sigma (\rho-1)x=0\\ \implies P(\lambda)=\lambda^2+(1-\sigma)\lambda+\sigma(\rho-1)=0\\ \implies \Delta=\sigma^2+\sigma(2-4\rho)+1. \end{align} At this point we have two variables $\sigma, \rho$. How exactly are we supposed to continue? Take a painstakingly $16$ (!!!) numbers of cases?
I am sure there is a faster way for this, please someone enlighten me.
Thank you.
Since you are able to use Mathematica, here is an approach.
You can manually run or use the two play buttons to see the changes based on the two parameters. You could also choose static settings, copy all those and make a movie. Just paste the following code into your notebook.
You will get a window like this
You can also solve the system and do plots from that. For example, https://mathematica.stackexchange.com/questions/15858/bifurcation-diagrams-for-multiple-equation-systems or https://mathematica.stackexchange.com/questions/60633/help-in-bifurcation-diagram.
Lastly, you might be able to draw a two-parameter bifurcation diagram.