Trigonometry

Trigonometry for Electricians

Last updated: March 2026 · Intermediate
Before you start

You should be comfortable with:

Real-world applications
Electrical

Voltage drop, wire sizing, load balancing

Electricians use trigonometry more than almost any other trade. From bending conduit to calculating impedance in AC circuits, trig shows up every day on the job. If you have ever measured a phase angle, looked up a power factor, or figured the offset multiplier for a conduit bend, you were doing trig — whether you called it that or not.

This page connects the right-triangle trig you learned in SOH CAH TOA and Finding Missing Angles to real electrical work.

Impedance Triangles

In an AC circuit, impedance (ZZ) is the total opposition to current flow. It combines two components:

  • Resistance (RR) — opposition from resistive loads (heaters, incandescent lamps)
  • Reactance (XX) — opposition from inductors (XLX_L) or capacitors (XCX_C)

These form a right triangle where:

  • RR is the adjacent side (horizontal)
  • XX is the opposite side (vertical)
  • ZZ is the hypotenuse

Z=R2+X2Z = \sqrt{R^2 + X^2}

The phase angle θ\theta between voltage and current is:

θ=arctan ⁣(XR)\theta = \arctan\!\left(\frac{X}{R}\right)

Impedance Triangle

θR (Resistance)X(Reactance)Z (Impedance)Z² = R² + X² θ = arctan(X / R)

Worked Example: Impedance and Phase Angle

A motor circuit has resistance R=30  ΩR = 30 \;\Omega and inductive reactance XL=40  ΩX_L = 40 \;\Omega. Find the impedance ZZ and the phase angle θ\theta.

Step 1 — Find impedance:

Z=R2+XL2=302+402=900+1600=2500=50  ΩZ = \sqrt{R^2 + X_L^2} = \sqrt{30^2 + 40^2} = \sqrt{900 + 1600} = \sqrt{2500} = 50 \;\Omega

Step 2 — Find the phase angle:

θ=arctan ⁣(XLR)=arctan ⁣(4030)arctan(1.3333)53.13°\theta = \arctan\!\left(\frac{X_L}{R}\right) = \arctan\!\left(\frac{40}{30}\right) \approx \arctan(1.3333) \approx 53.13°

Answer: The impedance is 50 ohms and the phase angle is 53.13 degrees. This is a 3-4-5 right triangle scaled by 10 — the same ratio you see in basic trig.

Power Triangles and Power Factor

The power triangle works exactly like the impedance triangle, but with power quantities instead of ohms:

  • Real power PP (watts, W) — the useful work, analogous to RR (adjacent)
  • Reactive power QQ (volt-amperes reactive, VAR) — energy stored and returned by inductors/capacitors, analogous to XX (opposite)
  • Apparent power SS (volt-amperes, VA) — total power the source must deliver, analogous to ZZ (hypotenuse)

S=P2+Q2S = \sqrt{P^2 + Q^2}

The power factor (PF) is the cosine of the phase angle:

PF=cosθ=PS\text{PF} = \cos\theta = \frac{P}{S}

A power factor of 1.0 means all power is doing useful work. A power factor of 0.8 means real power is 80% of the apparent power, with the remaining apparent power caused by reactive loads.

Worked Example: Power Triangle

A motor has an apparent power of S=5 kVAS = 5 \text{ kVA} and a power factor of 0.8. Find the real power, the reactive power, and the phase angle.

Step 1 — Find the phase angle from PF:

θ=arccos(0.8)36.87°\theta = \arccos(0.8) \approx 36.87°

Step 2 — Find real power:

P=S×cosθ=5,000×0.8=4,000 WP = S \times \cos\theta = 5{,}000 \times 0.8 = 4{,}000 \text{ W}

Step 3 — Find reactive power:

Q=S×sinθ=5,000×sin(36.87°)=5,000×0.6=3,000 VARQ = S \times \sin\theta = 5{,}000 \times \sin(36.87°) = 5{,}000 \times 0.6 = 3{,}000 \text{ VAR}

Verification: S=P2+Q2=4,0002+3,0002=16,000,000+9,000,000=25,000,000=5,000 VAS = \sqrt{P^2 + Q^2} = \sqrt{4{,}000^2 + 3{,}000^2} = \sqrt{16{,}000{,}000 + 9{,}000{,}000} = \sqrt{25{,}000{,}000} = 5{,}000 \text{ VA} . Correct.

Answer: Real power is 4,000 W, reactive power is 3,000 VAR, and the phase angle is 36.87 degrees. Notice this is another 3-4-5 triangle (scaled by 1,000).

AC Sine Waves

Alternating current follows a sine wave. In North America, standard wall outlet voltage is described by:

v(t)=170sin(120πt)v(t) = 170 \sin(120\pi t)

Where v(t)v(t) is the instantaneous voltage in volts and tt is time in seconds.

From this equation you can read off the key parameters using what you know about Graphs of Sine and Cosine:

  • Peak voltage (VpeakV_{\text{peak}}) = 170 V (the amplitude)
  • Angular frequency (ω\omega) = 120π120\pi rad/s
  • Frequency = ω2π=120π2π=60 Hz\frac{\omega}{2\pi} = \frac{120\pi}{2\pi} = 60 \text{ Hz}
  • Period = 1600.01667 s\frac{1}{60} \approx 0.01667 \text{ s}

Peak vs. RMS Voltage

The voltage you measure with a multimeter is not the peak — it is the RMS (root mean square) value:

VRMS=Vpeak2=1701.414120 VV_{\text{RMS}} = \frac{V_{\text{peak}}}{\sqrt{2}} = \frac{170}{1.414} \approx 120 \text{ V}

That is why we call it “120-volt” power even though the sine wave actually peaks at 170 volts. For 240 V circuits, the peak is approximately 240×2339240 \times \sqrt{2} \approx 339 V.

