SecondOrderODEs
SecondOrderODEs
(Section 2.1)
x′ = y
y′ = f (t, x, y)
As another, more concrete example, consider the following constant-coefficient, linear ODE:
x ′′ + ax ′ + bx = 0
x′ = y
y′ = −bx − ay
A Note
Since any higher-order ODE can be written as a system of first-order ODEs in a similar way, we’ll
concern ourselves with the study of first-order ODE systems for the remainder of the course.