4.6.13 · D5Ordinary Differential Equations
Question bank — Case 3 - complex conjugate roots — Euler's formula connection
Sharpen your instincts. Every item below targets a place where students feel right but are wrong, or a boundary case the formula quietly depends on. Cover the parent Case 3 - complex conjugate roots — Euler's formula connection first, then test yourself here.

True or false — justify
A real-coefficient quadratic can have exactly one complex root and one real root.
False. Conjugation fixes real coefficients, so if is a root then must be too — complex roots always arrive as a pair, never solo.
If you are still in Case 3.
False. is Case 2 (a repeated real root, Case 2 — repeated real roots); Case 3 needs strictly, so that is genuinely imaginary and .
The general solution contains only two arbitrary constants even though the ODE has "four" functions .
True. The envelope is a common factor, not a free choice; a second-order ODE has exactly two free constants, matching .
makes the amplitude grow as increases.
False. for all — it's a pure rotation on the unit circle, so it never scales amplitude. Only (the real part) touches amplitude.
Choosing instead of gives a genuinely different solution set.
False. is even and is odd, so flipping 's sign only swaps ; since ranges over all reals anyway, the solution space is identical.
For the solution is periodic with period .
True. With no envelope, repeats every time advances by , i.e. every .
The two complex solutions and are linearly independent over the complex numbers.
True. They are distinct exponentials with distinct exponents; their Wronskian is nonzero, so they are independent — we recombine them for realness, not because they were dependent.
Spot the error
(Recall: is a characteristic root, i.e. a solution of , written .)
", so the envelope is and it decays and oscillates from the single exponential."
The envelope is only ; the lives in , which oscillates but has magnitude . Splitting (size) from (rotation) is the whole point of Euler here.
"Roots are , so ."
Double error: means the envelope is (no out front), and you never leave an in a real general solution. The answer is .
"For I get , so ."
The envelope was dropped. Since , the correct answer is ; forgetting the envelope loses the decay entirely.
"Euler's formula is a lucky coincidence — no reason should equal ."
Not luck: define by its Maclaurin series and the powers of cycle , splitting the sum exactly into the cosine (even) and (odd) series. It's forced, not coincidental.
"To get real solutions I add ; that's my only real solution."
You get two real solutions: and . Both are needed for a two-dimensional solution space.
"Since the complex form has an in it, it's wrong."
It's actually a valid general solution — but only if you let be complex conjugates so the imaginary parts cancel. The real form is preferred because it makes realness manifest without constraints on the constants.
Why questions
Why do we appeal to the superposition principle before recombining ?
Because the ODE is linear and homogeneous, any linear combination of solutions is again a solution — that licence lets us form and , which are combinations chosen precisely to kill the imaginary parts.
Why divide by (not ) when building ?
The difference equals , so dividing by strips the and the factor , leaving the clean real function .
Why must we check the Wronskian rather than just eyeballing and ?
To guarantee the two solutions span the whole solution space; is nonzero (since , ), proving independence rigorously rather than by appearance.
Why does decide growth versus decay?
is the exponent of the real envelope : shrinks amplitude (damped), grows it, holds it constant — this is the friction term in a damped oscillator.
Why can't Case 3's method (Euler) be replaced by Case 1's method of two real exponentials?
Because with the "exponents" are not real, so are complex-valued — Case 1 — real distinct roots never needs Euler because its exponents stay real.
Why is best pictured as a rotating arrow on the unit circle?
Because and are its horizontal and vertical shadows, and their squares sum to ; as grows the arrow spins at rate , giving the oscillation without ever changing length.
Why does a negative discriminant force oscillation physically?
A negative means the restoring force dominates the damping, so the system overshoots and swings back repeatedly — the imaginary part is exactly that swing's angular frequency.
Edge cases
What happens to the solution form as (roots merging toward a real repeated root)?
The oscillation frequency vanishes and , , so the basis degenerates into — smoothly matching Case 2's repeated-root solution.
If (so ) and , what physical system is this?
Pure undamped oscillation: gives , i.e. simple harmonic motion with no envelope, like a frictionless spring-mass.
Can ever occur while still being "Case 3"?
No — ; means , i.e. , which is Case 2, not Case 3. Case 3 requires strictly.
What is the envelope's behaviour in the limit for each sign of ?
: envelope (oscillation dies out); : envelope stays (steady oscillation); : envelope (blowing-up oscillation).
For the IVP , , , what is the unique solution?
The trivial solution : and force both constants to zero, so nothing oscillates.
Is alone a general solution?
No — it's a single solution with no free constant that can match two initial conditions; the general solution needs both and terms with independent constants .
Does swapping for a single-amplitude form change the solution set?
No — it's the same family rewritten with ; but must be chosen in the correct quadrant, not just from (see next item).
How do you pin down the phase angle correctly (not just from )?
Use both signs: and with . Since repeats every , alone leaves a ambiguity; the signs of (equivalently, using
atan2(C_2,C_1)) select the true quadrant — e.g. places in quadrant II.Recall One-line summary
Complex roots is the envelope (real part, decides growth/decay), is the wiggle (imaginary part, decides frequency), and Euler is the bridge that turns the scary into ordinary sines and cosines.