# Randles Circuit

# The Randles Equivalent Circuit

The Randles circuit is the most widely used equivalent circuit model for electrochemical interfaces. It captures the essential elements of an electrode-electrolyte system and serves as the foundation for more complex models used in WFC analysis.

## The Classic Randles Circuit

Proposed by John Randles in 1947, this circuit combines resistive, capacitive, and diffusion elements:

```
         Rs                 Rct
    ────┬────┬────────────┬────┬────
        │    │            │    │
        │    │            │    │
        │  ──┴──        ──┴──  │
        │  │   │        │    │ │
        │  │Cdl│        │ Zw │ │
        │  │   │        │    │ │
        │  ──┬──        ──┬──  │
        │    │            │    │
        └────┴────────────┴────┘

    Rs  = Solution resistance
    Cdl = Double layer capacitance
    Rct = Charge transfer resistance
    Zw  = Warburg diffusion impedance
```

## Component Meanings

<table id="bkmrk-element-physical-ori" style="width: 100%; border-collapse: collapse; margin: 20px 0;"><thead><tr style="background: #007bff; color: white;"><th style="padding: 10px; border: 1px solid #ddd;">Element</th><th style="padding: 10px; border: 1px solid #ddd;">Physical Origin</th><th style="padding: 10px; border: 1px solid #ddd;">Typical Value (WFC)</th></tr></thead><tbody><tr><td style="padding: 10px; border: 1px solid #ddd;">**R<sub>s</sub>**</td><td style="padding: 10px; border: 1px solid #ddd;">Ionic resistance of electrolyte solution between electrodes</td><td style="padding: 10px; border: 1px solid #ddd;">10 Ω - 10 kΩ (depends on conductivity)</td></tr><tr><td style="padding: 10px; border: 1px solid #ddd;">**C<sub>dl</sub>**</td><td style="padding: 10px; border: 1px solid #ddd;">Electric double layer capacitance at electrode surface</td><td style="padding: 10px; border: 1px solid #ddd;">µF to mF range (depends on area)</td></tr><tr><td style="padding: 10px; border: 1px solid #ddd;">**R<sub>ct</sub>**</td><td style="padding: 10px; border: 1px solid #ddd;">Resistance to electron transfer at electrode (reaction kinetics)</td><td style="padding: 10px; border: 1px solid #ddd;">1 Ω - 1 MΩ (depends on overpotential)</td></tr><tr><td style="padding: 10px; border: 1px solid #ddd;">**Z<sub>W</sub>**</td><td style="padding: 10px; border: 1px solid #ddd;">Impedance due to diffusion of reactants/products</td><td style="padding: 10px; border: 1px solid #ddd;">Frequency-dependent (see Warburg page)</td></tr></tbody></table>

## Total Impedance

The total impedance of the Randles circuit is:

Z<sub>total</sub> = R<sub>s</sub> + \[Z<sub>Cdl</sub> || (R<sub>ct</sub> + Z<sub>W</sub>)\]

Expanding:

Z<sub>total</sub> = R<sub>s</sub> + \[(R<sub>ct</sub> + Z<sub>W</sub>)\] / \[1 + jωC<sub>dl</sub>(R<sub>ct</sub> + Z<sub>W</sub>)\]

## Frequency Response

The Randles circuit produces a characteristic Nyquist plot:

```
    -Z''
      ↑
      │           ○ ○ ○
      │        ○         ○
      │      ○             ○           ← Semicircle from Rct||Cdl
      │     ○               ○
      │    ○                 ○
      │   ○                   ○  ○
      │                            ○ ○
      │                                 ○ ○  ← Warburg 45° line
      │                                     ○ ○
      └──────────────────────────────────────────→ Z'
         ↑                    ↑              ↑
         Rs              Rs + Rct      Low freq limit
    (high freq)     (semicircle end)
```

## Time Constants in the Randles Circuit

#### Double Layer Time Constant:

τ<sub>dl</sub> = R<sub>s</sub> × C<sub>dl</sub>

Determines how quickly the double layer charges through the solution resistance.

#### Charge Transfer Time Constant:

τ<sub>ct</sub> = R<sub>ct</sub> × C<sub>dl</sub>

