The master trigonometric equation formula for calculating the phase angle in a single-phase AC circuit is θ = arctan((XL - XC) / R). This formula dictates the phase shift between voltage and current, determining your circuit's power factor and true impedance magnitude. Whether you are sizing a run capacitor for an induction motor or debugging a lagging power factor penalty on a commercial panel, this trigonometric identity is the mathematical bridge between physical components and AC wave behavior.
The Core Trigonometric Equation Formula for AC Impedance
In alternating current theory, resistance (R) and reactance (X) do not add algebraically; they add vectorially. The phase angle (θ) represents the angular displacement between the total voltage and total current. The primary trigonometric equation formula used to derive this angle from known component values is:
θ = arctan( (XL - XC) / R )
| Symbol | Parameter | Standard Unit | Practical Notes |
|---|---|---|---|
| θ | Phase Angle | Degrees (°) or Radians | Positive = current lags voltage (inductive); Negative = current leads (capacitive). |
| XL | Inductive Reactance | Ohms (Ω) | Calculated as 2πfL. Opposes changes in current. |
| XC | Capacitive Reactance | Ohms (Ω) | Calculated as 1 / (2πfC). Opposes changes in voltage. |
| R | AC Resistance | Ohms (Ω) | Real power dissipation. Includes skin effect at high frequencies. |
This equation assumes steady-state, single-phase sinusoidal AC waveforms driving linear components. It breaks down in circuits with heavy harmonic distortion (like unfiltered VFD outputs or cheap LED drivers), where non-linear loads require Fourier decomposition into individual harmonic trigonometric sums. It also assumes a single frequency f; in multi-frequency signals, superposition must be applied first.
Rearranged Forms for Bench Troubleshooting
On the bench, you rarely solve for θ in isolation. Usually, you have a target phase angle (to achieve a specific power factor) and need to find the missing component value. Here are the algebraically rearranged forms of the trigonometric equation formula, solving for each variable:
- Solve for Net Reactance (X): Xnet = R · tan(θ) (Use when sizing a reactor or capacitor bank to hit a target power factor).
- Solve for Resistance (R): R = Xnet / tan(θ) (Use when determining the maximum allowable real-power load for a given reactive limit).
- Solve for Impedance Magnitude (Z): Z = R / cos(θ) (Derived from the power triangle; critical for calculating total voltage drop).
- Solve for Capacitive Reactance (XC): XC = XL - (R · tan(θ)) (The primary formula for power factor correction capacitor sizing).
Worked Examples with Strict Unit Tracking
Abstract math causes blown breakers. Here are two practical scenarios tracking units from raw measurements to final component values.
Problem 1: Finding Phase Angle in an Inductive Motor Winding
Scenario: You are testing a single-phase induction motor winding at 60 Hz. Your LCR meter reads a series resistance (R) of 12 Ω and an inductive reactance (XL) of 16 Ω. There is no capacitance (XC = 0 Ω). Find the phase angle (θ) and the total impedance magnitude (Z).
- Identify knowns: R = 12 Ω, XL = 16 Ω, XC = 0 Ω.
- Apply the trigonometric equation formula:
θ = arctan( (16 Ω - 0 Ω) / 12 Ω )
θ = arctan( 16 / 12 )
θ = arctan( 1.333 ) - Calculate angle: θ = 53.13°. (Current lags voltage by 53.13 degrees; Power Factor = cos(53.13°) = 0.60, which is poor and typical for an unloaded motor).
- Calculate Z magnitude:
Z = √(R² + (XL - XC)²)
Z = √(12² + 16²) = √(144 + 256) = √400
Z = 20 Ω.
Problem 2: Sizing a Run Capacitor for Power Factor Correction
Scenario: A 120V, 60Hz compressor circuit has an equivalent load of R = 48 Ω and XL = 200 Ω. The utility is penalizing the facility for a low power factor. You need to add a parallel run capacitor to shift the target phase angle to 25.8° (which yields a Power Factor of ~0.90). What exact capacitance in microfarads (µF) is required?
- Identify knowns: R = 48 Ω, XL = 200 Ω, Target θ = 25.8°, f = 60 Hz.
- Find the target net reactance (Xnet):
Xnet = R · tan(θ)
Xnet = 48 Ω · tan(25.8°)
Xnet = 48 Ω · 0.4834 = 23.2 Ω. - Isolate XC using the rearranged formula:
XC = XL - Xnet
XC = 200 Ω - 23.2 Ω = 176.8 Ω. - Convert Reactance to Capacitance:
XC = 1 / (2πfC) → C = 1 / (2πf · XC)
C = 1 / (2 · π · 60 Hz · 176.8 Ω)
C = 1 / (377 · 176.8) = 1 / 66653.6
C = 0.000015 Farads = 15 µF.
Unit Mistakes That Break the Math and Realistic Magnitudes
When the math doesn't match the bench oscilloscope, 99% of the time it is a unit translation error. Watch for these specific traps:
- Radians vs. Degrees: The arctan function on most scientific calculators and programming languages (like Python's
math.atan) defaults to radians. If your calculator is in radian mode, arctan(1.333) returns 0.927 radians. If you treat 0.927 as degrees, your power factor calculations will be wildly incorrect. Always verify your calculator is in DEG mode before solving for θ. - Omitting 2πf in Reactance: The trigonometric formula requires Ohms, not Henrys or Farads. A common mistake is plugging an inductance value (e.g., 50 mH) directly into the XL slot. You must first multiply by 2πf (377 for 60Hz systems) to convert to Ohms.
- Mixing Peak and RMS Voltages: While the impedance trigonometric formula itself relies only on R and X, calculating the resulting current (I = V/Z) requires consistency. If V is RMS (e.g., 120V wall power), the resulting I is RMS. Do not mix Vpeak with Z to find IRMS.
What does a realistic answer magnitude look like?
In residential and light commercial wiring, a well-designed circuit operates with a phase angle between 0° and 15° (Power Factor 0.96 to 1.0). Heavy inductive loads like raw, uncompensated induction motors at startup can exhibit phase angles of 70° to 85° (PF 0.34 to 0.08). If your trigonometric derivation yields a phase angle greater than 90°, you have a math error or a sign-flip in your XL/XC subtraction, as passive components cannot generate a phase shift beyond ±90°.
Decision Tree: Selecting the Right Compensation Component
Once the trigonometric equation formula gives you your required XC and subsequent capacitance value, you must select the physical component. Do not just grab any capacitor with the right microfarad rating; the dielectric and voltage rating dictate survival in AC circuits. Use this decision path to terminate on the correct part.
| Condition (Calculated Value) | Component Category | Dielectric Requirement |
|---|---|---|
| If C < 2 µF and high dV/dt (snubber) | Film Snubber Capacitor | Metallized Polypropylene (High pulse) |
| If 2 µF ≤ C ≤ 100 µF (Motor Run / PF) | AC Motor Run Capacitor | Metallized Polypropylene (Continuous AC) |
| If C > 100 µF (Bulk PF Correction) | Switched Capacitor Bank | Oil-filled or Dry-type Power Factor cans |
| Default Recommendation (5-50 µF range) | Standard HVAC/Motor Run Cap | Metallized Polypropylene, 370VAC+ |
For the 15 µF requirement calculated in Problem 2, do not use a DC electrolytic capacitor (it will vent and fail catastrophically on AC). Do not use a ceramic disc (insufficient energy density and microphonic). The definitive bench and jobsite standard for this range is the Dayton 2MEP5 (or equivalent Grainger-approved 15 µF, 370VAC Metallized Polypropylene Run Capacitor). It features a self-healing dielectric that clears internal shorts, a 1/4-inch quick-connect spade terminal for secure wiring, and an EIA-456-A compliance rating ensuring it survives the continuous 60Hz AC cycle without thermal runaway.
For further reading on the physical realities of power factor and how utilities measure these trigonometric phase shifts, refer to the Fluke guide on Power Factor basics and the Department of Energy's documentation on Power Factor Correction. Mastering this trigonometric equation formula transitions you from guessing component values to engineering precise, efficient AC power systems.