Conduit Bending

Every offset bend uses a trig-based multiplier. When you bend conduit at an angle θ\theta, the relationship between the offset depth and the travel distance comes from the sine function:

Multiplier=1sin(θ)\text{Multiplier} = \frac{1}{\sin(\theta)}

Bend Anglesin(θ)\sin(\theta)Multiplier
10°0.17365.76
22.5°0.38272.61
30°0.52.0
45°0.70711.414
60°0.86601.155

The 30-degree bend is the most popular on the job because the multiplier is exactly 2 — easy mental math.

For full details on offset bends, saddle bends, shrink constants, and stub-ups, see Conduit Bending Math.

Common Mistakes

  1. Confusing impedance with resistance. ZZ and RR are only equal when reactance is zero (a purely resistive circuit). In any circuit with motors, transformers, or capacitors, ZZ is always larger than RR.

  2. Forgetting to convert power factor to an angle. Power factor is cosθ\cos\theta, not θ\theta itself. If PF = 0.8, the phase angle is arccos(0.8)36.87°\arccos(0.8) \approx 36.87°, not 0.8 degrees and not 80 degrees.

  3. Mixing degrees and radians with angular frequency. The ω\omega in v(t)=Vpeaksin(ωt)v(t) = V_{\text{peak}} \sin(\omega t) is in radians per second. If your calculator is set to degrees, the sine calculation will be wrong. When working with AC waveforms, set your calculator to radians.

  4. Treating VA the same as watts. Apparent power (VA) and real power (W) are only equal when the power factor is 1.0. A 5 kVA generator with a 0.8 PF load only delivers 4 kW of real power. Sizing equipment based on watts alone can lead to overloaded circuits.

Practice Problems

Test your understanding with these problems. Click to reveal each answer.

Problem 1: A circuit has resistance R=50  ΩR = 50 \;\Omega and capacitive reactance XC=30  ΩX_C = 30 \;\Omega. Find the impedance ZZ and the phase angle θ\theta.

Z=R2+XC2=502+302=2500+900=340058.31  ΩZ = \sqrt{R^2 + X_C^2} = \sqrt{50^2 + 30^2} = \sqrt{2500 + 900} = \sqrt{3400} \approx 58.31 \;\Omega

θ=arctan ⁣(XCR)=arctan ⁣(3050)=arctan(0.6)30.96°\theta = \arctan\!\left(\frac{X_C}{R}\right) = \arctan\!\left(\frac{30}{50}\right) = \arctan(0.6) \approx 30.96°

Answer: Impedance is approximately 58.31 ohms and the phase angle is approximately 30.96 degrees.

Problem 2: A 10 kVA motor operates at a power factor of 0.85. What is the true (real) power in watts?

P=S×PF=10,000×0.85=8,500 WP = S \times \text{PF} = 10{,}000 \times 0.85 = 8{,}500 \text{ W}

Answer: The true power is 8,500 watts (8.5 kW).

Problem 3: What is the offset multiplier for a 22.5-degree conduit bend? Show the trig.

Multiplier=1sin(22.5°)10.38272.61\text{Multiplier} = \frac{1}{\sin(22.5°)} \approx \frac{1}{0.3827} \approx 2.61

Answer: The multiplier is approximately 2.61. For a 6-inch offset, the travel would be 6×2.61=15.666 \times 2.61 = 15.66 inches.

Problem 4: An AC circuit has a peak voltage of 340 V. What is the RMS voltage?

VRMS=Vpeak2=3401.4142240.4 VV_{\text{RMS}} = \frac{V_{\text{peak}}}{\sqrt{2}} = \frac{340}{1.4142} \approx 240.4 \text{ V}

Answer: The RMS voltage is approximately 240 V. This is a standard 240 V circuit.

Problem 5: A circuit has total impedance Z=100  ΩZ = 100 \;\Omega and resistance R=80  ΩR = 80 \;\Omega. Find the reactance XX and the phase angle θ\theta.

Step 1 — Find reactance using the impedance relationship:

X=Z2R2=1002802=10,0006,400=3,600=60  ΩX = \sqrt{Z^2 - R^2} = \sqrt{100^2 - 80^2} = \sqrt{10{,}000 - 6{,}400} = \sqrt{3{,}600} = 60 \;\Omega

Step 2 — Find the phase angle:

θ=arctan ⁣(XR)=arctan ⁣(6080)=arctan(0.75)36.87°\theta = \arctan\!\left(\frac{X}{R}\right) = \arctan\!\left(\frac{60}{80}\right) = \arctan(0.75) \approx 36.87°

Verification: Z=802+602=6,400+3,600=10,000=100  ΩZ = \sqrt{80^2 + 60^2} = \sqrt{6{,}400 + 3{,}600} = \sqrt{10{,}000} = 100 \;\Omega . Correct.

Answer: The reactance is 60 ohms and the phase angle is approximately 36.87 degrees. This is yet another 3-4-5 triangle (scaled by 20).

Key Takeaways

  • The impedance triangle relates resistance, reactance, and impedance using the same right-triangle trig as SOH CAH TOA
  • The power triangle uses the same geometry: real power (W), reactive power (VAR), and apparent power (VA)
  • Power factor = cosθ\cos\theta — it tells you what fraction of apparent power does useful work
  • AC voltage follows a sine wave; the RMS value you measure is peak divided by 2\sqrt{2}
  • Conduit bending multipliers come directly from 1/sin(θ)1 / \sin(\theta)
  • Every one of these calculations is a right triangle problem — if you know SOH CAH TOA, you can do electrical trig

Return to Trigonometry for more topics, or see Math for Electricians for more electrical math.

Last updated: March 28, 2026