The fundamental inductor capacitor equations dictate how these components store energy, oppose alternating current, and create resonant circuits. Whether you are designing an RF matching network, tuning an audio crossover, or stabilizing a buck converter output, the math boils down to three core relationships: inductive reactance, capacitive reactance, and the LC resonant frequency.

This guide strips away the abstract calculus and focuses on the algebraic forms you actually use at the bench. We will define every symbol, expose the unit-conversion traps that ruin simulations, provide rearranged formulas for component selection, and walk through two fully tracked worked problems.

The Core Inductor Capacitor Equations & Symbol Definitions

When analyzing AC circuits or transient responses, we rely on the following foundational formulas. While the time-domain differential equations (V = L(di/dt) and I = C(dv/dt)) govern instantaneous behavior, the frequency-domain and energy equations are the workhorses for component selection and filter design.

  • Inductive Reactance: XL = 2πfL
  • Capacitive Reactance: XC = 1 / (2πfC)
  • LC Resonant Frequency: fr = 1 / (2π√(LC))
  • Inductor Energy Storage: EL = ½LI2
  • Capacitor Energy Storage: EC = ½CV2
Symbol and Unit Definitions
SymbolParameterBase SI UnitCommon Bench Units
XL, XCReactance (Opposition to AC)Ohms (Ω)Ω, kΩ
f, frFrequency / Resonant FrequencyHertz (Hz)kHz, MHz, GHz
LInductanceHenries (H)mH, μH, nH
CCapacitanceFarads (F)μF, nF, pF
EL, ECStored EnergyJoules (J)mJ, μJ
ICurrent (RMS or Peak depending on context)Amperes (A)mA, A
VVoltage (RMS or Peak depending on context)Volts (V)mV, V, kV
πPi (Mathematical Constant)Dimensionless~3.14159

When These Formulas Apply (and When They Break)

These inductor capacitor equations assume ideal, linear components operating in steady-state AC (for reactance) or lossless conditions (for resonance). In reality, every physical component has parasitics. An inductor has series resistance (DCR) and parallel parasitic capacitance. A capacitor has equivalent series resistance (ESR) and equivalent series inductance (ESL).

Where the Math Breaks Down: The reactance and resonance formulas are only accurate below the component's Self-Resonant Frequency (SRF). Above the SRF, an inductor behaves capacitively and a capacitor behaves inductively. Always check the manufacturer datasheet for the SRF before finalizing a high-frequency design.

The Unit Trap That Ruins Simulations

The most common mistake junior engineers make is plugging bench values directly into the formulas without converting to base SI units. If you input L = 10 (meaning 10 μH) and C = 100 (meaning 100 nF) into the resonance equation, your calculated frequency will be off by a factor of 10,000. You must convert all prefixes to base scientific notation before calculating:

  • milli (m) = 10-3
  • micro (μ) = 10-6
  • nano (n) = 10-9
  • pico (p) = 10-12

Realistic Answer Magnitudes

Knowing what a 'normal' answer looks like prevents order-of-magnitude errors. According to standard filter design practices outlined by All About Circuits, typical domains operate in these ranges:

  • Audio Crossovers (20 Hz - 20 kHz): Inductors in mH, capacitors in μF.
  • Switching Power Supplies (100 kHz - 2 MHz): Inductors in μH, capacitors in μF or nF.
  • RF Matching Networks (10 MHz - 5 GHz): Inductors in nH, capacitors in pF.

Rearranged Forms for Circuit Design

On the bench, you rarely solve for resonant frequency directly. Usually, you have a target frequency and a fixed inductor (due to current rating constraints), and you need to find the required capacitor. Here are the algebraically rearranged forms of the LC resonance equation, solving for each variable:

  • Solve for Inductance (L): L = 1 / (4π2 × fr2 × C)
  • Solve for Capacitance (C): C = 1 / (4π2 × fr2 × L)
  • Solve for Reactance (L or C):
    • L = XL / (2πf)
    • C = 1 / (2πf × XC)

Worked Problems with Strict Unit Tracking

Let's apply these inductor capacitor equations to two real-world scenarios, explicitly tracking units through every intermediate step to ensure accuracy.

Problem 1: Designing an LC Output Filter for a Buck Converter

