Symbols, passive components & RC filters
Arrow keys or click to navigate / F for fullscreen
Passive = no external power needed. The component shapes the signal using only the energy already in it.
The zigzag symbol is IEEE (US). The rectangle is IEC (international). You'll see both.
103 = 10 nF. Ceramic cap codes: first two digits are significant, third is the multiplier (number of zeros), result in picofarads.
Tip: Schematics read left-to-right like a sentence. Signal enters on the left, exits on the right. Power rails run along the top, ground along the bottom.
A resistor has the same resistance at any frequency. A capacitor does not.
| Frequency | Capacitor Impedance | Result |
|---|---|---|
| Low (bass) | HIGH — cap acts like an open circuit | Signal is blocked |
| High (treble) | LOW — cap acts like a short circuit | Signal passes through |
This is the whole secret of passive filters: put a capacitor in the right place and it will sort frequencies for you.
Two components in series form a voltage divider. The output voltage depends on the ratio of their impedances.
Now replace one of the resistors with a capacitor and the division becomes frequency-dependent.
R on top, C on bottom.
With R = 22 kΩ and C = 10 nF:
This is your guitar's tone knob! Frequencies above ~723 Hz get progressively quieter.
C on top, R on bottom. Just swap the positions!
Same R and C → same cutoff frequency, but now everything below 723 Hz gets quieter.
| Filter | Series Element | Shunt Element | What Passes |
|---|---|---|---|
| Low-Pass | Resistor (R in series) | Capacitor (C to ground) | Frequencies below fc |
| High-Pass | Capacitor (C in series) | Resistor (R to ground) | Frequencies above fc |
The tone knob on a guitar is literally a low-pass filter: a pot (variable R) in series with a cap to ground. Turn it down → lower R → lower cutoff → darker sound.
Coupling caps in pedals are high-pass filters: a cap in series blocks DC (0 Hz) and lets audio pass. The R is the input impedance of the next stage.
Progression: draw the schematic → simulate it → build it on a breadboard
Goal: By the end of today you should be able to look at any RC circuit and immediately say whether it's a low-pass or high-pass filter, and estimate its cutoff frequency.