Side-by-side comparison
| Parameter | First Order | Second Order System |
|---|---|---|
| Number of poles | 1 | 2 |
| Standard form | 1/(1+sτ) | ωn²/(s²+2ζωns+ωn²) |
| Characteristic parameters | Time constant τ | Natural frequency ωn, damping ratio ζ |
| Overshoot possible? | No | Yes, when ζ < 1 |
| Rise time | 2.2τ (10%–90%) | Depends on ζ and ωn |
| Settling time (2%) | 4τ | 4/(ζωn) |
| Step response shape | Exponential, no overshoot | Can be underdamped, critically damped, or overdamped |
| Real example | RC low-pass filter, thermal system | RLC circuit, DC motor with armature inductance |
| BODE −3 dB point | ω = 1/τ | Near ωn (exact depends on ζ) |
Key differences
A first-order system has one energy-storage element — one capacitor, one inductor, or one thermal mass — and its step response climbs exponentially with no overshoot, reaching 63.2% of final value at t = τ. A second-order system has two energy-storage elements; when ζ < 1 (underdamped), it overshoots — at ζ = 0.5 the overshoot is 16.3%, and at ζ = 0.707 it is 4.3% with the fastest non-oscillatory response. GATE loves asking for peak overshoot: formula is exp(−πζ/√(1−ζ²)) × 100%.
When to use First Order
Use a first-order model when the system has a single dominant energy-storage element and your analysis only needs settling time — a thermocouple response model or a simple RC filter qualifies.
When to use Second Order System
Use a second-order model when you have an RLC circuit, a motor-load combination, or any system where overshoot and oscillation are design constraints — a servo drive controlling a robotic joint is modelled as second-order with ζ set to 0.707 for optimal response.
Recommendation
Choose the second-order model for nearly all control systems courses because most real plants — motors, tanks with level and flow, RLC networks — have two dominant poles. Master the relationship between ζ, ωn, overshoot, and settling time; it appears in every exam.
Exam tip: Examiners will give you ζ and ωn and ask you to compute peak overshoot (use exp(−πζ/√(1−ζ²))×100) and peak time (π/ωd where ωd = ωn√(1−ζ²)) — practise these derivations without looking at notes.
Interview tip: Placement interviewers at core electronics companies expect you to immediately state that ζ = 0.707 gives the maximally flat (Butterworth) second-order response and to relate it to a physical RLC circuit with specific R, L, C values.