- Authors

- Name
- Youngju Kim
- @fjvbn20031
Engineering Math Series 2: Concepts of First-Order ODEs
The first-order differential equation is the starting point of engineering mathematics. Although the name may seem unfamiliar, it becomes much more approachable if you think of it as "a problem of recovering the movement of a quantity when you know the rate of change of that quantity."
The Core Question
In most real-world systems, the process of change is more important than static values. Rather than the current temperature, current voltage, or current speed, it is often "how fast it changes" that determines the nature of the system. A differential equation is precisely this rule of change written as an equation.
A first-order differential equation means an equation where the highest-order derivative appears only once. It is generally written as
or more directly as
Here is the independent variable, is the unknown function, and is its rate of change.
What Does It Mean to Find a Solution
Finding the solution of a first-order differential equation means finding a function that satisfies the equation.
For example, the function that satisfies
is
because differentiating it indeed gives . In other words, the solution to a differential equation is usually not a single number but an entire function.
Why Does an Integration Constant Appear
Differentiation erases some information. Differentiating gives , and differentiating also gives . Therefore, when solving a differential equation in reverse, you must restore the lost information with a constant .
Because of this, the general solution usually has the form
And when initial conditions or boundary conditions are given, is then determined.
The Meaning of Initial Value Problems
In real-world problems, the current state is often given along with the equation. For example, if
then substituting into the general solution gives , and we obtain the particular solution
A problem where a differential equation and initial conditions are given together is called an initial value problem. In engineering, information such as the initial voltage when a circuit is turned on, or the position and velocity at system startup, plays this role.
Intuition Through Slope Fields
The equation
tells you the slope at each point on the coordinate plane. If you draw this information as arrows or small line segments, it becomes a slope field, and the solution is a curve that follows this slope field.
For example, in
the slope is steeper where is large, and nearly flat near . So the solution takes the form of an exponential function.
This intuition is very important even for problems where it is difficult to find the exact solution later. Even if you cannot solve it completely by hand, you should be able to read whether the solution is increasing or decreasing, or toward which value it is being pulled.
Representative Example
Consider the following problem.
This equation represents a phenomenon where the quantity decreases at half its current rate. The general solution is
Substituting the initial condition gives
so
This solution shows a decay phenomenon where the value approaches 0 as time passes.
Engineering Applications
Cooling Problems
The process of an object's temperature approaching the ambient temperature is often modeled as
This means that the greater the difference between the current temperature and the ambient temperature, the faster it cools.
Simple RC Circuits
The voltage change across a capacitor also begins as a first-order differential equation. This is the most typical first example seen before moving to second and third-order systems in circuit analysis.
Service Traffic Decay Model
From a developer's perspective, traffic decreasing after cache TTL, queue lengths gradually stabilizing, and simple feedback systems can all be viewed with a similar structure.
Common Mistakes
Not distinguishing between the equation and the solution
A differential equation is a rule that a function must satisfy, and the solution is a function that satisfies that rule. They are not the same thing.
Applying initial conditions too late
Forgetting the flow of first finding the general solution and then applying initial conditions to get the particular solution often leads to tangled calculations.
Confusing the rate of change with the function value
and are completely different pieces of information. A large value does not necessarily mean a large rate of change, and conversely, a small value can still have a large rate of change.
One-Line Summary
A first-order differential equation is a problem of recovering "the movement of a function over time" from "a rule about rates of change."
Next Post Preview
In the next post, we will go through the three main methods for actually solving first-order differential equations: separation of variables, integrating factor, and exact equations.
References
- Erwin Kreyszig, Advanced Engineering Mathematics, 10th Edition
- Dennis G. Zill, A First Course in Differential Equations
- Paul Dawkins, Differential Equations Notes