The product over sum formula is the most efficient mathematical shortcut for calculating the equivalent resistance of exactly two resistors wired in parallel. Instead of wrestling with reciprocal fractions on your calculator, you multiply the two resistance values together and divide by their sum. The direct answer for the formula is:
Req = (R1 × R2) / (R1 + R2)
While the general parallel resistance formula (1/Req = 1/R1 + 1/R2 + 1/Rn) works for any number of components, it invites parenthesis errors when typed into a standard bench calculator. The product over sum method eliminates the reciprocals entirely, making it the preferred method for quick bias network calculations, current-sharing resistor sizing, and dummy load construction.
Derivation and Symbol Definitions
To understand why this shortcut works, we start with the standard reciprocal formula for two parallel components:
1 / Req = 1 / R1 + 1 / R2
Find a common denominator for the right side, which is (R1 × R2):
1 / Req = (R2 / (R1 × R2)) + (R1 / (R1 × R2))
1 / Req = (R1 + R2) / (R1 × R2)
Invert both sides to solve for Req, and you arrive at the product over sum formula:
Req = (R1 × R2) / (R1 + R2)
| Symbol | Parameter | Standard Unit | Practical Notes |
|---|---|---|---|
| Req | Equivalent Resistance | Ohms (Ω) | The total resistance measured across the parallel pair. |
| R1 | Resistor 1 Value | Ohms (Ω) | Must be converted to base ohms before calculating to avoid magnitude errors. |
| R2 | Resistor 2 Value | Ohms (Ω) | Must be converted to base ohms before calculating. |
| × | Multiplication (Product) | N/A | Yields units of Ω² before division. |
| + | Addition (Sum) | N/A | Yields units of Ω before division. |
Real-World E24 Resistor Combinations
The most common bench application for this formula is combining two standard E24 series resistors to achieve a non-standard target resistance. This is critical when designing precision voltage dividers or setting the feedback loop on an LM317 voltage regulator where exact values dictate the output voltage.
Below is a data-dense reference table of highly useful standard resistor pairs. Keep this in mind when you need a specific value but only have standard 5% or 1% E24 bins available.
| Target Req | R1 (Standard E24) | R2 (Standard E24) | Calculated Req | Error from Target |
|---|---|---|---|---|
| 750 Ω | 1.2 kΩ | 2.0 kΩ | 750.0 Ω | 0.00% |
| 1.5 kΩ | 2.2 kΩ | 4.7 kΩ | 1501.4 Ω | +0.09% |
| 3.3 kΩ | 5.6 kΩ | 8.2 kΩ | 3327.5 Ω | +0.83% |
| 4.7 kΩ | 8.2 kΩ | 11.0 kΩ | 4697.9 Ω | -0.04% |
| 6.8 kΩ | 10.0 kΩ | 22.0 kΩ | 6875.0 Ω | +1.10% |
| 10.0 kΩ | 15.0 kΩ | 33.0 kΩ | 10312.5 Ω | +3.12% |
According to Electronics Tutorials, combining standard values in parallel is a fundamental technique for prototyping, allowing engineers to hit tight tolerance targets using cheap, widely available 5% carbon film or 1% metal film resistors.
Rearranged Forms for Component Selection
On the bench, you rarely need to find Req from scratch. More often, you know your target equivalent resistance (Req) and you have one resistor (R1) in your parts bin. You need to know what value to source for R2.
By rearranging the algebraic formula, we can solve for the missing component. Here are the rearranged forms:
- Solving for R1:
R1 = (R2 × Req) / (R2 - Req) - Solving for R2:
R2 = (R1 × Req) / (R1 - Req)
Physical Limitation Warning: In the rearranged forms, the known resistor (e.g., R1) must be strictly greater than the target Req. If R1 is less than or equal to Req, the denominator becomes zero or negative, which is physically impossible. A parallel combination will always yield an equivalent resistance lower than its smallest individual branch.
Worked Examples with Unit Tracking
The most common point of failure when using this formula is dropping units or mixing prefixes. Below are two step-by-step solved problems demonstrating strict unit tracking.
Problem 1: Calculating Equivalent Resistance
Given: R1 = 470 Ω, R2 = 1.2 kΩ. Find Req.
- Convert to base units:
R1 = 470 Ω
R2 = 1200 Ω - Calculate the Product (Numerator):
470 Ω × 1200 Ω = 564,000 Ω² - Calculate the Sum (Denominator):
470 Ω + 1200 Ω = 1670 Ω - Divide Product by Sum:
564,000 Ω² / 1670 Ω = 337.72 Ω
Answer: The equivalent resistance is 337.7 Ω.
Problem 2: Sizing a Missing Resistor
Given: You need a dummy load of exactly 500 Ω (Target Req). You only have a 750 Ω power resistor in your bin (R1). What value do you need for R2?
- Identify the rearranged formula:
R2 = (R1 × Req) / (R1 - Req) - Substitute values (all in base Ohms):
R2 = (750 Ω × 500 Ω) / (750 Ω - 500 Ω) - Calculate Numerator:
750 × 500 = 375,000 Ω² - Calculate Denominator:
750 - 500 = 250 Ω - Divide:
375,000 Ω² / 250 Ω = 1500 Ω
Answer: You need a 1.5 kΩ resistor in parallel with your 750 Ω resistor to achieve exactly 500 Ω.
Application Rules, Assumptions, and Pitfalls
While the product over sum formula is a massive time-saver, it operates under strict mathematical and physical boundaries. Misapplying it is a frequent cause of prototype failure.
When the Formula Applies
- Exactly Two Components: This formula only works for two parallel branches. If you have three resistors in parallel, you must either use the general reciprocal formula, or apply the product over sum formula iteratively (combine R1 and R2 first, then combine that result with R3).
- Parallel Resistors and Inductors: It applies to resistors in parallel, and inductors in parallel (assuming zero mutual inductance between the coils).
- Series Capacitors: Mathematically, the formula also calculates the equivalent capacitance of exactly two capacitors wired in series (Ceq = (C1 × C2) / (C1 + C2)).
Unit Mistakes That Break the Math
The most catastrophic mistake is mixing prefixes in the numerator and denominator. If you calculate (470 × 1.2) / (470 + 1.2), your calculator will output 1.19. This is entirely meaningless. The addition in the denominator requires identical units, and the multiplication in the numerator squares those units. Always convert kilo-ohms (kΩ) and mega-ohms (MΩ) to base ohms (Ω) before plugging them into the formula.
The Sanity Check: Realistic Answer Magnitude
Before you solder a single component, apply the golden rule of parallel circuits: The equivalent resistance must always be smaller than the smallest individual resistor in the network.
If you parallel a 100 Ω and a 1000 Ω resistor, the answer must be less than 100 Ω (specifically, 90.9 Ω). If your calculator spits out 110 Ω, or 900 Ω, you have made a keystroke error. This magnitude check takes two seconds and prevents hours of debugging a biased transistor circuit that refuses to turn on.
For deeper theoretical background on parallel network simplifications and Kirchhoff's Current Law applications, the HyperPhysics project at Georgia State University provides excellent interactive diagrams demonstrating how current divides inversely proportional to these resistance values.
Assumptions and Edge Cases
The formula assumes ideal, linear components. In high-frequency RF circuits, parasitic inductance and capacitance alter the impedance, meaning the simple DC resistance formula will yield inaccurate AC impedance magnitudes. Furthermore, in high-power dummy loads, resistors heat up. If you are using standard carbon composition resistors without adequate heat sinking, their Positive Temperature Coefficient (PTC) will cause the resistance to drift upward as they dissipate watts, meaning your calculated Req will only be accurate at room temperature.






