Day | Section | Topic |
---|---|---|
Mon, Aug 25 | 1.1 | Modeling with Differential Equations |
Wed, Aug 27 | 1.2 | Separable Differential Equations |
Fri, Aug 29 | 1.3 | Geometric and Quantitative Analysis |
We talked about some examples of differential equations.
We talked about dependent and independent variables, the order of a differential equation and how to tell if a function is a solution of a differential equation. We also talked about initial conditions.
Spring-Mass Model. The force of a mass at the end of a spring can be modeled by Hooke’s Law which says where is the displacement of the spring from its rest position.
The last question led to a discussion of linear versus non-linear differential equations. It’s usually much harder to solve non-linear equations! We will also study systems of differential equations, like the following.
Here is a graph showing these equations as a vector field (with constants ).
Logistic Growth. where is a proportionality constant and is the carrying capacity.
Today we talked about separable equations. We solved the following examples.
Solve .
Solve . (https://youtu.be/1_Q4kndQrtk)
Not every differential equation is separable. For example: is not separable.
Which of the following differential equations are separable? (https://youtu.be/6vUjGgI8Dso)
We finished with this example:
Newton’s Law of Cooling. The temperature of a small object changes at a rate proportional to the difference between the object’s temperature and its surroundings.
Mixing Problem. Salty water containing 0.02 kg of salt per liter is flowing into a mixing tank at a rate of 10 L/min. At the same time, water is draining from the tank at 10 L/min.
We didn’t get to this last example in class, but it is a good practice problem.
Today we talked about slope fields.
Here is a slope field grapher tool that I made a few years ago. You can also use Sage to plot slope fields. Here is an example from the book, with color added.
= var('t, y')
t, y = y^2/2 - t
f(t, y) -1, 5), (y, -5, 10), headaxislength=3, headlength=3,
plot_slope_field(f, (t, =['$t$','$y(t)$'], color = "blue") axes_labels
Consider the logistic equation with harvesting. where is a number of rabbits that are harvested each year.
The logistic equation (with or without harvesting) is autonomous which means that the rate of change does not depend on time, just on . An equilibrium solution for an autonomous differential equation is a solution where for all .
Day | Section | Topic |
---|---|---|
Mon, Sep 1 | Labor day - no class | |
Wed, Sep 3 | 1.4 | Analyzing Equations Numerically |
Fri, Sep 5 | 1.4 | Analyzing Equations Numerically - con’d |
Day | Section | Topic |
---|---|---|
Mon, Sep 8 | 1.5 | First-Order Linear Equations |
Wed, Sep 10 | 1.6 | Existence and Uniqueness of Solutions |
Fri, Sep 12 | 1.7 | Bifurcations |
Day | Section | Topic |
---|---|---|
Mon, Sep 15 | 2.1 | Modeling with Systems |
Wed, Sep 17 | 2.2 | The Geometry of Systems |
Fri, Sep 19 | 2.2 | The Geometry of Systems - con’d |
Day | Section | Topic |
---|---|---|
Mon, Sep 22 | 2.3 | Numerical Techniques for Systems |
Wed, Sep 24 | 2.4 | Solving System Analytically |
Fri, Sep 26 | 2.4 | Solving System Analytically - con’d |
Day | Section | Topic |
---|---|---|
Mon, Sep 29 | Review | |
Wed, Oct 1 | Midterm 1 | |
Fri, Oct 3 | 3.1 | Linear Algebra in a Nutshell |
Day | Section | Topic |
---|---|---|
Mon, Oct 6 | 3.2 | Planar Systems |
Wed, Oct 8 | 3.2 | Planar Systems - con’d |
Fri, Oct 10 | 3.3 | Phase Plane Analysis of Linear Systems |
Day | Section | Topic |
---|---|---|
Mon, Oct 13 | Fall break - no class | |
Wed, Oct 15 | 3.4 | Complex Eigenvalues |
Fri, Oct 17 | 3.5 | Repeated Eigenvalues |
Day | Section | Topic |
---|---|---|
Mon, Oct 20 | 3.6 | Changing Coordinates |
Wed, Oct 22 | 3.7 | The Trace-Determinant Plane |
Fri, Oct 24 | 3.7 | The Trace-Determinant Plane - con’d |
Day | Section | Topic |
---|---|---|
Mon, Oct 27 | Review | |
Wed, Oct 29 | Midterm 2 | |
Fri, Oct 31 | 3.8 | Linear Systems in Higher Dimensions |
Day | Section | Topic |
---|---|---|
Mon, Nov 3 | 3.9 | The Matrix Exponential |
Wed, Nov 5 | 4.1 | Homogeneous Linear Equations |
Fri, Nov 7 | 4.2 | Forcing |
Day | Section | Topic |
---|---|---|
Mon, Nov 10 | 4.3 | Sinusoidal Forcing |
Wed, Nov 12 | 4.4 | Forcing and Resonance |
Fri, Nov 14 | 5.1 | Linearization |
Day | Section | Topic |
---|---|---|
Mon, Nov 17 | 5.1 | Linearization - con’d |
Wed, Nov 19 | Review | |
Fri, Nov 21 | Midterm 3 | |
Mon, Nov 23 | 6.1 | The Laplace Transform |
Day | Section | Topic |
---|---|---|
Mon, Dec 1 | 6.1 | The Laplace Transform - con’d |
Wed, Dec 3 | 6.2 | Solving Initial Value Problems |
Fri, Dec 5 | 6.2 | Solving Initial Value Problems - con’d |
Mon, Dec 8 | Recap & review |