Geometry

Geometry 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 more geometry than almost any other trade. Every conduit bend relies on right-triangle math. Every box fill calculation is a volume problem. Every conduit fill question boils down to comparing circle areas. If you have ever grabbed a bender and eyeballed an offset, you were doing geometry — and learning the actual math behind it makes every bend cleaner and every calculation faster.

This page connects the geometry you learned in Pythagorean Theorem and Basic Angles to the work you do on the job every day.

Conduit Bending Math

Offset Bends

An offset bend uses two equal bends to shift conduit from one path to a parallel path, moving it around an obstacle. The two straight sections of conduit remain parallel, connected by a diagonal section called the travel.

The geometry of an offset bend forms a right triangle:

  • Offset (also called depth or rise) — the perpendicular distance between the two parallel conduit runs
  • Travel — the length of conduit between the two bends (the hypotenuse)
  • Bend angle (θ\theta) — the angle of each bend, measured from the original conduit direction

The relationship comes directly from the sine function:

sin(θ)=offsettravel\sin(\theta) = \frac{\text{offset}}{\text{travel}}

Solving for travel:

travel=offsetsin(θ)=offset×multiplier\text{travel} = \frac{\text{offset}}{\sin(\theta)} = \text{offset} \times \text{multiplier}

Conduit Offset Bend — Right Triangle Geometry

30°30°OffsetTravelsin(θ) = offset / traveltravel = offset × multipliermultiplier = 1 / sin(θ)obstacle

Key Offset Multipliers

The multiplier for any bend angle equals 1/sin(θ)1 / \sin(\theta). These are the standard angles every electrician memorizes:

Bend Angle (θ\theta)sin(θ)\sin(\theta)Multiplier (1/sinθ1/\sin\theta)When to Use
10°0.17365.76 (often rounded to 6.0)Very gradual offsets, tight spaces
22.5°0.38272.61 (often rounded to 2.6)Moderate offsets
30°0.50002.0Most common — easy math
45°0.70711.414Large offsets, quick transitions
60°0.86601.155Very steep offsets

The 30-degree bend is the most popular on the job because the multiplier is exactly 2 — just double the offset to get the travel. No calculator needed.

Why the Multipliers Work

Each multiplier is simply 1/sin(θ)1 / \sin(\theta), which comes from rearranging the sine relationship:

sin(θ)=offsettraveltravel=offsetsin(θ)=offset×1sin(θ)\sin(\theta) = \frac{\text{offset}}{\text{travel}} \quad \Longrightarrow \quad \text{travel} = \frac{\text{offset}}{\sin(\theta)} = \text{offset} \times \frac{1}{\sin(\theta)}

For 30 degrees: 1sin(30°)=10.5=2.0\frac{1}{\sin(30°)} = \frac{1}{0.5} = 2.0

For 45 degrees: 1sin(45°)=10.70711.414\frac{1}{\sin(45°)} = \frac{1}{0.7071} \approx 1.414

This is SOH (sine = opposite / hypotenuse) from SOH-CAH-TOA applied to a real-world right triangle. The offset is the “opposite” side and the travel is the “hypotenuse.”

Saddle Bends

A saddle bend goes over an obstacle rather than around it. There are two main types:

  • Three-bend saddle: A center bend (usually 45 degrees) with two return bends (usually 22.5 degrees each) that bring the conduit back to its original path
  • Four-bend saddle: Two pairs of equal bends that create a rectangular bump over the obstacle

Both types use the same offset multiplier math. The center bend handles the main rise, and the return bends bring the conduit back to the original line.

The 360-Degree Rule

The NEC (National Electrical Code) limits the total degrees of bending in a single conduit run between pull points to 360 degrees. This is a straight geometry constraint — add up every bend in the run and the total cannot exceed a full circle.

A typical conduit run might include:

  • Two 90-degree bends = 180 degrees
  • One offset (two 30-degree bends) = 60 degrees
  • Running total: 240 degrees out of 360 degrees allowed

Box Fill Calculations (NEC 314.16)

Box fill is a volume problem. The NEC assigns a cubic-inch allowance to every item inside an electrical box, and the total cannot exceed the box’s rated volume.

Volume Allowances per Conductor Size

Wire SizeCubic Inches per Conductor
#14 AWG2.00 in3^3
#12 AWG2.25 in3^3
#10 AWG2.50 in3^3
#8 AWG3.00 in3^3

What Counts in the Fill

  • Each current-carrying conductor counts at the volume for its wire size
  • Equipment grounding conductors — all grounds together count as one conductor (largest size present)
  • Each device (switch, receptacle) counts as two conductors of the largest wire connected to it
  • Internal cable clamps — all clamps together count as one conductor (largest size present)

