The primary formula of phase shift (φ) in an AC circuit is φ = arctan(X / R), where X is the net reactance and R is the resistance. When dealing with time-domain signals rather than impedance components, the formula translates to φ = 360° × f × Δt. Whether you are designing an audio crossover, tuning an RF matching network, or debugging a motor drive, calculating the exact phase angle is non-negotiable for predicting how voltage and current will interact.
Below, we break down the formula of phase shift, define every variable, provide rearranged forms for bench debugging, and walk through strict unit-tracked examples to ensure your calculations match what you see on your oscilloscope.
The Core Formula of Phase Shift and Symbol Definitions
In steady-state sinusoidal AC analysis, phase shift represents the angular difference between the voltage waveform and the current waveform. For a series RLC circuit, the master equation derived from the impedance triangle is:
φ = arctan( (XL - XC) / R )
For time-domain measurements (such as signal propagation delay on a PCB trace or audio cable), the equivalent formula is:
φ = 360° × f × Δt (for degrees)
φ = 2π × f × Δt (for radians)
Symbol Definition Table
| Symbol | Name | SI Unit | Typical Bench Range |
|---|---|---|---|
| φ | Phase Shift / Phase Angle | Degrees (°) or Radians (rad) | -90° to +90° |
| XL | Inductive Reactance | Ohms (Ω) | 0.1Ω to 10kΩ |
| XC | Capacitive Reactance | Ohms (Ω) | 0.1Ω to 1MΩ |
| R | Resistance | Ohms (Ω) | 1Ω to 1MΩ |
| f | Frequency | Hertz (Hz) | 50Hz to 2.4GHz |
| Δt | Time Delay / Time Shift | Seconds (s) | 10ps to 10ms |
Applicability and Assumptions
The impedance-based formula of phase shift strictly applies to Linear, Time-Invariant (LTI) systems operating in steady-state sinusoidal AC. It assumes the components are ideal (e.g., capacitors have no Equivalent Series Resistance, inductors have no parasitic parallel capacitance). It does not apply to transient DC switching events, non-linear loads like diode rectifiers (without first applying Fourier decomposition to the harmonics), or circuits driven by square waves where the phase shift differs for every harmonic.
Realistic Answer Magnitudes
In passive RC, RL, and RLC circuits, the phase angle φ is mathematically bounded between -90° and +90°. A purely resistive circuit yields 0°. A purely inductive circuit approaches +90° (voltage leads current), and a purely capacitive circuit approaches -90° (voltage lags current). If your calculator spits out 145° for a passive filter, you have either entered a negative resistance (impossible for passive components) or your calculator is in the wrong mode.
Rearranged Forms for Circuit Debugging
On the workbench, you rarely know all variables upfront. Usually, you measure a phase shift on the scope and need to back-calculate an unknown parasitic reactance, or you know your target phase angle and need to select a resistor. Here are the algebraically rearranged forms of the formula of phase shift:
- Solving for Net Reactance (X):
X = R × tan(φ)
Use case: You measure a 30° shift across a known 1kΩ resistor and need to find the parasitic inductance of a wirewound component. - Solving for Resistance (R):
R = X / tan(φ)
Use case: Designing an RC snubber where you know the capacitor's reactance at the switching frequency and want a specific damping angle. - Solving for Time Delay (Δt):
Δt = φ / (360° × f)(when φ is in degrees)
Use case: Determining the maximum allowable trace length mismatch on a PCB for a 50MHz clock signal before setup/hold times are violated. - Solving for Frequency (f):
f = φ / (360° × Δt)
Use case: Finding the exact cutoff frequency where a filter introduces a 45° shift, given a known propagation delay.
Worked Examples with Strict Unit Tracking
The most common point of failure in AC theory calculations is unit mismanagement. Below are two fully worked problems tracking every unit conversion.
Problem 1: Phase Shift in an RC Low-Pass Filter
Given: A series RC circuit with R = 10 kΩ, C = 10 nF, driven by a sine wave at f = 1 kHz. Find the phase shift φ of the output voltage relative to the input.
Step 1: Calculate Capacitive Reactance (XC)
Formula: XC = 1 / (2π × f × C)
Convert units to base SI: f = 1,000 Hz, C = 10 × 10-9 F.
XC = 1 / (2 × 3.14159 × 1000 s-1 × 10 × 10-9 F)
XC = 1 / (0.00006283) = 15,915.5 Ω
Step 2: Apply the Formula of Phase Shift
In an RC circuit, inductive reactance XL is 0. The formula becomes:
φ = arctan( (0 - XC) / R )
φ = arctan( -15,915.5 Ω / 10,000 Ω )
φ = arctan( -1.59155 )
Step 3: Calculate Final Angle
φ = -57.86°
Interpretation: The negative sign indicates that the output voltage lags the input voltage by 57.86°. This makes sense, as it is past the -45° cutoff frequency (which occurs when XC = R = 10kΩ, at roughly 1.59 kHz).
Problem 2: Time-Domain Shift in a High-Frequency Audio Line
Given: A 20 kHz audio signal travels through a long cable and amplifier chain, resulting in a measured propagation delay (Δt) of 12 μs. What is the phase shift in degrees?
Step 1: Identify and Convert Variables
f = 20,000 Hz
Δt = 12 μs = 12 × 10-6 seconds
Step 2: Apply the Time-Domain Formula
φ = 360° × f × Δt
φ = 360° × 20,000 s-1 × (12 × 10-6 s)
Notice how the seconds (s) and inverse seconds (s-1) cancel out, leaving a dimensionless ratio to be multiplied by degrees.
φ = 360° × 0.24
φ = 86.4°
Interpretation: A mere 12-microsecond delay causes an 86.4° phase shift at 20 kHz. However, that exact same 12 μs delay at a 100 Hz bass frequency would yield a shift of only 0.43°. This mathematical reality is why high-frequency driver alignment in multi-way speaker systems requires physical offset or precise digital delay lines.
Common Unit Mistakes That Break the Math
When the formula of phase shift yields wildly incorrect results, the physics isn't broken—your calculator is. Watch out for these three specific traps:
- Radians vs. Degrees Mode: The
arctan()function on your calculator will output radians if the calculator is in RAD mode. An output of-1.01in radians is actually-57.8°. Always verify your calculator's angle mode before interpreting the final φ value. - Confusing f (Hz) with ω (rad/s): The formula for reactance is often written as
XL = ωL. Here, ω (angular frequency) is2πf. If you plug 60 Hz directly intoωLinstead of377 × L, your reactance will be off by a factor of 6.28, completely destroying your phase angle calculation. - Ignoring Metric Prefixes in Reactance: Plugging
10into the capacitance variable instead of10 × 10-6(for 10 μF) is a classic bench mistake. I once miscalculated a passive crossover network by forgetting to convert millihenries to Henries, resulting in a 90° shift occurring at 400 Hz instead of the intended 4,000 Hz. Always convert to base SI units (Farads, Henries, Ohms, Hertz) before executing the formula.
For deeper reading on impedance triangles and phasor math, the Electronics Tutorials guide on Phasor Diagrams provides excellent visual mappings of these equations. Additionally, Georgia State University's HyperPhysics complex impedance calculator is a reliable web tool to double-check your manual bench calculations.
Frequently Asked Questions
How do I calculate the formula of phase shift for a purely inductive circuit?
In a purely inductive circuit, resistance (R) is theoretically zero. The formula becomes φ = arctan(XL / 0). Because division by zero approaches infinity, the arctangent of infinity is exactly +90°. In the real world, every inductor has some internal DC resistance (DCR). If you measure an inductor with 50Ω of reactance and 0.5Ω of DCR, the true phase shift is arctan(50 / 0.5) = arctan(100) = 89.4°, which is close enough to 90° for most practical power applications.
Why does the formula of phase shift yield a negative number for capacitors?
The negative sign is a mathematical convention tied to the complex impedance plane. Inductive reactance is plotted on the positive imaginary axis (+jXL), while capacitive reactance is plotted on the negative imaginary axis (-jXC). When you calculate arctan(-XC / R), the negative result simply indicates that the current waveform leads the voltage waveform (or conversely, the voltage lags the current). It does not mean the physical angle is 'less than zero' in a geometric sense; it denotes direction of the phase relationship.
Can the formula of phase shift be used for non-sinusoidal waveforms like square waves?
Not directly. The standard arctangent formula assumes a single, pure fundamental frequency. A square wave is composed of an infinite series of odd harmonics (fundamental, 3rd, 5th, 7th, etc.). Because reactance (XL and XC) changes with frequency, a filter will shift the phase of the 3rd harmonic differently than it shifts the fundamental. To analyze phase shift for square waves, you must use Fourier analysis to break the wave into its sine components, apply the phase shift formula to each harmonic individually, and then sum them back together.
What is the difference between phase shift and phase angle?
In casual bench terminology, they are used interchangeably. However, strictly speaking, phase angle refers to the absolute angular position of a single waveform relative to a fixed time zero (e.g., a sine wave starting at 30°). Phase shift (or phase difference) is the relative angular displacement between two distinct waveforms of the same frequency (e.g., the output signal relative to the input signal). The formula of phase shift calculates this relative difference.






