4.6.10 · D5Ordinary Differential Equations

Question bank — Homogeneous with constant coefficients — characteristic equation

1,483 words7 min readBack to topic

Quick symbol reminder so nothing here is used unexplained:

  • means "how fast changes as moves"; is how fast that rate changes.
  • is the number in the guess — the root of the characteristic equation .
  • is the discriminant: the thing under the square root that decides which of the three cases (Different / Double / Dizzy) you are in.
  • means a complex root with real part (growth/decay) and imaginary part (wiggle speed).

True or false — justify

TF1. "Every second-order homogeneous constant-coefficient ODE has exactly two independent solutions."
True — the order is 2, and the linearity of the operator guarantees a 2-dimensional solution space; even a repeated root still yields two independent pieces and .
TF2. "If and both solve , then also solves it."
True — the operator is linear, so ; this superposition only works because the equation is homogeneous (right side ). See Linear Differential Operators and Superposition.
TF3. "You can always divide the substituted equation by to get the polynomial."
True — is never zero for any real or complex , so dividing is legal and loses no solutions; this is the step that turns calculus into algebra.
TF4. "For the characteristic equation is ."
False — it is ; dropping the leading changes both the roots and the discriminant unless .
TF5. "Complex roots mean the ODE has no real solutions."
False — the ODE still has purely real solutions and ; the complex roots are just an intermediate bookkeeping device, converted back to real form via Euler. See Euler's Formula and Complex Exponentials.
TF6. "A repeated root always corresponds to ."
True — a double root exists exactly when the square root in the quadratic formula vanishes, i.e. , giving the single value .
TF7. "If the solution decays; if it blows up."
True — the envelope is , which shrinks when and grows when ; this is exactly the growth/decay knob of a Damped Harmonic Oscillator.
TF8. " and could be dependent if the constants line up right."
False — distinct-exponent exponentials are always linearly independent; their Wronskian is for all . See Wronskian and Linear Independence of Solutions.
TF9. "The value of (imaginary part) sets how fast the solution oscillates."
True — is the angular frequency inside and ; larger means more wiggles per unit , while leaves the frequency untouched.

Spot the error

SE1. "Repeated root , so ."
The two terms collapse into — a single constant, so this is only one solution; the correct second solution is , giving .
SE2. "Roots , so the answer is and we stop."
Not wrong, but incomplete for a real problem: convert with Euler to the real form so the solution is real-valued.
SE3. "For , char. eq. gives ."
Error: , not , so , not ; the roots are imaginary, giving oscillation .
SE4. "For the discriminant is ."
Error: , , so , not ; forgetting the leading coefficient is the classic slip.
SE5. "; differentiating gives ."
Error: this is a product, so the product rule is mandatory — ; dropping the first term loses the decay's contribution.
SE6. "Since is a root of , the solution is trivial and can be ignored."
Error: is a genuine, non-trivial constant solution; the full answer is , and dropping the constant loses an entire dimension.
SE7. "The characteristic equation of is ."
Error: the order is 3, so it must be ; the polynomial degree always equals the ODE order.

Why questions

WHY1. Why do we guess an exponential rather than, say, a polynomial or a sine?
Because differentiation must return a scaled copy of the same function for the linear combination to cancel to zero, and is the unique family with ; sines/cosines appear only as the disguise exponentials wear when is complex.
WHY2. Why does a double root force an extra factor of rather than or ?
Factoring the operator as and solving the resulting first-order chain leaves exactly one constant to integrate, which produces a linear term ; a triple root would then need . See Second Order Linear ODE — Reduction of Order.
WHY3. Why must the ODE be homogeneous for superposition to work?
Superposition needs , which requires both pieces to hit ; with a nonzero right side the combination would sum the forcing terms instead of cancelling. See Method of Undetermined Coefficients.
WHY4. Why does the real part of a complex root not affect the oscillation frequency?
Because lives in the envelope (a pure amplitude scaling) while the frequency lives entirely in inside ; multiplying a wave by a shrinking amplitude changes its size, not how often it crosses zero.
WHY5. Why can we take real and imaginary parts of a complex solution and get two independent real solutions?
Because the ODE has real coefficients, so if solves it then and solve it separately; and are not scalar multiples of each other, so they are independent (nonzero Wronskian).
WHY6. Why does the discriminant , and not the individual coefficients, decide the shape of the solution?
is precisely the quantity under the square root in , so its sign alone determines whether the roots are two reals, one real, or a complex pair — that is what fixes the case.
WHY7. Why is dividing by safer than dividing by, say, itself?
is provably nonzero everywhere, so no solutions are lost; dividing by could destroy the point where and introduce spurious restrictions.

Edge cases

EC1. "What if one root is ?"
Then is a constant solution; for and the answer is , and a double root at gives .
EC2. "What if both roots are (double root at zero)?"
The equation is essentially , so — the rule with collapses to a straight line, matching plain double integration.
EC3. "What if the roots are complex with , like ?"
The envelope disappears, leaving undamped pure oscillation — the ideal frictionless spring.
EC4. "What if , so there is no term?"
Then it is not second-order at all; it drops to a first-order equation with a single root and solution — the whole three-case machinery does not apply.
EC5. "What if and , e.g. ?"
Then automatically, giving pure imaginary roots and undamped oscillation; is the damping term, so removing it removes all decay.
EC6. "What if two exponents are very close but distinct, like and ?"
They stay Case 1 with two separate exponentials; as the gap shrinks toward zero the pair continuously deforms into , which is why the repeated case borrows the factor — it is the limit of the distinct case.
EC7. "What if the initial conditions are applied to at ?"
At the envelope is , , , so immediately; but still needs the full product rule across both the envelope and the trig factor before substituting.

Connections