Skip to content

Overview

Chapter Overview (click to expand) Up until now, we've analyzed circuits in the comfortable world of **steady state** — where nothing changes with time. Flip a switch, and we assumed everything instantly reached its final value. But reality doesn't work that way. When you flip a switch, circuits don't instantly jump to their new state. They **transition**, following smooth curves that take time to reach their destination. This transition period is the **transient response**, and understanding it unlocks your ability to design timing circuits, filters, and anything that responds to changing signals. Here's the magical part: despite the seemingly complex behavior of capacitors and inductors, first-order circuits (one energy storage element) always follow a single pattern — the **exponential**. Once you recognize this pattern, you can analyze an enormous variety of circuits with the same basic approach. Think of transient analysis as learning to read a circuit's "body language." The circuit tells you exactly where it's going and how fast it's getting there. You just need to know what to look for. **Key Takeaways:** - First-order circuits (one capacitor or one inductor) always respond with an exponential transient - The **time constant** \(\tau\) determines how fast the circuit responds: \(\tau = RC\) for RC circuits, \(\tau = L/R\) for RL circuits - At \(t = \tau\), the circuit is 63.2% of the way to its final value; after \(5\tau\), it is essentially complete (99.3%) - Capacitor voltage and inductor current cannot change instantaneously — these are the "memory" of the circuit - The universal step-response formula \(x(t) = x(\infty) + [x(0) - x(\infty)]e^{-t/\tau}\) solves any first-order transient - Natural response decays to zero; forced response is the DC steady state; complete response is the sum

Summary

Key Concepts

  • The time constant τ sets the speed of response to a step input
  • RC circuit: \(\tau = RC\)RL circuit: \(\tau = L/R\)
  • After : response reaches ~63.2% of its final value
  • After : response is considered complete (>99% of final value)
  • Natural response: behavior driven by initial stored energy, no external source
  • Forced (step) response: behavior driven by a suddenly applied DC source
  • Complete response = natural response + forced response

Important Equations

\[ \tau = RC \qquad \tau = \frac{L}{R} \]
\[ x(t) = x(\infty) + \bigl[x(0^+) - x(\infty)\bigr]\,e^{-t/\tau} \]

Where \(x(0^+)\) is the initial condition and \(x(\infty)\) is the final (DC steady-state) value.

What You Should Understand

  • Voltage across a capacitor and current through an inductor cannot change instantaneously
  • How to determine \(v_C(0^+)\) and \(i_L(0^+)\) from the circuit state immediately before switching
  • How to find the final value \(x(\infty)\) by analyzing the DC steady-state circuit (C = open, L = short)
  • The physical meaning of τ: larger τ means slower response

Applications

  • Power supply filter capacitor hold-up time calculation
  • Switch debouncing circuits in digital electronics
  • Camera flash charge/discharge timing
  • Motor driver current rise-time estimation

Quick Review Checklist

  • [ ] I can calculate τ for any RC or RL circuit
  • [ ] I can determine \(x(0^+)\) and \(x(\infty)\) and write the complete step response
  • [ ] I can apply the no-instantaneous-change rule for capacitor voltage and inductor current
  • [ ] I can sketch the exponential waveform and identify the 1τ, 2τ, and 5τ points

Concepts Covered

This chapter covers the following 17 concepts from the learning graph:

  1. Transient Response
  2. Steady-State Response
  3. Time Constant
  4. RC Circuit
  5. RC Charging
  6. RC Discharging
  7. RL Circuit
  8. RL Energizing
  9. RL De-energizing
  10. Exponential Response
  11. Initial Conditions
  12. Final Conditions
  13. Natural Response
  14. Forced Response
  15. Complete Response
  16. First-Order Circuits
  17. Step Response

Prerequisites