EC-3.2 Second-Order Equations, Damping and Resonance
The standard second-order treatment as taught in engineering mathematics courses, September 2026
What this is and why it exists
First order gives you settling. Second order gives you the possibility of overshoot and oscillation, and that is why so much of engineering lives here.
A system that stores energy in two different ways can pass energy back and forth between them. A capacitor and an inductor do this. So do a spring and a mass. When they do, the response does not merely settle toward its destination. It can sail past and come back.
The useful thing is how little you need to predict which. Two numbers, obtained from a quadratic, decide the entire natural behaviour. Once you can read those two numbers you can tell what a circuit will do before touching it.
The vocabulary
- Homogeneous equation — the equation with the forcing term set to zero. It describes what the system does when left alone.
- Characteristic equation — the quadratic you get by trying an exponential as a solution.
- Natural response — the part of the answer that comes from the system itself and dies away.
- Forced response — the part that comes from the input and remains once the natural part has gone.
- Damping — how strongly the system loses energy. It decides whether the response oscillates.
- Overdamped — two real distinct roots. The response settles slowly, with no overshoot.
- Critically damped — a repeated real root. The fastest settling possible without overshoot.
- Underdamped — a complex pair of roots. The response oscillates while decaying.
- Natural frequency — the frequency the system would oscillate at with no damping at all.
- Resonance — the large response that appears when a lightly damped system is driven near its natural frequency.
The mental model
Take the homogeneous equation and try an exponential as a guess: the unknown equals some constant multiplied by e raised to s times t. Every derivative then brings down a factor of s, so the whole differential equation collapses into a quadratic in s.
That collapse is the trick, and everything else in this topic is reading the two roots it gives you.
The discriminant of the quadratic decides which of three cases you are in.
If it is positive you get two real distinct roots, and the answer is a sum of two decaying exponentials. This is overdamped. The system crawls to its destination and never overshoots.
If it is zero you get a repeated root, and the answer is a decaying exponential with an extra factor of t alongside it. This is critically damped, and it is the fastest a system can settle without overshoot. It is what you aim for when you want a fast response and no ringing.
If it is negative you get a complex pair, and the answer is a sinusoid inside a decaying envelope. This is underdamped. The real part of the root sets how quickly the envelope shrinks and the imaginary part sets how fast it oscillates inside it.
Notice what that means. The real part is decay and the imaginary part is oscillation. That single reading of a complex root will come back in transforms, in control and in filter design, always meaning the same thing.
Now add the forcing. The full answer is the natural response plus one solution that matches the input. Linearity is what allows you to find the two separately and add them. The natural half dies away, so after a while only the forced half is left. That is why steady-state analysis can ignore the natural response entirely.
Resonance is what happens when you drive a lightly damped system at a frequency near its natural one. The response amplitude becomes much larger than the input would suggest, limited only by the damping present. With no damping the mathematics predicts an amplitude growing without bound. Real systems always have some damping, so the peak is finite, but it can still be enormous.
That is a design goal in a filter, where you want a sharp peak at one frequency. It is a failure mode in a bridge, where you do not.
The worked case to know is a resistor, inductor and capacitor in series. The resistance sets the damping, and the inductance and capacitance together set the natural frequency. Work it once here and every later circuits topic is applying a result you already have.
What you should now be able to explain or do
- Write the characteristic equation from a second-order differential equation.
- Name the damping case from the discriminant alone, and say what the response looks like.
- Explain what the real and imaginary parts of a complex root each mean physically.
- Split an answer into natural and forced parts and say why they can be found separately.
- Say what resonance is, when it is wanted and when it is a hazard.
Check yourself
A second-order system has two real, distinct, negative roots. What does its response to a step input look like?
It rises to the final value without overshooting, as a sum of two decaying exponentials. This is the overdamped case.
What do the real part and the imaginary part of a complex root tell you?
The real part sets how quickly the response decays, and the imaginary part sets how fast it oscillates within that decaying envelope.
Why can the natural response be ignored when analysing steady-state behaviour?
Because it decays to nothing. After enough time only the forced response remains, so steady-state analysis is about that half alone.
Two circuits have the same natural frequency but different resistances. How do their responses differ?
The one with less resistance is more lightly damped, so it overshoots more, rings for longer and shows a larger peak near resonance.
What is critical damping and why would a designer aim for it?
It is the repeated-root case, the fastest settling achievable with no overshoot. It is wanted where a fast response matters and any ringing is unacceptable.
Go deeper
We haven't checked most of these for screen reader use yet.
Back to Second-Order Equations, Damping and Resonance: work through the checklist