Determines the peak frequency of the semicircle: f<sub>peak</sub> = 1/(2πτ<sub>ct</sub>)

## Simplified Cases

### Case 1: Fast Kinetics (R<sub>ct</sub> → 0)

When the electrochemical reaction is very fast:

- Semicircle disappears
- Only Warburg tail remains at low frequency
- The system is "diffusion-controlled"

### Case 2: Slow Kinetics (R<sub>ct</sub> → large)

When the electrochemical reaction is slow:

- Large semicircle dominates
- Warburg region may not be visible
- The system is "kinetically-controlled"

### Case 3: No Faradaic Reaction (R<sub>ct</sub> → ∞)

When no electrochemical reaction occurs (blocking electrode):

- No semicircle
- Purely capacitive behavior at low frequency
- Nyquist plot is a vertical line

## Randles Circuit for WFC

In a water fuel cell, the Randles elements have specific meanings:

<table id="bkmrk-element-wfc-interpre" style="width: 100%; border-collapse: collapse; margin: 20px 0;"><thead><tr style="background: #28a745; color: white;"><th style="padding: 10px; border: 1px solid #ddd;">Element</th><th style="padding: 10px; border: 1px solid #ddd;">WFC Interpretation</th><th style="padding: 10px; border: 1px solid #ddd;">Effect on VIC</th></tr></thead><tbody><tr><td style="padding: 10px; border: 1px solid #ddd;">R<sub>s</sub></td><td style="padding: 10px; border: 1px solid #ddd;">Water conductivity, electrode gap</td><td style="padding: 10px; border: 1px solid #ddd;">Adds to total circuit resistance, reduces Q</td></tr><tr><td style="padding: 10px; border: 1px solid #ddd;">C<sub>dl</sub></td><td style="padding: 10px; border: 1px solid #ddd;">EDL at each electrode</td><td style="padding: 10px; border: 1px solid #ddd;">Part of total WFC capacitance</td></tr><tr><td style="padding: 10px; border: 1px solid #ddd;">R<sub>ct</sub></td><td style="padding: 10px; border: 1px solid #ddd;">Activation barrier for water splitting</td><td style="padding: 10px; border: 1px solid #ddd;">Limits DC current, less relevant at high freq</td></tr><tr><td style="padding: 10px; border: 1px solid #ddd;">Z<sub>W</sub></td><td style="padding: 10px; border: 1px solid #ddd;">Diffusion of H₂/O₂ gases, ions</td><td style="padding: 10px; border: 1px solid #ddd;">Important at low frequencies only</td></tr></tbody></table>

## Extended Randles Circuit

For more accurate WFC modeling, the Randles circuit can be extended:

```
                   ┌─────────────────────────┐
    Rs             │   Cathode              │
  ──┬──┬──────────┬┴─────────────────────────┴┬──
    │  │          │                           │
    │ Cgeo        │  Rct,c         Rct,a      │
    │  │        ──┴──            ──┴──        │
    │  │        │    │          │    │        │
    │  │        │Cdl,c│         │Cdl,a│       │
    │  │        │    │          │    │        │
    └──┴────────┬────┬──────────┬────┬────────┘
                │    │          │    │
                │ Zw,c│         │ Zw,a│
                └────┘          └────┘

                   Anode
```

This model includes separate elements for anode and cathode interfaces plus the geometric capacitance.

## Parameter Extraction

From an experimental EIS measurement, Randles parameters can be extracted:

1. **R<sub>s</sub>:** High-frequency real-axis intercept
2. **R<sub>ct</sub>:** Diameter of the semicircle
3. **C<sub>dl</sub>:** From peak frequency: C = 1/(2πf<sub>peak</sub>R<sub>ct</sub>)
4. **Warburg coefficient:** From slope of the 45° line

**Software Tools:** Programs like ZView, EC-Lab, and Nova can automatically fit Randles parameters to EIS data. Open-source options include impedance.py (Python) and EIS Spectrum Analyzer.

**VIC Design Application:** The Randles circuit shows that at VIC operating frequencies (1-50 kHz), the WFC behaves primarily as C<sub>dl</sub> in series with R<sub>s</sub>. The charge transfer resistance and Warburg impedance become important only at lower frequencies where actual water splitting occurs.

*Next: Cole-Cole Relaxation Model →*