Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Second-order differential equations describe how a quantity changes when its acceleration or curvature depends on the quantity itself and possibly on its velocity. They are central in physics, engineering, and applied math because many systems involve force, motion, vibration, circuits, and waves. A common form is a linear equation with the unknown function y and its first and second derivatives.

Learning to solve these equations connects calculus to real systems such as springs, pendulums, and electrical oscillators.

For constant-coefficient linear equations, the characteristic equation method turns a differential equation into an algebra problem. By guessing solutions of the form y = e^(rt), the derivatives produce powers of r, giving a polynomial whose roots determine the solution shape. In a mass-spring oscillator, Newton's second law gives m x'' + kx = 0, whose solutions are sine and cosine waves.

This shows how a differential equation can predict repeated motion from the balance between inertia and restoring force.

Key Facts

  • A second-order differential equation contains a second derivative, such as y''.
  • Standard linear constant-coefficient form: a y'' + b y' + c y = f(t).
  • Homogeneous form: a y'' + b y' + c y = 0.
  • Characteristic equation: a r^2 + b r + c = 0.
  • If roots are r1 and r2 with r1 != r2, then y = C1 e^(r1 t) + C2 e^(r2 t).
  • Mass-spring oscillator: m x'' + kx = 0, with angular frequency omega = sqrt(k/m).

Vocabulary

Second-order differential equation
An equation involving an unknown function and its second derivative.
Linear differential equation
A differential equation in which the unknown function and its derivatives appear only to the first power and are not multiplied together.
Characteristic equation
An algebraic equation formed by substituting y = e^(rt) into a linear constant-coefficient differential equation.
Homogeneous equation
A differential equation whose non-derivative forcing term is zero, such as a y'' + b y' + c y = 0.
Harmonic oscillator
A system that moves back and forth around equilibrium because a restoring force is proportional to displacement.

Common Mistakes to Avoid

  • Forgetting the second arbitrary constant is wrong because a second-order differential equation usually needs two constants to describe all solutions.
  • Writing the characteristic equation with r instead of r^2 for y'' is wrong because differentiating e^(rt) twice gives r^2 e^(rt).
  • Treating m x'' + kx = 0 as exponential growth is wrong because its characteristic roots are imaginary, producing oscillatory sine and cosine motion.
  • Ignoring initial conditions is wrong because they determine the specific values of C1 and C2 for one physical motion.

Practice Questions

  1. 1 Solve y'' - 5y' + 6y = 0 using the characteristic equation.
  2. 2 A mass of 2 kg is attached to a spring with k = 18 N/m. Find the angular frequency omega and write the general solution for x(t).
  3. 3 Explain why the equation m x'' + kx = 0 produces repeating motion instead of motion that settles at the equilibrium point.