The Core Trigonometric Function Formula in AC Circuits
When you move from DC to AC circuit analysis, resistance expands into impedance, and time delays manifest as phase shifts. The trigonometric function formula in electrical engineering is not a single equation, but a family of identities derived from the impedance triangle. These formulas allow you to calculate phase angle, power factor, and the relationship between resistance and reactance in alternating current systems.
The foundational trigonometric identities for a series AC circuit are:
- Power Factor (Cosine): cos(θ) = R / Z
- Reactive Factor (Sine): sin(θ) = X / Z
- Phase Angle Derivation (Tangent): tan(θ) = X / R
Symbol Definition Table
| Symbol | Term | Unit | Physical Meaning on the Bench |
|---|---|---|---|
| θ | Phase Angle | Degrees (°) or Radians | The time delay between the voltage peak and current peak. |
| R | Resistance | Ohms (Ω) | Real power dissipation (heat). Measured directly with a DMM. |
| X | Net Reactance | Ohms (Ω) | Energy storage in magnetic/electric fields. Requires an LCR meter to measure directly. |
| Z | Impedance | Ohms (Ω) | Total AC opposition. Calculated as V(rms) / I(rms). |
When It Applies and Core Assumptions
These trigonometric formulas apply strictly to linear, steady-state AC circuits driven by pure sinusoidal waveforms. If you are working with variable frequency drives (VFDs), dimmers, or switching power supplies that introduce heavy Total Harmonic Distortion (THD), the simple trigonometric power factor (Displacement Power Factor) diverges from the True Power Factor. In those non-linear cases, you must use a power analyzer rather than relying on basic triangle math. Furthermore, these formulas assume the circuit has reached steady-state; they do not model transient inrush currents or switching spikes.
Realistic Answer Magnitudes
A realistic phase angle (θ) for practical AC loads ranges from 0° (pure resistive, like a space heater) to about 85° (highly inductive, like an unloaded welding transformer). If your calculation yields an angle > 90° or < -90°, you have a math error or a sign error in your net reactance. Similarly, the power factor (cos θ) must always fall between 0.0 and 1.0. A calculated power factor of 1.2 means your impedance triangle sides are swapped.
Reference Data: Common Phase Angles and Power Factors
Before pulling out a calculator, it helps to know what the numbers should look like. The table below maps standard trigonometric outputs to real-world electrical loads. Bookmark this for quick bench-side sanity checks when evaluating motor nameplates or sizing capacitor banks for power factor correction.
| Phase Angle (θ) | cos(θ) Power Factor | sin(θ) Reactive Factor | tan(θ) X/R Ratio | Typical Real-World Load |
|---|---|---|---|---|
| 0° | 1.000 | 0.000 | 0.000 | Pure resistive heater, incandescent bulb |
| 25° | 0.906 | 0.423 | 0.466 | Large induction motor at full rated load |
| 36.87° | 0.800 | 0.600 | 0.750 | Standard industrial motor, fluorescent ballast |
| 45° | 0.707 | 0.707 | 1.000 | Heavily loaded distribution transformer |
| 60° | 0.500 | 0.866 | 1.732 | Lightly loaded motor, oversized welding cable |
| 85° | 0.087 | 0.996 | 11.43 | Unloaded transformer, pure inductive choke |
Notice the 36.87° row. This is the famous "3-4-5" triangle (R=3, X=4, Z=5 scaled up) that appears constantly in electrical exams and real-world 0.80 PF motor calculations. If you see a power factor of 0.8 on a nameplate, you instantly know the reactance is 75% of the resistance.
Rearranged Forms for Circuit Troubleshooting
On the bench, you rarely have all three sides of the impedance triangle. You might know the power factor from a nameplate and the resistance from a multimeter, but need the total impedance to size a breaker. Here are the rearranged forms solving for each variable, derived directly from the core trigonometric function formula.
Solving for Impedance (Z)
- From R and θ: Z = R / cos(θ)
- From X and θ: Z = X / sin(θ)
Solving for Resistance (R)
- From Z and θ: R = Z × cos(θ)
- From X and θ: R = X / tan(θ)
Solving for Reactance (X)
- From Z and θ: X = Z × sin(θ)
- From R and θ: X = R × tan(θ)
Solving for Phase Angle (θ)
- From R and Z: θ = arccos(R / Z)
- From X and Z: θ = arcsin(X / Z)
- From X and R: θ = arctan(X / R)
Worked Examples with Unit Tracking
Let's apply these rearranged forms to two common bench and jobsite scenarios. Tracking units through the math is critical to catching errors before you wire up a capacitor bank.
Problem 1: Finding Phase Angle and Impedance from Component Values
Scenario: You are testing a series RL filter circuit. Your LCR meter reads a resistance (R) of 40 Ω and an inductive reactance (XL) of 30 Ω at 60 Hz. Find the phase angle (θ) and the total impedance (Z).
Step 1: Calculate the phase angle using the tangent formula.
tan(θ) = X / R
tan(θ) = 30 Ω / 40 Ω
tan(θ) = 0.75 (Notice the Ohms cancel out; the ratio is unitless)
θ = arctan(0.75)
θ = 36.87°
Step 2: Calculate total impedance using the cosine formula.
We know cos(θ) = R / Z, so Z = R / cos(θ).
Z = 40 Ω / cos(36.87°)
Z = 40 Ω / 0.80
Z = 50 Ω
Bench Check: If you apply 120V RMS to this circuit, your true current will be 120V / 50Ω = 2.4A, not the 3.0A you would get if you mistakenly just added 40 + 30.
Problem 2: Finding Resistance and Reactance from Nameplate Data
Scenario: A 240V AC compressor motor nameplate lists a full-load impedance (Z) of 12 Ω and a lagging power factor of 0.75. You need to find the equivalent series resistance (R) and reactance (X) to model it in a simulation.
Step 1: Extract the phase angle from the power factor.
cos(θ) = 0.75
θ = arccos(0.75)
θ = 41.41°
Step 2: Calculate the resistive component (R).
R = Z × cos(θ)
R = 12 Ω × 0.75
R = 9 Ω
Step 3: Calculate the reactive component (X).
First, find sin(41.41°) = 0.6614.
X = Z × sin(θ)
X = 12 Ω × 0.6614
X = 7.94 Ω
Bench Check: Verify the math using the Pythagorean theorem: √(9² + 7.94²) = √(81 + 63.04) = √144.04 ≈ 12 Ω. The math holds up.
Unit Mistakes That Break the Math
Trigonometric math in AC theory is unforgiving of sloppy unit management. Here are the three most common mistakes that lead to blown components or undersized breakers, based on years of troubleshooting DIY and junior tech errors.
1. Calculator Mode: Radians vs. Degrees
Electrical engineering convention dictates that phase angles are expressed in degrees (e.g., 30°, 45°). However, advanced math and programming languages (like Python's math.cos() or C++ standard libraries) default to radians. If your calculator is in radian mode, calculating cos(30) yields 0.154 instead of the correct 0.866. Always verify your calculator is in DEG mode before hitting enter. For reference, to convert degrees to radians for code: radians = degrees × (π / 180).
2. Failing to Net the Reactance First
The formula tan(θ) = X / R requires net reactance. If a circuit has both an inductor (XL = 50 Ω) and a capacitor (XC = 20 Ω) in series, you cannot just plug 50 into the formula. You must calculate Xnet = XL - XC = 30 Ω first. Plugging in the raw inductive reactance without subtracting the capacitive reactance will result in a drastically overstated phase angle and incorrect power factor calculations.
3. Treating the Tangent Ratio as Having Units
When calculating tan(θ) = X / R, the units are Ohms divided by Ohms. The result is a strictly unitless scalar. A common beginner mistake is writing "tan(θ) = 0.75 Ω". When you feed a number with an assumed unit into a software tool or a subsequent formula, it can cascade into dimensional analysis errors. Keep the ratio pure.
4. Confusing Peak and RMS Values in Power Calculations
While the trigonometric ratios (cos, sin, tan) remain identical whether you use Peak or RMS voltages, the magnitude of the power calculated afterward will be wildly wrong if you mix them. Standard AC power formulas (P = V × I × cos(θ)) require RMS values. If you measure 170V Peak on an oscilloscope and plug it directly into the power formula instead of converting to 120V RMS, your calculated wattage will be double the actual thermal dissipation, leading to severe undersizing of heat sinks and wire gauges.
For a deeper dive into how these trigonometric identities map to true, reactive, and apparent power, the All About Circuits textbook chapter on AC power provides excellent visual phasor diagrams. Additionally, Electronics Tutorials offers a robust breakdown of how these waveforms behave over time in complex impedance networks.