The total required volume is:

Vrequired=(conductor count×volume per conductor)V_{\text{required}} = (\text{conductor count} \times \text{volume per conductor})

If VrequiredV_{\text{required}} exceeds the box’s rated volume, you need a larger box.

Conduit Fill Calculations

Conduit fill determines how many wires can fit inside a conduit. This is a geometry problem about comparing cross-sectional areas of circles.

NEC Fill Limits

Number of ConductorsMaximum Fill Percentage
1 conductor53% of conduit area
2 conductors31% of conduit area
3 or more conductors40% of conduit area

The Circle Area Formula

Both the conduit and each wire have circular cross-sections. The area of a circle is:

A=πr2=πd24A = \pi r^2 = \frac{\pi d^2}{4}

Where rr is the radius and dd is the diameter. To check conduit fill:

  1. Calculate the internal cross-sectional area of the conduit
  2. Calculate the total cross-sectional area of all wires (including insulation)
  3. Divide wire area by conduit area to get the fill percentage
  4. Compare to the NEC limit

For standard conduit and wire sizes, the NEC provides lookup tables (Chapter 9, Table 4 and Table 5) so you do not have to calculate from scratch every time. But understanding the geometry behind the tables lets you verify results and handle non-standard situations.

Worked Examples

Example 1: 30-Degree Offset with 6-Inch Rise

A conduit needs to offset 6 inches to clear a beam. You are using 30-degree bends. What is the travel?

travel=offset×multiplier=6×2.0=12 inches\text{travel} = \text{offset} \times \text{multiplier} = 6 \times 2.0 = 12 \text{ inches}

Answer: The travel is 12 inches. Mark your conduit 12 inches between the two bend marks.

Example 2: 45-Degree Offset with 8-Inch Rise

Same situation, but you choose 45-degree bends for a steeper offset of 8 inches. What is the travel?

travel=offset×multiplier=8×1.414=11.31 inches\text{travel} = \text{offset} \times \text{multiplier} = 8 \times 1.414 = 11.31 \text{ inches}

Answer: The travel is approximately 11.31 inches. The steeper bend angle means less travel for the same offset — the conduit takes a more direct path.

Example 3: Box Fill for a 4x4 Square Box

A 4-inch square box (1-1/2 inch deep) has a rated volume of 21.0 in3^3. It contains:

  • 4 #12 AWG current-carrying conductors
  • 2 #12 AWG equipment grounds
  • 1 single-gang device (receptacle)
  • Internal cable clamps

Count the conductor equivalents:

ItemCountVolume
4 current-carrying conductors (#12)44×2.25=9.004 \times 2.25 = 9.00 in3^3
All grounds (1 conductor, largest #12)11×2.25=2.251 \times 2.25 = 2.25 in3^3
1 device (counts as 2 conductors, largest #12)22×2.25=4.502 \times 2.25 = 4.50 in3^3
All clamps (1 conductor, largest #12)11×2.25=2.251 \times 2.25 = 2.25 in3^3
Total818.00 in3^3

Vrequired=18.00 in321.0 in3=VboxV_{\text{required}} = 18.00 \text{ in}^3 \leq 21.0 \text{ in}^3 = V_{\text{box}}

Answer: The box fill is 18.00 cubic inches, which is within the 21.0 in3^3 rating. The box passes.

Example 4: Conduit Fill — Can 4 #12 THHN Wires Fit in 1/2-Inch EMT?

From NEC tables:

  • Internal area of 1/2-inch EMT: 0.3040.304 in2^2
  • Cross-sectional area of one #12 THHN wire: 0.01330.0133 in2^2

Total wire area for 4 conductors:

Awires=4×0.0133=0.0532 in2A_{\text{wires}} = 4 \times 0.0133 = 0.0532 \text{ in}^2

Fill percentage (3+ wires, so the limit is 40%):

fill=AwiresAconduit=0.05320.304=0.175=17.5%\text{fill} = \frac{A_{\text{wires}}}{A_{\text{conduit}}} = \frac{0.0532}{0.304} = 0.175 = 17.5\%

17.5%40%17.5\% \leq 40\% \quad \checkmark

Answer: Yes, 4 #12 THHN wires fit in 1/2-inch EMT. The fill is only 17.5%, well within the 40% limit for three or more conductors.

Example 5: The 360-Degree Rule

A conduit run from a panel to a junction box already includes three 90-degree bends. How many degrees of bending remain before you exceed the NEC limit?

degrees used=3×90°=270°\text{degrees used} = 3 \times 90° = 270°

degrees remaining=360°270°=90°\text{degrees remaining} = 360° - 270° = 90°

Answer: You have 90 degrees of bending left. That is enough for one more 90-degree bend, or a 30-degree offset (two 30-degree bends = 60 degrees total), but not both. If you need more bends, you must add a pull point (junction box) to reset the count.

Practice Problems

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

Problem 1: A conduit needs a 10-inch offset using 45-degree bends. What is the travel distance?

travel=offset×multiplier=10×1.414=14.14 inches\text{travel} = \text{offset} \times \text{multiplier} = 10 \times 1.414 = 14.14 \text{ inches}

Answer: The travel is approximately 14.14 inches. The multiplier for 45 degrees is 1/sin(45°)=1/0.70711.4141/\sin(45°) = 1/0.7071 \approx 1.414.

Problem 2: A conduit run has two 90-degree bends and one 30-degree offset (two 30-degree bends). What is the total bend count, and how many degrees remain?

total=(2×90°)+(2×30°)=180°+60°=240°\text{total} = (2 \times 90°) + (2 \times 30°) = 180° + 60° = 240°

remaining=360°240°=120°\text{remaining} = 360° - 240° = 120°

Answer: The total is 240 degrees, leaving 120 degrees before the NEC limit.

Problem 3: A box contains 6 #14 AWG conductors, 2 #14 grounds, 2 devices (switches), and internal clamps. What is the minimum box volume required?
ItemConductor EquivalentsVolume
6 current-carrying conductors (#14)66×2.00=12.006 \times 2.00 = 12.00 in3^3
All grounds (1 conductor, largest #14)11×2.00=2.001 \times 2.00 = 2.00 in3^3
2 devices (each counts as 2, largest #14)44×2.00=8.004 \times 2.00 = 8.00 in3^3
All clamps (1 conductor, largest #14)11×2.00=2.001 \times 2.00 = 2.00 in3^3
Total1224.00 in3^3

Answer: The minimum box volume is 24.00 cubic inches. A standard 4-inch square box (1-1/2 inch deep, 21.0 in3^3) is too small. You would need a 4-11/16 inch square box or a 4-inch square box with a raised cover to reach the required volume.

Problem 4: Can 6 #10 THHN wires fit in 3/4-inch EMT? The internal area of 3/4-inch EMT is 0.5330.533 in2^2 and the cross-sectional area of one #10 THHN wire is 0.02110.0211 in2^2.

Total wire area:

Awires=6×0.0211=0.1266 in2A_{\text{wires}} = 6 \times 0.0211 = 0.1266 \text{ in}^2

Fill percentage (3+ wires, so the limit is 40%):

fill=0.12660.533=0.2375=23.8%\text{fill} = \frac{0.1266}{0.533} = 0.2375 = 23.8\%

23.8%40%23.8\% \leq 40\% \quad \checkmark

Answer: Yes, 6 #10 THHN wires fit in 3/4-inch EMT. The fill is 23.8%, within the 40% limit.

Problem 5: You need a 5-inch offset but only have room for 9 inches of travel. What is the minimum bend angle you can use? (Hint: solve for the angle using the multiplier.)

The travel equals the offset times the multiplier:

9=5×1sin(θ)9 = 5 \times \frac{1}{\sin(\theta)}

Solve for sin(θ)\sin(\theta):

sin(θ)=59\sin(\theta) = \frac{5}{9}

θ=arcsin ⁣(59)33.7°\theta = \arcsin\!\left(\frac{5}{9}\right) \approx 33.7°

Answer: The minimum bend angle is approximately 33.7 degrees. Since standard bender shoes come in fixed angles, you would round up to 45 degrees (which gives a travel of 5×1.414=7.075 \times 1.414 = 7.07 inches, well within 9 inches). A 30-degree bend would give 5×2.0=105 \times 2.0 = 10 inches of travel, which exceeds your 9-inch limit.

Key Takeaways

  • Offset bends form a right triangle — the offset is the opposite side, the travel is the hypotenuse, and the multiplier is 1/sin(θ)1/\sin(\theta)
  • The 30-degree bend is the most common because the multiplier is exactly 2 — just double the offset
  • Box fill is a volume calculation governed by NEC 314.16 — count conductor equivalents and multiply by cubic-inch allowances
  • Conduit fill compares circle areas (A=πr2A = \pi r^2) — the NEC limits fill to 40% for three or more conductors
  • The 360-degree rule caps total bending in a conduit run — add a pull point if you need more
  • Every one of these calculations uses basic geometry: right triangles, area, and volume

Return to Geometry for more topics in this section.

Last updated: March 28, 2026