Chapter 3 established what the general solution of a linear equation looks like: independent homogeneous solutions plus one particular solution. This chapter provides the machinery for actually finding them. For constant coefficients the homogeneous problem reduces to factoring a polynomial, and two complementary methods, undetermined coefficients and variation of parameters, produce the particular solution.
What This Chapter Covers
| Section | What you will learn |
|---|---|
| 4.1 The Use of One Known Solution to Find Another | Given one solution , the substitution produces a second independent one, even for variable coefficients. |
| 4.2 Homogeneous Equations with Constant Coefficients | The characteristic equation, and what real, repeated, and complex roots contribute. |
| 4.3 Particular Solutions by Undetermined Coefficients | Guessing the form of from the shape of , with the Modification and Superposition Rules. |
| 4.4 Particular Solutions by Variation of Parameters | A universal method that works for any and any linear equation whose homogeneous solutions are known. |
| 4.5 The Cauchy-Euler Equation | The one important variable-coefficient family that reduces to constant coefficients by a substitution. |
The Overall Strategy
Every problem in this chapter is solved in two independent halves.
Half one: find , the general solution of , containing arbitrary constants.
Half two: find , any single solution of .
Then , and only after both halves are complete do you apply initial conditions to determine the constants.
That last point deserves emphasis: apply initial conditions last, to the complete solution , never to alone. Fitting the constants before adding is the most common procedural error in this material.
For half one, the method depends on the coefficients:
- Constant coefficients: factor the characteristic polynomial. Section 4.2.
- Cauchy-Euler form : substitute or . Section 4.5.
- One solution already known: reduce the order with . Section 4.1.
- Anything else: power series, covered in Chapter 6.
For half two, the choice is between two methods:
- Undetermined coefficients is faster, but requires constant coefficients and a forcing function built from polynomials, exponentials, sines, and cosines.
- Variation of parameters is slower but universal: any coefficients, any forcing function.
Where Second-Order Equations Appear
Second-order linear equations with constant coefficients describe an enormous range of physical systems, and remarkably they are all the same equation wearing different labels.
- Mass on a spring. , with the mass, the damping, and the spring constant.
- Series RLC circuit. , identical in form, with charge in place of displacement.
- Pendulum, small oscillations. , the linearization of the nonlinear pendulum equation.
- Beam deflection. A fourth-order equation for a loaded beam.
The three cases of the characteristic equation correspond exactly to the three physical regimes of a damped oscillator: distinct real roots give overdamping, a repeated real root gives critical damping, and complex roots give underdamping with visible oscillation.
Frequently Asked Questions
Why do exponentials solve constant-coefficient equations?
Because is the one function whose derivatives are all multiples of itself. A linear combination of , y', and y'' can cancel to zero only if all three terms are of the same type, and the exponential is the family with that property. Substituting turns the differential equation into a polynomial equation in .
What happens when the characteristic equation has repeated roots?
You get fewer distinct exponentials than the order of the equation, so extra solutions must be manufactured. Multiplying by powers of does it: a double root contributes and , a triple root adds , and so on. Section 4.2 gives three separate explanations for why this works.
Which method should I use for the particular solution?
Try undetermined coefficients first, since guessing a form and matching coefficients is much faster than computing integrals. Fall back to variation of parameters when the coefficients are not constant, or when is something like , , or whose derivatives never repeat.
Do these methods work for nonlinear equations?
No. Everything here depends on superposition, which holds only for linear equations. The decomposition , the characteristic equation, and both particular-solution methods all fail without linearity.