When analyzing alternating current (AC) circuits, you cannot simply add resistance, inductance, and capacitance together like DC resistors. The phase shifts introduced by reactive components require vector addition. For hobbyists and field technicians without a dedicated complex-number graphing calculator, a standard web 2.0 scientific calculator (often searched on mobile as a web 2 o scientific calculator due to autocorrect or typing shorthand) is the fastest way to compute total impedance magnitude. By leveraging the Pythagorean theorem for AC vectors, you can solve series RLC circuits directly in your browser.
The direct answer for series impedance magnitude is Z = √(R² + (X_L - X_C)²). Below, we break down the derivation, map real-world component data, and walk through bench-tested examples with strict unit tracking to ensure your math survives the transition from theory to the workbench.
The Series RLC Impedance Formula & Symbol Definitions
In a series AC circuit, the total opposition to current flow is called impedance (Z). Because the voltage across an inductor leads the current by 90°, and the voltage across a capacitor lags by 90°, their reactances oppose each other directly on the imaginary axis. Resistance sits on the real axis. The magnitude of the total impedance vector is calculated using the following master formula:
Z = √( R² + (X_L - X_C)² )
Where the reactances are derived from frequency and component values:
X_L = 2 * π * f * LX_C = 1 / (2 * π * f * C)
| Symbol | Parameter | SI Base Unit | Practical Bench Unit |
|---|---|---|---|
Z | Total Impedance Magnitude | Ohms (Ω) | Ohms (Ω) |
R | Resistance (Real Axis) | Ohms (Ω) | Ohms (Ω) |
X_L | Inductive Reactance (+Imaginary) | Ohms (Ω) | Ohms (Ω) |
X_C | Capacitive Reactance (-Imaginary) | Ohms (Ω) | Ohms (Ω) |
f | AC Frequency | Hertz (Hz) | Hz or kHz |
L | Inductance | Henries (H) | millihenries (mH) |
C | Capacitance | Farads (F) | microfarads (μF) |
Real-World Component Data & Reactance Magnitudes
Before punching numbers into a calculator, you need to know what a realistic answer magnitude looks like. In most hobby, audio, and mains-filtering applications, total impedance Z ranges from 1 Ω to 10,000 Ω. If your calculator spits out 0.0004 Ω or 4,500,000 Ω for a standard bench circuit, you have likely failed to convert a prefix (like micro or milli) into base SI units.
The table below provides real-world component scenarios. Use this as a sanity check against your calculator outputs.
| Application | Frequency | R (Ω) | L (Base H) | C (Base F) | X_L (Ω) | X_C (Ω) | Calculated Z (Ω) |
|---|---|---|---|---|---|---|---|
| Mains EMI Filter | 60 Hz | 2.5 | 0.015 H | 0.1e-6 F | 5.65 | 26,525 | 26,519.4 |
| Audio Crossover | 1,000 Hz | 8.0 | 0.0015 H | 10e-6 F | 9.42 | 15.91 | 10.44 |
| Induction Heater Tank | 150,000 Hz | 0.05 | 50e-6 H | 22e-9 F | 47.12 | 48.24 | 1.12 |
| Motor Start Winding | 50 Hz | 18.0 | 0.250 H | Not Applicable | 78.54 | 0 (N/A) | 80.57 |
Notice the Induction Heater Tank circuit: despite having massive reactances (~47 Ω each), the total impedance drops to roughly 1.12 Ω because X_L and X_C nearly cancel each other out. This is the hallmark of a resonant or near-resonant circuit, a critical concept when designing RF or high-power AC systems.
Rearranged Forms: Solving for Hidden Variables
On the bench, you rarely know all variables upfront. Often, you measure total impedance with a multimeter and need to back-calculate a parasitic value. Here are the algebraically rearranged forms of the master equation. Enter these directly into your web calculator when troubleshooting:
- Solving for Resistance (R):
R = √( Z² - (X_L - X_C)² )
Use case: Finding the Equivalent Series Resistance (ESR) of a capacitor when Z, L, and C are known. - Solving for Inductive Reactance (X_L):
X_L = X_C ± √( Z² - R² )
Use case: Sizing a choke inductor to achieve a specific target impedance in a filter network. - Solving for Capacitive Reactance (X_C):
X_C = X_L ± √( Z² - R² )
Use case: Selecting a coupling capacitor to match impedance in an audio amplifier output stage.
Worked Examples with Unit Tracking
The most common point of failure when using an online scientific calculator is inputting raw component labels (like "10mH") without converting them to base SI units. The calculator does not know what "m" or "μ" means unless you explicitly type the scientific notation. Below are two bench scenarios with strict unit tracking.
Problem 1: 120V AC Mains Snubber Network
Scenario: You are building a snubber for a 60 Hz mains relay. The circuit consists of a 47 Ω resistor in series with a 0.1 μF capacitor. There is no inductor. What is the total impedance?
- Identify and Convert to Base Units:
f= 60 HzR= 47 ΩC= 0.1 μF = 0.1 × 10⁻⁶ F =1e-7 FL= 0 H (Therefore,X_L= 0 Ω)
- Calculate X_C:
X_C = 1 / (2 * π * 60 * 1e-7)X_C = 1 / 0.000037699X_C = 26,525.8 Ω
- Apply Master Formula:
Z = √( 47² + (0 - 26525.8)² )Z = √( 2209 + 703,618,065 )Z = √( 703,620,274 )Z = 26,525.84 Ω
Bench Takeaway: The 47 Ω resistor is virtually invisible compared to the capacitive reactance at 60 Hz. The impedance is dominated entirely by the capacitor. For a deeper look at how snubber networks dissipate this energy, refer to the All About Circuits guide on snubber design.
Problem 2: Audio Crossover at 2.5 kHz
Scenario: An 8 Ω tweeter is wired in series with a 1.2 mH inductor and a 4.7 μF blocking capacitor. Calculate the impedance at a 2,500 Hz test tone.
- Identify and Convert to Base Units:
f= 2500 HzR= 8 ΩL= 1.2 mH =0.0012 HC= 4.7 μF =4.7e-6 F
- Calculate X_L:
X_L = 2 * π * 2500 * 0.0012X_L = 18.849 Ω
- Calculate X_C:
X_C = 1 / (2 * π * 2500 * 4.7e-6)X_C = 1 / 0.073827X_C = 13.545 Ω
- Apply Master Formula:
Z = √( 8² + (18.849 - 13.545)² )Z = √( 64 + (5.304)² )Z = √( 64 + 28.132 )Z = √( 92.132 )Z = 9.598 Ω
Bench Takeaway: At the crossover frequency, the reactive components do not perfectly cancel, leaving a net inductive reactance of ~5.3 Ω. Combined with the 8 Ω voice coil resistance, the amplifier sees a 9.6 Ω load. This is well within the safe operating area of any standard solid-state audio amp.
Critical Assumptions & Unit Mistakes That Break the Math
A web calculator is only as accurate as the physics model and the data you feed it. The formula Z = √(R² + (X_L - X_C)²) relies on strict assumptions. If your physical circuit violates these, your calculated numbers will not match your oscilloscope readings.
When the Formula Applies (and When It Doesn't)
- Steady-State Sinusoidal AC: This math assumes a pure sine wave. If you are driving the circuit with a square wave (like a PWM inverter output), the harmonics will experience vastly different reactances. You must use Fourier analysis for non-sinusoidal waveforms.
- Linear Components: The formula assumes inductance
Lis constant. In reality, iron-core inductors saturate at high currents, causingLto drop andX_Lto collapse. If your inductor core is saturating, the calculatedZwill be much higher than the actual measuredZ. - Series Topology Only: This specific Pythagorean derivation is strictly for series RLC circuits. For parallel RLC circuits, you must sum the admittances (the reciprocals of impedance), which requires a different formula entirely. For parallel AC theory, consult HyperPhysics parallel circuit documentation.
The Three Unit Mistakes That Will Ruin Your Build
- The Microfarad Trap: Typing
4.7uFor4.7mFinto a web calculator will result in a syntax error or a wildly incorrect calculation. Always type4.7e-6or4.7 * 10^-6. Older engineers sometimes use "mF" on capacitor schematics to mean microfarads (a holdover from early 20th-century notation), but in SI math, mF is millifarads (10⁻³). Always verify the physical capacitor label. - Confusing Hertz (f) with Radians per Second (ω): The formulas above use
2 * π * f. Some advanced textbooks use angular frequencyω(whereω = 2πf). If your oscilloscope reads 377 rad/s (which is 60 Hz), and you plug 377 into thefslot of the2 * π * fequation, your reactance will be off by a factor of 6.28. - Ignoring Parasitics and ESR: At high frequencies (above 100 kHz), the Equivalent Series Resistance (ESR) of a capacitor and the parasitic parallel capacitance of an inductor become dominant. A 10 μF electrolytic capacitor might have an ESR of 0.5 Ω. In a low-impedance switching power supply, that 0.5 Ω dictates thermal limits, even if the math says
X_Cis only 0.01 Ω.
By respecting base SI units and understanding the physical limits of your components, a simple browser-based scientific calculator becomes a highly reliable tool for AC circuit design and troubleshooting.






