Why “time‑domain (piecewise) circuit analysis” matters

When a switch flips, a source steps, or a waveform changes shape, your circuit’s differential equations also change. Time‑domain (piecewise) analysis is about tracking each interval, enforcing initial conditions at the switching instants, and stitching the responses together.
Core ideas you must keep in your head
1. Initial Conditions
Capacitor voltage and inductor current are continuous:
2. Natural vs. Forced Response
- Natural Response: what the circuit does when all independent sources are turned off.
- Forced Response: specific response to external sources.
The total response is:
3. First‑Order Time Constants
RC circuit:
RL circuit:
General solution:
4. Second‑Order (RLC) Damping
Define:
- If
→ underdamped
- If
→ critically damped
- If
→ overdamped
Underdamped frequency:
Quick “cheat sheet” formula
First‑order response:
Second‑order (underdamped) step response:
🧪 Example 1 (Beginner): RC Step Response
Given:
R = 10 kΩ, C = 0.1 μF, Step input: 5 V at t = 0, initially uncharged.
Time constant:
Initial & final voltages:
Voltage across the capacitor:
🧪 Example 2 (Intermediate): RL Step Change
Given:
L = 0.1 H, R = 20 Ω, DC step from 10 V → 20 V at t = 0.
Initial current (steady state before switch):
Final current:
Time constant:
Current response:
🧪 Example 3 (Advanced): Underdamped RLC
Given:
Series RLC: R = 10 Ω, L = 0.1 H, C = 100 μF, Step input 10 V at t = 0, initially relaxed.
Damping factor:
Natural frequency:
Damped frequency:
Capacitor voltage response:
🧾 Summary Checklist for Time-Domain Solving
- Determine initial conditions:
Enforce continuity:
Compute final value for each interval
Apply template for solution: first or second order
Leave a Reply