Section 2.2 The Geometry of Systems
Exercises Exercises
Supplemental HW Problems.
Systems of Differential Equations are easiest to understand if seen in the context of relationships between people or populations. Since most people have some experience with romantic relationship dynamics, some of the problems will use love stories.
In order to make it easier by being consistent, those problems will refer to the characters of Romeo and Juliet without referring to their exact story. Those characters are taken from Sheakespear's play “Romeo and Juliet” and most people who went to school in the U.S. (and many other countries too) will have come across them in a book, play, or film.
However, you are welcome to replace them with other characters and other variables - two men, two women, from other cultures. Just define them at the beginning of your work as you do with all variables you use.
NOTE: The example of Romeo and Juliet as a system of Differential Equations is from a paper titled “Love Affairs and Differential Equations” by Steven Strogatz, Published in the February 1988 edition of Mathematics Magazine. This paper and several others expanding these ideas can be found by googling “Romeo and Juliet differential equations”.
1.
Romeo and Juliet are Star-Crossed Lovers. Each of them loves the other, with functions giving the numerical amount of love (or hate, if negative) over time (in days) with \(J(t)\) and \(R(t)\text{.}\) Their love for each other changes based on how much love they currently have, and how much love the other feels for them.
To put this in terms of Differential Equations, we look at the following situation: Juliet is in love with being in love, and so her love changes directly, twice as much as how she’s feeling about Romeo. However, she’s a bit scared of intimacy, so her love changes in the opposite direction as Romeo’s feelings for her. Romeo, on the other hand, is fickle – his love changes by twice as much as his feelings for Juliet, and three times as much as her feelings for him, both in the opposite direction. The system of equations here is:
\begin{align*}
J’(t) \amp = 2J – R\\
R’(t) \amp = -3J – 2R
\end{align*}
Using the Sage tool in
Section 2.2.4 1 of our book, plot this situation. Then using the initial condition
\(J(0) = -1\) and
\(R(0) = 1\) plot the solution curve on your vector field. What does this solution indicate about their relationship?
-
Now do the same thing – find the system of differential equations, plot the vector field, and plot the solution curve for the given initial condition – for the following:
Juliet’s love increases by three times her own love, and nine times Romeo’s love, while Romeo’s love decreases by four times Juliet’s love, and three times his own. Furthermore, Juliet starts with a love-value of \(2\) for Romeo, but Romeo, being from a warring house, starts with a love-value of \(-4\) for Juliet.
2.
Using the Sage tool in
Section 2.2.4 2 of our book, plot the systems we looked at in
Section 2.1 and use the vector fields and solution curve to discuss long-term behavior of the spring-mass systems below:
Plot the system for a spring-mass system with \(m = 1, c = 0\text{,}\) and \(k = 9\text{.}\) Use the initial conditions \(x(0) = v(0) = 0\text{.}\)
Now, do the same for the system above with initial conditions \(x(0) = 6, v(0) = 0\text{.}\)
Now, do the same for the damped system with the following conditions:
\begin{equation*}
m = 1; c = 2; k = 26; x(0) = 0; v(0) = 0\text{.}
\end{equation*}
Do the same for the damped system with the following conditions:
\begin{equation*}
m = 1; c = 2; k = 26; x(0) = 6; v(0) = 0\text{.}
\end{equation*}
Now, do the same for the damped system with the following conditions:
\begin{equation*}
m = 2; c = 10; k = 12; x(0) = 0; v(0) = 0\text{.}
\end{equation*}
Finally, do the same for the damped system with the following conditions:
\begin{equation*}
m = 2; c = 10; k = 12; x(0) = 0; v(0) = 4\text{.}
\end{equation*}
faculty.sfasu.edu/judsontw/ode/html-20210811/systems02.html
faculty.sfasu.edu/judsontw/ode/html-20210811/systems02.html