About Differential Equations

What differential equations describe, what students learn, why they matter, and how I taught them.

← Back to Differential Equations projects

The main idea

A differential equation connects a quantity to the way it changes. Instead of giving the final shape of a function directly, it gives a rule for its motion or growth. Solving the equation means finding the behaviour that follows from that rule.

This makes differential equations well suited to real systems. A spring, epidemic, electric circuit, moving object, or competing population can all be described by asking what changes now and how that change affects what happens next.

What students learn

Students first strengthen the ideas that support modelling: functions, graphs, derivatives, integrals, and clear problem formulation. They then study first-order and second-order ordinary differential equations, spring motion, Laplace transforms, and systems of differential equations.

The important step is learning how to move from a situation to a model. Students decide which quantities matter, state the assumptions, write the equations, choose a way to solve them, and compare the output with the behaviour they expected.

Why it matters

Many important questions are questions about change. How quickly will an infection spread? Will an oscillation die out or grow? How does a circuit react to a changing input? Can two populations remain in balance? Differential equations provide a common way to ask and answer these questions.

They also teach an important limit of mathematics: a model is not the real system. Its value depends on the assumptions, the data, and the way the result is explained.

How the course worked

The recent Engineering Mathematics course combined short explanations with group activity, discussion, weekly practice, programming, and a team project. Students used Python and Go to turn equations into graphs, simulations, and interactive programs. Programming made an abstract rule visible and gave students a quick way to test whether a model behaved as intended.

Project planning was taught as part of the mathematics. Students had to define a well-motivated problem, choose a logical solution method, and present the result clearly. The course placed particular weight on finding questions from personal experience, speaking and writing about mathematics, and explaining a complicated idea in simple words. Projects on springs, epidemics, circuits, motion, and population models gave students repeated practice with this full process.

Browse the Differential Equations projects →