In an LR series circuit, where an inductor (L) and a resistor (R) are connected in series, the differential equation describing the circuit behavior is derived from Kirchhoff’s voltage law (KVL).
Here’s how you can derive it:
1. **Kirchhoff’s Voltage Law (KVL):** The sum of the voltages around a closed loop in a circuit must equal zero. For an LR series circuit, this gives:
\[
V(t) = V_R(t) + V_L(t)
\]
where \( V(t) \) is the applied voltage source, \( V_R(t) \) is the voltage across the resistor, and \( V_L(t) \) is the voltage across the inductor.
2. **Voltage across the Resistor (Ohm's Law):**
\[
V_R(t) = i(t) \cdot R
\]
where \( i(t) \) is the current through the resistor.
3. **Voltage across the Inductor:**
The voltage across an inductor is given by:
\[
V_L(t) = L \frac{di(t)}{dt}
\]
4. **Substitute into KVL Equation:**
Combining these, we get:
\[
V(t) = R \cdot i(t) + L \frac{di(t)}{dt}
\]
5. **Rearrange to Form the Differential Equation:**
Rearranging the terms to form a standard differential equation, we have:
\[
L \frac{di(t)}{dt} + R \cdot i(t) = V(t)
\]
This is the first-order linear differential equation that governs the current \( i(t) \) in an LR series circuit.
### Summary
The differential equation for an LR series circuit is:
\[
L \frac{di(t)}{dt} + R \cdot i(t) = V(t)
\]
where:
- \( L \) is the inductance of the inductor,
- \( R \) is the resistance of the resistor,
- \( i(t) \) is the current through the circuit at time \( t \),
- \( V(t) \) is the applied voltage source at time \( t \).