Sizing a power factor correction (PFC) capacitor requires calculating the exact reactive power needed to shift an AC circuit's phase angle closer to unity. While basic calculators force you to write down intermediate steps, a 4 line scientific calculator (like the Casio fx-115ES PLUS 2nd Edition or TI-36X Pro) displays the formula template, your substituted values, the intermediate numerator/denominator evaluation, and the final result simultaneously. This prevents transcription errors when converting between polar and rectangular phasor domains.
The direct answer for sizing a parallel PFC capacitor is to use the formula: C = [P × (tan θ₁ - tan θ₂)] / (2πfV²). Below is the complete derivation, unit tracking, and the exact calculator model you should buy for bench and field work.
The Core Formula and Symbol Definitions
To correct a lagging power factor (typical for inductive loads like AC motors and transformers), you must add capacitive reactive power ($Q_c$) in parallel with the load. The capacitance required is derived from the reactive power formula $Q_c = V_{rms}^2 / X_c$, where capacitive reactance $X_c = 1 / (2\pi f C)$.
| Symbol | Parameter | Standard Unit | Calculator Input Format |
|---|---|---|---|
| C | Capacitance | Farads (F) | Decimal (e.g., 0.00005 for 50 µF) |
| P | Real Power | Watts (W) | Decimal (Do not use kVA or VA) |
| θ₁ | Initial Phase Angle | Degrees (°) | Degree mode (arccos of initial PF) |
| θ₂ | Target Phase Angle | Degrees (°) | Degree mode (arccos of target PF) |
| f | AC Line Frequency | Hertz (Hz) | 60 (North America) or 50 (EU/UK) |
| Vrms | RMS Voltage | Volts (V) | Line-to-Neutral for single-phase |
Rearranged Forms for Bench and Field Use
In the field, you rarely solve for capacitance in isolation. You often need to find out what final power factor a pre-existing capacitor bank will yield, or verify the real power of an unmarked motor. Here are the algebraically rearranged forms solving for each variable:
- Solve for Real Power (P):
$P = \frac{C \cdot 2\pi f V_{rms}^2}{\tan\theta_1 - \tan\theta_2}$ - Solve for Target Angle (θ₂):
$\theta_2 = \arctan\left(\tan\theta_1 - \frac{C \cdot 2\pi f V_{rms}^2}{P}\right)$ - Solve for RMS Voltage (Vrms):
$V_{rms} = \sqrt{\frac{P(\tan\theta_1 - \tan\theta_2)}{2\pi f C}}$ - Solve for Initial Angle (θ₁):
$\theta_1 = \arctan\left(\frac{C \cdot 2\pi f V_{rms}^2}{P} + \tan\theta_2\right)$
Assumptions, Unit Traps, and Realistic Magnitudes
When the Formula Applies (and When it Fails)
This derivation assumes a steady-state, pure sinusoidal AC waveform. It applies perfectly to across-the-line started induction motors, transformers, and resistive-inductive heating elements. It fails completely on the output side of Variable Frequency Drives (VFDs) or switching power supplies, where the waveform is Pulse Width Modulated (PWM) or heavily distorted by harmonics. For non-linear loads, you must use active PFC or detuned reactor-capacitor banks, not this static formula.
Unit Mistakes That Break the Math
- Using Apparent Power (VA) instead of Real Power (W): The formula requires $P$ (Watts). If your meter reads 5 kVA at 0.8 PF, you must input 4000 W, not 5000.
- Line-to-Line vs. Line-to-Neutral Voltage: For a single-phase 240V system, $V_{rms}$ is 240. For a 3-phase wye system where capacitors are connected line-to-neutral, you must use $V_{phase}$ (e.g., 277V for a 480V system), not the line voltage.
- Forgetting the Microfarad Multiplier: The formula outputs Farads. If your calculator reads $1.01 \times 10^{-4}$, that is 101 µF. Entering '101' into the rearranged formula without the $10^{-6}$ multiplier will result in catastrophic over-correction calculations.
Realistic Answer Magnitudes
For fractional horsepower single-phase motors (1/4 HP to 1 HP) on 120V/240V lines, expect capacitance values between 5 µF and 50 µF. For large industrial 3-phase motors (50 HP+), capacitance is usually specified in kVAR rather than µF, but if calculated in µF, values will range from 500 µF to 5,000 µF. If your calculator outputs 0.5 F (500,000 µF) for a small motor, you have a unit error.
Solved Problems with Unit Tracking
Problem 1: Sizing a Capacitor for a 5 HP Air Compressor
Scenario: A 5 HP single-phase air compressor draws 4,200 W of real power at 240V, 60Hz. The initial power factor is 0.72 lagging. We want to correct it to 0.95 lagging.
- Find the angles:
$\theta_1 = \arccos(0.72) = 43.945^\circ$
$\theta_2 = \arccos(0.95) = 18.195^\circ$ - Calculate the tangent difference:
$\tan(43.945^\circ) = 0.9638$
$\tan(18.195^\circ) = 0.3287$
$\Delta\tan = 0.9638 - 0.3287 = 0.6351$ - Calculate the numerator (Reactive Power required, $Q_c$):
$Q_c = 4200 \text{ W} \times 0.6351 = 2667.42 \text{ VAR}$ - Calculate the denominator:
$2 \times \pi \times 60 \text{ Hz} \times (240 \text{ V})^2 = 376.99 \times 57600 = 21,714,624 \text{ V}^2\cdot\text{rad/s}$ - Final Division:
$C = \frac{2667.42}{21,714,624} = 0.0001228 \text{ F}$ - Convert to practical units:
$0.0001228 \text{ F} = \mathbf{122.8 \text{ \mu F}}$
Jobsite Reality Check: You will not find a 122.8 µF capacitor. You would install a standard 120 µF or 125 µF metallized polypropylene film capacitor rated for at least 370VAC (never use a 240VAC rated cap on a 240V line due to transient spikes).
Problem 2: Finding the Resulting PF with a Limited Parts Inventory
Scenario: You only have a 100 µF capacitor in your truck. What will the new power factor ($\theta_2$) be for the same compressor?
- Setup the rearranged formula:
$\theta_2 = \arctan\left(\tan\theta_1 - \frac{C \cdot 2\pi f V_{rms}^2}{P}\right)$ - Substitute knowns (tracking units):
$C = 100 \times 10^{-6} \text{ F}$
$\tan\theta_1 = 0.9638$
$\text{Denominator term} = 2 \times \pi \times 60 \times 240^2 = 21,714,624$ - Calculate the subtracted fraction:
$\frac{(100 \times 10^{-6}) \times 21,714,624}{4200} = \frac{2171.46}{4200} = 0.5170$ - Subtract from initial tangent:
$0.9638 - 0.5170 = 0.4468$ - Find the new angle and PF:
$\theta_2 = \arctan(0.4468) = 24.07^\circ$
$\text{New PF} = \cos(24.07^\circ) = \mathbf{0.913 \text{ lagging}}$
The 100 µF capacitor improves the PF from 0.72 to 0.91. This is acceptable for most utility penalty thresholds (usually 0.90), saving you a trip to the electrical supply house.
Calculator Decision Path: Which Model to Buy
Not all scientific calculators handle complex AC math equally. The ability to natively calculate in polar ($r\angle\theta$) and rectangular ($a+bi$) formats without manual trigonometric conversion is the dividing line between a toy and a professional tool. Use this decision tree to select your hardware.
| If your primary use case is... | And you need this specific feature... | Then choose this model |
|---|---|---|
| AC phasor math, mesh analysis, and PE exam prep | Native complex number mode ($a+bi$ / $r\angle\theta$) and matrix solving | Casio fx-115ES PLUS 2nd Edition |
| General physics, unit conversions, and fraction display | Multi-view physical unit conversions and exact fraction/pi outputs | Texas Instruments TI-36X Pro |
| Programmable data logging and graphing waveforms | Python scripting and graphing capabilities | TI-84 Plus CE Python (Graphing, not scientific) |
| Budget field work with basic trigonometry | Low cost, basic 2-line display, no complex mode | Casio fx-300ES PLUS |
| DEFAULT PICK for Electrical Professionals | Best balance of complex math, 4-line display, and durability | Casio fx-115ES PLUS 2nd Edition |
The Verdict: Buy the Casio fx-115ES PLUS 2nd Edition (Model FX-115ESPLUS-2). It retails for approximately $20-$25, features a high-contrast 4-line Natural V.P.A.M. display, and its complex number mode allows you to input $240\angle0^\circ$ directly, bypassing the manual tangent derivations shown above when calculating complex power ($S = V \times I^*$). For deeper reading on AC power theory, refer to the All About Circuits AC textbook chapter on Power Factor.
Step-by-Step Keystrokes for the Casio fx-115ES PLUS
To execute Problem 1 directly using the calculator's natural textbook display, follow this exact sequence. This assumes the calculator is in Degree mode (indicated by a small 'D' at the top of the screen).
- Press MODE, then select 1 (COMP) for standard computation.
- Press SHIFT then MODE (SETUP), select 3 (Deg) to ensure angle inputs are in degrees.
- Type the numerator:
4200 * (tan(43.945) - tan(18.195)) - Press the division key (÷).
- Type the denominator:
(2 * π * 60 * 240^2)(Use the SHIFT + ^ key for π). - Press =. The 4-line display will show the full equation on line 1, and the result
1.2284...e-4on line 4. - Press ENG to cycle the exponent into engineering notation, yielding
122.84e-6, confirming 122.8 µF.
For official hardware specifications and to verify you are purchasing the updated 2nd Edition (which features a faster processor and improved screen contrast over the original), check the Casio fx-115ES PLUS 2nd Edition product page. Alternatively, if you prefer the Texas Instruments ecosystem, the TI-36X Pro is a worthy runner-up, though its complex number interface requires slightly more menu navigation.






