0% found this document useful (0 votes)
8 views1 page

SecondOrderODEs

Uploaded by

Connor Silveria
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

SecondOrderODEs

Uploaded by

Connor Silveria
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Second-Order ODEs

(Section 2.1)

Nicholas Moore, PhD

Many important DEs are second-order:


x ′′ = f (t, x, x ′ )
While we could treat them as second-order DE, we can also view them as a system of first-order DEs by
making the substitution y = x ′ . Then the above becomes a system:

x′ = y
y′ = f (t, x, y)

As another, more concrete example, consider the following constant-coefficient, linear ODE:

x ′′ + ax ′ + bx = 0

Letting y = x ′ , we can re-write as the system:

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.

You might also like