### Step Response of an RLC Circuit
The step response of an RLC circuit describes how the voltage or current in the circuit responds to a sudden change, such as the application of a step input voltage or current. It reveals the transient and steady-state behavior of the circuit as it adjusts to the new input.
#### Components of an RLC Circuit:
An RLC circuit consists of:
- **Resistor (R)**: Dissipates energy as heat.
- **Inductor (L)**: Stores energy in the form of a magnetic field.
- **Capacitor (C)**: Stores energy in the form of an electric field.
The behavior of this circuit is governed by a second-order differential equation since it contains two energy storage elements (L and C). Let's break down the step response of a series RLC circuit, which can be generalized to other configurations as well.
### 1. **Series RLC Circuit**
In a series RLC circuit, the components are connected in a single loop. When a step input \(V_{in}(t)\) (typically a DC voltage applied at \(t = 0\)) is applied, we are interested in the time-domain behavior of the output voltage across the resistor, capacitor, or inductor.
#### Governing Differential Equation:
The voltage across each element in a series RLC circuit must sum to the input voltage:
\[
V_{in}(t) = V_R(t) + V_L(t) + V_C(t)
\]
where:
- \(V_R(t) = i(t)R\)
- \(V_L(t) = L \frac{di(t)}{dt}\)
- \(V_C(t) = \frac{1}{C} \int i(t) dt\)
Taking the derivative and solving for the current \(i(t)\), we get the second-order linear differential equation:
\[
L \frac{d^2i(t)}{dt^2} + R \frac{di(t)}{dt} + \frac{i(t)}{C} = \frac{dV_{in}(t)}{dt}
\]
For a step input, where \( V_{in}(t) = V_0 \) for \( t \geq 0 \), the equation simplifies to:
\[
L \frac{d^2i(t)}{dt^2} + R \frac{di(t)}{dt} + \frac{i(t)}{C} = 0
\]
This is a homogeneous second-order differential equation, and its solution depends on the damping factor.
### 2. **Types of Step Responses**
The behavior of the circuit is governed by the **damping ratio** \( \zeta \), which determines whether the circuit is underdamped, overdamped, or critically damped. The damping ratio is defined as:
\[
\zeta = \frac{R}{2} \sqrt{\frac{C}{L}}
\]
Based on the value of \( \zeta \), the circuit exhibits one of three responses:
#### (a) **Overdamped Response** (\( \zeta > 1 \)):
When the circuit is overdamped, the resistance \( R \) is large, causing the energy in the inductor and capacitor to dissipate slowly without oscillations. The solution for the current \( i(t) \) is:
\[
i(t) = A_1 e^{s_1 t} + A_2 e^{s_2 t}
\]
where \( s_1 \) and \( s_2 \) are negative real roots of the characteristic equation, and \( A_1 \), \( A_2 \) are constants determined by initial conditions. The system slowly approaches a steady-state value without oscillations.
#### (b) **Critically Damped Response** (\( \zeta = 1 \)):
In a critically damped system, the circuit has just enough damping to return to equilibrium without oscillating, and it does so as quickly as possible. The solution is:
\[
i(t) = (A_1 + A_2 t) e^{-\frac{R}{2L} t}
\]
Here, the system reaches the steady-state value faster than in the overdamped case but without oscillations.
#### (c) **Underdamped Response** (\( \zeta < 1 \)):
For an underdamped circuit, the resistance \( R \) is small, and the system oscillates before eventually reaching a steady-state. The response is characterized by exponentially decaying oscillations:
\[
i(t) = e^{-\zeta \omega_0 t} \left( A_1 \cos(\omega_d t) + A_2 \sin(\omega_d t) \right)
\]
where:
- \( \omega_0 = \frac{1}{\sqrt{LC}} \) is the natural frequency,
- \( \omega_d = \omega_0 \sqrt{1 - \zeta^2} \) is the damped frequency.
The underdamped response exhibits oscillatory behavior with a frequency \( \omega_d \), but the amplitude of these oscillations decays over time due to the resistor dissipating energy.
### 3. **Summary of Step Response Behaviors**
- **Overdamped**: No oscillations, slow return to steady-state.
- **Critically damped**: Fastest return to steady-state without oscillations.
- **Underdamped**: Oscillatory response with exponentially decaying amplitude.
### 4. **Final Steady-State Response**
Regardless of the type of damping, the circuit eventually reaches a steady-state where the current and voltage across the components settle to constant values. For a step input \( V_{in}(t) = V_0 \), the final steady-state current can be found using Ohm's law applied to the resistive portion of the circuit:
\[
I_{\infty} = \frac{V_0}{R}
\]
### Conclusion:
The step response of an RLC circuit is highly dependent on the damping ratio \( \zeta \). It can exhibit overdamped, critically damped, or underdamped behavior, each with distinct transient dynamics. However, in all cases, the circuit eventually reaches a steady-state condition determined by the resistive elements of the circuit.
Understanding these responses is crucial in designing circuits for applications like filters, oscillators, and signal processing systems, where controlling transient behavior and achieving desired stability is important.