The Core Formula: AC Series RLC Impedance
In a series AC circuit containing a resistor (R), inductor (L), and capacitor (C), the total opposition to current flow is the impedance (Z). Because inductive and capacitive reactances are 180 degrees out of phase with each other, they subtract, and their combined effect is added to the resistance vectorially.
Primary Equations
Impedance Magnitude: Z = √(R² + (2πfL - 1 / (2πfC))²)
Phase Angle: θ = arctan((X_L - X_C) / R)
Symbol Definition & Spec Sheet
| Symbol | Parameter | Standard Unit | Typical Bench Magnitude |
|---|---|---|---|
| Z | Total Impedance | Ohms (Ω) | 1 Ω (power) to 100 kΩ (signal) |
| R | Resistance | Ohms (Ω) | 0.1 Ω to 1 MΩ |
| X_L | Inductive Reactance | Ohms (Ω) | 0 Ω to 10 kΩ |
| X_C | Capacitive Reactance | Ohms (Ω) | 0.1 Ω to 1 MΩ |
| f | Frequency | Hertz (Hz) | 50/60 Hz (mains) to MHz (RF) |
| L | Inductance | Henries (H) | µH to H |
| C | Capacitance | Farads (F) | pF to mF |
| θ | Phase Angle | Degrees (°) | -90° to +90° |
Assumptions and Application Limits
This formula applies strictly to linear, steady-state AC sinusoidal circuits. It assumes ideal components. In reality, inductors have parasitic series resistance (DCR) and capacitors have equivalent series resistance (ESR). For precision RF or high-current power supply filtering, you must add the component ESR directly to R in the formula. Furthermore, the phase angle θ assumes a series topology; for parallel RLC circuits, you must use admittance (Y = 1/Z) calculations instead.
Rearranged Forms for Circuit Debugging
On the bench, you rarely solve for Z blindly. Usually, you have a target impedance or a resonant frequency and need to find the missing component value. Use these rearranged forms in your free scientific calculator:
- Solve for R (Thermal/Load check): R = √(Z² - (X_L - X_C)²)
- Solve for L (Choke sizing): L = (X_C ± √(Z² - R²)) / (2πf)
- Solve for C at Resonance (X_L = X_C): C = 1 / ((2πf)² × L)
- Solve for Resonant Frequency (f_r): f_r = 1 / (2π√(LC))
Worked Examples with Unit Tracking
The most common reason engineers and hobbyists get garbage outputs from their calculators is failing to track unit prefixes. Here are two bench-realistic problems with explicit intermediate steps.
Problem 1: Calculate Total Impedance and Phase Angle
Given: A series motor start circuit with R = 100 Ω, L = 50 mH, C = 20 µF, driven by a 60 Hz AC source.
Find: Total Impedance (Z) and Phase Angle (θ).
- Convert to base units: L = 50 × 10⁻³ H (0.05 H); C = 20 × 10⁻⁶ F (0.00002 F).
- Calculate Angular Frequency (ω): ω = 2πf = 2 × π × 60 = 376.99 rad/s.
- Calculate Inductive Reactance (X_L): X_L = ωL = 376.99 × 0.05 = 18.85 Ω.
- Calculate Capacitive Reactance (X_C): X_C = 1 / (ωC) = 1 / (376.99 × 0.00002) = 132.63 Ω.
- Calculate Net Reactance (X): X = X_L - X_C = 18.85 - 132.63 = -113.78 Ω.
- Calculate Impedance (Z): Z = √(100² + (-113.78)²) = √(10000 + 12945.88) = √22945.88 = 151.48 Ω.
- Calculate Phase Angle (θ): θ = arctan(-113.78 / 100) = arctan(-1.1378) = -48.67°.
Result check: A negative phase angle indicates a capacitive circuit, which makes sense since X_C (132.63 Ω) dominates X_L (18.85 Ω). A magnitude of ~151 Ω is highly realistic for a fractional-horsepower motor winding.
Problem 2: Finding Capacitance for Resonance
Given: You are building an LC tank circuit for an induction heater and need it to resonate at f = 1 kHz. Your available work coil has an inductance L = 10 mH.
Find: The required capacitance (C).
- Convert to base units: f = 1000 Hz; L = 0.01 H.
- Calculate Angular Frequency Squared (ω²): (2πf)² = (2 × π × 1000)² = (6283.18)² = 39,478,417.6 rad²/s².
- Apply Resonant Capacitance Formula: C = 1 / (ω² × L) = 1 / (39478417.6 × 0.01).
- Calculate Final Value: C = 1 / 394784.176 = 2.533 × 10⁻⁶ F.
- Convert to standard component units: C = 2.53 µF.
Result check: A 2.5 µF capacitor is a standard, readily available film capacitor value for high-frequency power electronics. If your calculator spits out 2,533,000, you forgot to convert millihenries to Henries in step 1.
Common Unit Mistakes That Break the Math
When using a web-based or app-based calculator, the interface won't save you from physics errors. Watch out for these three traps:
- Radians vs. Degrees in Arctan: If your calculator is set to Radians, your phase angle for Problem 1 would output as -0.849 instead of -48.67°. Always verify the DEG/RAD toggle before hitting the inverse tangent (tan⁻¹) button. For AC power analysis, degrees are the standard.
- The Microfarad Trap: Capacitors are almost never sold in Farads. Entering "20" instead of "20E-6" (or 0.00002) into the X_C formula will result in a reactance a million times smaller than reality, effectively shorting the circuit in your math model.
- kHz vs Hz in Resonance: Signal generators read in kHz or MHz, but the formula demands base Hertz. Forgetting to multiply a 150 kHz IF frequency by 1000 will shift your calculated resonant capacitor value by a factor of 1,000,000.
FAQ: Using a Free Scientific Calculator for Electronics
What is the best free scientific calculator for complex numbers in AC circuits?
If you are doing advanced AC analysis involving phasor notation (e.g., V = 120∠30°), you need a calculator that natively supports imaginary numbers (the 'i' or 'j' operator). GeoGebra's Scientific Calculator and the Android app RealCalc (free tier) both support complex number arithmetic. Desmos is excellent for graphing frequency response (Bode plots) but requires workarounds for native complex number phasor math.
How do I enter microfarads and millihenries into a free online scientific calculator?
Use standard engineering E-notation. For microfarads (µF), type E-6 or *10^-6. For millihenries (mH), type E-3. For example, 47 µF is entered as 47E-6. Never rely on the calculator's unit conversion menus for circuit math, as they often confuse electrical Farads with thermal or mechanical units.
Why does my free scientific calculator give a phase angle in radians instead of degrees?
Most browser-based calculators default to Radians because it is the mathematical standard for calculus. Look for a gear icon, a "Settings" menu, or a physical toggle button on the UI labeled "DEG / RAD / GRAD". Switch it to DEG before calculating arctan, arcsin, or arccos for power factor and phase angle calculations.
Can a free scientific calculator app handle 3-phase power formulas?
Yes, but you must manually manage the √3 (1.732) multiplier. For example, to find 3-phase apparent power (S = √3 × V_L × I_L), you simply type sqrt(3) * V * I. However, for unbalanced 3-phase fault calculations requiring symmetrical components (positive, negative, and zero sequence networks), a standard scientific calculator becomes tedious; you are better off using a dedicated Python script or MATLAB/Octave for matrix inversion.
References: For deeper reading on AC reactance and impedance derivation, consult the All About Circuits textbook chapter on RLC networks. For tool access, refer to the official GeoGebra Scientific Calculator documentation.