Scenario: You are designing the output filter for a 500 kHz buck converter. To ensure stability and adequate ripple attenuation, you want the LC resonant frequency (fr) to be exactly 50 kHz (one-tenth of the switching frequency). You have selected a 10 μH inductor based on your load current requirements. What value of capacitor do you need?

  1. Identify Knowns and Convert to Base SI Units:
    • fr = 50 kHz = 50,000 Hz (or 5 × 104 Hz)
    • L = 10 μH = 0.00001 H (or 1 × 10-5 H)
  2. Select the Rearranged Formula:
    • C = 1 / (4π2 × fr2 × L)
  3. Substitute and Calculate the Denominator:
    • fr2 = (5 × 104)2 = 2.5 × 109 Hz2
    • 239.478
    • Denominator = 39.478 × (2.5 × 109) × (1 × 10-5)
    • Denominator = 39.478 × 25,000 = 986,950
  4. Solve for C:
    • C = 1 / 986,950 = 1.013 × 10-6 Farads
  5. Convert to Practical Bench Units:
    • 1.013 × 10-6 F = 1.013 μF
  6. Practical Selection: Select a standard 1 μF or 1.1 μF low-ESR ceramic capacitor (like an X7R or X5R dielectric) rated for at least twice the output voltage.

Problem 2: Audio Crossover Reactance Matching

Scenario: You are building a 2-way passive speaker crossover. The crossover frequency is 2 kHz. You need to verify the reactance of a 4.7 mH inductor and a 10 μF capacitor at this exact frequency to ensure they match the 8 Ω nominal impedance of your drivers.

  1. Convert Units:
    • f = 2 kHz = 2,000 Hz
    • L = 4.7 mH = 0.0047 H
    • C = 10 μF = 0.00001 F
  2. Calculate Inductive Reactance (XL):
    • XL = 2πfL
    • XL = 2 × 3.14159 × 2000 × 0.0047
    • XL = 12566.36 × 0.0047 = 59.06 Ω
  3. Calculate Capacitive Reactance (XC):
    • XC = 1 / (2πfC)
    • XC = 1 / (2 × 3.14159 × 2000 × 0.00001)
    • XC = 1 / 0.12566 = 7.96 Ω
  4. Analysis: At 2 kHz, the inductor presents ~59 Ω (effectively blocking high frequencies from the woofer), while the capacitor presents ~8 Ω (allowing high frequencies to pass to the tweeter). The capacitor value is well-matched to an 8 Ω tweeter, but the inductor is too large for a standard 8 Ω woofer crossover; you would need a smaller inductor (around 0.6 mH) to hit ~8 Ω at 2 kHz.

Frequently Asked Questions

How do inductor capacitor equations change for DC circuits?

In steady-state DC, frequency (f) is zero. If you plug f = 0 into the reactance equations, XL becomes 0 Ω (a short circuit) and XC becomes infinite Ω (an open circuit). The resonance equation becomes undefined because DC does not oscillate. For DC transient analysis (like a switch closing), you must abandon these algebraic AC formulas and return to the time-domain differential equations: V = L(di/dt) and I = C(dv/dt), which track the exponential charging and discharging curves governed by the RC or RL time constants.

Why do my calculated LC resonance values differ from my oscilloscope measurements?

If your bench measurements deviate from the theoretical fr, parasitics are the culprit. As detailed in Electronics Tutorials LCR Theory, real inductors have inter-winding capacitance, and real capacitors have lead inductance (ESL). Furthermore, the physical PCB traces add stray inductance and capacitance. Finally, the 10x oscilloscope probe you are using to measure the circuit typically adds 10 pF to 15 pF of parallel capacitance to the node, which will artificially lower the measured resonant frequency in high-impedance or RF circuits. Always account for probe capacitance when measuring high-frequency LC tanks.

What is the difference between the energy and resonance inductor capacitor equations?

They solve entirely different physical problems. The energy equations (E = ½LI2 and E = ½CV2) calculate the scalar capacity for work (Joules). You use these to size components for physical survival—ensuring an inductor won't saturate magnetically or a capacitor won't exceed its dielectric breakdown voltage. The resonance and reactance equations (fr, XL, XC) calculate frequency-domain impedance (Ohms and Hertz). You use these to shape signal flow, filter out noise, and tune timing networks. A component can have the correct energy rating for a power supply but the wrong reactance for the switching frequency, resulting in a functional but poorly performing circuit.