Experiment: Phase and Resonance in Series RLC Circuits

1. Aim

To study the phase relationships between voltage and current in a series RLC circuit and to observe the phenomenon of series resonance using a Capacitor-Inductor-Resistor (C-L-R) configuration.

2. Apparatus / Components Required

3. Theory & Principle

A series RLC circuit is governed by Kirchhoff’s Voltage Law (KVL), which states that the sum of voltages across the inductor ($L$), resistor ($R$), and capacitor ($C$) must equal the applied source voltage ($v$):

\[L\frac{di}{dt} + iR + \frac{q}{C} = v_m \sin(\omega t)\]

The total opposition to the current is the Impedance ($Z$): \(Z = \sqrt{R^2 + (X_L - X_C)^2}\)

Resonance

At the Resonant Frequency ($f_r$), the inductive reactance ($X_L$) and capacitive reactance ($X_C$) cancel each other out ($X_L - X_C = 0$): \(f_r = \frac{1}{2\pi\sqrt{LC}}\)

At resonance, the circuit becomes purely resistive. The voltages across $L$ and $C$ are equal in magnitude but $180^\circ$ out of phase. In this C-L-R sequence, we monitor the intermediate nodes to visualize these individual components.

4. Circuit Diagram / Setup

  1. Series Connection: Connect WG $\rightarrow$ Capacitor ($C$) $\rightarrow$ Inductor ($L$) $\rightarrow$ Resistor ($R$) $\rightarrow$ GND.
  2. A1 Connection: Connect A1 to WG (measures total voltage $V_{total}$ across the whole string).
  3. A3 Connection: Connect A3 to the junction (midpoint) between C and L.
  4. A2 Connection: Connect A2 to the junction (midpoint) between L and R.

Voltage measurements derived by the software:

5. Procedure

  1. Launch the SEELab3 software and select the “AC Through RLC” experiment.
  2. Set WG to a sine wave. Start near the expected resonance (e.g., $1600\text{ Hz}$).
  3. Enable traces for A1, A2, and A3.
  4. Fine-tune the frequency to minimize the voltage across the L-C combination ($V_{A1} - V_{A2}$).
  5. Observe that at resonance, the current ($V_{A2}$) is at its maximum and is in phase with the input voltage ($V_{A1}$).

6. Observation Table

$R$: ____ $\Omega$ $L$: ____ mH $C$: ____ $\mu F$
Frequency $f$ (Hz) $V_{A1}$ (Total) $V_{A2}$ ($V_R$) $V_{A1}-V_{A3}$ ($V_C$) $V_{A3}-V_{A2}$ ($V_L$)
         
$f_r$ (Resonance)        

7. Error Analysis

8. Results and Discussion

Sample Data (500 Hz vs 3000 Hz)

At 500 Hz (below resonance), the circuit is capacitive. At 3000 Hz (above resonance), it is inductive.

500 Hz

Fig A: 500 Hz (Capacitive)

3000 Hz

Fig B: 3000 Hz (Inductive)

9. Python Programming & Data

10. Troubleshooting

Symptom Possible Cause Corrective Action
A3 signal is noisy Poor contact between C and L. Check the series junction.
Phase looks inverted Probes A1 and A2 swapped. Verify A1 is at WG and A2 is at the Resistor.

11. Viva-Voce Questions

Q1. In this C-L-R setup, how do we find the voltage across the Inductor?

Ans: The Inductor is between A3 and A2. Therefore, $V_L = V_{A3} - V_{A2}$.

Q2. What happens to the total current at resonance?

Ans: The total impedance is at its minimum ($Z=R$), so the current reaches its maximum value.