The step response of an RL (Resistor-Inductor) series circuit describes how the circuit reacts to a sudden change in voltage, typically a step input voltage. This response is crucial in understanding the behavior of RL circuits in various applications, such as in filtering and time constant analysis.
### Circuit Description
An RL series circuit consists of a resistor \( R \) and an inductor \( L \) connected in series. When a step input voltage \( V_{in}(t) \) is applied to this circuit, the circuit's response can be analyzed in terms of how the current \( i(t) \) through the circuit changes over time.
### Step Input Voltage
Let's consider the input voltage \( V_{in}(t) \) as a step function, which can be mathematically expressed as:
\[ V_{in}(t) = \begin{cases}
0 & \text{for } t < 0 \\
V_0 & \text{for } t \geq 0
\end{cases} \]
where \( V_0 \) is the magnitude of the step.
### Differential Equation
When the step input voltage is applied, the differential equation governing the RL circuit can be derived from Kirchhoff's Voltage Law (KVL):
\[ V_{in}(t) = V_R(t) + V_L(t) \]
where \( V_R(t) \) is the voltage across the resistor and \( V_L(t) \) is the voltage across the inductor.
Since \( V_R(t) = i(t)R \) and \( V_L(t) = L \frac{di(t)}{dt} \), the equation becomes:
\[ V_0 = i(t)R + L \frac{di(t)}{dt} \]
Rearranging this, we get the first-order linear differential equation:
\[ L \frac{di(t)}{dt} + i(t)R = V_0 \]
### Solution to the Differential Equation
To solve this differential equation, we use the method of integrating factors or recognize it as a standard first-order linear differential equation. The general solution involves finding the homogeneous solution and the particular solution.
1. **Homogeneous Solution:**
For the homogeneous case where \( V_0 = 0 \):
\[ L \frac{di_h(t)}{dt} + i_h(t)R = 0 \]
The solution to this is:
\[ i_h(t) = C e^{-\frac{R}{L}t} \]
where \( C \) is a constant determined by initial conditions.
2. **Particular Solution:**
For the non-homogeneous case where \( V_0 \) is constant, a particular solution can be found as:
\[ i_p(t) = \frac{V_0}{R} \]
3. **Complete Solution:**
Combining both solutions, the total current \( i(t) \) is:
\[ i(t) = i_p(t) + i_h(t) = \frac{V_0}{R} + C e^{-\frac{R}{L}t} \]
### Initial Condition
To determine \( C \), we use the initial condition. At \( t = 0 \), the current \( i(0) \) must be 0 (since the circuit is at rest before the step is applied). Therefore:
\[ 0 = \frac{V_0}{R} + C e^{0} \]
\[ C = -\frac{V_0}{R} \]
So the solution becomes:
\[ i(t) = \frac{V_0}{R} \left(1 - e^{-\frac{R}{L}t}\right) \]
### Summary of Step Response
- **Current \( i(t) \):**
The step response of the RL circuit is given by:
\[ i(t) = \frac{V_0}{R} \left(1 - e^{-\frac{R}{L}t}\right) \]
This shows that the current starts from 0 and asymptotically approaches \( \frac{V_0}{R} \) as \( t \) goes to infinity.
- **Time Constant \( \tau \):**
The time constant \( \tau \) of the RL circuit is:
\[ \tau = \frac{L}{R} \]
The time constant \( \tau \) represents the time it takes for the current to reach approximately 63.2% of its final value \( \frac{V_0}{R} \).
In summary, the step response of an RL series circuit shows an exponential rise in current from zero to \( \frac{V_0}{R} \), characterized by the time constant \( \frac{L}{R} \).