1
$\begingroup$

I have the following system describing a free-market economy:

$\frac{dp}{dt}=\alpha r,\qquad \frac{dr}{dt}=-\beta r$

Where $\alpha$ and $\beta$ are positive constants, $p$ is the price and $r$ the difference between demand and supply. Describe the nature of the fixed points and determine whether the price tends to these fixed points.

Is the best way to approach to consider solving for $p(t)$ and noting that $\alpha$ is $>0$ and so if the difference $r$ is positive as $t\to\infty$ then our $p\to\infty$ and vice versa for all the other possibilities. Many thanks in advance.

  • 0
    That is how I understand a fixed point.2012-05-02

1 Answers 1

1

Your system has only 1 fixed point, $r=0$. This value makes all derivatives equal to 0. Since your system is a 2nd order LTI dynamical system, you can write it as $\mathbf{\dot{x}}=\mathbf{A}\cdot \mathbf{x}$:

${\dot{p} \brack \dot{r}}=\left[ \begin{array}{rcl}\begin{array}{cc} 0 & \alpha \\ 0 & -\beta \\ \end{array} \end{array} \right] {p \brack r}$

The eigenvalues of matrix are $\lambda_1=0$ and $\lambda_2=-\beta$. Since $\beta>0$, you got non-isolated fixed points since every point of the form $(p,0)$ with $(p>0)$ will be a fixed point (line of fixed points). As far as stability is concerned, your fixed points are globally stable since $-\beta<0$.