A first-order RL circuit is an electrical circuit consisting of a resistor (R) and an inductor (L) connected in series. The behavior of such a circuit can be described by differential equations that relate the voltage, current, and time.
### **Circuit Description**
- **Resistor (R):** A component that opposes the flow of electric current, creating a voltage drop that is proportional to the current.
- **Inductor (L):** A component that stores energy in a magnetic field when current flows through it, and it opposes changes in current by generating a voltage.
### **Key Equations**
#### 1. **Differential Equation for Current (I)**
When a voltage \( V(t) \) is applied to the series RL circuit, the voltage across the resistor \( V_R \) and the inductor \( V_L \) adds up to the total applied voltage:
\[ V(t) = V_R + V_L \]
Using Ohm's Law for the resistor, \( V_R = I(t) \cdot R \), and the voltage across the inductor can be expressed using Faraday's Law of Induction:
\[ V_L = L \frac{dI(t)}{dt} \]
Substitute these into the total voltage equation:
\[ V(t) = I(t) \cdot R + L \frac{dI(t)}{dt} \]
Rearranging this equation gives the first-order linear differential equation:
\[ L \frac{dI(t)}{dt} + I(t) \cdot R = V(t) \]
#### 2. **Solving the Differential Equation**
To solve this equation, we typically look at two scenarios: when the voltage \( V(t) \) is a constant (step input) or a time-varying function.
##### **Step Input Voltage**
Assume the input voltage \( V(t) \) is a step function, i.e., \( V(t) = V_0 \) for \( t \geq 0 \), and the circuit starts with zero current at \( t = 0 \):
The differential equation simplifies to:
\[ L \frac{dI(t)}{dt} + I(t) \cdot R = V_0 \]
The solution for the current \( I(t) \) can be found using standard techniques for solving first-order linear differential equations. The general solution is:
\[ I(t) = \frac{V_0}{R} \left(1 - e^{-\frac{R}{L} t}\right) \]
where \( \frac{R}{L} \) is the time constant \( \tau \) of the circuit:
\[ \tau = \frac{L}{R} \]
##### **General Time-Varying Input**
For a general time-varying input \( V(t) \), the solution would involve solving the non-homogeneous differential equation with appropriate methods such as the Laplace transform or variation of parameters, depending on the complexity of \( V(t) \).
### **Summary**
The primary equation for a first-order RL circuit, when subjected to a voltage \( V(t) \), is:
\[ L \frac{dI(t)}{dt} + R I(t) = V(t) \]
This equation describes how the current \( I(t) \) changes over time in response to the applied voltage. The time constant \( \tau = \frac{L}{R} \) is crucial for understanding the transient behavior of the circuit.