🔌 Embedded · Electronics
Prerequisites · read first

Impedance basics

Z=R+jXReactanceSRFwiki/embedded-impedance-basics
TL;DR

Impedance is, in one line, 'resistance whose value changes with frequency.' In DC, where current flows one way, you only watch resistance ; but in AC, where the signal wiggles fast, an extra 'frequency-dependent opposition' appears — and the two together are . The one fact that matters most: capacitors and inductors do the opposite of each other. As frequency rises a capacitor passes more ( falls) while an inductor blocks more ( rises). That single symmetry explains filters, decoupling, and resonance.

First — DC and AC

  • New to electronics? Start here. DC means current flows steadily in one direction (a battery); AC means its direction and size wiggle tens to millions of times a second (a wall outlet, an audio signal). How fast it wiggles is the frequency (in Hz).
  • A resistor opposes current the same in DC or AC and turns that energy into heat. But capacitors and inductors oppose differently depending on how fast things wiggle (frequency) — so one number (resistance) isn't enough, and we need impedance.
DCAC
Current directionfixed, one waykeeps reversing
Examplebattery · USBoutlet · signals
What opposes currentresistance R onlyR + reactance = impedance Z
DC vs AC — what you watch

Impedance = resistance + reactance

  • Impedance adds two things. One is the familiar resistance — constant regardless of frequency, burning the blocked energy as heat. The other is reactance — it changes with frequency and, instead of burning energy, briefly stores and returns it.
  • So we write . The unit is the same ohm () as resistance, and how much it actually blocks is the magnitude . Don't fear the — it just flags that voltage and current are out of step in timing; that's all you need for now.
resistance — freq-independent, heats
reactance — varies w/ freq, stores↔returns
90° timing offset
impedance = fixed R + varying reactance

The key — capacitor and inductor are opposites

  • A capacitor's impedance falls as frequency rises, so it passes high frequencies: . Intuitively, if things wiggle too fast it reverses before it fills up, so current flows freely. At DC () it's infinite — a full block.
  • The inductor is the mirror: . The higher the frequency, the more it blocks. At DC it's — just a wire. Plot both and they cross like an X; where they meet is resonance.
resonancefrequency f →impedance
Capacitor Xc=1/2πfCInductor XL=2πfL
As frequency rises, the cap passes (↓), the inductor blocks (↑)

RC filter — sorting by frequency

  • Just one resistor and one capacitor make a filter that 'passes some frequencies, blocks others.' The boundary is the cutoff . Pass below and it's a low-pass filter (LPF); pass above and it's high-pass (HPF).
  • As the graph shows, output bends down around . Exactly at the output is the input () — the meaning of the formula you saw on the capacitor page.
fcfrequency f →output
Low-pass — frequencies above fc get cut

Real parts betray you — resonance (SRF)

  • Those formulas describe 'ideal' parts. A real capacitor hides a little inductance (ESL) in its leads and body, so past a certain frequency it suddenly starts acting like an inductor. That boundary is the self-resonant frequency (SRF) — the point where the two curves met in the previous graph.
  • So a decoupling capacitor loses effect above its SRF. On real boards you'll see a big and a small value side by side ( + ) because each works best over a different band and they cover each other's gaps.
low freqcapacitive
SRFXc = XL
high freqinductive
Roles flip across the SRF

So where is this used

  • Decoupling: place a small capacitor right next to an IC's power pin so high-frequency noise sees a low-impedance shortcut (→ ground GND). Noise takes the low-impedance path and never reaches the chip.
  • Ferrite bead: the opposite — it raises impedance at high frequency (acting like a resistor) to block noise and burn it as heat. Both come straight from this page's one idea: impedance changes with frequency.
🎚using impedance
decoupling caplow-Z to HF → shunt to GND
ferrite beadhigh-Z to HF → burns as heat
Exploiting frequency-dependent impedance
Pitfalls & gotchas

Lumping 'impedance = resistance' means filters and decoupling never click — the one key is that the value changes with frequency. And when picking parts from a datasheet, read the impedance-vs-frequency curve ( vs ), not a single number. Leave (phase) as just a 'timing offset' for now; deeper complex math can wait until you truly need it.

The topic cards on this page are compiled from the Brain Trinity wiki. The original wiki can be demoed live in an interview.Back to study log