Ordinary Differential Equations 2 | Definitions
Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
An ODE of order K includes derivatives up to the K-th derivative, with the highest derivative present defining the order.
Briefing
Ordinary differential equations (ODEs) are defined by how a function’s derivatives relate to the function itself—often through a rule that sets a combination of derivatives equal to zero. In this framework, an ODE of order K is any relation involving derivatives of a function up to the K-th derivative, with the highest derivative present determining the order. The unknown is a function X(t) defined on an interval I, and the equation uses a continuous function F that takes the independent variable t, the function value X(t), and the derivatives X′(t), X″(t), …, X^(K)(t) as inputs. A typical form is F(t, X(t), X′(t), …, X^(K)(t)) = 0, which makes the “order” a direct read-off from the highest derivative appearing.
A second key step is narrowing to the most common practical form: explicit first-order ODEs. “Explicit” means the derivative of interest appears alone on one side of the equation, while everything else sits on the other side. For a first-order explicit ODE, the structure is ẋ = W(t, x), where W is a continuous function defined on a product of intervals (t in I and x in J). This setup becomes even more powerful when multiple variables interact, because coupled equations can be packaged as a system. For example, two first-order equations for variables x1 and x2 can be combined into a vector equation Ẋ = W(t, X), where X(t) = (x1(t), x2(t)) and W maps into R^n. In the system form, the “state” is the vector of unknowns, and the rule W tells how that state changes with time t.
The definitions then pivot to what it means to actually solve an ODE. A solution is a differentiable function α(t) defined on some sub-interval (t0, t1) of the original time interval I. For a system, α(t) must land in the domain U (often an open set in R^n) so that W(t, α(t)) is well-defined. The solution condition is pointwise: for every t in the interval, the derivative α′(t) must equal W(t, α(t)). This is the operational test—plug the candidate function into the equation and verify it holds for all t in the solution’s domain.
To make the definition concrete, the course uses a simple two-dimensional system: x1̇ = x2 and x2̇ = −x1. Here W(t, X) = (x2, −x1), which does not explicitly depend on t. A specific solution is α(t) = (sin t, cos t), since differentiating gives α′(t) = (cos t, −sin t), matching W(t, α(t)). Geometrically, the solution’s image in the plane traces a circle of radius 1, called the orbit of the solution. Scaling the solution by 1/2 produces another valid solution, with an orbit that is a circle of radius 1/2. The takeaway is immediate: systems of ODEs can admit many different solutions, raising the next natural questions—whether solutions exist through prescribed points and whether such solutions are unique.
Cornell Notes
ODEs are defined by relationships among an unknown function and its derivatives. An ODE of order K involves derivatives up to the K-th derivative, with the highest derivative present determining the order. The common “explicit” first-order form isolates the derivative: ẋ = W(t, x). Coupled equations for multiple unknowns combine into a system written as a vector equation Ẋ = W(t, X), where X(t) lies in a domain U in R^n. A solution is a differentiable function α(t) on some interval (t0, t1) such that α′(t) = W(t, α(t)) holds for every t in that interval. The example x1̇ = x2, x2̇ = −x1 yields circular orbits, illustrating how many solutions can exist.
What makes an ODE “order K,” and how is that reflected in its formula?
What does “explicit” mean for a first-order ODE?
How do two first-order ODEs become a system in vector form?
What exactly must a function α(t) satisfy to be a solution of a system of ODEs?
Why does the example system produce circular orbits?
Review Questions
- In an ODE involving derivatives up to X^(3)(t), what is the order and why?
- Write the explicit first-order ODE form and the corresponding system vector form, and state how a solution is verified.
- For the system x1̇ = x2, x2̇ = −x1, what orbit does α(t) = (sin t, cos t) trace, and how does scaling change it?
Key Points
- 1
An ODE of order K includes derivatives up to the K-th derivative, with the highest derivative present defining the order.
- 2
The general ODE form uses a continuous function F(t, X(t), X′(t), …, X^(K)(t)) set equal to zero.
- 3
“Explicit” first-order ODEs isolate the derivative: ẋ = W(t, x).
- 4
Coupled first-order equations for multiple unknowns combine into a vector system Ẋ = W(t, X) with X(t) in R^n.
- 5
A solution must be differentiable and satisfy α′(t) = W(t, α(t)) for every t in its interval of definition.
- 6
For the system x1̇ = x2 and x2̇ = −x1, solutions trace circles (orbits) in the x1–x2 plane, and scaling yields different valid orbits.
- 7
The existence of multiple solutions motivates the next questions about reaching prescribed points and uniqueness.