ubuntu2404
Differential Equations with SageMath in CoCalc - Part 2
First-Order Examples
This notebook contains Part 2 from the main Differential Equations with SageMath in CoCalc notebook.
For the complete course, please refer to the main notebook: Differential Equations with SageMath in CoCalc.ipynb
Example 1: Population Growth - The Malthusian Model
Real-world scenario: Thomas Malthus (1798) observed that populations grow proportionally to their current size when resources are abundant.
Mathematical statement: "The rate of population growth is proportional to the current population"
If represents population at time , then:
where:
is the rate of population change
is the growth rate constant (births minus deaths per individual)
is the current population size
Example 2: Newton's Law of Cooling
Historical Background: Isaac Newton (1701) discovered that hot objects cool at a rate proportional to the temperature difference with their surroundings.
Real-world scenario: Your morning coffee cools down, but not uniformly – it cools faster when very hot, slower as it approaches room temperature.
Mathematical statement: "The rate of temperature change is proportional to the difference between object temperature and ambient temperature."
If is temperature at time , and is room temperature:
where:
is the rate of temperature change
is the cooling constant (depends on material properties)
is the temperature difference
The negative sign indicates temperature decreases when
From First-Order Examples to Classification and Solution Methods
You've completed First-Order Examples! The population growth and cooling models demonstrate how differential equations capture the mathematics of change in real-world systems.
What awaits in Part 3?
Part 3 explores Classification and Solution Methods - learning to categorize different types of differential equations and the systematic approaches to solve them.
Continue Your Journey
The concrete examples you've worked with will now be generalized into broader solution techniques and classification schemes.