When you move from basic DC circuits into alternating current (AC) analysis, a standard scientific calculator falls short. AC analysis requires complex number support, phase angle conversions, and precise scientific notation handling. This is where a dedicated engg calculator (engineering calculator)—such as the Casio fx-991CW or the TI-84 Plus CE—becomes mandatory. These tools allow you to compute impedance in polar form and handle the micro/milli prefix conversions that routinely ruin manual calculations.
This guide breaks down the core AC impedance and resonant frequency formulas, maps every symbol to its physical unit, and walks through two bench-realistic solved problems using strict unit tracking.
The Core AC Impedance and Resonance Formulas
In a series RLC (Resistor-Inductor-Capacitor) circuit, the total opposition to alternating current is called impedance ($Z$). Unlike DC resistance, impedance accounts for the phase shifts introduced by magnetic fields in inductors and electric fields in capacitors. The resonant frequency ($f_r$) is the specific point where the inductive and capacitive reactances perfectly cancel each other out, leaving only the resistive component.
Formula 1: Series AC Impedance
$$Z = \sqrt{R^2 + (X_L - X_C)^2}$$
$$\theta = \arctan\left(\frac{X_L - X_C}{R}\right)$$
Formula 2: Resonant Frequency
$$f_r = \frac{1}{2\pi\sqrt{LC}}$$
| Symbol | Parameter | Standard Unit | Calculator Input Requirement |
|---|---|---|---|
| $Z$ | Total Impedance | Ohms ($\Omega$) | Real number (magnitude) |
| $R$ | Resistance | Ohms ($\Omega$) | Real number |
| $X_L$ | Inductive Reactance ($2\pi f L$) | Ohms ($\Omega$) | Real number |
| $X_C$ | Capacitive Reactance ($\frac{1}{2\pi f C}$) | Ohms ($\Omega$) | Real number |
| $\theta$ | Phase Angle | Degrees ($^\circ$) or Radians | Ensure calculator is in correct angle mode |
| $f, f_r$ | Frequency / Resonant Frequency | Hertz (Hz) | Base unit (not kHz or MHz) |
| $L$ | Inductance | Henries (H) | Must convert mH/$\mu$H to base H |
| $C$ | Capacitance | Farads (F) | Must convert $\mu$F/nF to base F |
To give you a sense of realistic magnitudes before we start calculating, here is a data-dense reference table showing how common component values translate to reactance and impedance at a standard 60 Hz mains frequency.
| Inductance ($L$) | Capacitance ($C$) | $X_L$ at 60 Hz | $X_C$ at 60 Hz | Total $Z$ (with 10$\Omega$ R) | Circuit Behavior |
|---|---|---|---|---|---|
| 10 mH | 100 $\mu$F | 3.77 $\Omega$ | 26.52 $\Omega$ | 24.65 $\Omega$ | Highly Capacitive |
| 50 mH | 50 $\mu$F | 18.85 $\Omega$ | 53.05 $\Omega$ | 45.30 $\Omega$ | Capacitive |
| 100 mH | 70.3 $\mu$F | 37.70 $\Omega$ | 37.70 $\Omega$ | 10.00 $\Omega$ | Resonant (Unity PF) |
| 250 mH | 10 $\mu$F | 94.25 $\Omega$ | 265.25 $\Omega$ | 171.26 $\Omega$ | Capacitive |
| 500 mH | 5 $\mu$F | 188.50 $\Omega$ | 530.52 $\Omega$ | 342.10 $\Omega$ | Highly Capacitive |
Calculator Setup and Unit Traps That Break Your Math
Before punching numbers into your TI-84 Plus CE or Casio fx-991CW, you must configure the environment. The formulas above apply strictly to steady-state sinusoidal AC circuits with linear components. They do not apply to transient inrush currents, non-sinusoidal waveforms (like square waves from a VFD), or circuits with non-linear loads (like diode rectifiers) without applying Fourier decomposition first.
The Three Fatal Unit Mistakes
- The Prefix Trap: Engineering calculators do not automatically know that "100" on a capacitor means microfarads. If you input $C = 100$ instead of $100 \times 10^{-6}$, your calculated $X_C$ will be off by a factor of one million. Always use scientific notation:
100E-6. (Note: use theEorEEkey, not the^key, to avoid order-of-operations errors in the denominator). - Degrees vs. Radians: When calculating the phase angle $\theta$ for power factor analysis, your calculator must be in Degree mode. A power factor angle of 45$^\circ$ is standard; 45 radians is physical nonsense. Conversely, if you are using the calculator for calculus-based transient analysis, switch to Radians.
- Angular Frequency Confusion: The formula for inductive reactance is $X_L = 2\pi f L$. Many students mistakenly use angular frequency ($\omega = 2\pi f$) directly in place of $f$, effectively squaring the $2\pi$ multiplier. If your grid frequency is 60 Hz, $f = 60$. Do not input 377 into the $f$ variable.
For realistic answer magnitudes: Impedance ($Z$) in standard branch circuits should range from fractions of an ohm (heavy feeders) to a few hundred ohms (lighting/control circuits). Resonant frequencies ($f_r$) for power systems are usually between 100 Hz and 2 kHz (harmonics territory), while RF/antenna circuits will push into the MHz or GHz range. If your 60 Hz motor circuit yields a resonant frequency of 4.5 GHz, you missed a micro-prefix conversion.
Worked Example 1: Series RLC Impedance at 60 Hz
Scenario: You are analyzing a 120V, 60 Hz single-phase branch circuit powering an inductive ballast with a power factor correction capacitor. The circuit has a resistance of $15 \Omega$, an inductance of $40 \text{ mH}$, and a capacitance of $50 \mu\text{F}$.
Goal: Find the total impedance ($Z$) and the phase angle ($\theta$).
Step-by-Step Solution with Unit Tracking
- Convert to Base Units:
$R = 15 \, \Omega$
$L = 40 \text{ mH} = 40 \times 10^{-3} \text{ H} = 0.040 \text{ H}$
$C = 50 \mu\text{F} = 50 \times 10^{-6} \text{ F} = 0.000050 \text{ F}$
$f = 60 \text{ Hz}$ - Calculate Inductive Reactance ($X_L$):
$$X_L = 2 \pi f L$$
$$X_L = 2 \times \pi \times 60 \times 0.040$$
Calculator keystroke:2 * \pi * 60 * 40E-3
$$X_L = 15.0796 \, \Omega$$ - Calculate Capacitive Reactance ($X_C$):
$$X_C = \frac{1}{2 \pi f C}$$
$$X_C = \frac{1}{2 \times \pi \times 60 \times 50 \times 10^{-6}}$$
Calculator keystroke:1 / (2 * \pi * 60 * 50E-6)
$$X_C = 53.0516 \, \Omega$$ - Calculate Total Impedance ($Z$):
$$Z = \sqrt{R^2 + (X_L - X_C)^2}$$
$$Z = \sqrt{15^2 + (15.0796 - 53.0516)^2}$$
$$Z = \sqrt{225 + (-37.972)^2}$$
$$Z = \sqrt{225 + 1441.87}$$
$$Z = \sqrt{1666.87} = 40.827 \, \Omega$$ - Calculate Phase Angle ($\theta$):
Ensure calculator is in DEGREE mode.
$$\theta = \arctan\left(\frac{X_L - X_C}{R}\right)$$
$$\theta = \arctan\left(\frac{15.0796 - 53.0516}{15}\right)$$
$$\theta = \arctan\left(\frac{-37.972}{15}\right) = \arctan(-2.5314)$$
$$\theta = -68.43^\circ$$
Result Interpretation: The total impedance is $40.83 \Omega$. The negative phase angle indicates the circuit is net-capacitive (the capacitor's reactance dominates the inductor's). For a deeper theoretical breakdown of how these vectors sum in the complex plane, refer to the All About Circuits AC textbook chapter on impedance.
Worked Example 2: Finding Resonance and Rearranged Forms
Scenario: You are designing an LC tank circuit for a 13.56 MHz NFC/RFID antenna. You have a fixed surface-mount inductor of $2.5 \mu\text{H}$. You need to find the exact capacitance required to achieve resonance at the target frequency.
Goal: Solve for $C$ given $f_r$ and $L$.
Step-by-Step Solution
- Convert to Base Units:
$f_r = 13.56 \text{ MHz} = 13.56 \times 10^6 \text{ Hz}$
$L = 2.5 \mu\text{H} = 2.5 \times 10^{-6} \text{ H}$ - Rearrange the Formula for $C$:
Start with: $f_r = \frac{1}{2\pi\sqrt{LC}}$
Square both sides: $f_r^2 = \frac{1}{4\pi^2 LC}$
Isolate $C$: $C = \frac{1}{4\pi^2 f_r^2 L}$ - Execute Calculation:
$$C = \frac{1}{4 \times \pi^2 \times (13.56 \times 10^6)^2 \times (2.5 \times 10^{-6})}$$
Calculator keystroke:1 / (4 * \pi^2 * (13.56E6)^2 * 2.5E-6)
$$C = \frac{1}{9869604401 \times 10^{12} \times 2.5 \times 10^{-6}}$$
$$C = 4.595 \times 10^{-11} \text{ F}$$ - Convert to Practical Units:
$4.595 \times 10^{-11} \text{ F} = 45.95 \text{ pF}$
Result Interpretation: You need a 45.95 pF capacitor. In practice, you would select a standard 47 pF NP0/C0G dielectric capacitor and trim the antenna trace inductance slightly to dial in the exact 13.56 MHz center frequency, as component tolerances at RF are tight.
Master List of Rearranged Forms
When using your engg calculator in the field, you rarely solve for the primary variable. Keep this rearrangement cheat sheet handy for rapid troubleshooting. Note the standard NIST SI prefixes when converting your final answers back to readable engineering units.
- Solving for Resistance ($R$): $R = \sqrt{Z^2 - (X_L - X_C)^2}$ (Valid only if $Z > |X_L - X_C|$)
- Solving for Inductive Reactance ($X_L$): $X_L = X_C \pm \sqrt{Z^2 - R^2}$
- Solving for Capacitive Reactance ($X_C$): $X_C = X_L \mp \sqrt{Z^2 - R^2}$
- Solving for Inductance ($L$): $L = \frac{X_L}{2\pi f}$
- Solving for Capacitance ($C$): $C = \frac{1}{2\pi f X_C}$
- Solving for Resonant Inductance ($L$): $L = \frac{1}{4\pi^2 f_r^2 C}$
- Solving for Resonant Capacitance ($C$): $C = \frac{1}{4\pi^2 f_r^2 L}$
- Solving for Frequency ($f$) given $X_L$: $f = \frac{X_L}{2\pi L}$
By strictly enforcing base-unit inputs and leveraging the complex number and scientific notation features of a modern engineering calculator, you eliminate the most common algebraic errors in AC circuit analysis. Always verify your final magnitude against the physical reality of the circuit—a 120V branch circuit should never yield an impedance in the mega-ohms unless the breaker is open.






