If you have ever tried to add two alternating current (AC) waveforms by simply adding their peak amplitudes, you already know why the phasor formula exists. In AC circuit theory, voltages and currents are sinusoidal functions of time. Adding them requires trigonometric identities that quickly become unmanageable. The phasor transform bypasses this by converting time-domain differential equations into frequency-domain algebraic equations using complex numbers.
This guide breaks down the core phasor formula, tracks units through solved problems, and walks through a real-world bench scenario where a single unit mistake led to a failed power factor correction.
The Core Phasor Formula: Symbols, Definitions, and Rearrangements
The fundamental phasor transformation maps a time-domain sinusoid to a complex, frequency-domain constant. The core formula relies on Euler's identity, dropping the time-varying component to leave a static vector (the phasor) that captures magnitude and phase.
Time-Domain Signal: v(t) = Vm cos(ωt + φ)
Phasor-Domain Equivalent: V = Vm ejφ = Vm ∠ φ
Rectangular Form: V = Vm cos(φ) + j Vm sin(φ)
| Symbol | Definition | Standard Unit |
|---|---|---|
| V (bold) | Phasor voltage (complex number) | Volts (V) |
| v(t) | Instantaneous time-domain voltage | Volts (V) |
| Vm | Peak amplitude of the sinusoid | Volts (V) |
| ω | Angular frequency (2πf) | Radians per second (rad/s) |
| φ | Phase angle (initial phase shift) | Degrees (°) or Radians (rad) |
| j | Imaginary unit (√-1), used as j in EE to avoid confusion with current i | Dimensionless |
Rearranged Forms
Depending on what your multimeter or oscilloscope gives you, you will need to rearrange the formula to solve for specific variables:
- Solve for Peak Magnitude (Vm):
Vm = |V| = √(X² + Y²)where X is the real part and Y is the imaginary part. - Solve for Phase Angle (φ):
φ = arctan(Y / X)(Note: You must adjust for the correct quadrant based on the signs of X and Y). - Solve for Time-Domain v(t):
v(t) = Re{V ejωt}which expands back toVm cos(ωt + φ). - Solve for RMS Magnitude:
Vrms = Vm / √2(Assumes a pure sinusoid).
When the Formula Applies (and Its Assumptions)
The phasor formula is not a universal physics law; it is a mathematical shortcut with strict boundaries. It applies only when:
- The circuit is Linear and Time-Invariant (LTI). Components like resistors, capacitors, and inductors must have constant values regardless of voltage or time.
- The circuit is in sinusoidal steady-state. All transient startup behaviors (like an inductor fighting a sudden DC switch-on) have decayed to zero.
- All sources share a single, identical frequency (ω). If you have a 60Hz source and a 50Hz source in the same circuit, you cannot use a single phasor domain; you must use superposition.
Unit Mistakes That Break Your Phasor Math
When a phasor calculation yields a wildly incorrect answer on the bench, it is almost always due to one of three unit mismatches. According to foundational AC theory resources like Electronics Tutorials, mixing domains is the most common pitfall for students and hobbyists.
1. Degrees vs. Radians in the Calculator
The term ωt is inherently in radians (since ω is rad/s). However, phase angles (φ) are almost always written in degrees on schematics (e.g., 120∠30°). If your calculator is in Radian mode and you type cos(30), it calculates the cosine of 30 radians, not 30 degrees, completely destroying your rectangular conversion.
2. Peak vs. RMS Voltage
The standard mathematical phasor formula uses Peak amplitude (Vm). However, multimeters and power grids specify RMS voltage. A US wall outlet is 120V RMS, meaning Vm is actually 169.7V. If you plug 120 into the Vm slot of the phasor formula, your reconstructed time-domain waveform will be 30% too small.
3. Hertz vs. rad/s
Frequency (f) is measured in Hertz (cycles/second). Angular frequency (ω) is measured in rad/s. The conversion is ω = 2πf. Forgetting the 2π multiplier when calculating inductive reactance (XL = ωL) will result in an impedance value that is roughly 6.28 times too low.
Solved Problems: Tracking Units from Time-Domain to Phasor-Domain
Let us walk through two distinct problems, tracking every unit to ensure the math holds up.
Problem 1: Converting a Time-Domain Signal to a Phasor
Given: An oscilloscope reads a voltage waveform: v(t) = 170 cos(377t - 45°) Volts.
Task: Express this as a phasor in both polar and rectangular forms.
- Identify the parameters: Vm = 170 V. ω = 377 rad/s (which confirms a 60Hz system, since 377 / 2π ≈ 60). φ = -45°.
- Apply the polar phasor formula: Drop the time component (ωt) and the cosine function.
V = 170 ∠ -45° V - Convert to rectangular form (X + jY): Ensure your calculator is in Degree mode.
X = 170 * cos(-45°) = 170 * 0.7071 = 120.2 V
Y = 170 * sin(-45°) = 170 * -0.7071 = -120.2 V - Final Answer:
V = 120.2 - j120.2 V
Problem 2: Adding Phasor Currents and Reconstructing Time
Given: Two parallel branches feed a load. Branch 1 current: I1 = 10 ∠ 0° A. Branch 2 current: I2 = 5 ∠ 90° A. System frequency is 60Hz.
Task: Find the total time-domain current, i(t).
- Convert polar phasors to rectangular for addition:
I1 = 10 cos(0°) + j10 sin(0°) = 10 + j0 A
I2 = 5 cos(90°) + j5 sin(90°) = 0 + j5 A - Add the rectangular components:
Itotal = (10 + 0) + j(0 + 5) = 10 + j5 A - Convert back to polar to find magnitude and phase:
|Itotal| = √(10² + 5²) = √125 = 11.18 A
φ = arctan(5 / 10) = 26.56°
Itotal = 11.18 ∠ 26.56° A - Reconstruct the time-domain formula: Calculate ω = 2π(60) = 377 rad/s.
i(t) = 11.18 cos(377t + 26.56°) A
Real-World Bench Scenario: Sizing a Capacitor for Power Factor Correction
Phasor math is not just for textbooks; it dictates how we size physical components. Let us look at a scenario involving a 120V RMS, 60Hz bench grinder motor that is tripping a 15A breaker due to poor power factor.
The Setup: The motor draws 8A at a lagging power factor (PF) of 0.6. We want to correct the PF to 0.95 by adding a parallel run capacitor. We need to calculate the exact capacitance (C) required.
The Numbers (Correct Method using RMS):
- Calculate Real Power (P):
P = Vrms * Irms * PF = 120 * 8 * 0.6 = 576 W. - Calculate Initial Reactive Power (Q1):
Q1 = P * tan(arccos(0.6)) = 576 * 1.333 = 768 VAR. - Calculate Target Reactive Power (Q2):
Q2 = P * tan(arccos(0.95)) = 576 * 0.328 = 189 VAR. - Calculate Required Capacitor Reactive Power (Qc):
Qc = Q1 - Q2 = 768 - 189 = 579 VAR. - Solve for Capacitance: Using the formula
Qc = Vrms² * ω * C, we rearrange toC = Qc / (Vrms² * ω).
C = 579 / (120² * 377) = 579 / 5,428,800 = 0.000106 F, or 106 μF.
The Outcome: You order a 100μF CBB60 motor run capacitor, wire it in parallel with the motor, and the breaker stops tripping.
What Went Wrong (The Mistake): Suppose during step 5, you accidentally used the Peak voltage (170V) instead of the RMS voltage (120V) in the denominator, perhaps because you had just been looking at oscilloscope peak-to-peak readings.
Cwrong = 579 / (170² * 377) = 579 / 10,895,300 = 53 μF.
You buy and install a 50μF capacitor. Because the capacitor is half the required size, it only supplies ~271 VAR. The new system reactive power remains at 497 VAR, resulting in a corrected PF of only 0.75. The motor still draws excessive apparent current, and the breaker eventually trips under heavy grinding loads. This is why explicitly tracking RMS vs. Peak in your phasor formulas is a critical bench habit.
What a Realistic Answer Magnitude Looks Like
When you finish a phasor calculation, you should immediately perform a sanity check against realistic physical magnitudes. If your answer falls outside these bounds, you have likely dropped a unit conversion.
- Mains Voltage Magnitudes: For standard US residential circuits, your phasor magnitude should be roughly 120V (if using RMS phasors) or 170V (if using peak phasors). If your calculation yields 1200V or 12V, check your transformer turns ratio or decimal placement.
- Phase Angles (φ): For passive loads (resistors, capacitors, inductors), the phase angle between voltage and current will always fall between -90° and +90°. If your calculator spits out an angle of 450° or -270°, you forgot to apply a modulo 360 operation or misread the arctangent quadrant.
- Capacitance and Inductance: In 50/60Hz power systems, power factor correction capacitors are almost always in the microfarad (μF) range (e.g., 10μF to 500μF). If your phasor-derived reactive power formula yields a capacitance of 5 Farads, you have missed a milli/micro prefix somewhere in your current or voltage inputs.
Mastering the phasor formula is about more than memorizing Euler's identity; it is about rigorously tracking your units from the oscilloscope screen to the calculator, and finally to the physical component you solder into your circuit. For deeper mathematical proofs on complex number applications in AC circuits, the MIT OpenCourseWare Circuits and Electronics archives provide excellent foundational derivations.






