Velvet Star Monitor

Standout celebrity highlights with iconic style.

news

Finding equilibrium points with two equations

Writer Andrew Mclaughlin
$\begingroup$

I am given the following two differential equations and asked to find the equilibrium points, I've looked on Pauls online notes; however, I could not find anything that was similar to my problem, any suggestions on how to attempt it would be helpful

$$x’ = 5- 0.01 x + 0.0025 y$$

$$y’ = 10 + 0.01 x – 0.01 y$$

$\endgroup$ 2

1 Answer

$\begingroup$

Well, $x'= y'=0$ when \begin{align} -0.01x &&+0.0025y &= -5, \\ 0.01x && - 0.01y &= -10. \end{align} You can see we can add equations these to obtain $-0.0075y= -15$, so $y = 2000$. This gives $0.01x = -10 + 0.01(2000) = -10 + 20 =10,$ so $x= 1000$.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy