In any DC circuit, resistance equals the ratio of voltage applied to the current flowing through it (R = V/I), while in network analysis, equivalent resistance equals the single resistor value that could replace a complex combination without altering the total current draw. In a real circuit or installation, resistance dictates three physical realities: the maximum current that can flow, the voltage drop across components, and the amount of electrical energy converted into heat (power dissipation). If you change the resistance in a live circuit, you directly change the current draw and the thermal load on your wires and components.

The Core Formulas: What Resistance Equals on Paper

To calculate what resistance equals in a network, you must first identify if the components are in series, parallel, or a combination of both. The physical resistance of a single wire or component equals its resistivity multiplied by its length, divided by its cross-sectional area (R = ρL/A), but on a schematic, we rely on Ohm's Law and network theorems.

In a series circuit, total resistance equals the simple sum of all individual resistors ($R_{total} = R_1 + R_2 + R_3...$). The current has only one path, so every resistor adds to the total restriction.

In a parallel circuit, the equivalent resistance equals the reciprocal of the sum of the reciprocals of each resistor. For two resistors, the shortcut formula is the product over the sum: $R_{eq} = (R_1 \times R_2) / (R_1 + R_2)$. Think of parallel water pipes: adding a second pipe, even a narrow one, gives the water an additional path, reducing the overall restriction to flow. Because the current has multiple paths to take, the total equivalent resistance will always be lower than the smallest individual resistor in the parallel bank.

Worked Numeric Example: Parallel Heating Elements
Imagine you are wiring two 12V DC silicone heating pads to a single 12V battery. Pad A has a resistance of 10 ohms and Pad B has a resistance of 15 ohms.

Using the product-over-sum formula for parallel resistance:
$R_{eq} = (10 \times 15) / (10 + 15)$
$R_{eq} = 150 / 25$
$R_{eq} = 6 \text{ ohms}$

The total equivalent resistance equals 6 ohms. Using Ohm's Law (I = V/R), the total current drawn from the 12V battery equals 12V / 6Ω = 2 Amps. If you had incorrectly added them like a series circuit (10 + 15 = 25 ohms), you would have calculated a current of only 0.48A, leading to a severely undersized wire and fuse selection.

Where You Meet This in Practice

Understanding what resistance equals isn't just for textbook exams; it dictates hardware selection on the workbench and the jobsite. Here is where these calculations directly impact your builds.

Wire Sizing and Voltage Drop

Every wire has resistance. According to Georgia State University's HyperPhysics resistivity tables, standard 12 AWG solid copper wire has a resistance of approximately 1.588 ohms per 1,000 feet at 20°C. If you run a 50-foot 12V DC feeder to a solar charge controller and 50 feet back (a 100-foot total loop), the wire resistance equals 0.1588 ohms. If your solar array pushes 15A through that wire, the voltage drop equals $I \times R$ (15A × 0.1588Ω) = 2.38V. Your controller will only see 9.62V, which may trigger a low-voltage disconnect. This is why long, low-voltage DC runs require much thicker wire (like 6 AWG or 4 AWG) to keep the resistance low.

Sensor Conditioning and Voltage Dividers

When interfacing analog sensors with microcontrollers like the ESP32 or Arduino Uno, you frequently use voltage dividers. An NTC thermistor (temperature sensor) might have a baseline resistance of 10k ohms at 25°C. To read this with an ESP32's ADC (Analog-to-Digital Converter) on pin GPIO 34, you place the 10k thermistor in series with a fixed 10k ohm resistor tied to ground. At exactly 25°C, the total series resistance equals 20k ohms. The voltage at the midpoint (the ESP32 pin) equals exactly half of the 3.3V supply (1.65V). As the thermistor heats up, its resistance drops, shifting the voltage divider ratio and lowering the voltage seen by the ADC pin.

Common Confusions: Resistance vs. Impedance and Reactance

The most common mistake hobbyists and junior technicians make is confusing resistance with impedance. In DC circuits, resistance equals the total opposition to current flow. However, in AC circuits (like your 120V/240V home mains or AC motor drives), the total opposition to current is called impedance (Z).

Impedance equals resistance (R) combined with reactance (X). Reactance is the opposition to current caused by capacitors and inductors, which store and release energy rather than dissipating it as heat. While resistance equals the 'real' part of the circuit that does actual work (and generates heat), reactance causes a phase shift between voltage and current. If you measure a large AC induction motor with a standard multimeter in ohms mode, you might read a very low DC resistance (e.g., 2 ohms). But when energized with 240V AC, the motor's inductive reactance kicks in, raising the total impedance to perhaps 24 ohms, limiting the running current to 10A. If you used the DC resistance to calculate the AC current (240V / 2Ω = 120A), you would vastly oversize your breaker and misunderstand the circuit's behavior. For deep AC theory, All About Circuits provides excellent breakdowns of complex impedance math.

Frequently Asked Questions About What Resistance Equals

What does resistance equal when resistors are in series?

In a series configuration, total resistance equals the arithmetic sum of all individual resistors ($R_{total} = R_1 + R_2 + R_3...$). Because the electrical current must pass through every single component sequentially, each resistor adds its full restrictive value to the circuit. If you wire three 100-ohm resistors in series, the total resistance equals exactly 300 ohms.

Why does total resistance equal less than the smallest resistor in parallel?

When resistors are wired in parallel, the total equivalent resistance equals a value lower than the smallest individual resistor in the group. This happens because each parallel branch provides an independent path for current to flow. Even if you add a high-resistance branch (like a 1 Megaohm resistor) in parallel with a low-resistance branch (like a 10-ohm resistor), that tiny trickle of extra current through the 1MΩ path slightly increases the total current draw from the source. Since total resistance equals Voltage divided by Total Current, any increase in total current mathematically forces the equivalent resistance to drop below the 10-ohm baseline.

What does the resistance of a wire equal over long distances?

Wire resistance equals the specific resistivity of the conductor material (copper or aluminum) multiplied by the total loop length, divided by the cross-sectional area. In practical terms, you must calculate the 'out and back' distance. For a 120V AC branch circuit running 50 feet from the panel to an outlet, the current travels 50 feet on the hot wire and 50 feet back on the neutral wire, making the total loop length 100 feet. Using NEC Chapter 9, Table 8, uncoated 14 AWG copper wire has a resistance of 3.14 ohms per 1,000 feet. For a 100-foot loop, the wire resistance equals 0.314 ohms. At a 12A load, this results in a 3.76V drop, which is well within the NEC recommended 3% maximum for branch circuits.

How do I calculate what a missing resistor value equals in a circuit?

If you are repairing a board and need to find what a burnt, unreadable resistor equals, you can use Ohm's Law if you know the intended voltage drop and current, or you can use the power formula ($R = V^2 / P$) if you know the voltage across it and its wattage rating. Alternatively, if it is part of a known voltage divider network feeding a specific reference voltage into an op-amp or microcontroller ADC, you can reverse-engineer the voltage divider formula: $R_{missing} = R_{known} \times ((V_{in} / V_{out}) - 1)$. Always verify your calculated value by checking the circuit's expected power dissipation to ensure you install a resistor with an adequate wattage rating (e.g., swapping a 1/4W for a 1/2W if the math shows it will dissipate 0.3W).