Differential Equations
Almost nothing in the physical world stands still. Populations grow, hot coffee cools, springs oscillate, currents surge and decay, planets sweep along their orbits. What ties all of these together is a single idea: the way something changes right now depends on the state it is in right now. A differential equation is the precise mathematical statement of that idea — an equation that relates a function to its own derivatives, its rates of change. Instead of telling you where a system is, it tells you the rule the system obeys, and solving it means turning that rule back into a description of behavior over time.
This is why differential equations are, quite literally, the working language of physics and engineering. Newton's second law, the equations of heat flow, the circuits in your phone, the models epidemiologists use to forecast an outbreak — all of them are differential equations. Learning this branch means learning to read that language: to recognize the structure of an equation, choose the technique that unlocks it, and interpret what the solution says about the real system it describes. It is one of the most immediately useful areas of mathematics you will ever study.
Learning Objectives
- Understand what a differential equation is, and distinguish ordinary from partial, linear from nonlinear, and by order.
- Classify equations quickly so you can pick the right solution method.
- Solve separable and linear first-order equations with confidence.
- Solve second-order linear equations, both homogeneous and forced.
- Use Laplace transforms to convert calculus problems into algebra, especially for initial-value problems.
- Translate real situations — growth, cooling, motion, circuits — into differential equations and interpret the solutions.
Quick Answer
A differential equation relates an unknown function to its derivatives; solving it means finding the function (or family of functions) that satisfies the relationship. The order of the equation is the highest derivative it contains, and equations split into ordinary (one independent variable) and partial (several). The simplest workhorse cases are first-order: separable equations, where you can isolate the two variables on opposite sides and integrate, and linear first-order equations, solved with an integrating factor. Second-order linear equations — the ones that model oscillation and vibration — are solved by finding a characteristic equation for the homogeneous part and adding a particular solution for any forcing term. Laplace transforms offer a powerful alternative: they turn derivatives into multiplication, converting a calculus problem into algebra, and handle initial conditions and abrupt inputs elegantly. Because a differential equation usually has infinitely many solutions, an initial or boundary condition pins down the one you want. Master these techniques and you can model an enormous range of evolving systems.
Where It Came From
Differential equations were born the moment calculus was. When Newton and Leibniz built the derivative in the late 1600s, Newton immediately used it to state his laws of motion as relationships between force and acceleration — the second derivative of position. The eighteenth century then became a golden age of the subject: the Bernoulli family, Euler, and Clairaut developed systematic solution methods, while Euler in particular turned it into an organized discipline with notation and techniques still taught today.
The nineteenth century pushed the ideas into the heart of physics. Joseph Fourier, studying how heat spreads through solids, introduced the series that bear his name and effectively founded the study of partial differential equations. Pierre-Simon Laplace developed the transform now named after him, which later became indispensable for engineers analyzing circuits and control systems. As problems grew too hard to solve exactly, mathematicians like Poincaré shifted the question from "what is the formula?" to "how does the solution behave?" — launching the qualitative and numerical approaches that dominate modern applied mathematics. Every era of the subject was driven by the same pressure: real systems changing in time, demanding a rule that could describe them.
Topics at a Glance
| Topic | What You'll Learn | Key Concepts |
|---|---|---|
| Introduction to Differential Equations | What these equations are, how to classify them, and what a solution means | Order, ODE vs PDE, linear vs nonlinear, general and particular solutions, initial conditions |
| Separable Equations | The most direct first-order method: split variables and integrate | Separation of variables, implicit solutions, applying initial conditions |
| Linear First-Order Equations | Solving systematically | Integrating factor, standard form, first-order models |
| Second-Order Linear Equations | Equations of oscillation and vibration, homogeneous and forced | Characteristic equation, complementary and particular solutions, damping, resonance |
| Laplace Transforms | Turning derivatives into algebra to solve initial-value problems | Transform pairs, inverse transform, initial conditions, step and impulse inputs |
| Applications of Differential Equations | Building and interpreting models of real systems | Exponential growth/decay, Newton's law of cooling, spring–mass systems, RC/RL circuits |
Learning Path
Real-World Applications
- Population and disease modeling. Exponential and logistic growth, and the SIR models epidemiologists use to forecast epidemics, are systems of differential equations.
- Mechanical vibration. Car suspensions, earthquake-resistant buildings, and musical instruments are all governed by second-order equations describing springs, mass, and damping — including the dangerous phenomenon of resonance.
- Electrical circuits. The charge and current in RC, RL, and RLC circuits obey first- and second-order equations; Laplace transforms are the standard engineering tool for analyzing them.
- Heat and diffusion. How a component cools, how a drug spreads through the bloodstream, how heat moves through an engine — all modeled by rate-of-change equations.
- Control systems and robotics. Autopilots, thermostats, and robotic arms are designed using differential-equation models of how a system responds to inputs.
Key Terms
| Term | Definition | Related Concept |
|---|---|---|
| Order | The highest derivative appearing in the equation | Classification |
| ODE / PDE | Ordinary equations have one independent variable; partial equations have several | Introduction |
| Separable equation | An equation you can rewrite so each variable sits with its own differential | Separation of variables |
| Integrating factor | A multiplier that turns a linear first-order equation into an exact derivative | Linear first-order |
| Characteristic equation | The algebraic equation whose roots give the homogeneous solution of a linear ODE | Second-order equations |
| Homogeneous vs particular | The natural response versus the response to a forcing term | Second-order equations |
| Laplace transform | An operation converting a function of time into a function of , turning derivatives into algebra | Initial-value problems |
| Initial condition | A known value that selects one solution from the general family | Particular solution |
Quick Revision
- A differential equation relates a function to its derivatives; solving it recovers the function.
- Classify first: order, ODE vs PDE, linear vs nonlinear — this decides your method.
- Separable: get all -terms with and all -terms with , then integrate both sides.
- Linear first-order : multiply by the integrating factor .
- Second-order linear: solve the characteristic equation for the homogeneous part, add a particular solution.
- Laplace transforms convert derivatives into multiplication by and fold in initial conditions automatically.
- The general solution has arbitrary constants; initial/boundary conditions fix them to give a particular solution.
Related Topics
Prerequisites
- Calculus — differentiation and, above all, integration are essential.
- Algebra — you will constantly manipulate equations and solve for roots.
Related Topics
- Linear Algebra — systems of differential equations are handled with matrices and eigenvalues.
- Trigonometry — oscillating solutions are written with sines and cosines.
Next Topics
- Begin with Introduction to Differential Equations, then move through Separable and Linear First-Order Equations before tackling Second-Order Equations, Laplace Transforms, and Applications.